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

GetDocumentationVersion() public method

/// /// /// /// /// ///
public GetDocumentationVersion ( GetDocumentationVersionRequest request ) : GetDocumentationVersionResponse
request Amazon.APIGateway.Model.GetDocumentationVersionRequest Container for the necessary parameters to execute the GetDocumentationVersion service method.
return Amazon.APIGateway.Model.GetDocumentationVersionResponse
        public GetDocumentationVersionResponse GetDocumentationVersion(GetDocumentationVersionRequest request)
        {
            var marshaller = new GetDocumentationVersionRequestMarshaller();
            var unmarshaller = GetDocumentationVersionResponseUnmarshaller.Instance;

            return Invoke<GetDocumentationVersionRequest,GetDocumentationVersionResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient