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

DeleteDocumentationVersion() public method

/// /// /// /// /// /// /// /// /// ///
public DeleteDocumentationVersion ( DeleteDocumentationVersionRequest request ) : DeleteDocumentationVersionResponse
request Amazon.APIGateway.Model.DeleteDocumentationVersionRequest Container for the necessary parameters to execute the DeleteDocumentationVersion service method.
return DeleteDocumentationVersionResponse
        public DeleteDocumentationVersionResponse DeleteDocumentationVersion(DeleteDocumentationVersionRequest request)
        {
            var marshaller = new DeleteDocumentationVersionRequestMarshaller();
            var unmarshaller = DeleteDocumentationVersionResponseUnmarshaller.Instance;

            return Invoke<DeleteDocumentationVersionRequest,DeleteDocumentationVersionResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient