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

CreateDeployment() public method

Creates a Deployment resource, which makes a specified RestApi callable over the internet.
/// /// /// /// /// /// /// /// /// /// /// /// /// ///
public CreateDeployment ( CreateDeploymentRequest request ) : CreateDeploymentResponse
request Amazon.APIGateway.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment service method.
return Amazon.APIGateway.Model.CreateDeploymentResponse
        public CreateDeploymentResponse CreateDeployment(CreateDeploymentRequest request)
        {
            var marshaller = new CreateDeploymentRequestMarshaller();
            var unmarshaller = CreateDeploymentResponseUnmarshaller.Instance;

            return Invoke<CreateDeploymentRequest,CreateDeploymentResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient