aws-sdk-medialive 1.139.0 → 1.140.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +53 -1
- data/lib/aws-sdk-medialive/client_api.rb +8 -0
- data/lib/aws-sdk-medialive/types.rb +76 -18
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +19 -5
- data/sig/types.rbs +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 394e0a67cf284af395368e3b5ee7ea5397a92facba2d25719a4f061b34f87a3e
|
4
|
+
data.tar.gz: 30a3308d7c858f8dc2645831afb6913e18009c58b449aabdad86df703bec01d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68132d1da75907abb38b34e84c2558994600597c39a63af742f1230a9c3f0417292b07fff119a2ee383c30ee975d4b72c73194fe1ad4554551073c9c930fd948
|
7
|
+
data.tar.gz: 8c1e75ad0fce2103a9e08d8603459c291e3d435dd9773b7782a1b10a712c853639b27a98d3181574e6eaab1fe2062d4c1ca6c1593fc164a520837482d66e8a81
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.140.0 (2024-12-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams.
|
8
|
+
|
4
9
|
1.139.0 (2024-12-09)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.140.0
|
@@ -1037,6 +1037,8 @@ module Aws::MediaLive
|
|
1037
1037
|
# resp.channel.destinations[0].id #=> String
|
1038
1038
|
# resp.channel.destinations[0].media_package_settings #=> Array
|
1039
1039
|
# resp.channel.destinations[0].media_package_settings[0].channel_id #=> String
|
1040
|
+
# resp.channel.destinations[0].media_package_settings[0].channel_group #=> String
|
1041
|
+
# resp.channel.destinations[0].media_package_settings[0].channel_name #=> String
|
1040
1042
|
# resp.channel.destinations[0].multiplex_settings.multiplex_id #=> String
|
1041
1043
|
# resp.channel.destinations[0].multiplex_settings.program_name #=> String
|
1042
1044
|
# resp.channel.destinations[0].settings #=> Array
|
@@ -1342,6 +1344,10 @@ module Aws::MediaLive
|
|
1342
1344
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
1343
1345
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
1344
1346
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
1347
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
1348
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
1349
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
1350
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
1345
1351
|
# 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"
|
1346
1352
|
# resp.channel.encoder_settings.output_groups[0].outputs #=> Array
|
1347
1353
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -2350,6 +2356,8 @@ module Aws::MediaLive
|
|
2350
2356
|
# resp.destinations[0].id #=> String
|
2351
2357
|
# resp.destinations[0].media_package_settings #=> Array
|
2352
2358
|
# resp.destinations[0].media_package_settings[0].channel_id #=> String
|
2359
|
+
# resp.destinations[0].media_package_settings[0].channel_group #=> String
|
2360
|
+
# resp.destinations[0].media_package_settings[0].channel_name #=> String
|
2353
2361
|
# resp.destinations[0].multiplex_settings.multiplex_id #=> String
|
2354
2362
|
# resp.destinations[0].multiplex_settings.program_name #=> String
|
2355
2363
|
# resp.destinations[0].settings #=> Array
|
@@ -2655,6 +2663,10 @@ module Aws::MediaLive
|
|
2655
2663
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
2656
2664
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
2657
2665
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
2666
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
2667
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
2668
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
2669
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
2658
2670
|
# resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
2659
2671
|
# resp.encoder_settings.output_groups[0].outputs #=> Array
|
2660
2672
|
# resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -3480,6 +3492,8 @@ module Aws::MediaLive
|
|
3480
3492
|
# resp.destinations[0].id #=> String
|
3481
3493
|
# resp.destinations[0].media_package_settings #=> Array
|
3482
3494
|
# resp.destinations[0].media_package_settings[0].channel_id #=> String
|
3495
|
+
# resp.destinations[0].media_package_settings[0].channel_group #=> String
|
3496
|
+
# resp.destinations[0].media_package_settings[0].channel_name #=> String
|
3483
3497
|
# resp.destinations[0].multiplex_settings.multiplex_id #=> String
|
3484
3498
|
# resp.destinations[0].multiplex_settings.program_name #=> String
|
3485
3499
|
# resp.destinations[0].settings #=> Array
|
@@ -3785,6 +3799,10 @@ module Aws::MediaLive
|
|
3785
3799
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
3786
3800
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
3787
3801
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
3802
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
3803
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
3804
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
3805
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
3788
3806
|
# resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
3789
3807
|
# resp.encoder_settings.output_groups[0].outputs #=> Array
|
3790
3808
|
# resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -4981,6 +4999,8 @@ module Aws::MediaLive
|
|
4981
4999
|
# resp.channels[0].destinations[0].id #=> String
|
4982
5000
|
# resp.channels[0].destinations[0].media_package_settings #=> Array
|
4983
5001
|
# resp.channels[0].destinations[0].media_package_settings[0].channel_id #=> String
|
5002
|
+
# resp.channels[0].destinations[0].media_package_settings[0].channel_group #=> String
|
5003
|
+
# resp.channels[0].destinations[0].media_package_settings[0].channel_name #=> String
|
4984
5004
|
# resp.channels[0].destinations[0].multiplex_settings.multiplex_id #=> String
|
4985
5005
|
# resp.channels[0].destinations[0].multiplex_settings.program_name #=> String
|
4986
5006
|
# resp.channels[0].destinations[0].settings #=> Array
|
@@ -5789,6 +5809,8 @@ module Aws::MediaLive
|
|
5789
5809
|
# resp.destinations[0].id #=> String
|
5790
5810
|
# resp.destinations[0].media_package_settings #=> Array
|
5791
5811
|
# resp.destinations[0].media_package_settings[0].channel_id #=> String
|
5812
|
+
# resp.destinations[0].media_package_settings[0].channel_group #=> String
|
5813
|
+
# resp.destinations[0].media_package_settings[0].channel_name #=> String
|
5792
5814
|
# resp.destinations[0].multiplex_settings.multiplex_id #=> String
|
5793
5815
|
# resp.destinations[0].multiplex_settings.program_name #=> String
|
5794
5816
|
# resp.destinations[0].settings #=> Array
|
@@ -6094,6 +6116,10 @@ module Aws::MediaLive
|
|
6094
6116
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
6095
6117
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
6096
6118
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
6119
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
6120
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
6121
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
6122
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
6097
6123
|
# resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
6098
6124
|
# resp.encoder_settings.output_groups[0].outputs #=> Array
|
6099
6125
|
# resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -6726,6 +6752,8 @@ module Aws::MediaLive
|
|
6726
6752
|
# resp.destinations[0].id #=> String
|
6727
6753
|
# resp.destinations[0].media_package_settings #=> Array
|
6728
6754
|
# resp.destinations[0].media_package_settings[0].channel_id #=> String
|
6755
|
+
# resp.destinations[0].media_package_settings[0].channel_group #=> String
|
6756
|
+
# resp.destinations[0].media_package_settings[0].channel_name #=> String
|
6729
6757
|
# resp.destinations[0].multiplex_settings.multiplex_id #=> String
|
6730
6758
|
# resp.destinations[0].multiplex_settings.program_name #=> String
|
6731
6759
|
# resp.destinations[0].settings #=> Array
|
@@ -7031,6 +7059,10 @@ module Aws::MediaLive
|
|
7031
7059
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
7032
7060
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
7033
7061
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
7062
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
7063
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
7064
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
7065
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
7034
7066
|
# resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
7035
7067
|
# resp.encoder_settings.output_groups[0].outputs #=> Array
|
7036
7068
|
# resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -7690,6 +7722,8 @@ module Aws::MediaLive
|
|
7690
7722
|
# resp.channel.destinations[0].id #=> String
|
7691
7723
|
# resp.channel.destinations[0].media_package_settings #=> Array
|
7692
7724
|
# resp.channel.destinations[0].media_package_settings[0].channel_id #=> String
|
7725
|
+
# resp.channel.destinations[0].media_package_settings[0].channel_group #=> String
|
7726
|
+
# resp.channel.destinations[0].media_package_settings[0].channel_name #=> String
|
7693
7727
|
# resp.channel.destinations[0].multiplex_settings.multiplex_id #=> String
|
7694
7728
|
# resp.channel.destinations[0].multiplex_settings.program_name #=> String
|
7695
7729
|
# resp.channel.destinations[0].settings #=> Array
|
@@ -7995,6 +8029,10 @@ module Aws::MediaLive
|
|
7995
8029
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
7996
8030
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
7997
8031
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
8032
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
8033
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
8034
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
8035
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
7998
8036
|
# 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"
|
7999
8037
|
# resp.channel.encoder_settings.output_groups[0].outputs #=> Array
|
8000
8038
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -8507,6 +8545,8 @@ module Aws::MediaLive
|
|
8507
8545
|
# media_package_settings: [
|
8508
8546
|
# {
|
8509
8547
|
# channel_id: "__stringMin1",
|
8548
|
+
# channel_group: "__stringMin1",
|
8549
|
+
# channel_name: "__stringMin1",
|
8510
8550
|
# },
|
8511
8551
|
# ],
|
8512
8552
|
# multiplex_settings: {
|
@@ -8541,6 +8581,8 @@ module Aws::MediaLive
|
|
8541
8581
|
# resp.channel.destinations[0].id #=> String
|
8542
8582
|
# resp.channel.destinations[0].media_package_settings #=> Array
|
8543
8583
|
# resp.channel.destinations[0].media_package_settings[0].channel_id #=> String
|
8584
|
+
# resp.channel.destinations[0].media_package_settings[0].channel_group #=> String
|
8585
|
+
# resp.channel.destinations[0].media_package_settings[0].channel_name #=> String
|
8544
8586
|
# resp.channel.destinations[0].multiplex_settings.multiplex_id #=> String
|
8545
8587
|
# resp.channel.destinations[0].multiplex_settings.program_name #=> String
|
8546
8588
|
# resp.channel.destinations[0].settings #=> Array
|
@@ -8846,6 +8888,10 @@ module Aws::MediaLive
|
|
8846
8888
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
8847
8889
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
8848
8890
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
8891
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
8892
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
8893
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
8894
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
8849
8895
|
# 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"
|
8850
8896
|
# resp.channel.encoder_settings.output_groups[0].outputs #=> Array
|
8851
8897
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -9936,6 +9982,8 @@ module Aws::MediaLive
|
|
9936
9982
|
# resp.destinations[0].id #=> String
|
9937
9983
|
# resp.destinations[0].media_package_settings #=> Array
|
9938
9984
|
# resp.destinations[0].media_package_settings[0].channel_id #=> String
|
9985
|
+
# resp.destinations[0].media_package_settings[0].channel_group #=> String
|
9986
|
+
# resp.destinations[0].media_package_settings[0].channel_name #=> String
|
9939
9987
|
# resp.destinations[0].multiplex_settings.multiplex_id #=> String
|
9940
9988
|
# resp.destinations[0].multiplex_settings.program_name #=> String
|
9941
9989
|
# resp.destinations[0].settings #=> Array
|
@@ -10241,6 +10289,10 @@ module Aws::MediaLive
|
|
10241
10289
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length #=> Integer
|
10242
10290
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.segment_length_units #=> String, one of "MILLISECONDS", "SECONDS"
|
10243
10291
|
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.send_delay_ms #=> Integer
|
10292
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
10293
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.klv_name_modifier #=> String
|
10294
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.nielsen_id_3_name_modifier #=> String
|
10295
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.cmaf_ingest_group_settings.scte_35_name_modifier #=> String
|
10244
10296
|
# resp.encoder_settings.output_groups[0].output_group_settings.srt_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
10245
10297
|
# resp.encoder_settings.output_groups[0].outputs #=> Array
|
10246
10298
|
# resp.encoder_settings.output_groups[0].outputs[0].audio_description_names #=> Array
|
@@ -13587,7 +13639,7 @@ module Aws::MediaLive
|
|
13587
13639
|
tracer: tracer
|
13588
13640
|
)
|
13589
13641
|
context[:gem_name] = 'aws-sdk-medialive'
|
13590
|
-
context[:gem_version] = '1.
|
13642
|
+
context[:gem_version] = '1.140.0'
|
13591
13643
|
Seahorse::Client::Request.new(handlers, context)
|
13592
13644
|
end
|
13593
13645
|
|
@@ -153,6 +153,7 @@ module Aws::MediaLive
|
|
153
153
|
CmafIngestGroupSettings = Shapes::StructureShape.new(name: 'CmafIngestGroupSettings')
|
154
154
|
CmafIngestOutputSettings = Shapes::StructureShape.new(name: 'CmafIngestOutputSettings')
|
155
155
|
CmafIngestSegmentLengthUnits = Shapes::StringShape.new(name: 'CmafIngestSegmentLengthUnits')
|
156
|
+
CmafKLVBehavior = Shapes::StringShape.new(name: 'CmafKLVBehavior')
|
156
157
|
CmafNielsenId3Behavior = Shapes::StringShape.new(name: 'CmafNielsenId3Behavior')
|
157
158
|
ColorCorrection = Shapes::StructureShape.new(name: 'ColorCorrection')
|
158
159
|
ColorCorrectionSettings = Shapes::StructureShape.new(name: 'ColorCorrectionSettings')
|
@@ -1157,6 +1158,7 @@ module Aws::MediaLive
|
|
1157
1158
|
__longMin0Max8589934591 = Shapes::IntegerShape.new(name: '__longMin0Max8589934591')
|
1158
1159
|
__longMin0Max86400000 = Shapes::IntegerShape.new(name: '__longMin0Max86400000')
|
1159
1160
|
__string = Shapes::StringShape.new(name: '__string')
|
1161
|
+
__stringMax100 = Shapes::StringShape.new(name: '__stringMax100')
|
1160
1162
|
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
1161
1163
|
__stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
|
1162
1164
|
__stringMax255 = Shapes::StringShape.new(name: '__stringMax255')
|
@@ -1657,6 +1659,10 @@ module Aws::MediaLive
|
|
1657
1659
|
CmafIngestGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "segmentLength"))
|
1658
1660
|
CmafIngestGroupSettings.add_member(:segment_length_units, Shapes::ShapeRef.new(shape: CmafIngestSegmentLengthUnits, location_name: "segmentLengthUnits"))
|
1659
1661
|
CmafIngestGroupSettings.add_member(:send_delay_ms, Shapes::ShapeRef.new(shape: __integerMin0Max2000, location_name: "sendDelayMs"))
|
1662
|
+
CmafIngestGroupSettings.add_member(:klv_behavior, Shapes::ShapeRef.new(shape: CmafKLVBehavior, location_name: "klvBehavior"))
|
1663
|
+
CmafIngestGroupSettings.add_member(:klv_name_modifier, Shapes::ShapeRef.new(shape: __stringMax100, location_name: "klvNameModifier"))
|
1664
|
+
CmafIngestGroupSettings.add_member(:nielsen_id_3_name_modifier, Shapes::ShapeRef.new(shape: __stringMax100, location_name: "nielsenId3NameModifier"))
|
1665
|
+
CmafIngestGroupSettings.add_member(:scte_35_name_modifier, Shapes::ShapeRef.new(shape: __stringMax100, location_name: "scte35NameModifier"))
|
1660
1666
|
CmafIngestGroupSettings.struct_class = Types::CmafIngestGroupSettings
|
1661
1667
|
|
1662
1668
|
CmafIngestOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
@@ -3834,6 +3840,8 @@ module Aws::MediaLive
|
|
3834
3840
|
MediaPackageGroupSettings.struct_class = Types::MediaPackageGroupSettings
|
3835
3841
|
|
3836
3842
|
MediaPackageOutputDestinationSettings.add_member(:channel_id, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "channelId"))
|
3843
|
+
MediaPackageOutputDestinationSettings.add_member(:channel_group, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "channelGroup"))
|
3844
|
+
MediaPackageOutputDestinationSettings.add_member(:channel_name, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "channelName"))
|
3837
3845
|
MediaPackageOutputDestinationSettings.struct_class = Types::MediaPackageOutputDestinationSettings
|
3838
3846
|
|
3839
3847
|
MediaPackageOutputSettings.struct_class = Types::MediaPackageOutputSettings
|
@@ -4727,8 +4727,10 @@ module Aws::MediaLive
|
|
4727
4727
|
# @return [String]
|
4728
4728
|
#
|
4729
4729
|
# @!attribute [rw] timed_metadata_behavior
|
4730
|
-
#
|
4731
|
-
#
|
4730
|
+
# Set to PASSTHROUGH to enable ID3 metadata insertion. To include
|
4731
|
+
# metadata, you configure other parameters in the output group or
|
4732
|
+
# individual outputs, or you add an ID3 action to the channel
|
4733
|
+
# schedule.
|
4732
4734
|
# @return [String]
|
4733
4735
|
#
|
4734
4736
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Fmp4HlsSettings AWS API Documentation
|
@@ -6175,18 +6177,20 @@ module Aws::MediaLive
|
|
6175
6177
|
include Aws::Structure
|
6176
6178
|
end
|
6177
6179
|
|
6178
|
-
# Settings for the action to insert
|
6179
|
-
#
|
6180
|
+
# Settings for the action to insert ID3 metadata in every segment, in
|
6181
|
+
# HLS output groups.
|
6180
6182
|
#
|
6181
6183
|
# @!attribute [rw] tag
|
6182
|
-
#
|
6183
|
-
#
|
6184
|
-
#
|
6185
|
-
#
|
6184
|
+
# Complete this parameter if you want to specify only the metadata,
|
6185
|
+
# not the entire frame. MediaLive will insert the metadata in a TXXX
|
6186
|
+
# frame. Enter the value as plain text. You can include standard
|
6187
|
+
# MediaLive variable data such as the current segment number.
|
6186
6188
|
# @return [String]
|
6187
6189
|
#
|
6188
6190
|
# @!attribute [rw] id_3
|
6189
|
-
#
|
6191
|
+
# Complete this parameter if you want to specify the entire ID3
|
6192
|
+
# metadata. Enter a base64 string that contains one or more fully
|
6193
|
+
# formed ID3 tags, according to the ID3 specification:
|
6190
6194
|
# http://id3.org/id3v2.4.0-structure
|
6191
6195
|
# @return [String]
|
6192
6196
|
#
|
@@ -6361,11 +6365,12 @@ module Aws::MediaLive
|
|
6361
6365
|
include Aws::Structure
|
6362
6366
|
end
|
6363
6367
|
|
6364
|
-
# Settings for the action to
|
6368
|
+
# Settings for the action to insert ID3 metadata (as a one-time action)
|
6369
|
+
# in HLS output groups.
|
6365
6370
|
#
|
6366
6371
|
# @!attribute [rw] id_3
|
6367
|
-
#
|
6368
|
-
# http://id3.org/id3v2.4.0-structure
|
6372
|
+
# Enter a base64 string that contains one or more fully formed ID3
|
6373
|
+
# tags.See the ID3 specification: http://id3.org/id3v2.4.0-structure
|
6369
6374
|
# @return [String]
|
6370
6375
|
#
|
6371
6376
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsTimedMetadataScheduleActionSettings AWS API Documentation
|
@@ -8692,8 +8697,10 @@ module Aws::MediaLive
|
|
8692
8697
|
# @return [String]
|
8693
8698
|
#
|
8694
8699
|
# @!attribute [rw] timed_metadata_behavior
|
8695
|
-
#
|
8696
|
-
#
|
8700
|
+
# Set to PASSTHROUGH to enable ID3 metadata insertion. To include
|
8701
|
+
# metadata, you configure other parameters in the output group or
|
8702
|
+
# individual outputs, or you add an ID3 action to the channel
|
8703
|
+
# schedule.
|
8697
8704
|
# @return [String]
|
8698
8705
|
#
|
8699
8706
|
# @!attribute [rw] timed_metadata_pid
|
@@ -8875,10 +8882,24 @@ module Aws::MediaLive
|
|
8875
8882
|
# channel and MediaLive channel must be in the same region.
|
8876
8883
|
# @return [String]
|
8877
8884
|
#
|
8885
|
+
# @!attribute [rw] channel_group
|
8886
|
+
# Name of the channel group in MediaPackageV2. Only use if you are
|
8887
|
+
# sending CMAF Ingest output to a CMAF ingest endpoint on a
|
8888
|
+
# MediaPackage channel that uses MediaPackage v2.
|
8889
|
+
# @return [String]
|
8890
|
+
#
|
8891
|
+
# @!attribute [rw] channel_name
|
8892
|
+
# Name of the channel in MediaPackageV2. Only use if you are sending
|
8893
|
+
# CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage
|
8894
|
+
# channel that uses MediaPackage v2.
|
8895
|
+
# @return [String]
|
8896
|
+
#
|
8878
8897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MediaPackageOutputDestinationSettings AWS API Documentation
|
8879
8898
|
#
|
8880
8899
|
class MediaPackageOutputDestinationSettings < Struct.new(
|
8881
|
-
:channel_id
|
8900
|
+
:channel_id,
|
8901
|
+
:channel_group,
|
8902
|
+
:channel_name)
|
8882
8903
|
SENSITIVE = []
|
8883
8904
|
include Aws::Structure
|
8884
8905
|
end
|
@@ -10930,11 +10951,11 @@ module Aws::MediaLive
|
|
10930
10951
|
# Holds the settings for a single schedule action.
|
10931
10952
|
#
|
10932
10953
|
# @!attribute [rw] hls_id_3_segment_tagging_settings
|
10933
|
-
# Action to insert
|
10954
|
+
# Action to insert ID3 metadata in every segment, in HLS output groups
|
10934
10955
|
# @return [Types::HlsId3SegmentTaggingScheduleActionSettings]
|
10935
10956
|
#
|
10936
10957
|
# @!attribute [rw] hls_timed_metadata_settings
|
10937
|
-
# Action to insert HLS
|
10958
|
+
# Action to insert ID3 metadata once, in HLS output groups
|
10938
10959
|
# @return [Types::HlsTimedMetadataScheduleActionSettings]
|
10939
10960
|
#
|
10940
10961
|
# @!attribute [rw] input_prepare_settings
|
@@ -13775,6 +13796,39 @@ module Aws::MediaLive
|
|
13775
13796
|
# Number of milliseconds to delay the output from the second pipeline.
|
13776
13797
|
# @return [Integer]
|
13777
13798
|
#
|
13799
|
+
# @!attribute [rw] klv_behavior
|
13800
|
+
# If set to passthrough, passes any KLV data from the input source to
|
13801
|
+
# this output.
|
13802
|
+
# @return [String]
|
13803
|
+
#
|
13804
|
+
# @!attribute [rw] klv_name_modifier
|
13805
|
+
# Change the modifier that MediaLive automatically adds to the
|
13806
|
+
# Streams() name that identifies a KLV track. The default is "klv",
|
13807
|
+
# which means the default name will be Streams(klv.cmfm). Any string
|
13808
|
+
# you enter here will replace the "klv" string.\\nThe modifier can
|
13809
|
+
# only contain: numbers, letters, plus (+), minus (-), underscore (\_)
|
13810
|
+
# and period (.) and has a maximum length of 100 characters.
|
13811
|
+
# @return [String]
|
13812
|
+
#
|
13813
|
+
# @!attribute [rw] nielsen_id_3_name_modifier
|
13814
|
+
# Change the modifier that MediaLive automatically adds to the
|
13815
|
+
# Streams() name that identifies a Nielsen ID3 track. The default is
|
13816
|
+
# "nid3", which means the default name will be Streams(nid3.cmfm).
|
13817
|
+
# Any string you enter here will replace the "nid3" string.\\nThe
|
13818
|
+
# modifier can only contain: numbers, letters, plus (+), minus (-),
|
13819
|
+
# underscore (\_) and period (.) and has a maximum length of 100
|
13820
|
+
# characters.
|
13821
|
+
# @return [String]
|
13822
|
+
#
|
13823
|
+
# @!attribute [rw] scte_35_name_modifier
|
13824
|
+
# Change the modifier that MediaLive automatically adds to the
|
13825
|
+
# Streams() name for a SCTE 35 track. The default is "scte", which
|
13826
|
+
# means the default name will be Streams(scte.cmfm). Any string you
|
13827
|
+
# enter here will replace the "scte" string.\\nThe modifier can only
|
13828
|
+
# contain: numbers, letters, plus (+), minus (-), underscore (\_) and
|
13829
|
+
# period (.) and has a maximum length of 100 characters.
|
13830
|
+
# @return [String]
|
13831
|
+
#
|
13778
13832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CmafIngestGroupSettings AWS API Documentation
|
13779
13833
|
#
|
13780
13834
|
class CmafIngestGroupSettings < Struct.new(
|
@@ -13783,7 +13837,11 @@ module Aws::MediaLive
|
|
13783
13837
|
:scte_35_type,
|
13784
13838
|
:segment_length,
|
13785
13839
|
:segment_length_units,
|
13786
|
-
:send_delay_ms
|
13840
|
+
:send_delay_ms,
|
13841
|
+
:klv_behavior,
|
13842
|
+
:klv_name_modifier,
|
13843
|
+
:nielsen_id_3_name_modifier,
|
13844
|
+
:scte_35_name_modifier)
|
13787
13845
|
SENSITIVE = []
|
13788
13846
|
include Aws::Structure
|
13789
13847
|
end
|
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -318,7 +318,9 @@ module Aws
|
|
318
318
|
id: ::String?,
|
319
319
|
media_package_settings: Array[
|
320
320
|
{
|
321
|
-
channel_id: ::String
|
321
|
+
channel_id: ::String?,
|
322
|
+
channel_group: ::String?,
|
323
|
+
channel_name: ::String?
|
322
324
|
},
|
323
325
|
]?,
|
324
326
|
multiplex_settings: {
|
@@ -804,7 +806,11 @@ module Aws
|
|
804
806
|
scte_35_type: ("NONE" | "SCTE_35_WITHOUT_SEGMENTATION")?,
|
805
807
|
segment_length: ::Integer?,
|
806
808
|
segment_length_units: ("MILLISECONDS" | "SECONDS")?,
|
807
|
-
send_delay_ms: ::Integer
|
809
|
+
send_delay_ms: ::Integer?,
|
810
|
+
klv_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")?,
|
811
|
+
klv_name_modifier: ::String?,
|
812
|
+
nielsen_id_3_name_modifier: ::String?,
|
813
|
+
scte_35_name_modifier: ::String?
|
808
814
|
}?,
|
809
815
|
srt_group_settings: {
|
810
816
|
input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")?
|
@@ -2362,7 +2368,9 @@ module Aws
|
|
2362
2368
|
id: ::String?,
|
2363
2369
|
media_package_settings: Array[
|
2364
2370
|
{
|
2365
|
-
channel_id: ::String
|
2371
|
+
channel_id: ::String?,
|
2372
|
+
channel_group: ::String?,
|
2373
|
+
channel_name: ::String?
|
2366
2374
|
},
|
2367
2375
|
]?,
|
2368
2376
|
multiplex_settings: {
|
@@ -2848,7 +2856,11 @@ module Aws
|
|
2848
2856
|
scte_35_type: ("NONE" | "SCTE_35_WITHOUT_SEGMENTATION")?,
|
2849
2857
|
segment_length: ::Integer?,
|
2850
2858
|
segment_length_units: ("MILLISECONDS" | "SECONDS")?,
|
2851
|
-
send_delay_ms: ::Integer
|
2859
|
+
send_delay_ms: ::Integer?,
|
2860
|
+
klv_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")?,
|
2861
|
+
klv_name_modifier: ::String?,
|
2862
|
+
nielsen_id_3_name_modifier: ::String?,
|
2863
|
+
scte_35_name_modifier: ::String?
|
2852
2864
|
}?,
|
2853
2865
|
srt_group_settings: {
|
2854
2866
|
input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")?
|
@@ -3568,7 +3580,9 @@ module Aws
|
|
3568
3580
|
id: ::String?,
|
3569
3581
|
media_package_settings: Array[
|
3570
3582
|
{
|
3571
|
-
channel_id: ::String
|
3583
|
+
channel_id: ::String?,
|
3584
|
+
channel_group: ::String?,
|
3585
|
+
channel_name: ::String?
|
3572
3586
|
},
|
3573
3587
|
]?,
|
3574
3588
|
multiplex_settings: {
|
data/sig/types.rbs
CHANGED
@@ -2226,6 +2226,8 @@ module Aws::MediaLive
|
|
2226
2226
|
|
2227
2227
|
class MediaPackageOutputDestinationSettings
|
2228
2228
|
attr_accessor channel_id: ::String
|
2229
|
+
attr_accessor channel_group: ::String
|
2230
|
+
attr_accessor channel_name: ::String
|
2229
2231
|
SENSITIVE: []
|
2230
2232
|
end
|
2231
2233
|
|
@@ -3560,6 +3562,10 @@ module Aws::MediaLive
|
|
3560
3562
|
attr_accessor segment_length: ::Integer
|
3561
3563
|
attr_accessor segment_length_units: ("MILLISECONDS" | "SECONDS")
|
3562
3564
|
attr_accessor send_delay_ms: ::Integer
|
3565
|
+
attr_accessor klv_behavior: ("NO_PASSTHROUGH" | "PASSTHROUGH")
|
3566
|
+
attr_accessor klv_name_modifier: ::String
|
3567
|
+
attr_accessor nielsen_id_3_name_modifier: ::String
|
3568
|
+
attr_accessor scte_35_name_modifier: ::String
|
3563
3569
|
SENSITIVE: []
|
3564
3570
|
end
|
3565
3571
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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-12-
|
11
|
+
date: 2024-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|