aws-sdk-medialive 1.174.0 → 1.176.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +25 -1
- data/lib/aws-sdk-medialive/client_api.rb +8 -0
- data/lib/aws-sdk-medialive/types.rb +48 -3
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +14 -4
- data/sig/types.rbs +8 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 233e341995d22104e8ce724414e62330805a7652e997848ea9801aa6b6973b31
|
|
4
|
+
data.tar.gz: e7de4a0fb11fe86eabb4a6b75c341f9fa12a8ea15c9d3daf4849b688d6c962da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ee22b4f5864d9843b760340ff007996d7912ca81b5c6c142d39d25a0f85ba59319334deb2e841d81c36e42a9d00843332d88e611f968eed16b9a2c300ebc11b
|
|
7
|
+
data.tar.gz: 616bf83075ddf8731e169a3e26796dc558b80fdacefe67764508063e6216ad311f73d4c2bc72b46a6dbc46c822d909c62a2255af7211da71b1a200b378bfe866
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.176.0 (2026-01-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Elemental MediaLive released two new features that allows customers 1) to set Output Timecode for AV1 encoder, 2) to set a Custom Epoch for CMAF Ingest and MediaPackage V2 output groups when using Pipeline Locking or Disabled Locking modes.
|
|
8
|
+
|
|
9
|
+
1.175.0 (2026-01-16)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.174.0 (2026-01-09)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.176.0
|
|
@@ -1283,6 +1283,8 @@ module Aws::MediaLive
|
|
|
1283
1283
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
1284
1284
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
1285
1285
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
1286
|
+
# resp.channel.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
1287
|
+
# resp.channel.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
1286
1288
|
# resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
1287
1289
|
# resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
1288
1290
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -1817,6 +1819,7 @@ module Aws::MediaLive
|
|
|
1817
1819
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
1818
1820
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
1819
1821
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
1822
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
1820
1823
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
|
1821
1824
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
|
1822
1825
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -2737,6 +2740,8 @@ module Aws::MediaLive
|
|
|
2737
2740
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
2738
2741
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
2739
2742
|
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
2743
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
2744
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
2740
2745
|
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
2741
2746
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
2742
2747
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -3271,6 +3276,7 @@ module Aws::MediaLive
|
|
|
3271
3276
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
3272
3277
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
3273
3278
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
3279
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
3274
3280
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
|
3275
3281
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
|
3276
3282
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -3932,6 +3938,8 @@ module Aws::MediaLive
|
|
|
3932
3938
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
3933
3939
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
3934
3940
|
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
3941
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
3942
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
3935
3943
|
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
3936
3944
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
3937
3945
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -4466,6 +4474,7 @@ module Aws::MediaLive
|
|
|
4466
4474
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
4467
4475
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
4468
4476
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
4477
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
4469
4478
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
|
4470
4479
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
|
4471
4480
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -6362,6 +6371,8 @@ module Aws::MediaLive
|
|
|
6362
6371
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
6363
6372
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
6364
6373
|
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
6374
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
6375
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
6365
6376
|
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
6366
6377
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
6367
6378
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -6896,6 +6907,7 @@ module Aws::MediaLive
|
|
|
6896
6907
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
6897
6908
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
6898
6909
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
6910
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
6899
6911
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
|
6900
6912
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
|
6901
6913
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -7364,6 +7376,8 @@ module Aws::MediaLive
|
|
|
7364
7376
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
7365
7377
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
7366
7378
|
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
7379
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
7380
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
7367
7381
|
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
7368
7382
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
7369
7383
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -7898,6 +7912,7 @@ module Aws::MediaLive
|
|
|
7898
7912
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
7899
7913
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
7900
7914
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
7915
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
7901
7916
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
|
7902
7917
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
|
7903
7918
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -8401,6 +8416,8 @@ module Aws::MediaLive
|
|
|
8401
8416
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
8402
8417
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
8403
8418
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
8419
|
+
# resp.channel.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
8420
|
+
# resp.channel.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
8404
8421
|
# resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
8405
8422
|
# resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
8406
8423
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -8935,6 +8952,7 @@ module Aws::MediaLive
|
|
|
8935
8952
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
8936
8953
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
8937
8954
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
8955
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
8938
8956
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
|
8939
8957
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
|
8940
8958
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -9320,6 +9338,8 @@ module Aws::MediaLive
|
|
|
9320
9338
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
9321
9339
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
9322
9340
|
# resp.channel.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
9341
|
+
# resp.channel.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
9342
|
+
# resp.channel.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
9323
9343
|
# resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
9324
9344
|
# resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
9325
9345
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -9854,6 +9874,7 @@ module Aws::MediaLive
|
|
|
9854
9874
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
9855
9875
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
9856
9876
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
9877
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
9857
9878
|
# resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
|
|
9858
9879
|
# resp.channel.encoder_settings.video_descriptions[0].name #=> String
|
|
9859
9880
|
# resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -10840,6 +10861,8 @@ module Aws::MediaLive
|
|
|
10840
10861
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
|
|
10841
10862
|
# resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
|
|
10842
10863
|
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.pipeline_locking_method #=> String, one of "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
|
|
10864
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.pipeline_locking_settings.custom_epoch #=> String
|
|
10865
|
+
# resp.encoder_settings.global_configuration.output_locking_settings.disabled_locking_settings.custom_epoch #=> String
|
|
10843
10866
|
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
|
10844
10867
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
|
10845
10868
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -11374,6 +11397,7 @@ module Aws::MediaLive
|
|
|
11374
11397
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.min_bitrate #=> Integer
|
|
11375
11398
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
|
|
11376
11399
|
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
|
11400
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.av_1_settings.timecode_insertion #=> String, one of "DISABLED", "METADATA_OBU"
|
|
11377
11401
|
# resp.encoder_settings.video_descriptions[0].height #=> Integer
|
|
11378
11402
|
# resp.encoder_settings.video_descriptions[0].name #=> String
|
|
11379
11403
|
# resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
|
|
@@ -14816,7 +14840,7 @@ module Aws::MediaLive
|
|
|
14816
14840
|
tracer: tracer
|
|
14817
14841
|
)
|
|
14818
14842
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
14819
|
-
context[:gem_version] = '1.
|
|
14843
|
+
context[:gem_version] = '1.176.0'
|
|
14820
14844
|
Seahorse::Client::Request.new(handlers, context)
|
|
14821
14845
|
end
|
|
14822
14846
|
|
|
@@ -82,6 +82,7 @@ module Aws::MediaLive
|
|
|
82
82
|
Av1Settings = Shapes::StructureShape.new(name: 'Av1Settings')
|
|
83
83
|
Av1SpatialAq = Shapes::StringShape.new(name: 'Av1SpatialAq')
|
|
84
84
|
Av1TemporalAq = Shapes::StringShape.new(name: 'Av1TemporalAq')
|
|
85
|
+
Av1TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'Av1TimecodeInsertionBehavior')
|
|
85
86
|
AvailBlanking = Shapes::StructureShape.new(name: 'AvailBlanking')
|
|
86
87
|
AvailBlankingState = Shapes::StringShape.new(name: 'AvailBlankingState')
|
|
87
88
|
AvailConfiguration = Shapes::StructureShape.new(name: 'AvailConfiguration')
|
|
@@ -316,6 +317,7 @@ module Aws::MediaLive
|
|
|
316
317
|
DescribeThumbnailsResultModel = Shapes::StructureShape.new(name: 'DescribeThumbnailsResultModel')
|
|
317
318
|
DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
|
|
318
319
|
DeviceUpdateStatus = Shapes::StringShape.new(name: 'DeviceUpdateStatus')
|
|
320
|
+
DisabledLockingSettings = Shapes::StructureShape.new(name: 'DisabledLockingSettings')
|
|
319
321
|
DolbyEProgramSelection = Shapes::StringShape.new(name: 'DolbyEProgramSelection')
|
|
320
322
|
DolbyVision81Settings = Shapes::StructureShape.new(name: 'DolbyVision81Settings')
|
|
321
323
|
DvbDashAccessibility = Shapes::StringShape.new(name: 'DvbDashAccessibility')
|
|
@@ -1463,6 +1465,7 @@ module Aws::MediaLive
|
|
|
1463
1465
|
Av1Settings.add_member(:min_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max8000000, location_name: "minBitrate"))
|
|
1464
1466
|
Av1Settings.add_member(:spatial_aq, Shapes::ShapeRef.new(shape: Av1SpatialAq, location_name: "spatialAq"))
|
|
1465
1467
|
Av1Settings.add_member(:temporal_aq, Shapes::ShapeRef.new(shape: Av1TemporalAq, location_name: "temporalAq"))
|
|
1468
|
+
Av1Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: Av1TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
|
1466
1469
|
Av1Settings.struct_class = Types::Av1Settings
|
|
1467
1470
|
|
|
1468
1471
|
AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "availBlankingImage"))
|
|
@@ -2834,6 +2837,9 @@ module Aws::MediaLive
|
|
|
2834
2837
|
DescribeThumbnailsResultModel.add_member(:thumbnail_details, Shapes::ShapeRef.new(shape: __listOfThumbnailDetail, location_name: "thumbnailDetails"))
|
|
2835
2838
|
DescribeThumbnailsResultModel.struct_class = Types::DescribeThumbnailsResultModel
|
|
2836
2839
|
|
|
2840
|
+
DisabledLockingSettings.add_member(:custom_epoch, Shapes::ShapeRef.new(shape: __string, location_name: "customEpoch"))
|
|
2841
|
+
DisabledLockingSettings.struct_class = Types::DisabledLockingSettings
|
|
2842
|
+
|
|
2837
2843
|
DolbyVision81Settings.struct_class = Types::DolbyVision81Settings
|
|
2838
2844
|
|
|
2839
2845
|
DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integerMin0Max65536, required: true, location_name: "networkId"))
|
|
@@ -4519,6 +4525,7 @@ module Aws::MediaLive
|
|
|
4519
4525
|
|
|
4520
4526
|
OutputLockingSettings.add_member(:epoch_locking_settings, Shapes::ShapeRef.new(shape: EpochLockingSettings, location_name: "epochLockingSettings"))
|
|
4521
4527
|
OutputLockingSettings.add_member(:pipeline_locking_settings, Shapes::ShapeRef.new(shape: PipelineLockingSettings, location_name: "pipelineLockingSettings"))
|
|
4528
|
+
OutputLockingSettings.add_member(:disabled_locking_settings, Shapes::ShapeRef.new(shape: DisabledLockingSettings, location_name: "disabledLockingSettings"))
|
|
4522
4529
|
OutputLockingSettings.struct_class = Types::OutputLockingSettings
|
|
4523
4530
|
|
|
4524
4531
|
OutputSettings.add_member(:archive_output_settings, Shapes::ShapeRef.new(shape: ArchiveOutputSettings, location_name: "archiveOutputSettings"))
|
|
@@ -4547,6 +4554,7 @@ module Aws::MediaLive
|
|
|
4547
4554
|
PipelineDetail.struct_class = Types::PipelineDetail
|
|
4548
4555
|
|
|
4549
4556
|
PipelineLockingSettings.add_member(:pipeline_locking_method, Shapes::ShapeRef.new(shape: PipelineLockingMethod, location_name: "pipelineLockingMethod"))
|
|
4557
|
+
PipelineLockingSettings.add_member(:custom_epoch, Shapes::ShapeRef.new(shape: __string, location_name: "customEpoch"))
|
|
4550
4558
|
PipelineLockingSettings.struct_class = Types::PipelineLockingSettings
|
|
4551
4559
|
|
|
4552
4560
|
PipelinePauseStateSettings.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: PipelineId, required: true, location_name: "pipelineId"))
|
|
@@ -10501,11 +10501,16 @@ module Aws::MediaLive
|
|
|
10501
10501
|
# Pipeline Locking Settings
|
|
10502
10502
|
# @return [Types::PipelineLockingSettings]
|
|
10503
10503
|
#
|
|
10504
|
+
# @!attribute [rw] disabled_locking_settings
|
|
10505
|
+
# Disabled Locking Settings
|
|
10506
|
+
# @return [Types::DisabledLockingSettings]
|
|
10507
|
+
#
|
|
10504
10508
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/OutputLockingSettings AWS API Documentation
|
|
10505
10509
|
#
|
|
10506
10510
|
class OutputLockingSettings < Struct.new(
|
|
10507
10511
|
:epoch_locking_settings,
|
|
10508
|
-
:pipeline_locking_settings
|
|
10512
|
+
:pipeline_locking_settings,
|
|
10513
|
+
:disabled_locking_settings)
|
|
10509
10514
|
SENSITIVE = []
|
|
10510
10515
|
include Aws::Structure
|
|
10511
10516
|
end
|
|
@@ -10645,10 +10650,20 @@ module Aws::MediaLive
|
|
|
10645
10650
|
# will not be used for any locking decisions.
|
|
10646
10651
|
# @return [String]
|
|
10647
10652
|
#
|
|
10653
|
+
# @!attribute [rw] custom_epoch
|
|
10654
|
+
# Optional. Only applies to CMAF Ingest Output Group and MediaPackage
|
|
10655
|
+
# V2 Output Group Only. Enter a value here to use a custom epoch,
|
|
10656
|
+
# instead of the standard epoch (which started at 1970-01-01T00:00:00
|
|
10657
|
+
# UTC). Specify the start time of the custom epoch, in
|
|
10658
|
+
# YYYY-MM-DDTHH:MM:SS in UTC. The time must be 2000-01-01T00:00:00 or
|
|
10659
|
+
# later. Always set the MM:SS portion to 00:00.
|
|
10660
|
+
# @return [String]
|
|
10661
|
+
#
|
|
10648
10662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PipelineLockingSettings AWS API Documentation
|
|
10649
10663
|
#
|
|
10650
10664
|
class PipelineLockingSettings < Struct.new(
|
|
10651
|
-
:pipeline_locking_method
|
|
10665
|
+
:pipeline_locking_method,
|
|
10666
|
+
:custom_epoch)
|
|
10652
10667
|
SENSITIVE = []
|
|
10653
10668
|
include Aws::Structure
|
|
10654
10669
|
end
|
|
@@ -18581,6 +18596,16 @@ module Aws::MediaLive
|
|
|
18581
18596
|
# quantization in the MediaLive user guide.
|
|
18582
18597
|
# @return [String]
|
|
18583
18598
|
#
|
|
18599
|
+
# @!attribute [rw] timecode_insertion
|
|
18600
|
+
# Controls how MediaLive inserts timecodes into the video output
|
|
18601
|
+
# encode. DISABLED: Do not insert timecodes. METADATA\_OBU: Include
|
|
18602
|
+
# timecodes. MediaLive inserts timecode metadata based on the timecode
|
|
18603
|
+
# from the source specified in the Timecode Config property. The
|
|
18604
|
+
# timecode metadata is a metadata OBU (Open Bitstream Unit) of type
|
|
18605
|
+
# METADATA\_TYPE\_TIMECODE, in accordance with
|
|
18606
|
+
# https://aomediacodec.github.io/av1-spec/#metadata-timecode-syntax.
|
|
18607
|
+
# @return [String]
|
|
18608
|
+
#
|
|
18584
18609
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Av1Settings AWS API Documentation
|
|
18585
18610
|
#
|
|
18586
18611
|
class Av1Settings < Struct.new(
|
|
@@ -18605,7 +18630,8 @@ module Aws::MediaLive
|
|
|
18605
18630
|
:rate_control_mode,
|
|
18606
18631
|
:min_bitrate,
|
|
18607
18632
|
:spatial_aq,
|
|
18608
|
-
:temporal_aq
|
|
18633
|
+
:temporal_aq,
|
|
18634
|
+
:timecode_insertion)
|
|
18609
18635
|
SENSITIVE = []
|
|
18610
18636
|
include Aws::Structure
|
|
18611
18637
|
end
|
|
@@ -22627,6 +22653,25 @@ module Aws::MediaLive
|
|
|
22627
22653
|
include Aws::Structure
|
|
22628
22654
|
end
|
|
22629
22655
|
|
|
22656
|
+
# Disabled Locking Settings
|
|
22657
|
+
#
|
|
22658
|
+
# @!attribute [rw] custom_epoch
|
|
22659
|
+
# Optional. Only applies to CMAF Ingest Output Group and MediaPackage
|
|
22660
|
+
# V2 Output Group. Enter a value here to use a custom epoch, instead
|
|
22661
|
+
# of the standard epoch (which started at 1970-01-01T00:00:00 UTC).
|
|
22662
|
+
# Specify the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS
|
|
22663
|
+
# in UTC. The time must be 2000-01-01T00:00:00 or later. Always set
|
|
22664
|
+
# the MM:SS portion to 00:00.
|
|
22665
|
+
# @return [String]
|
|
22666
|
+
#
|
|
22667
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DisabledLockingSettings AWS API Documentation
|
|
22668
|
+
#
|
|
22669
|
+
class DisabledLockingSettings < Struct.new(
|
|
22670
|
+
:custom_epoch)
|
|
22671
|
+
SENSITIVE = []
|
|
22672
|
+
include Aws::Structure
|
|
22673
|
+
end
|
|
22674
|
+
|
|
22630
22675
|
end
|
|
22631
22676
|
end
|
|
22632
22677
|
|
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -636,7 +636,11 @@ module Aws
|
|
|
636
636
|
jam_sync_time: ::String?
|
|
637
637
|
}?,
|
|
638
638
|
pipeline_locking_settings: {
|
|
639
|
-
pipeline_locking_method: ("SOURCE_TIMECODE" | "VIDEO_ALIGNMENT")
|
|
639
|
+
pipeline_locking_method: ("SOURCE_TIMECODE" | "VIDEO_ALIGNMENT")?,
|
|
640
|
+
custom_epoch: ::String?
|
|
641
|
+
}?,
|
|
642
|
+
disabled_locking_settings: {
|
|
643
|
+
custom_epoch: ::String?
|
|
640
644
|
}?
|
|
641
645
|
}?
|
|
642
646
|
}?,
|
|
@@ -1419,7 +1423,8 @@ module Aws
|
|
|
1419
1423
|
rate_control_mode: ("CBR" | "QVBR")?,
|
|
1420
1424
|
min_bitrate: ::Integer?,
|
|
1421
1425
|
spatial_aq: ("DISABLED" | "ENABLED")?,
|
|
1422
|
-
temporal_aq: ("DISABLED" | "ENABLED")
|
|
1426
|
+
temporal_aq: ("DISABLED" | "ENABLED")?,
|
|
1427
|
+
timecode_insertion: ("DISABLED" | "METADATA_OBU")?
|
|
1423
1428
|
}?
|
|
1424
1429
|
}?,
|
|
1425
1430
|
height: ::Integer?,
|
|
@@ -2813,7 +2818,11 @@ module Aws
|
|
|
2813
2818
|
jam_sync_time: ::String?
|
|
2814
2819
|
}?,
|
|
2815
2820
|
pipeline_locking_settings: {
|
|
2816
|
-
pipeline_locking_method: ("SOURCE_TIMECODE" | "VIDEO_ALIGNMENT")
|
|
2821
|
+
pipeline_locking_method: ("SOURCE_TIMECODE" | "VIDEO_ALIGNMENT")?,
|
|
2822
|
+
custom_epoch: ::String?
|
|
2823
|
+
}?,
|
|
2824
|
+
disabled_locking_settings: {
|
|
2825
|
+
custom_epoch: ::String?
|
|
2817
2826
|
}?
|
|
2818
2827
|
}?
|
|
2819
2828
|
}?,
|
|
@@ -3596,7 +3605,8 @@ module Aws
|
|
|
3596
3605
|
rate_control_mode: ("CBR" | "QVBR")?,
|
|
3597
3606
|
min_bitrate: ::Integer?,
|
|
3598
3607
|
spatial_aq: ("DISABLED" | "ENABLED")?,
|
|
3599
|
-
temporal_aq: ("DISABLED" | "ENABLED")
|
|
3608
|
+
temporal_aq: ("DISABLED" | "ENABLED")?,
|
|
3609
|
+
timecode_insertion: ("DISABLED" | "METADATA_OBU")?
|
|
3600
3610
|
}?
|
|
3601
3611
|
}?,
|
|
3602
3612
|
height: ::Integer?,
|
data/sig/types.rbs
CHANGED
|
@@ -2612,6 +2612,7 @@ module Aws::MediaLive
|
|
|
2612
2612
|
class OutputLockingSettings
|
|
2613
2613
|
attr_accessor epoch_locking_settings: Types::EpochLockingSettings
|
|
2614
2614
|
attr_accessor pipeline_locking_settings: Types::PipelineLockingSettings
|
|
2615
|
+
attr_accessor disabled_locking_settings: Types::DisabledLockingSettings
|
|
2615
2616
|
SENSITIVE: []
|
|
2616
2617
|
end
|
|
2617
2618
|
|
|
@@ -2649,6 +2650,7 @@ module Aws::MediaLive
|
|
|
2649
2650
|
|
|
2650
2651
|
class PipelineLockingSettings
|
|
2651
2652
|
attr_accessor pipeline_locking_method: ("SOURCE_TIMECODE" | "VIDEO_ALIGNMENT")
|
|
2653
|
+
attr_accessor custom_epoch: ::String
|
|
2652
2654
|
SENSITIVE: []
|
|
2653
2655
|
end
|
|
2654
2656
|
|
|
@@ -4796,6 +4798,7 @@ module Aws::MediaLive
|
|
|
4796
4798
|
attr_accessor min_bitrate: ::Integer
|
|
4797
4799
|
attr_accessor spatial_aq: ("DISABLED" | "ENABLED")
|
|
4798
4800
|
attr_accessor temporal_aq: ("DISABLED" | "ENABLED")
|
|
4801
|
+
attr_accessor timecode_insertion: ("DISABLED" | "METADATA_OBU")
|
|
4799
4802
|
SENSITIVE: []
|
|
4800
4803
|
end
|
|
4801
4804
|
|
|
@@ -5888,5 +5891,10 @@ module Aws::MediaLive
|
|
|
5888
5891
|
attr_accessor destination: Types::OutputLocationRef
|
|
5889
5892
|
SENSITIVE: []
|
|
5890
5893
|
end
|
|
5894
|
+
|
|
5895
|
+
class DisabledLockingSettings
|
|
5896
|
+
attr_accessor custom_epoch: ::String
|
|
5897
|
+
SENSITIVE: []
|
|
5898
|
+
end
|
|
5891
5899
|
end
|
|
5892
5900
|
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.
|
|
4
|
+
version: 1.176.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.241.
|
|
21
|
+
version: 3.241.4
|
|
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.241.
|
|
31
|
+
version: 3.241.4
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|