This is the response object from the UpdateEndpoint operation.
Наследование: Amazon.Runtime.AmazonWebServiceResponse
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            UpdateEndpointResponse response = new UpdateEndpointResponse();

            var unmarshaller = MessageBodyUnmarshaller.Instance;
            response.MessageBody = unmarshaller.Unmarshall(context);

            return response;
        }