选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

Versions - AWS Elemental MediaConvert API Reference
此页面尚未翻译为您的语言。 请求翻译

Versions

URI

/2017-08-29/versions

HTTP methods

GET

Operation ID: ListVersions

Retrieve a JSON array of all available Job engine versions and the date they expire.

Responses
Status codeResponse modelDescription
200ListVersionsResponse

200 response

400ExceptionBody

The service can't process your request because of a problem in the request. Please check your request form and syntax.

403ExceptionBody

You don't have permissions for this action with the credentials you sent.

404ExceptionBody

The resource you requested does not exist.

409ExceptionBody

The service could not complete your request because there is a conflict with the current state of the resource.

429ExceptionBody

Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.

500ExceptionBody

The service encountered an unexpected condition and cannot fulfill your request.

OPTIONS

Supports CORS preflight requests.

Responses
Status codeResponse modelDescription
200None

The request completed successfully.

Schemas

Request bodies

{ "nextToken": "string", "maxResults": integer }

GET schema

{ "nextToken": "string", "maxResults": integer }

Response bodies

{ "versions": [ { "version": "string", "expirationDate": "string" } ], "nextToken": "string" }

ListVersionsResponse schema

{ "versions": [ { "version": "string", "expirationDate": "string" } ], "nextToken": "string" }
{ "message": "string" }

ExceptionBody schema

{ "message": "string" }

Properties

ExceptionBody

PropertyTypeRequiredDescription
message

string

False

JobEngineVersion

Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.

PropertyTypeRequiredDescription
expirationDate

string

Format: date-time

False

The date that this Job engine version expires. Requests to create jobs with an expired version result in a regular job, as if no specific Job engine version was requested.

version

string

False

Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.

ListVersionsRequest

Retrieve a JSON array of all available Job engine versions and the date they expire. Job engine versions are in YYYY-MM-DD format.

PropertyTypeRequiredDescription
maxResults

integer

Format: int32

Minimum: 1

Maximum: 20

False

Optional. Number of valid Job engine versions, up to twenty, that will be returned at one time.

nextToken

string

False

Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.

ListVersionsResponse

Successful list versions requests will return a JSON for available Job engine versions.

PropertyTypeRequiredDescription
nextToken

string

False

Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.

versions

Array of type JobEngineVersion

False

Retrieve a JSON array of all available Job engine versions and the date they expire.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

ListVersions

下一主题:

Document History

上一主题:

Tags arn
隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。