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

GetExport() public method

Exports a deployed version of a RestApi in a specified format.
/// /// /// /// /// /// /// ///
public GetExport ( GetExportRequest request ) : GetExportResponse
request Amazon.APIGateway.Model.GetExportRequest Container for the necessary parameters to execute the GetExport service method.
return Amazon.APIGateway.Model.GetExportResponse
        public GetExportResponse GetExport(GetExportRequest request)
        {
            var marshaller = new GetExportRequestMarshaller();
            var unmarshaller = GetExportResponseUnmarshaller.Instance;

            return Invoke<GetExportRequest,GetExportResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient