aws-sdk-mediapackagev2 1.53.0 → 1.55.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: ecae63ab608a157b468a78ef95aa9312d30bc6c64249957bd91323684c6109f7
4
- data.tar.gz: 2a5419103013b68f6428ebfd20ab50f21f175e845f072b971e8aabcf5735af66
3
+ metadata.gz: a9ab0434bec3d403728595cf432dcf1cd8b7c052d8fe8138abf50dcb2d6a94ea
4
+ data.tar.gz: e02b72445e1c09ec19f3e8babb2f20446743cef2c58d1ff0b3cf0b369b53966a
5
5
  SHA512:
6
- metadata.gz: 82e62cba8689e1d790e677b6b5ce1e6b6b8bde2c36afae7a9a2b90370d3d5796be9d672ac25ea07685e393ff97484203ceeb47590eb9c76fc19cb51f431afec5
7
- data.tar.gz: b42e112593b38bad6f86c525473da7de4503fc713a1fa8f563450aa85eb5f4dff3c5978f1469aa56128299b7d1f75e5a0ef1b28a160f48ef11f9c314a2600cf3
6
+ metadata.gz: 87b81e4469791894747519cd0caba0b78a0c901b6d94e80f183366d671ad035d468366884da0d4966a2fd412ad7318b08148178fda49a64eb6185e977b5d07ba
7
+ data.tar.gz: 3d87657bfd2812162948873617e27895d610f3abee7d3db8120336c4c52ebd33cc0a7062403f2a1348877744385a476b740c6a5630c302b36af35eabf8f9c888
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2025-12-17)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints.
8
+
9
+ 1.54.0 (2025-11-21)
10
+ ------------------
11
+
12
+ * Feature - Adds support for excluding session key tags from HLS multivariant playlists
13
+
4
14
  1.53.0 (2025-11-17)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.55.0
@@ -1176,6 +1176,7 @@ module Aws::MediaPackageV2
1176
1176
  # },
1177
1177
  # key_rotation_interval_seconds: 300,
1178
1178
  # speke_key_provider: {
1179
+ # certificate_arn: "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e",
1179
1180
  # drm_systems: [
1180
1181
  # "CLEAR_KEY_AES_128",
1181
1182
  # ],
@@ -1278,6 +1279,7 @@ module Aws::MediaPackageV2
1278
1279
  # },
1279
1280
  # key_rotation_interval_seconds: 300,
1280
1281
  # speke_key_provider: {
1282
+ # certificate_arn: "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e",
1281
1283
  # drm_systems: [
1282
1284
  # "CLEAR_KEY_AES_128",
1283
1285
  # ],
@@ -1479,6 +1481,7 @@ module Aws::MediaPackageV2
1479
1481
  # },
1480
1482
  # key_rotation_interval_seconds: 300,
1481
1483
  # speke_key_provider: {
1484
+ # certificate_arn: "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e",
1482
1485
  # drm_systems: [
1483
1486
  # "PLAYREADY",
1484
1487
  # "WIDEVINE",
@@ -1688,6 +1691,7 @@ module Aws::MediaPackageV2
1688
1691
  # },
1689
1692
  # key_rotation_interval_seconds: 300,
1690
1693
  # speke_key_provider: {
1694
+ # certificate_arn: "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e",
1691
1695
  # drm_systems: [
1692
1696
  # "PLAYREADY",
1693
1697
  # "WIDEVINE",
@@ -1859,6 +1863,7 @@ module Aws::MediaPackageV2
1859
1863
  # drm_systems: ["CLEAR_KEY_AES_128"], # required, accepts CLEAR_KEY_AES_128, FAIRPLAY, PLAYREADY, WIDEVINE, IRDETO
1860
1864
  # role_arn: "SpekeKeyProviderRoleArnString", # required
1861
1865
  # url: "SpekeKeyProviderUrlString", # required
1866
+ # certificate_arn: "SpekeKeyProviderCertificateArnString",
1862
1867
  # },
1863
1868
  # },
1864
1869
  # },
@@ -1880,6 +1885,7 @@ module Aws::MediaPackageV2
1880
1885
  # program_date_time_interval_seconds: 1,
1881
1886
  # filter_configuration: {
1882
1887
  # manifest_filter: "FilterConfigurationManifestFilterString",
1888
+ # drm_settings: "FilterConfigurationDrmSettingsString",
1883
1889
  # start: Time.now,
1884
1890
  # end: Time.now,
1885
1891
  # time_delay_seconds: 1,
@@ -1903,6 +1909,7 @@ module Aws::MediaPackageV2
1903
1909
  # program_date_time_interval_seconds: 1,
1904
1910
  # filter_configuration: {
1905
1911
  # manifest_filter: "FilterConfigurationManifestFilterString",
1912
+ # drm_settings: "FilterConfigurationDrmSettingsString",
1906
1913
  # start: Time.now,
1907
1914
  # end: Time.now,
1908
1915
  # time_delay_seconds: 1,
@@ -1917,6 +1924,7 @@ module Aws::MediaPackageV2
1917
1924
  # manifest_window_seconds: 1,
1918
1925
  # filter_configuration: {
1919
1926
  # manifest_filter: "FilterConfigurationManifestFilterString",
1927
+ # drm_settings: "FilterConfigurationDrmSettingsString",
1920
1928
  # start: Time.now,
1921
1929
  # end: Time.now,
1922
1930
  # time_delay_seconds: 1,
@@ -1978,6 +1986,7 @@ module Aws::MediaPackageV2
1978
1986
  # manifest_window_seconds: 1,
1979
1987
  # filter_configuration: {
1980
1988
  # manifest_filter: "FilterConfigurationManifestFilterString",
1989
+ # drm_settings: "FilterConfigurationDrmSettingsString",
1981
1990
  # start: Time.now,
1982
1991
  # end: Time.now,
1983
1992
  # time_delay_seconds: 1,
@@ -2022,6 +2031,7 @@ module Aws::MediaPackageV2
2022
2031
  # resp.segment.encryption.speke_key_provider.drm_systems[0] #=> String, one of "CLEAR_KEY_AES_128", "FAIRPLAY", "PLAYREADY", "WIDEVINE", "IRDETO"
2023
2032
  # resp.segment.encryption.speke_key_provider.role_arn #=> String
2024
2033
  # resp.segment.encryption.speke_key_provider.url #=> String
2034
+ # resp.segment.encryption.speke_key_provider.certificate_arn #=> String
2025
2035
  # resp.created_at #=> Time
2026
2036
  # resp.modified_at #=> Time
2027
2037
  # resp.description #=> String
@@ -2034,6 +2044,7 @@ module Aws::MediaPackageV2
2034
2044
  # resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
2035
2045
  # resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
2036
2046
  # resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
2047
+ # resp.hls_manifests[0].filter_configuration.drm_settings #=> String
2037
2048
  # resp.hls_manifests[0].filter_configuration.start #=> Time
2038
2049
  # resp.hls_manifests[0].filter_configuration.end #=> Time
2039
2050
  # resp.hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -2049,6 +2060,7 @@ module Aws::MediaPackageV2
2049
2060
  # resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
2050
2061
  # resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
2051
2062
  # resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
2063
+ # resp.low_latency_hls_manifests[0].filter_configuration.drm_settings #=> String
2052
2064
  # resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
2053
2065
  # resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
2054
2066
  # resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -2061,6 +2073,7 @@ module Aws::MediaPackageV2
2061
2073
  # resp.dash_manifests[0].url #=> String
2062
2074
  # resp.dash_manifests[0].manifest_window_seconds #=> Integer
2063
2075
  # resp.dash_manifests[0].filter_configuration.manifest_filter #=> String
2076
+ # resp.dash_manifests[0].filter_configuration.drm_settings #=> String
2064
2077
  # resp.dash_manifests[0].filter_configuration.start #=> Time
2065
2078
  # resp.dash_manifests[0].filter_configuration.end #=> Time
2066
2079
  # resp.dash_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -2099,6 +2112,7 @@ module Aws::MediaPackageV2
2099
2112
  # resp.mss_manifests[0].manifest_name #=> String
2100
2113
  # resp.mss_manifests[0].url #=> String
2101
2114
  # resp.mss_manifests[0].filter_configuration.manifest_filter #=> String
2115
+ # resp.mss_manifests[0].filter_configuration.drm_settings #=> String
2102
2116
  # resp.mss_manifests[0].filter_configuration.start #=> Time
2103
2117
  # resp.mss_manifests[0].filter_configuration.end #=> Time
2104
2118
  # resp.mss_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -2825,6 +2839,7 @@ module Aws::MediaPackageV2
2825
2839
  # },
2826
2840
  # key_rotation_interval_seconds: 300,
2827
2841
  # speke_key_provider: {
2842
+ # certificate_arn: "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e",
2828
2843
  # drm_systems: [
2829
2844
  # "CLEAR_KEY_AES_128",
2830
2845
  # ],
@@ -2961,6 +2976,7 @@ module Aws::MediaPackageV2
2961
2976
  # resp.segment.encryption.speke_key_provider.drm_systems[0] #=> String, one of "CLEAR_KEY_AES_128", "FAIRPLAY", "PLAYREADY", "WIDEVINE", "IRDETO"
2962
2977
  # resp.segment.encryption.speke_key_provider.role_arn #=> String
2963
2978
  # resp.segment.encryption.speke_key_provider.url #=> String
2979
+ # resp.segment.encryption.speke_key_provider.certificate_arn #=> String
2964
2980
  # resp.created_at #=> Time
2965
2981
  # resp.modified_at #=> Time
2966
2982
  # resp.reset_at #=> Time
@@ -2974,6 +2990,7 @@ module Aws::MediaPackageV2
2974
2990
  # resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
2975
2991
  # resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
2976
2992
  # resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
2993
+ # resp.hls_manifests[0].filter_configuration.drm_settings #=> String
2977
2994
  # resp.hls_manifests[0].filter_configuration.start #=> Time
2978
2995
  # resp.hls_manifests[0].filter_configuration.end #=> Time
2979
2996
  # resp.hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -2989,6 +3006,7 @@ module Aws::MediaPackageV2
2989
3006
  # resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
2990
3007
  # resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
2991
3008
  # resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
3009
+ # resp.low_latency_hls_manifests[0].filter_configuration.drm_settings #=> String
2992
3010
  # resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
2993
3011
  # resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
2994
3012
  # resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -3001,6 +3019,7 @@ module Aws::MediaPackageV2
3001
3019
  # resp.dash_manifests[0].url #=> String
3002
3020
  # resp.dash_manifests[0].manifest_window_seconds #=> Integer
3003
3021
  # resp.dash_manifests[0].filter_configuration.manifest_filter #=> String
3022
+ # resp.dash_manifests[0].filter_configuration.drm_settings #=> String
3004
3023
  # resp.dash_manifests[0].filter_configuration.start #=> Time
3005
3024
  # resp.dash_manifests[0].filter_configuration.end #=> Time
3006
3025
  # resp.dash_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -3039,6 +3058,7 @@ module Aws::MediaPackageV2
3039
3058
  # resp.mss_manifests[0].manifest_name #=> String
3040
3059
  # resp.mss_manifests[0].url #=> String
3041
3060
  # resp.mss_manifests[0].filter_configuration.manifest_filter #=> String
3061
+ # resp.mss_manifests[0].filter_configuration.drm_settings #=> String
3042
3062
  # resp.mss_manifests[0].filter_configuration.start #=> Time
3043
3063
  # resp.mss_manifests[0].filter_configuration.end #=> Time
3044
3064
  # resp.mss_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -4627,6 +4647,7 @@ module Aws::MediaPackageV2
4627
4647
  # },
4628
4648
  # key_rotation_interval_seconds: 300,
4629
4649
  # speke_key_provider: {
4650
+ # certificate_arn: "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e",
4630
4651
  # drm_systems: [
4631
4652
  # "CLEAR_KEY_AES_128",
4632
4653
  # ],
@@ -4724,6 +4745,7 @@ module Aws::MediaPackageV2
4724
4745
  # },
4725
4746
  # key_rotation_interval_seconds: 300,
4726
4747
  # speke_key_provider: {
4748
+ # certificate_arn: "arn:aws:acm:us-west-2:123456789012:certificate/0c6a65f1-7bd3-48ac-be17-f38675def22e",
4727
4749
  # drm_systems: [
4728
4750
  # "CLEAR_KEY_AES_128",
4729
4751
  # ],
@@ -4902,6 +4924,7 @@ module Aws::MediaPackageV2
4902
4924
  # drm_systems: ["CLEAR_KEY_AES_128"], # required, accepts CLEAR_KEY_AES_128, FAIRPLAY, PLAYREADY, WIDEVINE, IRDETO
4903
4925
  # role_arn: "SpekeKeyProviderRoleArnString", # required
4904
4926
  # url: "SpekeKeyProviderUrlString", # required
4927
+ # certificate_arn: "SpekeKeyProviderCertificateArnString",
4905
4928
  # },
4906
4929
  # },
4907
4930
  # },
@@ -4922,6 +4945,7 @@ module Aws::MediaPackageV2
4922
4945
  # program_date_time_interval_seconds: 1,
4923
4946
  # filter_configuration: {
4924
4947
  # manifest_filter: "FilterConfigurationManifestFilterString",
4948
+ # drm_settings: "FilterConfigurationDrmSettingsString",
4925
4949
  # start: Time.now,
4926
4950
  # end: Time.now,
4927
4951
  # time_delay_seconds: 1,
@@ -4945,6 +4969,7 @@ module Aws::MediaPackageV2
4945
4969
  # program_date_time_interval_seconds: 1,
4946
4970
  # filter_configuration: {
4947
4971
  # manifest_filter: "FilterConfigurationManifestFilterString",
4972
+ # drm_settings: "FilterConfigurationDrmSettingsString",
4948
4973
  # start: Time.now,
4949
4974
  # end: Time.now,
4950
4975
  # time_delay_seconds: 1,
@@ -4959,6 +4984,7 @@ module Aws::MediaPackageV2
4959
4984
  # manifest_window_seconds: 1,
4960
4985
  # filter_configuration: {
4961
4986
  # manifest_filter: "FilterConfigurationManifestFilterString",
4987
+ # drm_settings: "FilterConfigurationDrmSettingsString",
4962
4988
  # start: Time.now,
4963
4989
  # end: Time.now,
4964
4990
  # time_delay_seconds: 1,
@@ -5020,6 +5046,7 @@ module Aws::MediaPackageV2
5020
5046
  # manifest_window_seconds: 1,
5021
5047
  # filter_configuration: {
5022
5048
  # manifest_filter: "FilterConfigurationManifestFilterString",
5049
+ # drm_settings: "FilterConfigurationDrmSettingsString",
5023
5050
  # start: Time.now,
5024
5051
  # end: Time.now,
5025
5052
  # time_delay_seconds: 1,
@@ -5062,6 +5089,7 @@ module Aws::MediaPackageV2
5062
5089
  # resp.segment.encryption.speke_key_provider.drm_systems[0] #=> String, one of "CLEAR_KEY_AES_128", "FAIRPLAY", "PLAYREADY", "WIDEVINE", "IRDETO"
5063
5090
  # resp.segment.encryption.speke_key_provider.role_arn #=> String
5064
5091
  # resp.segment.encryption.speke_key_provider.url #=> String
5092
+ # resp.segment.encryption.speke_key_provider.certificate_arn #=> String
5065
5093
  # resp.created_at #=> Time
5066
5094
  # resp.modified_at #=> Time
5067
5095
  # resp.description #=> String
@@ -5074,6 +5102,7 @@ module Aws::MediaPackageV2
5074
5102
  # resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
5075
5103
  # resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
5076
5104
  # resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
5105
+ # resp.hls_manifests[0].filter_configuration.drm_settings #=> String
5077
5106
  # resp.hls_manifests[0].filter_configuration.start #=> Time
5078
5107
  # resp.hls_manifests[0].filter_configuration.end #=> Time
5079
5108
  # resp.hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -5089,6 +5118,7 @@ module Aws::MediaPackageV2
5089
5118
  # resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
5090
5119
  # resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
5091
5120
  # resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
5121
+ # resp.low_latency_hls_manifests[0].filter_configuration.drm_settings #=> String
5092
5122
  # resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
5093
5123
  # resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
5094
5124
  # resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -5100,6 +5130,7 @@ module Aws::MediaPackageV2
5100
5130
  # resp.mss_manifests[0].manifest_name #=> String
5101
5131
  # resp.mss_manifests[0].url #=> String
5102
5132
  # resp.mss_manifests[0].filter_configuration.manifest_filter #=> String
5133
+ # resp.mss_manifests[0].filter_configuration.drm_settings #=> String
5103
5134
  # resp.mss_manifests[0].filter_configuration.start #=> Time
5104
5135
  # resp.mss_manifests[0].filter_configuration.end #=> Time
5105
5136
  # resp.mss_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -5116,6 +5147,7 @@ module Aws::MediaPackageV2
5116
5147
  # resp.dash_manifests[0].url #=> String
5117
5148
  # resp.dash_manifests[0].manifest_window_seconds #=> Integer
5118
5149
  # resp.dash_manifests[0].filter_configuration.manifest_filter #=> String
5150
+ # resp.dash_manifests[0].filter_configuration.drm_settings #=> String
5119
5151
  # resp.dash_manifests[0].filter_configuration.start #=> Time
5120
5152
  # resp.dash_manifests[0].filter_configuration.end #=> Time
5121
5153
  # resp.dash_manifests[0].filter_configuration.time_delay_seconds #=> Integer
@@ -5178,7 +5210,7 @@ module Aws::MediaPackageV2
5178
5210
  tracer: tracer
5179
5211
  )
5180
5212
  context[:gem_name] = 'aws-sdk-mediapackagev2'
5181
- context[:gem_version] = '1.53.0'
5213
+ context[:gem_version] = '1.55.0'
5182
5214
  Seahorse::Client::Request.new(handlers, context)
5183
5215
  end
5184
5216
 
@@ -113,6 +113,7 @@ module Aws::MediaPackageV2
113
113
  EndpointErrorConditions = Shapes::ListShape.new(name: 'EndpointErrorConditions')
114
114
  EntityTag = Shapes::StringShape.new(name: 'EntityTag')
115
115
  FilterConfiguration = Shapes::StructureShape.new(name: 'FilterConfiguration')
116
+ FilterConfigurationDrmSettingsString = Shapes::StringShape.new(name: 'FilterConfigurationDrmSettingsString')
116
117
  FilterConfigurationManifestFilterString = Shapes::StringShape.new(name: 'FilterConfigurationManifestFilterString')
117
118
  FilterConfigurationTimeDelaySecondsInteger = Shapes::IntegerShape.new(name: 'FilterConfigurationTimeDelaySecondsInteger')
118
119
  Float = Shapes::FloatShape.new(name: 'Float')
@@ -213,6 +214,7 @@ module Aws::MediaPackageV2
213
214
  SegmentSegmentNameString = Shapes::StringShape.new(name: 'SegmentSegmentNameString')
214
215
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
215
216
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
217
+ SpekeKeyProviderCertificateArnString = Shapes::StringShape.new(name: 'SpekeKeyProviderCertificateArnString')
216
218
  SpekeKeyProviderDrmSystemsList = Shapes::ListShape.new(name: 'SpekeKeyProviderDrmSystemsList')
217
219
  SpekeKeyProviderResourceIdString = Shapes::StringShape.new(name: 'SpekeKeyProviderResourceIdString')
218
220
  SpekeKeyProviderRoleArnString = Shapes::StringShape.new(name: 'SpekeKeyProviderRoleArnString')
@@ -535,6 +537,7 @@ module Aws::MediaPackageV2
535
537
  EndpointErrorConditions.member = Shapes::ShapeRef.new(shape: EndpointErrorCondition)
536
538
 
537
539
  FilterConfiguration.add_member(:manifest_filter, Shapes::ShapeRef.new(shape: FilterConfigurationManifestFilterString, location_name: "ManifestFilter"))
540
+ FilterConfiguration.add_member(:drm_settings, Shapes::ShapeRef.new(shape: FilterConfigurationDrmSettingsString, location_name: "DrmSettings"))
538
541
  FilterConfiguration.add_member(:start, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Start"))
539
542
  FilterConfiguration.add_member(:end, Shapes::ShapeRef.new(shape: Timestamp, location_name: "End"))
540
543
  FilterConfiguration.add_member(:time_delay_seconds, Shapes::ShapeRef.new(shape: FilterConfigurationTimeDelaySecondsInteger, location_name: "TimeDelaySeconds"))
@@ -923,6 +926,7 @@ module Aws::MediaPackageV2
923
926
  SpekeKeyProvider.add_member(:drm_systems, Shapes::ShapeRef.new(shape: SpekeKeyProviderDrmSystemsList, required: true, location_name: "DrmSystems"))
924
927
  SpekeKeyProvider.add_member(:role_arn, Shapes::ShapeRef.new(shape: SpekeKeyProviderRoleArnString, required: true, location_name: "RoleArn"))
925
928
  SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: SpekeKeyProviderUrlString, required: true, location_name: "Url"))
929
+ SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: SpekeKeyProviderCertificateArnString, location_name: "CertificateArn"))
926
930
  SpekeKeyProvider.struct_class = Types::SpekeKeyProvider
927
931
 
928
932
  SpekeKeyProviderDrmSystemsList.member = Shapes::ShapeRef.new(shape: DrmSystem)
@@ -1715,6 +1715,13 @@ module Aws::MediaPackageV2
1715
1715
  # this manifest's endpoint URL.
1716
1716
  # @return [String]
1717
1717
  #
1718
+ # @!attribute [rw] drm_settings
1719
+ # Optionally specify one or more DRM settings for all of your manifest
1720
+ # egress requests. When you include a DRM setting, note that you
1721
+ # cannot use an identical DRM setting query parameter for this
1722
+ # manifest's endpoint URL.
1723
+ # @return [String]
1724
+ #
1718
1725
  # @!attribute [rw] start
1719
1726
  # Optionally specify the start time for all of your manifest egress
1720
1727
  # requests. When you include start time, note that you cannot use
@@ -1745,6 +1752,7 @@ module Aws::MediaPackageV2
1745
1752
  #
