aws-sdk-elastictranscoder 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81e93d4c1c2f14c3727ce051adacc37d0bd3bc81
4
- data.tar.gz: 7586c84c129abba39023bb8c9a31a364b66b6cb1
3
+ metadata.gz: 5b5a772e0f9567d432c75d8eb9358c0072f66443
4
+ data.tar.gz: 46cf63f814e5c16b2ffc81e731d88b6bcf7d0151
5
5
  SHA512:
6
- metadata.gz: 6e63d5e3352a22182a51ff814ae116a811f471e754f4b6d98bd25c45efc8caae161a824b4cab596de2331fa2c532cda41fa97e5f5a5681a9b95f2cc22d831a77
7
- data.tar.gz: 433b89656333106fead4ff5fde09798334a68723a2d08522926ba0e885c774ab1d49ea148be6fec3653b4cc08c4f01f0f9088c616e4f4eca9088f5b86b05049b
6
+ metadata.gz: f71e7c8b6d04c815b6db22a443dea626253886c738f92fe1ed9e76cba76538dd533c60ac6927c2755fd5a4ae432fe9f37d068d49b59a62c0a61e3a89c7b56d1e
7
+ data.tar.gz: '04291114cc3b9601f1ca0a0abcc015d8bf04bd04d64191134630d6b388df2b52fd00294d9a68ec592230e3609b6e4360687f9fdd580e2432caf9c404c8b44463'
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elastictranscoder/customizations'
43
43
  # @service
44
44
  module Aws::ElasticTranscoder
45
45
 
46
- GEM_VERSION = '1.3.0'
46
+ GEM_VERSION = '1.4.0'
47
47
 
48
48
  end
@@ -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 `S3` or `S3-AWS-KMS` as your `Encryption:Mode`, you
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 `AES-PKCS7`,
836
- # `AES-CTR`, or `AES-GCM`.
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
- # * **Completed**\: The topic ARN for the Amazon SNS topic that you want
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 `S3` or `S3-AWS-KMS` as your `Encryption:Mode`, you
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 `AES-PKCS7`,
2416
- # `AES-CTR`, or `AES-GCM`.
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
- # * **Completed**\: The topic ARN for the Amazon SNS topic that you want
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
- # * **Completed**\: The topic ARN for the Amazon SNS topic that you want
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.3.0'
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 `S3` or `S3-AWS-KMS` as your `Encryption:Mode`,
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
- # `AES-PKCS7`, `AES-CTR`, or `AES-GCM`.
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
- # * **Completed**\: The topic ARN for the Amazon SNS topic that you
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
- # * **S3:** Amazon S3 creates and manages the keys used for encrypting
1997
+ # * **s3:** Amazon S3 creates and manages the keys used for encrypting
1998
1998
  # your files.
1999
1999
  #
2000
- # * **S3-AWS-KMS:** Amazon S3 calls the Amazon Key Management Service,
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 `S3-AWS-KMS` and you don't want to use
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
- # * **AES-CBC-PKCS7:** A padded cipher-block mode of operation
2006
+ # * **aes-cbc-pkcs7:** A padded cipher-block mode of operation
2007
2007
  # originally used for HLS files.
2008
2008
  #
2009
- # * **AES-CTR:** AES Counter Mode.
2009
+ # * **aes-ctr:** AES Counter Mode.
2010
2010
  #
2011
- # * **AES-GCM:** AES Galois Counter Mode, a mode of operation that is
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 `S3` or `S3-AWS-KMS` as your `Encryption:Mode`,
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
- # `AES-PKCS7`, `AES-CTR`, or `AES-GCM`.
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
- # * **Completed** (optional): The Amazon SNS topic that you want to
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 `AES-CTR` encryption.
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
- # * **Completed**\: The topic ARN for the Amazon SNS topic that you
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 `S3` or `S3-AWS-KMS` as your `Encryption:Mode`,
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
- # `AES-PKCS7`, `AES-CTR`, or `AES-GCM`.
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
- # * **Completed**\: The topic ARN for the Amazon SNS topic that you
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.3.0
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-06 00:00:00.000000000 Z
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