aws-sdk-elastictranscoder 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b5a772e0f9567d432c75d8eb9358c0072f66443
|
4
|
+
data.tar.gz: 46cf63f814e5c16b2ffc81e731d88b6bcf7d0151
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f71e7c8b6d04c815b6db22a443dea626253886c738f92fe1ed9e76cba76538dd533c60ac6927c2755fd5a4ae432fe9f37d068d49b59a62c0a61e3a89c7b56d1e
|
7
|
+
data.tar.gz: '04291114cc3b9601f1ca0a0abcc015d8bf04bd04d64191134630d6b388df2b52fd00294d9a68ec592230e3609b6e4360687f9fdd580e2432caf9c404c8b44463'
|
@@ -828,12 +828,12 @@ module Aws::ElasticTranscoder
|
|
828
828
|
# The AWS Key Management Service (AWS KMS) key that you want to use with
|
829
829
|
# this pipeline.
|
830
830
|
#
|
831
|
-
# If you use either `
|
831
|
+
# If you use either `s3` or `s3-aws-kms` as your `Encryption:Mode`, you
|
832
832
|
# don't need to provide a key with your job because a default key,
|
833
833
|
# known as an AWS-KMS key, is created for you automatically. You need to
|
834
834
|
# provide an AWS-KMS key only if you want to use a non-default AWS-KMS
|
835
|
-
# key, or if you are using an `Encryption:Mode` of `
|
836
|
-
# `
|
835
|
+
# key, or if you are using an `Encryption:Mode` of `aes-cbc-pkcs7`,
|
836
|
+
# `aes-ctr`, or `aes-gcm`.
|
837
837
|
#
|
838
838
|
# @option params [Types::Notifications] :notifications
|
839
839
|
# The Amazon Simple Notification Service (Amazon SNS) topic that you
|
@@ -849,7 +849,7 @@ module Aws::ElasticTranscoder
|
|
849
849
|
# more information, see Create a Topic in the Amazon Simple
|
850
850
|
# Notification Service Developer Guide.
|
851
851
|
#
|
852
|
-
# * **
|
852
|
+
# * **Complete**\: The topic ARN for the Amazon SNS topic that you want
|
853
853
|
# to notify when Elastic Transcoder has finished processing a job in
|
854
854
|
# this pipeline. This is the ARN that Amazon SNS returned when you
|
855
855
|
# created the topic.
|
@@ -2408,12 +2408,12 @@ module Aws::ElasticTranscoder
|
|
2408
2408
|
# The AWS Key Management Service (AWS KMS) key that you want to use with
|
2409
2409
|
# this pipeline.
|
2410
2410
|
#
|
2411
|
-
# If you use either `
|
2411
|
+
# If you use either `s3` or `s3-aws-kms` as your `Encryption:Mode`, you
|
2412
2412
|
# don't need to provide a key with your job because a default key,
|
2413
2413
|
# known as an AWS-KMS key, is created for you automatically. You need to
|
2414
2414
|
# provide an AWS-KMS key only if you want to use a non-default AWS-KMS
|
2415
|
-
# key, or if you are using an `Encryption:Mode` of `
|
2416
|
-
# `
|
2415
|
+
# key, or if you are using an `Encryption:Mode` of `aes-cbc-pkcs7`,
|
2416
|
+
# `aes-ctr`, or `aes-gcm`.
|
2417
2417
|
#
|
2418
2418
|
# @option params [Types::Notifications] :notifications
|
2419
2419
|
# The topic ARN for the Amazon Simple Notification Service (Amazon SNS)
|
@@ -2428,7 +2428,7 @@ module Aws::ElasticTranscoder
|
|
2428
2428
|
# pipeline. This is the ARN that Amazon SNS returned when you created
|
2429
2429
|
# the topic.
|
2430
2430
|
#
|
2431
|
-
# * **
|
2431
|
+
# * **Complete**\: The topic ARN for the Amazon SNS topic that you want
|
2432
2432
|
# to notify when Elastic Transcoder has finished processing a job.
|
2433
2433
|
# This is the ARN that Amazon SNS returned when you created the topic.
|
2434
2434
|
#
|
@@ -2684,7 +2684,7 @@ module Aws::ElasticTranscoder
|
|
2684
2684
|
# pipeline. This is the ARN that Amazon SNS returned when you created
|
2685
2685
|
# the topic.
|
2686
2686
|
#
|
2687
|
-
# * **
|
2687
|
+
# * **Complete**\: The topic ARN for the Amazon SNS topic that you want
|
2688
2688
|
# to notify when Elastic Transcoder has finished processing a job.
|
2689
2689
|
# This is the ARN that Amazon SNS returned when you created the topic.
|
2690
2690
|
#
|
@@ -2827,7 +2827,7 @@ module Aws::ElasticTranscoder
|
|
2827
2827
|
params: params,
|
2828
2828
|
config: config)
|
2829
2829
|
context[:gem_name] = 'aws-sdk-elastictranscoder'
|
2830
|
-
context[:gem_version] = '1.
|
2830
|
+
context[:gem_version] = '1.4.0'
|
2831
2831
|
Seahorse::Client::Request.new(handlers, context)
|
2832
2832
|
end
|
2833
2833
|
|
@@ -640,6 +640,7 @@ module Aws::ElasticTranscoder
|
|
640
640
|
"endpointPrefix" => "elastictranscoder",
|
641
641
|
"protocol" => "rest-json",
|
642
642
|
"serviceFullName" => "Amazon Elastic Transcoder",
|
643
|
+
"serviceId" => "Elastic Transcoder",
|
643
644
|
"signatureVersion" => "v4",
|
644
645
|
"uid" => "elastictranscoder-2012-09-25",
|
645
646
|
}
|
@@ -1544,12 +1544,12 @@ module Aws::ElasticTranscoder
|
|
1544
1544
|
# The AWS Key Management Service (AWS KMS) key that you want to use
|
1545
1545
|
# with this pipeline.
|
1546
1546
|
#
|
1547
|
-
# If you use either `
|
1547
|
+
# If you use either `s3` or `s3-aws-kms` as your `Encryption:Mode`,
|
1548
1548
|
# you don't need to provide a key with your job because a default
|
1549
1549
|
# key, known as an AWS-KMS key, is created for you automatically. You
|
1550
1550
|
# need to provide an AWS-KMS key only if you want to use a non-default
|
1551
1551
|
# AWS-KMS key, or if you are using an `Encryption:Mode` of
|
1552
|
-
# `
|
1552
|
+
# `aes-cbc-pkcs7`, `aes-ctr`, or `aes-gcm`.
|
1553
1553
|
# @return [String]
|
1554
1554
|
#
|
1555
1555
|
# @!attribute [rw] notifications
|
@@ -1566,7 +1566,7 @@ module Aws::ElasticTranscoder
|
|
1566
1566
|
# more information, see Create a Topic in the Amazon Simple
|
1567
1567
|
# Notification Service Developer Guide.
|
1568
1568
|
#
|
1569
|
-
# * **
|
1569
|
+
# * **Complete**\: The topic ARN for the Amazon SNS topic that you
|
1570
1570
|
# want to notify when Elastic Transcoder has finished processing a
|
1571
1571
|
# job in this pipeline. This is the ARN that Amazon SNS returned
|
1572
1572
|
# when you created the topic.
|
@@ -1994,21 +1994,21 @@ module Aws::ElasticTranscoder
|
|
1994
1994
|
# your output files. Elastic Transcoder supports the following
|
1995
1995
|
# options:
|
1996
1996
|
#
|
1997
|
-
# * **
|
1997
|
+
# * **s3:** Amazon S3 creates and manages the keys used for encrypting
|
1998
1998
|
# your files.
|
1999
1999
|
#
|
2000
|
-
# * **
|
2000
|
+
# * **s3-aws-kms:** Amazon S3 calls the Amazon Key Management Service,
|
2001
2001
|
# which creates and manages the keys that are used for encrypting
|
2002
|
-
# your files. If you specify `
|
2002
|
+
# your files. If you specify `s3-aws-kms` and you don't want to use
|
2003
2003
|
# the default key, you must add the AWS-KMS key that you want to use
|
2004
2004
|
# to your pipeline.
|
2005
2005
|
#
|
2006
|
-
# * **
|
2006
|
+
# * **aes-cbc-pkcs7:** A padded cipher-block mode of operation
|
2007
2007
|
# originally used for HLS files.
|
2008
2008
|
#
|
2009
|
-
# * **
|
2009
|
+
# * **aes-ctr:** AES Counter Mode.
|
2010
2010
|
#
|
2011
|
-
# * **
|
2011
|
+
# * **aes-gcm:** AES Galois Counter Mode, a mode of operation that is
|
2012
2012
|
# an authenticated encryption format, meaning that a file, key, or
|
2013
2013
|
# initialization vector that has been tampered with fails the
|
2014
2014
|
# decryption process.
|
@@ -3261,12 +3261,12 @@ module Aws::ElasticTranscoder
|
|
3261
3261
|
# The AWS Key Management Service (AWS KMS) key that you want to use
|
3262
3262
|
# with this pipeline.
|
3263
3263
|
#
|
3264
|
-
# If you use either `
|
3264
|
+
# If you use either `s3` or `s3-aws-kms` as your `Encryption:Mode`,
|
3265
3265
|
# you don't need to provide a key with your job because a default
|
3266
3266
|
# key, known as an AWS-KMS key, is created for you automatically. You
|
3267
3267
|
# need to provide an AWS-KMS key only if you want to use a non-default
|
3268
3268
|
# AWS-KMS key, or if you are using an `Encryption:Mode` of
|
3269
|
-
# `
|
3269
|
+
# `aes-cbc-pkcs7`, `aes-ctr`, or `aes-gcm`.
|
3270
3270
|
# @return [String]
|
3271
3271
|
#
|
3272
3272
|
# @!attribute [rw] notifications
|
@@ -3280,7 +3280,7 @@ module Aws::ElasticTranscoder
|
|
3280
3280
|
# (Amazon SNS) topic that you want to notify when Elastic Transcoder
|
3281
3281
|
# has started to process the job.
|
3282
3282
|
#
|
3283
|
-
# * **
|
3283
|
+
# * **Complete** (optional): The Amazon SNS topic that you want to
|
3284
3284
|
# notify when Elastic Transcoder has finished processing the job.
|
3285
3285
|
#
|
3286
3286
|
# * **Warning** (optional): The Amazon SNS topic that you want to
|
@@ -3484,7 +3484,7 @@ module Aws::ElasticTranscoder
|
|
3484
3484
|
# The PlayReady DRM settings, if any, that you want Elastic Transcoder
|
3485
3485
|
# to apply to the output files associated with this playlist.
|
3486
3486
|
#
|
3487
|
-
# PlayReady DRM encrypts your media files using `
|
3487
|
+
# PlayReady DRM encrypts your media files using `aes-ctr` encryption.
|
3488
3488
|
#
|
3489
3489
|
# If you use DRM for an `HLSv3` playlist, your outputs must have a
|
3490
3490
|
# master playlist.
|
@@ -4320,7 +4320,7 @@ module Aws::ElasticTranscoder
|
|
4320
4320
|
# pipeline. This is the ARN that Amazon SNS returned when you
|
4321
4321
|
# created the topic.
|
4322
4322
|
#
|
4323
|
-
# * **
|
4323
|
+
# * **Complete**\: The topic ARN for the Amazon SNS topic that you
|
4324
4324
|
# want to notify when Elastic Transcoder has finished processing a
|
4325
4325
|
# job. This is the ARN that Amazon SNS returned when you created the
|
4326
4326
|
# topic.
|
@@ -4421,12 +4421,12 @@ module Aws::ElasticTranscoder
|
|
4421
4421
|
# The AWS Key Management Service (AWS KMS) key that you want to use
|
4422
4422
|
# with this pipeline.
|
4423
4423
|
#
|
4424
|
-
# If you use either `
|
4424
|
+
# If you use either `s3` or `s3-aws-kms` as your `Encryption:Mode`,
|
4425
4425
|
# you don't need to provide a key with your job because a default
|
4426
4426
|
# key, known as an AWS-KMS key, is created for you automatically. You
|
4427
4427
|
# need to provide an AWS-KMS key only if you want to use a non-default
|
4428
4428
|
# AWS-KMS key, or if you are using an `Encryption:Mode` of
|
4429
|
-
# `
|
4429
|
+
# `aes-cbc-pkcs7`, `aes-ctr`, or `aes-gcm`.
|
4430
4430
|
# @return [String]
|
4431
4431
|
#
|
4432
4432
|
# @!attribute [rw] notifications
|
@@ -4442,7 +4442,7 @@ module Aws::ElasticTranscoder
|
|
4442
4442
|
# pipeline. This is the ARN that Amazon SNS returned when you
|
4443
4443
|
# created the topic.
|
4444
4444
|
#
|
4445
|
-
# * **
|
4445
|
+
# * **Complete**\: The topic ARN for the Amazon SNS topic that you
|
4446
4446
|
# want to notify when Elastic Transcoder has finished processing a
|
4447
4447
|
# job. This is the ARN that Amazon SNS returned when you created the
|
4448
4448
|
# topic.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elastictranscoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-09-
|
11
|
+
date: 2018-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|