aws-sdk-mediaconvert 1.138.0 → 1.139.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
  SHA256:
3
- metadata.gz: 1734b6a0a35278c30a832055df1feff5d81de5017924982536dc22b8a2509d8a
4
- data.tar.gz: 2153edfcd62bf6cc2dc50667f44120638d9b31c672e536e6d15719c4d45e6b64
3
+ metadata.gz: 2b2f82d2f5ba57a353a0680ea34e8635edaf6ca42cc1c7f183273dece4cff016
4
+ data.tar.gz: ceb61d4faee2f7307bdefde8f7a724fb686a69c2ae219509e08c8ed8aebcae2e
5
5
  SHA512:
6
- metadata.gz: 52bb57d20182b69265edbd4c1fc4edbd943b47dc2959034de80098c8740bc3253a7c1aa8cb424167b2170e958e382e73d11096a6de47f104cd7856d2e6850912
7
- data.tar.gz: 8838391fca3706e0f3974de7c73521587f23c29b9aa51d0ed39e05c112da58bb95c9abe637ebccbc754c7dc782ef778ca4c1bb6f95538e086b91dab6aeb5df8b
6
+ metadata.gz: eb000bb775be3c764def2f99780fb8590a1bcc8080eabcb8dc49299c033aaf11df1b0598a91ac49f1a547a67cc1812fcba23faa0883045e58ac009895ab053fc
7
+ data.tar.gz: ec5bdf8479661487fb2dcb0432d5dfaf1813d712fbc935515e8ad8e63d1e5a8fc34e503e7c99ce70b8f049006d11c76e20c619c52e379d6ca9713500971ae8d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.139.0 (2024-09-19)
5
+ ------------------
6
+
7
+ * Feature - This release provides support for additional DRM configurations per SPEKE Version 2.0.
8
+
4
9
  1.138.0 (2024-09-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.138.0
1
+ 1.139.0
@@ -5823,7 +5823,7 @@ module Aws::MediaConvert
5823
5823
  tracer: tracer
5824
5824
  )
5825
5825
  context[:gem_name] = 'aws-sdk-mediaconvert'
5826
- context[:gem_version] = '1.138.0'
5826
+ context[:gem_version] = '1.139.0'
5827
5827
  Seahorse::Client::Request.new(handlers, context)
5828
5828
  end
5829
5829
 
@@ -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"))
@@ -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.139.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -472,6 +472,10 @@ module Aws
472
472
  speke_key_provider: {
473
473
  certificate_arn: ::String?,
474
474
  dash_signaled_system_ids: Array[::String]?,
475
+ encryption_contract_configuration: {
476
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
477
+ 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")?
478
+ }?,
475
479
  hls_signaled_system_ids: Array[::String]?,
476
480
  resource_id: ::String?,
477
481
  url: ::String?
@@ -540,6 +544,10 @@ module Aws
540
544
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
541
545
  speke_key_provider: {
542
546
  certificate_arn: ::String?,
547
+ encryption_contract_configuration: {
548
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
549
+ 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")?
550
+ }?,
543
551
  resource_id: ::String?,
544
552
  system_ids: Array[::String]?,
545
553
  url: ::String?
@@ -627,6 +635,10 @@ module Aws
627
635
  offline_encrypted: ("ENABLED" | "DISABLED")?,
628
636
  speke_key_provider: {
629
637
  certificate_arn: ::String?,
638
+ encryption_contract_configuration: {
639
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
640
+ 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")?
641
+ }?,
630
642
  resource_id: ::String?,
631
643
  system_ids: Array[::String]?,
632
644
  url: ::String?
@@ -691,6 +703,10 @@ module Aws
691
703
  encryption: {
692
704
  speke_key_provider: {
693
705
  certificate_arn: ::String?,
706
+ encryption_contract_configuration: {
707
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
708
+ 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")?
709
+ }?,
694
710
  resource_id: ::String?,
695
711
  system_ids: Array[::String]?,
696
712
  url: ::String?
@@ -1902,6 +1918,10 @@ module Aws
1902
1918
  speke_key_provider: {
1903
1919
  certificate_arn: ::String?,
1904
1920
  dash_signaled_system_ids: Array[::String]?,
1921
+ encryption_contract_configuration: {
1922
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
1923
+ 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")?
1924
+ }?,
1905
1925
  hls_signaled_system_ids: Array[::String]?,
1906
1926
  resource_id: ::String?,
1907
1927
  url: ::String?
@@ -1970,6 +1990,10 @@ module Aws
1970
1990
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
1971
1991
  speke_key_provider: {
1972
1992
  certificate_arn: ::String?,
1993
+ encryption_contract_configuration: {
1994
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
1995
+ 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")?
1996
+ }?,
1973
1997
  resource_id: ::String?,
1974
1998
  system_ids: Array[::String]?,
1975
1999
  url: ::String?
@@ -2057,6 +2081,10 @@ module Aws
2057
2081
  offline_encrypted: ("ENABLED" | "DISABLED")?,
2058
2082
  speke_key_provider: {
2059
2083
  certificate_arn: ::String?,
2084
+ encryption_contract_configuration: {
2085
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
2086
+ 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")?
2087
+ }?,
2060
2088
  resource_id: ::String?,
2061
2089
  system_ids: Array[::String]?,
2062
2090
  url: ::String?
@@ -2121,6 +2149,10 @@ module Aws
2121
2149
  encryption: {
2122
2150
  speke_key_provider: {
2123
2151
  certificate_arn: ::String?,
2152
+ encryption_contract_configuration: {
2153
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
2154
+ 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")?
2155
+ }?,
2124
2156
  resource_id: ::String?,
2125
2157
  system_ids: Array[::String]?,
2126
2158
  url: ::String?
@@ -4395,6 +4427,10 @@ module Aws
4395
4427
  speke_key_provider: {
4396
4428
  certificate_arn: ::String?,
4397
4429
  dash_signaled_system_ids: Array[::String]?,
4430
+ encryption_contract_configuration: {
4431
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4432
+ 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")?
4433
+ }?,
4398
4434
  hls_signaled_system_ids: Array[::String]?,
4399
4435
  resource_id: ::String?,
4400
4436
  url: ::String?
@@ -4463,6 +4499,10 @@ module Aws
4463
4499
  playback_device_compatibility: ("CENC_V1" | "UNENCRYPTED_SEI")?,
4464
4500
  speke_key_provider: {
4465
4501
  certificate_arn: ::String?,
4502
+ encryption_contract_configuration: {
4503
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4504
+ 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")?
4505
+ }?,
4466
4506
  resource_id: ::String?,
4467
4507
  system_ids: Array[::String]?,
4468
4508
  url: ::String?
@@ -4550,6 +4590,10 @@ module Aws
4550
4590
  offline_encrypted: ("ENABLED" | "DISABLED")?,
4551
4591
  speke_key_provider: {
4552
4592
  certificate_arn: ::String?,
4593
+ encryption_contract_configuration: {
4594
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4595
+ 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")?
4596
+ }?,
4553
4597
  resource_id: ::String?,
4554
4598
  system_ids: Array[::String]?,
4555
4599
  url: ::String?
@@ -4614,6 +4658,10 @@ module Aws
4614
4658
  encryption: {
4615
4659
  speke_key_provider: {
4616
4660
  certificate_arn: ::String?,
4661
+ encryption_contract_configuration: {
4662
+ speke_audio_preset: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED")?,
4663
+ 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")?
4664
+ }?,
4617
4665
  resource_id: ::String?,
4618
4666
  system_ids: Array[::String]?,
4619
4667
  url: ::String?
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.139.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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core