Amazon.CodeDeploy.AmazonCodeDeployClient.ListApplicationRevisions C# (CSharp) Method

ListApplicationRevisions() public method

Lists information about revisions for an application.
/// The application does not exist with the applicable IAM user or AWS account. /// /// The minimum number of required application names was not specified. /// /// A bucket name is required, but was not provided. /// /// The application name was specified in an invalid format. /// /// The bucket name either doesn't exist or was specified in an invalid format. /// /// The deployed state filter was specified in an invalid format. /// /// The specified key prefix filter was specified in an invalid format. /// /// The next token was specified in an invalid format. /// /// The column name to sort by is either not present or was specified in an invalid format. /// /// The sort order was specified in an invalid format. ///
public ListApplicationRevisions ( ListApplicationRevisionsRequest request ) : ListApplicationRevisionsResponse
request Amazon.CodeDeploy.Model.ListApplicationRevisionsRequest Container for the necessary parameters to execute the ListApplicationRevisions service method.
return Amazon.CodeDeploy.Model.ListApplicationRevisionsResponse
        public ListApplicationRevisionsResponse ListApplicationRevisions(ListApplicationRevisionsRequest request)
        {
            var marshaller = new ListApplicationRevisionsRequestMarshaller();
            var unmarshaller = ListApplicationRevisionsResponseUnmarshaller.Instance;

            return Invoke<ListApplicationRevisionsRequest,ListApplicationRevisionsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient