Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ListDocumentVersions C# (CSharp) Method

ListDocumentVersions() public method

List all versions for a document.
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The specified token is not valid. ///
public ListDocumentVersions ( ListDocumentVersionsRequest request ) : ListDocumentVersionsResponse
request Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsRequest Container for the necessary parameters to execute the ListDocumentVersions service method.
return Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsResponse
        public ListDocumentVersionsResponse ListDocumentVersions(ListDocumentVersionsRequest request)
        {
            var marshaller = new ListDocumentVersionsRequestMarshaller();
            var unmarshaller = ListDocumentVersionsResponseUnmarshaller.Instance;

            return Invoke<ListDocumentVersionsRequest,ListDocumentVersionsResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient