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 }

Response bodies

{ "versions": [ { "version": "string", "expirationDate": "string" } ], "nextToken": "string" }
{ "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