aws-sdk-mediapackagevod 1.4.0 → 1.5.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: 9cb6a2c5e23a06eb0a385247c647803afd9e4a8e
4
- data.tar.gz: 8f8f75e1c9c642d11e09112b244d643e1f737d10
3
+ metadata.gz: 782b7b191a3c119f35e38bf86963b9eaee6c1965
4
+ data.tar.gz: 70ce4ec0dfcbb067132a1bcf6b2b2cf7a37e7fea
5
5
  SHA512:
6
- metadata.gz: a915905601775e8b2e8c021f772205cd409340d3c85a07593770b22336d016385e1a316a4531184acea225048a651463107a3053e86089a090851635e13c21b0
7
- data.tar.gz: f0f988d21f8dd5a752b84356191478bf0e6662b0c9bf468b5d1bfb527156b06577d0491820b92f645ab055d9403a1f80a23550695d65e1ea7d8628e5b68c8e06
6
+ metadata.gz: 960f6e3fac3e5b2a14ea34aabd37095c7adf9c46afd38114edaea6e8f9cca2895f9d9623c38b018a74973ec2d44630c04e79280c66df2d2b839b936bc8f9d809
7
+ data.tar.gz: 5a5af646a049c784ad85848bfa1fdcea6dfa987ddb08e663650e4f1f5174a017c0b283b02e4dc4f7be170a29290de0b3379847be865ff9a0ff761cdcb77ad0da
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
42
42
  # @service
43
43
  module Aws::MediaPackageVod
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -386,6 +386,7 @@ module Aws::MediaPackageVod
386
386
  # },
387
387
  # hls_package: {
388
388
  # encryption: {
389
+ # constant_initialization_vector: "__string",
389
390
  # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
390
391
  # speke_key_provider: { # required
391
392
  # role_arn: "__string", # required
@@ -463,6 +464,7 @@ module Aws::MediaPackageVod
463
464
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
464
465
  # resp.dash_package.encryption.speke_key_provider.url #=> String
465
466
  # resp.dash_package.segment_duration_seconds #=> Integer
467
+ # resp.hls_package.encryption.constant_initialization_vector #=> String
466
468
  # resp.hls_package.encryption.encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
467
469
  # resp.hls_package.encryption.speke_key_provider.role_arn #=> String
468
470
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
@@ -684,6 +686,7 @@ module Aws::MediaPackageVod
684
686
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
685
687
  # resp.dash_package.encryption.speke_key_provider.url #=> String
686
688
  # resp.dash_package.segment_duration_seconds #=> Integer
689
+ # resp.hls_package.encryption.constant_initialization_vector #=> String
687
690
  # resp.hls_package.encryption.encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
688
691
  # resp.hls_package.encryption.speke_key_provider.role_arn #=> String
689
692
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
@@ -845,6 +848,7 @@ module Aws::MediaPackageVod
845
848
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
846
849
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.url #=> String
847
850
  # resp.packaging_configurations[0].dash_package.segment_duration_seconds #=> Integer
851
+ # resp.packaging_configurations[0].hls_package.encryption.constant_initialization_vector #=> String
848
852
  # resp.packaging_configurations[0].hls_package.encryption.encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
849
853
  # resp.packaging_configurations[0].hls_package.encryption.speke_key_provider.role_arn #=> String
850
854
  # resp.packaging_configurations[0].hls_package.encryption.speke_key_provider.system_ids #=> Array
@@ -930,7 +934,7 @@ module Aws::MediaPackageVod
930
934
  params: params,
931
935
  config: config)
932
936
  context[:gem_name] = 'aws-sdk-mediapackagevod'
933
- context[:gem_version] = '1.4.0'
937
+ context[:gem_version] = '1.5.0'
934
938
  Seahorse::Client::Request.new(handlers, context)
935
939
  end
936
940
 
@@ -227,6 +227,7 @@ module Aws::MediaPackageVod
227
227
  ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
228
228
  ForbiddenException.struct_class = Types::ForbiddenException
229
229
 
230
+ HlsEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
230
231
  HlsEncryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: EncryptionMethod, location_name: "encryptionMethod"))
231
232
  HlsEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
232
233
  HlsEncryption.struct_class = Types::HlsEncryption
@@ -342,6 +342,7 @@ module Aws::MediaPackageVod
342
342
  # },
343
343
  # hls_package: {
344
344
  # encryption: {
345
+ # constant_initialization_vector: "__string",
345
346
  # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
346
347
  # speke_key_provider: { # required
347
348
  # role_arn: "__string", # required
@@ -853,6 +854,7 @@ module Aws::MediaPackageVod
853
854
  # data as a hash:
854
855
  #
855
856
  # {
857
+ # constant_initialization_vector: "__string",
856
858
  # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
857
859
  # speke_key_provider: { # required
858
860
  # role_arn: "__string", # required
@@ -861,6 +863,11 @@ module Aws::MediaPackageVod
861
863
  # },
862
864
  # }
863
865
  #
866
+ # @!attribute [rw] constant_initialization_vector
867
+ # A constant initialization vector for encryption (optional). When not
868
+ # specified the initialization vector will be periodically rotated.
869
+ # @return [String]
870
+ #
864
871
  # @!attribute [rw] encryption_method
865
872
  # The encryption method to use.
866
873
  # @return [String]
@@ -874,6 +881,7 @@ module Aws::MediaPackageVod
874
881
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/HlsEncryption AWS API Documentation
875
882
  #
876
883
  class HlsEncryption < Struct.new(
884
+ :constant_initialization_vector,
877
885
  :encryption_method,
878
886
  :speke_key_provider)
879
887
  include Aws::Structure
@@ -955,6 +963,7 @@ module Aws::MediaPackageVod
955
963
  #
956
964
  # {
957
965
  # encryption: {
966
+ # constant_initialization_vector: "__string",
958
967
  # encryption_method: "AES_128", # accepts AES_128, SAMPLE_AES
959
968
  # speke_key_provider: { # required
960
969
  # role_arn: "__string", # required
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core