aws-sdk-mediaconvert 1.138.0 → 1.140.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
  SHA256:
3
- metadata.gz: 1734b6a0a35278c30a832055df1feff5d81de5017924982536dc22b8a2509d8a
4
- data.tar.gz: 2153edfcd62bf6cc2dc50667f44120638d9b31c672e536e6d15719c4d45e6b64
3
+ metadata.gz: 38594817bf98f8335f30a51757f8173d109a6e9a5097283a78bb93e785a6883b
4
+ data.tar.gz: e0ab53732c0be616f55f78c2a00860de755ada3aa1677ff22a0a35a06c9c1d7f
5
5
  SHA512:
6
- metadata.gz: 52bb57d20182b69265edbd4c1fc4edbd943b47dc2959034de80098c8740bc3253a7c1aa8cb424167b2170e958e382e73d11096a6de47f104cd7856d2e6850912
7
- data.tar.gz: 8838391fca3706e0f3974de7c73521587f23c29b9aa51d0ed39e05c112da58bb95c9abe637ebccbc754c7dc782ef778ca4c1bb6f95538e086b91dab6aeb5df8b
6
+ metadata.gz: 5ab761705ecdfd5f9121fed6ceadfe7f55ac2a155cd70ad437ec1b3c7735519f25d8579ca6c0245fe18dfe55819ff5cce2faf80d40a2e4da0a23301b4cbb9a6f
7
+ data.tar.gz: cee47c47ef22cb6d6bd65489e37067ae9811d3c8416095a94b5c6b1ac4a394cfb6ff564c198072f6f30f35d75019826120d2dce72cd7bae7d5dafb4ac3223f7f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.139.0 (2024-09-19)
10
+ ------------------
11
+
12
+ * Feature - This release provides support for additional DRM configurations per SPEKE Version 2.0.
13
+
4
14
  1.138.0 (2024-09-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.138.0
1
+ 1.140.0
@@ -130,13 +130,15 @@ module Aws::MediaConvert
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::MediaConvert
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -369,7 +373,9 @@ module Aws::MediaConvert
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::MediaConvert::EndpointProvider] :endpoint_provider
372
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::MediaConvert::EndpointParameters`
376
+ # The endpoint provider used to resolve endpoints. Any object that responds to
377
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
378
+ # `Aws::MediaConvert::EndpointParameters`.
373
379
  #
374
380
  # @option options [Float] :http_continue_timeout (1)
375
381
  # The number of seconds to wait for a 100-continue response before sending the
@@ -5823,7 +5829,7 @@ module Aws::MediaConvert
5823
5829
  tracer: tracer
5824
5830
  )
5825
5831
  context[:gem_name] = 'aws-sdk-mediaconvert'
5826
- context[:gem_version] = '1.138.0'
5832
+ context[:gem_version] = '1.140.0'
5827
5833
  Seahorse::Client::Request.new(handlers, context)
5828
5834
  end
5829
5835
 
@@ -258,6 +258,7 @@ module Aws::MediaConvert
258
258
  EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
259
259
  EmbeddedTerminateCaptions = Shapes::StringShape.new(name: 'EmbeddedTerminateCaptions')
260
260
  EmbeddedTimecodeOverride = Shapes::StringShape.new(name: 'EmbeddedTimecodeOverride')
261
+ EncryptionContractConfiguration = Shapes::StructureShape.new(name: 'EncryptionContractConfiguration')
261
262
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
262
263
  EsamManifestConfirmConditionNotification = Shapes::StructureShape.new(name: 'EsamManifestConfirmConditionNotification')
263
264
  EsamSettings = Shapes::StructureShape.new(name: 'EsamSettings')
@@ -539,6 +540,8 @@ module Aws::MediaConvert
539
540
  Preset = Shapes::StructureShape.new(name: 'Preset')
540
541
  PresetListBy = Shapes::StringShape.new(name: 'PresetListBy')
541
542
  PresetSettings = Shapes::StructureShape.new(name: 'PresetSettings')
543
+ PresetSpeke20Audio = Shapes::StringShape.new(name: 'PresetSpeke20Audio')
544
+ PresetSpeke20Video = Shapes::StringShape.new(name: 'PresetSpeke20Video')
542
545
  PricingPlan = Shapes::StringShape.new(name: 'PricingPlan')
543
546
  ProresChromaSampling = Shapes::StringShape.new(name: 'ProresChromaSampling')
544
547
  ProresCodecProfile = Shapes::StringShape.new(name: 'ProresCodecProfile')
@@ -1507,6 +1510,10 @@ module Aws::MediaConvert
1507
1510
  EmbeddedSourceSettings.add_member(:terminate_captions, Shapes::ShapeRef.new(shape: EmbeddedTerminateCaptions, location_name: "terminateCaptions"))
1508
1511
  EmbeddedSourceSettings.struct_class = Types::EmbeddedSourceSettings
1509
1512
 
1513
+ EncryptionContractConfiguration.add_member(:speke_audio_preset, Shapes::ShapeRef.new(shape: PresetSpeke20Audio, location_name: "spekeAudioPreset"))
1514
+ EncryptionContractConfiguration.add_member(:speke_video_preset, Shapes::ShapeRef.new(shape: PresetSpeke20Video, location_name: "spekeVideoPreset"))
1515
+ EncryptionContractConfiguration.struct_class = Types::EncryptionContractConfiguration
1516
+
1510
1517
  Endpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
1511
1518
  Endpoint.struct_class = Types::Endpoint
1512
1519
 
@@ -2451,6 +2458,7 @@ module Aws::MediaConvert
2451
2458
  SearchJobsResponse.struct_class = Types::SearchJobsResponse
2452
2459
 
2453
2460
  SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2461
+ SpekeKeyProvider.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
2454
2462
  SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
2455
2463
  SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "systemIds"))
2456
2464
  SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttpsD, location_name: "url"))
@@ -2458,6 +2466,7 @@ module Aws::MediaConvert
2458
2466
 
2459
2467
  SpekeKeyProviderCmaf.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2460
2468
  SpekeKeyProviderCmaf.add_member(:dash_signaled_system_ids, Shapes::ShapeRef.new(shape: __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "dashSignaledSystemIds"))
2469
+ SpekeKeyProviderCmaf.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
2461
2470
  SpekeKeyProviderCmaf.add_member(:hls_signaled_system_ids, Shapes::ShapeRef.new(shape: __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "hlsSignaledSystemIds"))
2462
2471
  SpekeKeyProviderCmaf.add_member(:resource_id, Shapes::ShapeRef.new(shape: __stringPatternW, location_name: "resourceId"))
2463
2472
  SpekeKeyProviderCmaf.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttpsD, location_name: "url"))
@@ -15,11 +15,11 @@ module Aws::MediaConvert
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::MediaConvert::EndpointProvider',
17
17
  rbs_type: 'untyped',
18
- docstring: 'The endpoint provider used to resolve endpoints. Any '\
19
- 'object that responds to `#resolve_endpoint(parameters)` '\
20
- 'where `parameters` is a Struct similar to '\
21
- '`Aws::MediaConvert::EndpointParameters`'
22
- ) do |cfg|
18
+ docstring: <<~DOCS) do |_cfg|
19
+ The endpoint provider used to resolve endpoints. Any object that responds to
20
+ `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
21
+ `Aws::MediaConvert::EndpointParameters`.
22
+ DOCS
23
23
  Aws::MediaConvert::EndpointProvider.new
24
24
  end
25
25
 
@@ -51,6 +51,9 @@ module Aws::MediaConvert
51
51
  if context[:auth_scheme] && context[:auth_scheme]['name'] == 'sigv4a'
52
52
  metrics << 'SIGV4A_SIGNING'
53
53
  end
54
+ if context.config.credentials&.credentials&.account_id
55
+ metrics << 'RESOLVED_ACCOUNT_ID'
56
+ end
54
57
  Aws::Plugins::UserAgent.metric(*metrics, &block)
55
58
  end
56
59
 
@@ -4746,6 +4746,52 @@ module Aws::MediaConvert
4746
4746
  include Aws::Structure
4747
4747
  end
4748
4748
 
4749
+ # Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses
4750
+ # when encrypting your output. For more information, see:
4751
+ # https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html
4752
+ # To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE
4753
+ # v2.0 video preset and a SPEKE v2.0 audio preset.
4754
+ #
4755
+ # @!attribute [rw] speke_audio_preset
4756
+ # Specify which SPEKE version 2.0 audio preset MediaConvert uses to
4757
+ # request content keys from your SPEKE server. For more information,
4758
+ # see:
4759
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/drm-content-speke-v2-presets.html
4760
+ # To encrypt to your audio outputs, choose from the following: Audio
4761
+ # preset 1, Audio preset 2, or Audio preset 3. To encrypt your audio
4762
+ # outputs, using the same content key for both your audio and video
4763
+ # outputs: Choose Shared. When you do, you must also set SPEKE v2.0
4764
+ # video preset to Shared. To not encrypt your audio outputs: Choose
4765
+ # Unencrypted. When you do, to encrypt your video outputs, you must
4766
+ # also specify a SPEKE v2.0 video preset (other than Shared or
4767
+ # Unencrypted).
4768
+ # @return [String]
4769
+ #
4770
+ # @!attribute [rw] speke_video_preset
4771
+ # Specify which SPEKE version 2.0 video preset MediaConvert uses to
4772
+ # request content keys from your SPEKE server. For more information,
4773
+ # see:
4774
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/drm-content-speke-v2-presets.html
4775
+ # To encrypt to your video outputs, choose from the following: Video
4776
+ # preset 1, Video preset 2, Video preset 3, Video preset 4, Video
4777
+ # preset 5, Video preset 6, Video preset 7, or Video preset 8. To
4778
+ # encrypt your video outputs, using the same content key for both your
4779
+ # video and audio outputs: Choose Shared. When you do, you must also
4780
+ # set SPEKE v2.0 audio preset to Shared. To not encrypt your video
4781
+ # outputs: Choose Unencrypted. When you do, to encrypt your audio
4782
+ # outputs, you must also specify a SPEKE v2.0 audio preset (other than
4783
+ # Shared or Unencrypted).
4784
+ # @return [String]
4785
+ #
4786
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/EncryptionContractConfiguration AWS API Documentation
4787
+ #
4788
+ class EncryptionContractConfiguration < Struct.new(
4789
+ :speke_audio_preset,
4790
+ :speke_video_preset)
4791
+ SENSITIVE = []
4792
+ include Aws::Structure
4793
+ end
4794
+
4749
4795
  # Describes an account-specific API endpoint.
4750
4796
  #
4751
4797
  # @!attribute [rw] url
@@ -11932,6 +11978,14 @@ module Aws::MediaConvert
11932
11978
  # Resource Name (ARN) here.
11933
11979
  # @return [String]
11934
11980
  #
11981
+ # @!attribute [rw] encryption_contract_configuration
11982
+ # Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert
11983
+ # uses when encrypting your output. For more information, see:
11984
+ # https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html
11985
+ # To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE
11986
+ # v2.0 video preset and a SPEKE v2.0 audio preset.
11987
+ # @return [Types::EncryptionContractConfiguration]
11988
+ #
11935
11989
  # @!attribute [rw] resource_id
11936
11990
  # Specify the resource ID that your SPEKE-compliant key provider uses
11937
11991
  # to identify this content.
@@ -11954,6 +12008,7 @@ module Aws::MediaConvert
11954
12008
  #
11955
12009
  class SpekeKeyProvider < Struct.new(
11956
12010
  :certificate_arn,
12011
+ :encryption_contract_configuration,
11957
12012
  :resource_id,
11958
12013
  :system_ids,
11959
12014
  :url)
@@ -11981,6 +12036,14 @@ module Aws::MediaConvert
11981
12036
  # https://dashif.org/identifiers/content\_protection/.
11982
12037
  # @return [Array<String>]
11983
12038
  #
12039
+ # @!attribute [rw] encryption_contract_configuration
12040
+ # Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert
12041
+ # uses when encrypting your output. For more information, see:
12042
+ # https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html
12043
+ # To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE
12044
+ # v2.0 video preset and a SPEKE v2.0 audio preset.
12045
+ # @return [Types::EncryptionContractConfiguration]
12046
+ #
11984
12047
  # @!attribute [rw] hls_signaled_system_ids
11985
12048
  # Specify the DRM system ID that you want signaled in the HLS manifest
11986
12049
  # that MediaConvert creates as part of this CMAF package. The HLS
@@ -12004,6 +12067,7 @@ module Aws::MediaConvert
12004
12067
  class SpekeKeyProviderCmaf < Struct.new(
12005
12068
  :certificate_arn,
12006
12069
  :dash_signaled_system_ids,
12070
+ :encryption_contract_configuration,
12007
12071
  :hls_signaled_system_ids,
12008
12072
  :resource_id,
12009
12073
  :url)
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.138.0'
55
+ GEM_VERSION = '1.140.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -15,6 +15,7 @@ module Aws
15
15
  ?credentials: untyped,
16
16
  ?region: String,
17
17
  ?access_key_id: String,
18
+ ?account_id: String,
18
19
  ?active_endpoint_cache: bool,
19
20
  ?adaptive_retry_wait_to_fill: bool,
20
21
  ?client_side_monitoring: bool,
@@ -472,6 +473,10 @@ module Aws
472
473
  speke_key_provider: {
473
474
  certificate_arn: ::String?,
474
475
  dash_signaled_system_ids: Array[::String]?,
476
+ encryption_contract_configuration: {
477
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
478
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
479
+ }?,
475
480
  hls_signaled_system_ids: Array[::String]?,
476
481
  resource_id: ::String?,
477
482
  url: ::String?
@@ -540,6 +545,10 @@ module Aws
540
545
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
541
546
  speke_key_provider: {
542
547
  certificate_arn: ::String?,
548
+ encryption_contract_configuration: {
549
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
550
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
551
+ }?,
543
552
  resource_id: ::String?,
544
553
  system_ids: Array[::String]?,
545
554
  url: ::String?
@@ -627,6 +636,10 @@ module Aws
627
636
  offline_encrypted: ("ENABLED" | "DISABLED")?,
628
637
  speke_key_provider: {
629
638
  certificate_arn: ::String?,
639
+ encryption_contract_configuration: {
640
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
641
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
642
+ }?,
630
643
  resource_id: ::String?,
631
644
  system_ids: Array[::String]?,
632
645
  url: ::String?
@@ -691,6 +704,10 @@ module Aws
691
704
  encryption: {
692
705
  speke_key_provider: {
693
706
  certificate_arn: ::String?,
707
+ encryption_contract_configuration: {
708
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
709
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
710
+ }?,
694
711
  resource_id: ::String?,
695
712
  system_ids: Array[::String]?,
696
713
  url: ::String?
@@ -1902,6 +1919,10 @@ module Aws
1902
1919
  speke_key_provider: {
1903
1920
  certificate_arn: ::String?,
1904
1921
  dash_signaled_system_ids: Array[::String]?,
1922
+ encryption_contract_configuration: {
1923
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
1924
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
1925
+ }?,
1905
1926
  hls_signaled_system_ids: Array[::String]?,
1906
1927
  resource_id: ::String?,
1907
1928
  url: ::String?
@@ -1970,6 +1991,10 @@ module Aws
1970
1991
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
1971
1992
  speke_key_provider: {
1972
1993
  certificate_arn: ::String?,
1994
+ encryption_contract_configuration: {
1995
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
1996
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
1997
+ }?,
1973
1998
  resource_id: ::String?,
1974
1999
  system_ids: Array[::String]?,
1975
2000
  url: ::String?
@@ -2057,6 +2082,10 @@ module Aws
2057
2082
  offline_encrypted: ("ENABLED" | "DISABLED")?,
2058
2083
  speke_key_provider: {
2059
2084
  certificate_arn: ::String?,
2085
+ encryption_contract_configuration: {
2086
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
2087
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
2088
+ }?,
2060
2089
  resource_id: ::String?,
2061
2090
  system_ids: Array[::String]?,
2062
2091
  url: ::String?
@@ -2121,6 +2150,10 @@ module Aws
2121
2150
  encryption: {
2122
2151
  speke_key_provider: {
2123
2152
  certificate_arn: ::String?,
2153
+ encryption_contract_configuration: {
2154
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
2155
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
2156
+ }?,
2124
2157
  resource_id: ::String?,
2125
2158
  system_ids: Array[::String]?,
2126
2159
  url: ::String?
@@ -4395,6 +4428,10 @@ module Aws
4395
4428
  speke_key_provider: {
4396
4429
  certificate_arn: ::String?,
4397
4430
  dash_signaled_system_ids: Array[::String]?,
4431
+ encryption_contract_configuration: {
4432
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4433
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4434
+ }?,
4398
4435
  hls_signaled_system_ids: Array[::String]?,
4399
4436
  resource_id: ::String?,
4400
4437
  url: ::String?
@@ -4463,6 +4500,10 @@ module Aws
4463
4500
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
4464
4501
  speke_key_provider: {
4465
4502
  certificate_arn: ::String?,
4503
+ encryption_contract_configuration: {
4504
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4505
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4506
+ }?,
4466
4507
  resource_id: ::String?,
4467
4508
  system_ids: Array[::String]?,
4468
4509
  url: ::String?
@@ -4550,6 +4591,10 @@ module Aws
4550
4591
  offline_encrypted: ("ENABLED" | "DISABLED")?,
4551
4592
  speke_key_provider: {
4552
4593
  certificate_arn: ::String?,
4594
+ encryption_contract_configuration: {
4595
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4596
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4597
+ }?,
4553
4598
  resource_id: ::String?,
4554
4599
  system_ids: Array[::String]?,
4555
4600
  url: ::String?
@@ -4614,6 +4659,10 @@ module Aws
4614
4659
  encryption: {
4615
4660
  speke_key_provider: {
4616
4661
  certificate_arn: ::String?,
4662
+ encryption_contract_configuration: {
4663
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4664
+ speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")?
4665
+ }?,
4617
4666
  resource_id: ::String?,
4618
4667
  system_ids: Array[::String]?,
4619
4668
  url: ::String?
data/sig/resource.rbs CHANGED
@@ -15,6 +15,7 @@ module Aws
15
15
  ?credentials: untyped,
16
16
  ?region: String,
17
17
  ?access_key_id: String,
18
+ ?account_id: String,
18
19
  ?active_endpoint_cache: bool,
19
20
  ?adaptive_retry_wait_to_fill: bool,
20
21
  ?client_side_monitoring: bool,
data/sig/types.rbs CHANGED
@@ -765,6 +765,12 @@ module Aws::MediaConvert
765
765
  SENSITIVE: []
766
766
  end
767
767
 
768
+ class EncryptionContractConfiguration
769
+ attr_accessor speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")
770
+ attr_accessor speke_video_preset: ("PRESET_VIDEO_1" | "PRESET_VIDEO_2" | "PRESET_VIDEO_3" | "PRESET_VIDEO_4" | "PRESET_VIDEO_5" | "PRESET_VIDEO_6" | "PRESET_VIDEO_7" | "PRESET_VIDEO_8" | "SHARED" | "UNENCRYPTED")
771
+ SENSITIVE: []
772
+ end
773
+
768
774
  class Endpoint
769
775
  attr_accessor url: ::String
770
776
  SENSITIVE: []
@@ -1951,6 +1957,7 @@ module Aws::MediaConvert
1951
1957
 
1952
1958
  class SpekeKeyProvider
1953
1959
  attr_accessor certificate_arn: ::String
1960
+ attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
1954
1961
  attr_accessor resource_id: ::String
1955
1962
  attr_accessor system_ids: ::Array[::String]
1956
1963
  attr_accessor url: ::String
@@ -1960,6 +1967,7 @@ module Aws::MediaConvert
1960
1967
  class SpekeKeyProviderCmaf
1961
1968
  attr_accessor certificate_arn: ::String
1962
1969
  attr_accessor dash_signaled_system_ids: ::Array[::String]
1970
+ attr_accessor encryption_contract_configuration: Types::EncryptionContractConfiguration
1963
1971
  attr_accessor hls_signaled_system_ids: ::Array[::String]
1964
1972
  attr_accessor resource_id: ::String
1965
1973
  attr_accessor url: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.138.0
4
+ version: 1.140.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: 2024-09-12 00:00:00.000000000 Z
11
+ date: 2024-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.205.0
22
+ version: 3.207.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.205.0
32
+ version: 3.207.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement