class Aws::CodeDeploy::Types::ListApplicationRevisionsInput

Represents the input of a `ListApplicationRevisions` operation.

@note When making an API call, you may pass ListApplicationRevisionsInput

data as a hash:

    {
      application_name: "ApplicationName", # required
      sort_by: "registerTime", # accepts registerTime, firstUsedTime, lastUsedTime
      sort_order: "ascending", # accepts ascending, descending
      s3_bucket: "S3Bucket",
      s3_key_prefix: "S3Key",
      deployed: "include", # accepts include, exclude, ignore
      next_token: "NextToken",
    }

@!attribute [rw] application_name

The name of an AWS CodeDeploy application associated with the IAM
user or AWS account.
@return [String]

@!attribute [rw] sort_by

The column name to use to sort the list results:

* `registerTime`\: Sort by the time the revisions were registered
  with AWS CodeDeploy.

* `firstUsedTime`\: Sort by the time the revisions were first used
  in a deployment.

* `lastUsedTime`\: Sort by the time the revisions were last used in
  a deployment.

If not specified or set to null, the results are returned in an
arbitrary order.
@return [String]

@!attribute [rw] sort_order

The order in which to sort the list results:

* `ascending`\: ascending order.

* `descending`\: descending order.

If not specified, the results are sorted in ascending order.

If set to null, the results are sorted in an arbitrary order.
@return [String]

@!attribute [rw] s3_bucket

An Amazon S3 bucket name to limit the search for revisions.

If set to null, all of the user's buckets are searched.
@return [String]

@!attribute [rw] s3_key_prefix

A key prefix for the set of Amazon S3 objects to limit the search
for revisions.
@return [String]

@!attribute [rw] deployed

Whether to list revisions based on whether the revision is the
target revision of a deployment group:

* `include`\: List revisions that are target revisions of a
  deployment group.

* `exclude`\: Do not list revisions that are target revisions of a
  deployment group.

* `ignore`\: List all revisions.
@return [String]

@!attribute [rw] next_token

An identifier returned from the previous `ListApplicationRevisions`
call. It can be used to return the next set of applications in the
list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplicationRevisionsInput AWS API Documentation

Constants

SENSITIVE