Skip to content

Commit

Permalink
Added support for protecting content with PlayReady Digital Rights Ma…
Browse files Browse the repository at this point in the history
…nagement (DRM) to ElasticTranscoder.
  • Loading branch information
jeremeamia committed Apr 2, 2015
1 parent 597417b commit 53d7a0d
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Next Release

* `Aws\Rds` - Added support for the `DescribeCertificates` operation.
* `Aws\ElasticTranscoder` - Added support for protecting content with PlayReady
Digital Rights Management (DRM).

## 2.7.25 - 2015-03-26

Expand Down
118 changes: 118 additions & 0 deletions src/Aws/ElasticTranscoder/Resources/elastictranscoder-2012-09-25.php
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,32 @@
),
),
),
'PlayReadyDrm' => array(
'type' => 'object',
'properties' => array(
'Format' => array(
'type' => 'string',
),
'Key' => array(
'type' => 'string',
),
'KeyMd5' => array(
'type' => 'string',
),
'KeyId' => array(
'type' => 'string',
),
'InitializationVector' => array(
'type' => 'string',
'maxLength' => 255,
),
'LicenseAcquisitionUrl' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 512,
),
),
),
),
),
),
Expand Down Expand Up @@ -2450,6 +2476,29 @@
),
),
),
'PlayReadyDrm' => array(
'type' => 'object',
'properties' => array(
'Format' => array(
'type' => 'string',
),
'Key' => array(
'type' => 'string',
),
'KeyMd5' => array(
'type' => 'string',
),
'KeyId' => array(
'type' => 'string',
),
'InitializationVector' => array(
'type' => 'string',
),
'LicenseAcquisitionUrl' => array(
'type' => 'string',
),
),
),
'Status' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -3459,6 +3508,29 @@
),
),
),
'PlayReadyDrm' => array(
'type' => 'object',
'properties' => array(
'Format' => array(
'type' => 'string',
),
'Key' => array(
'type' => 'string',
),
'KeyMd5' => array(
'type' => 'string',
),
'KeyId' => array(
'type' => 'string',
),
'InitializationVector' => array(
'type' => 'string',
),
'LicenseAcquisitionUrl' => array(
'type' => 'string',
),
),
),
'Status' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -4161,6 +4233,29 @@
),
),
),
'PlayReadyDrm' => array(
'type' => 'object',
'properties' => array(
'Format' => array(
'type' => 'string',
),
'Key' => array(
'type' => 'string',
),
'KeyMd5' => array(
'type' => 'string',
),
'KeyId' => array(
'type' => 'string',
),
'InitializationVector' => array(
'type' => 'string',
),
'LicenseAcquisitionUrl' => array(
'type' => 'string',
),
),
),
'Status' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -5168,6 +5263,29 @@
),
),
),
'PlayReadyDrm' => array(
'type' => 'object',
'properties' => array(
'Format' => array(
'type' => 'string',
),
'Key' => array(
'type' => 'string',
),
'KeyMd5' => array(
'type' => 'string',
),
'KeyId' => array(
'type' => 'string',
),
'InitializationVector' => array(
'type' => 'string',
),
'LicenseAcquisitionUrl' => array(
'type' => 'string',
),
),
),
'Status' => array(
'type' => 'string',
),
Expand Down

0 comments on commit 53d7a0d

Please sign in to comment.