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

UpdateDeployment() public method

Changes information about a Deployment resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateDeployment ( UpdateDeploymentRequest request ) : UpdateDeploymentResponse
request Amazon.APIGateway.Model.UpdateDeploymentRequest Container for the necessary parameters to execute the UpdateDeployment service method.
return Amazon.APIGateway.Model.UpdateDeploymentResponse
        public UpdateDeploymentResponse UpdateDeployment(UpdateDeploymentRequest request)
        {
            var marshaller = new UpdateDeploymentRequestMarshaller();
            var unmarshaller = UpdateDeploymentResponseUnmarshaller.Instance;

            return Invoke<UpdateDeploymentRequest,UpdateDeploymentResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient