Amazon.APIGateway.AmazonAPIGatewayClient.UpdateModel C# (CSharp) Method

UpdateModel() public method

Changes information about a model.
/// /// /// /// /// /// /// /// /// ///
public UpdateModel ( UpdateModelRequest request ) : UpdateModelResponse
request UpdateModelRequest Container for the necessary parameters to execute the UpdateModel service method.
return UpdateModelResponse
        public UpdateModelResponse UpdateModel(UpdateModelRequest request)
        {
            var marshaller = new UpdateModelRequestMarshaller();
            var unmarshaller = UpdateModelResponseUnmarshaller.Instance;

            return Invoke<UpdateModelRequest,UpdateModelResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient