Amazon.APIGateway.AmazonAPIGatewayClient.DeleteIntegration C# (CSharp) Метод

DeleteIntegration() публичный Метод

Represents a delete integration.
/// /// /// /// /// /// /// ///
public DeleteIntegration ( Amazon.APIGateway.Model.DeleteIntegrationRequest request ) : DeleteIntegrationResponse
request Amazon.APIGateway.Model.DeleteIntegrationRequest Container for the necessary parameters to execute the DeleteIntegration service method.
Результат DeleteIntegrationResponse
        public DeleteIntegrationResponse DeleteIntegration(DeleteIntegrationRequest request)
        {
            var marshaller = new DeleteIntegrationRequestMarshaller();
            var unmarshaller = DeleteIntegrationResponseUnmarshaller.Instance;

            return Invoke<DeleteIntegrationRequest,DeleteIntegrationResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient