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

UpdateDocumentationVersion() public method

/// /// /// /// /// /// /// /// /// ///
public UpdateDocumentationVersion ( UpdateDocumentationVersionRequest request ) : UpdateDocumentationVersionResponse
request Amazon.APIGateway.Model.UpdateDocumentationVersionRequest Container for the necessary parameters to execute the UpdateDocumentationVersion service method.
return UpdateDocumentationVersionResponse
        public UpdateDocumentationVersionResponse UpdateDocumentationVersion(UpdateDocumentationVersionRequest request)
        {
            var marshaller = new UpdateDocumentationVersionRequestMarshaller();
            var unmarshaller = UpdateDocumentationVersionResponseUnmarshaller.Instance;

            return Invoke<UpdateDocumentationVersionRequest,UpdateDocumentationVersionResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient