aws-sdk-medialive 1.157.0 → 1.159.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: 2b6efd54d7324b4e3b22a8079f680bea7bf8420acc91e664c32255e01ba8695c
4
- data.tar.gz: 71945ced9a1f6d92910c56ae1e7616ecf678acc8e1b90ce84c83446942dfd39f
3
+ metadata.gz: 5484dae3d0004afd9c263373a449c83311429ac20bc7eae104de50472e00738e
4
+ data.tar.gz: beece3f03261b7872d4e7c62a6cc6620cac1cf61718eb825c02f71b659a5ef58
5
5
  SHA512:
6
- metadata.gz: 9da258bba145a3e3e27fe0a881ee72a5f4cec29866212a5541ff735093ee96d02675a874d998f5d3dcdefce7a12affdc9f29d2787df7fc20bab3da3caab703fd
7
- data.tar.gz: e4a7ea1192434755f8da942abeeb4ee5c6f4baa62be9e503dcf2cca3e41f932ee70856c3da05f82466344eea28c1558af5c275a79d61bc4e2e478394bfae41e0
6
+ metadata.gz: 343b4da774abdb9955f2c680ece0eef469c9ea4f80b54395979e54bfbbda6480c9903a8c8f66be1359284e611ee605e3b6a8a58f18c30fb7897c2bb7696ea7dd
7
+ data.tar.gz: 982cc40d1aab20ae48996e04d206ee93ffe5cef3964001ada9d406eb47fc440ab51e30b232ff6345401afa9425bd1e1f5ab5b3c1c06aea1de6081b1d76f65df7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.159.0 (2025-08-14)
5
+ ------------------
6
+
7
+ * Feature - CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels.
8
+
9
+ 1.158.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.157.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.157.0
1
+ 1.159.0
@@ -95,8 +95,8 @@ module Aws::MediaLive
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::MediaLive
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::MediaLive
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::MediaLive
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -1409,6 +1406,8 @@ module Aws::MediaLive
1409
1406
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
1410
1407
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
1411
1408
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
1409
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
1410
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
1412
1411
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
1413
1412
  # resp.channel.encoder_settings.output_groups[0].outputs #=> Array
1414
1413
  # resp.channel.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -2800,6 +2799,8 @@ module Aws::MediaLive
2800
2799
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
2801
2800
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
2802
2801
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
2802
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
2803
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
2803
2804
  # resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
2804
2805
  # resp.encoder_settings.output_groups[0].outputs #=> Array
2805
2806
  # resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -3955,6 +3956,8 @@ module Aws::MediaLive
3955
3956
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
3956
3957
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
3957
3958
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
3959
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
3960
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
3958
3961
  # resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
3959
3962
  # resp.encoder_settings.output_groups[0].outputs #=> Array
3960
3963
  # resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -6327,6 +6330,8 @@ module Aws::MediaLive
6327
6330
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
6328
6331
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
6329
6332
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
6333
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
6334
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
6330
6335
  # resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
6331
6336
  # resp.encoder_settings.output_groups[0].outputs #=> Array
6332
6337
  # resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -7289,6 +7294,8 @@ module Aws::MediaLive
7289
7294
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
7290
7295
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
7291
7296
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
7297
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
7298
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
7292
7299
  # resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
7293
7300
  # resp.encoder_settings.output_groups[0].outputs #=> Array
7294
7301
  # resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -8284,6 +8291,8 @@ module Aws::MediaLive
8284
8291
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
8285
8292
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
8286
8293
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
8294
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
8295
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
8287
8296
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
8288
8297
  # resp.channel.encoder_settings.output_groups[0].outputs #=> Array
8289
8298
  # resp.channel.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -9162,6 +9171,8 @@ module Aws::MediaLive
9162
9171
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
9163
9172
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
9164
9173
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
9174
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
9175
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
9165
9176
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
9166
9177
  # resp.channel.encoder_settings.output_groups[0].outputs #=> Array
9167
9178
  # resp.channel.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -10627,6 +10638,8 @@ module Aws::MediaLive
10627
10638
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
10628
10639
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_id_3_period #=> Integer
10629
10640
  # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.timed_metadata_passthrough #=> String, one of "DISABLED", "ENABLED"
10641
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations #=> Array
10642
+ # resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.additional_destinations[0].destination.destination_ref_id #=> String
10630
10643
  # resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
10631
10644
  # resp.encoder_settings.output_groups[0].outputs #=> Array
10632
10645
  # resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
@@ -14293,7 +14306,7 @@ module Aws::MediaLive
14293
14306
  tracer: tracer
14294
14307
  )
14295
14308
  context[:gem_name] = 'aws-sdk-medialive'
14296
- context[:gem_version] = '1.157.0'
14309
+ context[:gem_version] = '1.159.0'
14297
14310
  Seahorse::Client::Request.new(handlers, context)
14298
14311
  end
14299
14312
 
@@ -35,6 +35,7 @@ module Aws::MediaLive
35
35
  AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
36
36
  AccessibilityType = Shapes::StringShape.new(name: 'AccessibilityType')
37
37
  AccountConfiguration = Shapes::StructureShape.new(name: 'AccountConfiguration')
38
+ AdditionalDestinations = Shapes::StructureShape.new(name: 'AdditionalDestinations')
38
39
  AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
39
40
  Algorithm = Shapes::StringShape.new(name: 'Algorithm')
40
41
  AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
@@ -1090,8 +1091,8 @@ module Aws::MediaLive
1090
1091
  __integerMin32Max8191 = Shapes::IntegerShape.new(name: '__integerMin32Max8191')
1091
1092
  __integerMin40Max16000 = Shapes::IntegerShape.new(name: '__integerMin40Max16000')
1092
1093
  __integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
1093
- __integerMin50000Max16000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max16000000')
1094
- __integerMin50000Max8000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max8000000')
1094
+ __integerMin50000Max12000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max12000000')
1095
+ __integerMin50000Max24000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max24000000')
1095
1096
  __integerMin64Max2160 = Shapes::IntegerShape.new(name: '__integerMin64Max2160')
1096
1097
  __integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
1097
1098
  __integerMin80Max800 = Shapes::IntegerShape.new(name: '__integerMin80Max800')
@@ -1100,6 +1101,7 @@ module Aws::MediaLive
1100
1101
  __integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
1101
1102
  __integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
1102
1103
  __integerMinNegative60Max60 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max60')
1104
+ __listOfAdditionalDestinations = Shapes::ListShape.new(name: '__listOfAdditionalDestinations')
1103
1105
  __listOfAudioChannelMapping = Shapes::ListShape.new(name: '__listOfAudioChannelMapping')
1104
1106
  __listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
1105
1107
  __listOfAudioSelector = Shapes::ListShape.new(name: '__listOfAudioSelector')
@@ -1266,6 +1268,9 @@ module Aws::MediaLive
1266
1268
  AccountConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: __string, location_name: "kmsKeyId"))
1267
1269
  AccountConfiguration.struct_class = Types::AccountConfiguration
1268
1270
 
1271
+ AdditionalDestinations.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
1272
+ AdditionalDestinations.struct_class = Types::AdditionalDestinations
1273
+
1269
1274
  AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
1270
1275
  AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
1271
1276
 
@@ -1387,7 +1392,7 @@ module Aws::MediaLive
1387
1392
  Av1ColorSpaceSettings.struct_class = Types::Av1ColorSpaceSettings
1388
1393
 
1389
1394
  Av1Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
1390
- Av1Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin50000Max16000000, location_name: "bufSize"))
1395
+ Av1Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin50000Max24000000, location_name: "bufSize"))
1391
1396
  Av1Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: Av1ColorSpaceSettings, location_name: "colorSpaceSettings"))
1392
1397
  Av1Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
1393
1398
  Av1Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max3003, required: true, location_name: "framerateDenominator"))
@@ -1396,14 +1401,14 @@ module Aws::MediaLive
1396
1401
  Av1Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: Av1GopSizeUnits, location_name: "gopSizeUnits"))
1397
1402
  Av1Settings.add_member(:level, Shapes::ShapeRef.new(shape: Av1Level, location_name: "level"))
1398
1403
  Av1Settings.add_member(:look_ahead_rate_control, Shapes::ShapeRef.new(shape: Av1LookAheadRateControl, location_name: "lookAheadRateControl"))
1399
- Av1Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max8000000, location_name: "maxBitrate"))
1404
+ Av1Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max12000000, location_name: "maxBitrate"))
1400
1405
  Av1Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
1401
1406
  Av1Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
1402
1407
  Av1Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parNumerator"))
1403
1408
  Av1Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
1404
1409
  Av1Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: Av1SceneChangeDetect, location_name: "sceneChangeDetect"))
1405
1410
  Av1Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
1406
- Av1Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max8000000, location_name: "bitrate"))
1411
+ Av1Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max12000000, location_name: "bitrate"))
1407
1412
  Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
1408
1413
  Av1Settings.struct_class = Types::Av1Settings
1409
1414
 
@@ -1728,6 +1733,7 @@ module Aws::MediaLive
1728
1733
  CmafIngestGroupSettings.add_member(:timed_metadata_id_3_frame, Shapes::ShapeRef.new(shape: CmafTimedMetadataId3Frame, location_name: "timedMetadataId3Frame"))
1729
1734
  CmafIngestGroupSettings.add_member(:timed_metadata_id_3_period, Shapes::ShapeRef.new(shape: __integerMin0Max10000, location_name: "timedMetadataId3Period"))
1730
1735
  CmafIngestGroupSettings.add_member(:timed_metadata_passthrough, Shapes::ShapeRef.new(shape: CmafTimedMetadataPassthrough, location_name: "timedMetadataPassthrough"))
1736
+ CmafIngestGroupSettings.add_member(:additional_destinations, Shapes::ShapeRef.new(shape: __listOfAdditionalDestinations, location_name: "additionalDestinations"))
1731
1737
  CmafIngestGroupSettings.struct_class = Types::CmafIngestGroupSettings
1732
1738
 
1733
1739
  CmafIngestOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
@@ -5594,6 +5600,8 @@ module Aws::MediaLive
5594
5600
  WebvttDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: WebvttDestinationStyleControl, location_name: "styleControl"))
5595
5601
  WebvttDestinationSettings.struct_class = Types::WebvttDestinationSettings
5596
5602
 
5603
+ __listOfAdditionalDestinations.member = Shapes::ShapeRef.new(shape: AdditionalDestinations)
5604
+
5597
5605
  __listOfAudioChannelMapping.member = Shapes::ShapeRef.new(shape: AudioChannelMapping)
5598
5606
 
5599
5607
  __listOfAudioDescription.member = Shapes::ShapeRef.new(shape: AudioDescription)
@@ -14054,6 +14054,11 @@ module Aws::MediaLive
14054
14054
  # Set to enabled to pass through ID3 metadata from the input sources.
14055
14055
  # @return [String]
14056
14056
  #
14057
+ # @!attribute [rw] additional_destinations
14058
+ # Optional an array of additional destinational HTTP destinations for
14059
+ # the OutputGroup outputs
14060
+ # @return [Array<Types::AdditionalDestinations>]
14061
+ #
14057
14062
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CmafIngestGroupSettings AWS API Documentation
14058
14063
  #
14059
14064
  class CmafIngestGroupSettings < Struct.new(
@@ -14072,7 +14077,8 @@ module Aws::MediaLive
14072
14077
  :caption_language_mappings,
14073
14078
  :timed_metadata_id_3_frame,
14074
14079
  :timed_metadata_id_3_period,
14075
- :timed_metadata_passthrough)
14080
+ :timed_metadata_passthrough,
14081
+ :additional_destinations)
14076
14082
  SENSITIVE = []
14077
14083
  include Aws::Structure
14078
14084
  end
@@ -21711,6 +21717,20 @@ module Aws::MediaLive
21711
21717
  include Aws::Structure
21712
21718
  end
21713
21719
 
21720
+ # Additional output destinations for a CMAF Ingest output group
21721
+ #
21722
+ # @!attribute [rw] destination
21723
+ # The destination location
21724
+ # @return [Types::OutputLocationRef]
21725
+ #
21726
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AdditionalDestinations AWS API Documentation
21727
+ #
21728
+ class AdditionalDestinations < Struct.new(
21729
+ :destination)
21730
+ SENSITIVE = []
21731
+ include Aws::Structure
21732
+ end
21733
+
21714
21734
  end
21715
21735
  end
21716
21736
 
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.157.0'
58
+ GEM_VERSION = '1.159.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -834,7 +834,14 @@ module Aws
834
834
  ]?,
835
835
  timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")?,
836
836
  timed_metadata_id_3_period: ::Integer?,
837
- timed_metadata_passthrough: ("DISABLED" | "ENABLED")?
837
+ timed_metadata_passthrough: ("DISABLED" | "ENABLED")?,
838
+ additional_destinations: Array[
839
+ {
840
+ destination: {
841
+ destination_ref_id: ::String?
842
+ }
843
+ },
844
+ ]?
838
845
  }?,
839
846
  srt_group_settings: {
840
847
  input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")?
@@ -2935,7 +2942,14 @@ module Aws
2935
2942
  ]?,
2936
2943
  timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")?,
2937
2944
  timed_metadata_id_3_period: ::Integer?,
2938
- timed_metadata_passthrough: ("DISABLED" | "ENABLED")?
2945
+ timed_metadata_passthrough: ("DISABLED" | "ENABLED")?,
2946
+ additional_destinations: Array[
2947
+ {
2948
+ destination: {
2949
+ destination_ref_id: ::String?
2950
+ }
2951
+ },
2952
+ ]?
2939
2953
  }?,
2940
2954
  srt_group_settings: {
2941
2955
  input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")?
data/sig/types.rbs CHANGED
@@ -3610,6 +3610,7 @@ module Aws::MediaLive
3610
3610
  attr_accessor timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")
3611
3611
  attr_accessor timed_metadata_id_3_period: ::Integer
3612
3612
  attr_accessor timed_metadata_passthrough: ("DISABLED" | "ENABLED")
3613
+ attr_accessor additional_destinations: ::Array[Types::AdditionalDestinations]
3613
3614
  SENSITIVE: []
3614
3615
  end
3615
3616
 
@@ -5657,5 +5658,10 @@ module Aws::MediaLive
5657
5658
  attr_accessor language_code: ::String
5658
5659
  SENSITIVE: []
5659
5660
  end
5661
+
5662
+ class AdditionalDestinations
5663
+ attr_accessor destination: Types::OutputLocationRef
5664
+ SENSITIVE: []
5665
+ end
5660
5666
  end
5661
5667
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.157.0
4
+ version: 1.159.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services