1746
1753
  class FilterConfiguration < Struct.new(
1747
1754
  :manifest_filter,
1755
+ :drm_settings,
1748
1756
  :start,
1749
1757
  :end,
1750
1758
  :time_delay_seconds,
@@ -3782,6 +3790,13 @@ module Aws::MediaPackageV2
3782
3790
  # `https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection`
3783
3791
  # @return [String]
3784
3792
  #
3793
+ # @!attribute [rw] certificate_arn
3794
+ # The ARN for the certificate that you imported to AWS Certificate
3795
+ # Manager to add content key encryption to this endpoint. For this
3796
+ # feature to work, your DRM key provider must support content key
3797
+ # encryption.
3798
+ # @return [String]
3799
+ #
3785
3800
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/SpekeKeyProvider AWS API Documentation
3786
3801
  #
3787
3802
  class SpekeKeyProvider < Struct.new(
@@ -3789,7 +3804,8 @@ module Aws::MediaPackageV2
3789
3804
  :resource_id,
3790
3805
  :drm_systems,
3791
3806
  :role_arn,
3792
- :url)
3807
+ :url,
3808
+ :certificate_arn)
3793
3809
  SENSITIVE = []
3794
3810
  include Aws::Structure
3795
3811
  end
@@ -55,7 +55,7 @@ module Aws::MediaPackageV2
55
55
  autoload :EndpointProvider, 'aws-sdk-mediapackagev2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediapackagev2/endpoints'
57
57
 
58
- GEM_VERSION = '1.53.0'
58
+ GEM_VERSION = '1.55.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -254,7 +254,8 @@ module Aws
254
254
  resource_id: ::String,
255
255
  drm_systems: Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")],
256
256
  role_arn: ::String,
257
- url: ::String
257
+ url: ::String,
258
+ certificate_arn: ::String?
258
259
  }
259
260
  }?
260
261
  },
@@ -276,6 +277,7 @@ module Aws
276
277
  program_date_time_interval_seconds: ::Integer?,
277
278
  filter_configuration: {
278
279
  manifest_filter: ::String?,
280
+ drm_settings: ::String?,
279
281
  start: ::Time?,
280
282
  end: ::Time?,
281
283
  time_delay_seconds: ::Integer?,
@@ -299,6 +301,7 @@ module Aws
299
301
  program_date_time_interval_seconds: ::Integer?,
300
302
  filter_configuration: {
301
303
  manifest_filter: ::String?,
304
+ drm_settings: ::String?,
302
305
  start: ::Time?,
303
306
  end: ::Time?,
304
307
  time_delay_seconds: ::Integer?,
@@ -313,6 +316,7 @@ module Aws
313
316
  manifest_window_seconds: ::Integer?,
314
317
  filter_configuration: {
315
318
  manifest_filter: ::String?,
319
+ drm_settings: ::String?,
316
320
  start: ::Time?,
317
321
  end: ::Time?,
318
322
  time_delay_seconds: ::Integer?,
@@ -374,6 +378,7 @@ module Aws
374
378
  manifest_window_seconds: ::Integer?,
375
379
  filter_configuration: {
376
380
  manifest_filter: ::String?,
381
+ drm_settings: ::String?,
377
382
  start: ::Time?,
378
383
  end: ::Time?,
379
384
  time_delay_seconds: ::Integer?,
@@ -804,7 +809,8 @@ module Aws
804
809
  resource_id: ::String,
805
810
  drm_systems: Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")],
806
811
  role_arn: ::String,
807
- url: ::String
812
+ url: ::String,
813
+ certificate_arn: ::String?
808
814
  }
809
815
  }?
810
816
  },
@@ -825,6 +831,7 @@ module Aws
825
831
  program_date_time_interval_seconds: ::Integer?,
826
832
  filter_configuration: {
827
833
  manifest_filter: ::String?,
834
+ drm_settings: ::String?,
828
835
  start: ::Time?,
829
836
  end: ::Time?,
830
837
  time_delay_seconds: ::Integer?,
@@ -848,6 +855,7 @@ module Aws
848
855
  program_date_time_interval_seconds: ::Integer?,
849
856
  filter_configuration: {
850
857
  manifest_filter: ::String?,
858
+ drm_settings: ::String?,
851
859
  start: ::Time?,
852
860
  end: ::Time?,
853
861
  time_delay_seconds: ::Integer?,
@@ -862,6 +870,7 @@ module Aws
862
870
  manifest_window_seconds: ::Integer?,
863
871
  filter_configuration: {
864
872
  manifest_filter: ::String?,
873
+ drm_settings: ::String?,
865
874
  start: ::Time?,
866
875
  end: ::Time?,
867
876
  time_delay_seconds: ::Integer?,
@@ -923,6 +932,7 @@ module Aws
923
932
  manifest_window_seconds: ::Integer?,
924
933
  filter_configuration: {
925
934
  manifest_filter: ::String?,
935
+ drm_settings: ::String?,
926
936
  start: ::Time?,
927
937
  end: ::Time?,
928
938
  time_delay_seconds: ::Integer?,
data/sig/types.rbs CHANGED
@@ -357,6 +357,7 @@ module Aws::MediaPackageV2
357
357
 
358
358
  class FilterConfiguration
359
359
  attr_accessor manifest_filter: ::String
360
+ attr_accessor drm_settings: ::String
360
361
  attr_accessor start: ::Time
361
362
  attr_accessor end: ::Time
362
363
  attr_accessor time_delay_seconds: ::Integer
@@ -829,6 +830,7 @@ module Aws::MediaPackageV2
829
830
  attr_accessor drm_systems: ::Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")]
830
831
  attr_accessor role_arn: ::String
831
832
  attr_accessor url: ::String
833
+ attr_accessor certificate_arn: ::String
832
834
  SENSITIVE: []
833
835
  end
834
836
 
@@ -940,7 +942,7 @@ module Aws::MediaPackageV2
940
942
 
941
943
  class ValidationException
942
944
  attr_accessor message: ::String
943
- attr_accessor validation_exception_type: ("CONTAINER_TYPE_IMMUTABLE" | "INVALID_PAGINATION_TOKEN" | "INVALID_PAGINATION_MAX_RESULTS" | "INVALID_POLICY" | "INVALID_ROLE_ARN" | "MANIFEST_NAME_COLLISION" | "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH" | "CENC_IV_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITH_ISM_CONTAINER_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_UNENCRYPTED" | "ENCRYPTION_CONTRACT_SHARED" | "NUM_MANIFESTS_LOW" | "NUM_MANIFESTS_HIGH" | "MANIFEST_DRM_SYSTEMS_INCOMPATIBLE" | "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE" | "ROLE_ARN_NOT_ASSUMABLE" | "ROLE_ARN_LENGTH_OUT_OF_RANGE" | "ROLE_ARN_INVALID_FORMAT" | "URL_INVALID" | "URL_SCHEME" | "URL_USER_INFO" | "URL_PORT" | "URL_UNKNOWN_HOST" | "URL_LOCAL_ADDRESS" | "URL_LOOPBACK_ADDRESS" | "URL_LINK_LOCAL_ADDRESS" | "URL_MULTICAST_ADDRESS" | "MEMBER_INVALID" | "MEMBER_MISSING" | "MEMBER_MIN_VALUE" | "MEMBER_MAX_VALUE" | "MEMBER_MIN_LENGTH" | "MEMBER_MAX_LENGTH" | "MEMBER_INVALID_ENUM_VALUE" | "MEMBER_DOES_NOT_MATCH_PATTERN" | "INVALID_MANIFEST_FILTER" | "INVALID_TIME_DELAY_SECONDS" | "END_TIME_EARLIER_THAN_START_TIME" | "TS_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "DIRECT_MODE_WITH_TIMING_SOURCE" | "NONE_MODE_WITH_TIMING_SOURCE" | "TIMING_SOURCE_MISSING" | "UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION" | "PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES" | "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS" | "ONLY_CMAF_INPUT_TYPE_ALLOW_FORCE_ENDPOINT_ERROR_CONFIGURATION" | "SOURCE_DISRUPTIONS_ENABLED_INCORRECTLY" | "HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION" | "HARVESTED_MANIFEST_NOT_FOUND_ON_ENDPOINT" | "TOO_MANY_IN_PROGRESS_HARVEST_JOBS" | "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION" | "INVALID_HARVEST_JOB_DURATION" | "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE" | "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION" | "HARVEST_JOB_CUSTOMER_ENDPOINT_READ_ACCESS_DENIED" | "CLIP_START_TIME_WITH_START_OR_END" | "START_TAG_TIME_OFFSET_INVALID" | "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION" | "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE" | "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION" | "INCOMPATIBLE_XML_ENCODING" | "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION" | "ONLY_CMAF_INPUT_TYPE_ALLOW_PREFERRED_INPUT_CONFIGURATION" | "TS_CONTAINER_TYPE_WITH_MSS_MANIFEST" | "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_HLS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_LL_HLS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_SCTE" | "ISM_CONTAINER_WITH_KEY_ROTATION" | "BATCH_GET_SECRET_VALUE_DENIED" | "GET_SECRET_VALUE_DENIED" | "DESCRIBE_SECRET_DENIED" | "INVALID_SECRET_FORMAT" | "SECRET_IS_NOT_ONE_KEY_VALUE_PAIR" | "INVALID_SECRET_KEY" | "INVALID_SECRET_VALUE" | "SECRET_ARN_RESOURCE_NOT_FOUND" | "DECRYPT_SECRET_FAILED" | "TOO_MANY_SECRETS" | "DUPLICATED_SECRET" | "MALFORMED_SECRET_ARN" | "SECRET_FROM_DIFFERENT_ACCOUNT" | "SECRET_FROM_DIFFERENT_REGION" | "INVALID_SECRET")
945
+ attr_accessor validation_exception_type: ("CONTAINER_TYPE_IMMUTABLE" | "INVALID_PAGINATION_TOKEN" | "INVALID_PAGINATION_MAX_RESULTS" | "INVALID_POLICY" | "INVALID_ROLE_ARN" | "MANIFEST_NAME_COLLISION" | "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH" | "CENC_IV_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITH_ISM_CONTAINER_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_UNENCRYPTED" | "ENCRYPTION_CONTRACT_SHARED" | "NUM_MANIFESTS_LOW" | "NUM_MANIFESTS_HIGH" | "MANIFEST_DRM_SYSTEMS_INCOMPATIBLE" | "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE" | "ROLE_ARN_NOT_ASSUMABLE" | "ROLE_ARN_LENGTH_OUT_OF_RANGE" | "ROLE_ARN_INVALID_FORMAT" | "URL_INVALID" | "URL_SCHEME" | "URL_USER_INFO" | "URL_PORT" | "URL_UNKNOWN_HOST" | "URL_LOCAL_ADDRESS" | "URL_LOOPBACK_ADDRESS" | "URL_LINK_LOCAL_ADDRESS" | "URL_MULTICAST_ADDRESS" | "MEMBER_INVALID" | "MEMBER_MISSING" | "MEMBER_MIN_VALUE" | "MEMBER_MAX_VALUE" | "MEMBER_MIN_LENGTH" | "MEMBER_MAX_LENGTH" | "MEMBER_INVALID_ENUM_VALUE" | "MEMBER_DOES_NOT_MATCH_PATTERN" | "INVALID_MANIFEST_FILTER" | "INVALID_DRM_SETTINGS" | "INVALID_TIME_DELAY_SECONDS" | "END_TIME_EARLIER_THAN_START_TIME" | "TS_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "DIRECT_MODE_WITH_TIMING_SOURCE" | "NONE_MODE_WITH_TIMING_SOURCE" | "TIMING_SOURCE_MISSING" | "UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION" | "PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES" | "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS" | "ONLY_CMAF_INPUT_TYPE_ALLOW_FORCE_ENDPOINT_ERROR_CONFIGURATION" | "SOURCE_DISRUPTIONS_ENABLED_INCORRECTLY" | "HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION" | "HARVESTED_MANIFEST_NOT_FOUND_ON_ENDPOINT" | "TOO_MANY_IN_PROGRESS_HARVEST_JOBS" | "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION" | "INVALID_HARVEST_JOB_DURATION" | "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE" | "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION" | "HARVEST_JOB_CUSTOMER_ENDPOINT_READ_ACCESS_DENIED" | "CLIP_START_TIME_WITH_START_OR_END" | "START_TAG_TIME_OFFSET_INVALID" | "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION" | "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE" | "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION" | "INCOMPATIBLE_XML_ENCODING" | "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION" | "ONLY_CMAF_INPUT_TYPE_ALLOW_PREFERRED_INPUT_CONFIGURATION" | "TS_CONTAINER_TYPE_WITH_MSS_MANIFEST" | "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_HLS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_LL_HLS_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "ISM_CONTAINER_TYPE_WITH_SCTE" | "ISM_CONTAINER_WITH_KEY_ROTATION" | "BATCH_GET_SECRET_VALUE_DENIED" | "GET_SECRET_VALUE_DENIED" | "DESCRIBE_SECRET_DENIED" | "INVALID_SECRET_FORMAT" | "SECRET_IS_NOT_ONE_KEY_VALUE_PAIR" | "INVALID_SECRET_KEY" | "INVALID_SECRET_VALUE" | "SECRET_ARN_RESOURCE_NOT_FOUND" | "DECRYPT_SECRET_FAILED" | "TOO_MANY_SECRETS" | "DUPLICATED_SECRET" | "MALFORMED_SECRET_ARN" | "SECRET_FROM_DIFFERENT_ACCOUNT" | "SECRET_FROM_DIFFERENT_REGION" | "INVALID_SECRET" | "RESOURCE_NOT_IN_SAME_REGION" | "CERTIFICATE_RESOURCE_NOT_FOUND" | "CERTIFICATE_ACCESS_DENIED" | "DESCRIBE_CERTIFICATE_FAILED" | "INVALID_CERTIFICATE_STATUS" | "INVALID_CERTIFICATE_KEY_ALGORITHM" | "INVALID_CERTIFICATE_SIGNATURE_ALGORITHM" | "MISSING_CERTIFICATE_DOMAIN_NAME" | "INVALID_ARN")
944
946
  SENSITIVE: []
945
947
  end
946
948
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement