Skip to main content

versions

Creates, updates, deletes, gets or lists a versions resource.

Overview

Nameversions
TypeResource
Idaws.medialive.versions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
versionsarrayList of engine versions that are available for this AWS account.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_versionsselectregionRetrieves an array of all the encoder engine versions that are available in this AWS account.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves an array of all the encoder engine versions that are available in this AWS account.

SELECT
versions
FROM aws.medialive.versions
WHERE region = '{{ region }}' -- required
;