aws-sdk-medialive 1.106.0 → 1.108.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b15bc14ae3236ef469885f580e204bf37305895377ca9d4683e12dd35864f83
4
- data.tar.gz: 23e2bfa3a813668934e86772a05bd69ea020907bbc21d4670843eac6fc0da16a
3
+ metadata.gz: 62924f81b767313932522311c3619db9c216fc62dc2596dba19703f47e006004
4
+ data.tar.gz: e083a61b1967a1f3f5cf1e5ea32c698d0d9eb9532b92768fd9a52fdeecc5f9bd
5
5
  SHA512:
6
- metadata.gz: f0d0a4db178bec036013a70c10676a47bfd84c8246529edceaccb1fcde20339dc3fdbfb6e955b74a28524eb183b3a49bc10c31cb5cb34ecb8bfdf99b820c46c5
7
- data.tar.gz: 52a7a19389ce24734316157018fa7bbabe66fd65a9d30c2d8871fcb0d630a48dd99e2f4a9cd6cc7272dc00ae89fa9e659172d3ca361cf69e314a0b415e3aa56d
6
+ metadata.gz: 676ee824b168a35482404236c5fb254582c8cff0ae7c6abb41d5e185dcb63dda76f55d09d12006f9388786a4f298fbe58de4b0cc4b885e6933aee20b252002b4
7
+ data.tar.gz: c227706415b1c3c1ebb5e2fcc6a9c09333040b8ef6cfaa5195ef881669b8a82de9c38676b0c9df96554067f849a1c6258f64884fe81a9c61dcd4a55450eefb96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2023-09-11)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
8
+
9
+ 1.107.0 (2023-09-06)
10
+ ------------------
11
+
12
+ * Feature - Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time
13
+
4
14
  1.106.0 (2023-08-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.108.0
@@ -1089,6 +1089,8 @@ module Aws::MediaLive
1089
1089
  # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
1090
1090
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
1091
1091
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
1092
+ # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
1093
+ # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
1092
1094
  # resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
1093
1095
  # resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
1094
1096
  # resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
@@ -2186,6 +2188,8 @@ module Aws::MediaLive
2186
2188
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
2187
2189
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
2188
2190
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
2191
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
2192
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
2189
2193
  # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
2190
2194
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
2191
2195
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
@@ -3156,6 +3160,8 @@ module Aws::MediaLive
3156
3160
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
3157
3161
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
3158
3162
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
3163
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
3164
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
3159
3165
  # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
3160
3166
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
3161
3167
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
@@ -3747,6 +3753,8 @@ module Aws::MediaLive
3747
3753
  # * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
3748
3754
  # * {Types::DescribeInputDeviceResponse#tags #tags} => Hash<String,String>
3749
3755
  # * {Types::DescribeInputDeviceResponse#availability_zone #availability_zone} => String
3756
+ # * {Types::DescribeInputDeviceResponse#medialive_input_arns #medialive_input_arns} => Array<String>
3757
+ # * {Types::DescribeInputDeviceResponse#output_type #output_type} => String
3750
3758
  #
3751
3759
  # @example Request syntax with placeholder values
3752
3760
  #
@@ -3789,9 +3797,17 @@ module Aws::MediaLive
3789
3797
  # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
3790
3798
  # resp.uhd_device_settings.width #=> Integer
3791
3799
  # resp.uhd_device_settings.latency_ms #=> Integer
3800
+ # resp.uhd_device_settings.codec #=> String, one of "HEVC", "AVC"
3801
+ # resp.uhd_device_settings.mediaconnect_settings.flow_arn #=> String
3802
+ # resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
3803
+ # resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
3804
+ # resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
3792
3805
  # resp.tags #=> Hash
3793
3806
  # resp.tags["__string"] #=> String
3794
3807
  # resp.availability_zone #=> String
3808
+ # resp.medialive_input_arns #=> Array
3809
+ # resp.medialive_input_arns[0] #=> String
3810
+ # resp.output_type #=> String, one of "NONE", "MEDIALIVE_INPUT", "MEDIACONNECT_FLOW"
3795
3811
  #
3796
3812
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
3797
3813
  #
@@ -4516,9 +4532,17 @@ module Aws::MediaLive
4516
4532
  # resp.input_devices[0].uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4517
4533
  # resp.input_devices[0].uhd_device_settings.width #=> Integer
4518
4534
  # resp.input_devices[0].uhd_device_settings.latency_ms #=> Integer
4535
+ # resp.input_devices[0].uhd_device_settings.codec #=> String, one of "HEVC", "AVC"
4536
+ # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.flow_arn #=> String
4537
+ # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.role_arn #=> String
4538
+ # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.secret_arn #=> String
4539
+ # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.source_name #=> String
4519
4540
  # resp.input_devices[0].tags #=> Hash
4520
4541
  # resp.input_devices[0].tags["__string"] #=> String
4521
4542
  # resp.input_devices[0].availability_zone #=> String
4543
+ # resp.input_devices[0].medialive_input_arns #=> Array
4544
+ # resp.input_devices[0].medialive_input_arns[0] #=> String
4545
+ # resp.input_devices[0].output_type #=> String, one of "NONE", "MEDIALIVE_INPUT", "MEDIACONNECT_FLOW"
4522
4546
  # resp.next_token #=> String
4523
4547
  #
4524
4548
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
@@ -5287,6 +5311,8 @@ module Aws::MediaLive
5287
5311
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
5288
5312
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
5289
5313
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
5314
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
5315
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
5290
5316
  # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
5291
5317
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
5292
5318
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
@@ -5772,6 +5798,29 @@ module Aws::MediaLive
5772
5798
  req.send_request(options)
5773
5799
  end
5774
5800
 
5801
+ # Start an input device that is attached to a MediaConnect flow. (There
5802
+ # is no need to start a device that is attached to a MediaLive input;
5803
+ # MediaLive starts the device when the channel starts.)
5804
+ #
5805
+ # @option params [required, String] :input_device_id
5806
+ #
5807
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
5808
+ #
5809
+ # @example Request syntax with placeholder values
5810
+ #
5811
+ # resp = client.start_input_device({
5812
+ # input_device_id: "__string", # required
5813
+ # })
5814
+ #
5815
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartInputDevice AWS API Documentation
5816
+ #
5817
+ # @overload start_input_device(params = {})
5818
+ # @param [Hash] params ({})
5819
+ def start_input_device(params = {}, options = {})
5820
+ req = build_request(:start_input_device, params)
5821
+ req.send_request(options)
5822
+ end
5823
+
5775
5824
  # Start a maintenance window for the specified input device. Starting a
5776
5825
  # maintenance window will give the device up to two hours to install
5777
5826
  # software. If the device was streaming prior to the maintenance, it
@@ -6065,6 +6114,8 @@ module Aws::MediaLive
6065
6114
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
6066
6115
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
6067
6116
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
6117
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
6118
+ # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
6068
6119
  # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
6069
6120
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
6070
6121
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
@@ -6550,6 +6601,29 @@ module Aws::MediaLive
6550
6601
  req.send_request(options)
6551
6602
  end
6552
6603
 
6604
+ # Stop an input device that is attached to a MediaConnect flow. (There
6605
+ # is no need to stop a device that is attached to a MediaLive input;
6606
+ # MediaLive automatically stops the device when the channel stops.)
6607
+ #
6608
+ # @option params [required, String] :input_device_id
6609
+ #
6610
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6611
+ #
6612
+ # @example Request syntax with placeholder values
6613
+ #
6614
+ # resp = client.stop_input_device({
6615
+ # input_device_id: "__string", # required
6616
+ # })
6617
+ #
6618
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopInputDevice AWS API Documentation
6619
+ #
6620
+ # @overload stop_input_device(params = {})
6621
+ # @param [Hash] params ({})
6622
+ def stop_input_device(params = {}, options = {})
6623
+ req = build_request(:stop_input_device, params)
6624
+ req.send_request(options)
6625
+ end
6626
+
6553
6627
  # Stops a running multiplex. If the multiplex isn't running, this
6554
6628
  # action has no effect.
6555
6629
  #
@@ -6842,6 +6916,8 @@ module Aws::MediaLive
6842
6916
  # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
6843
6917
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
6844
6918
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
6919
+ # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
6920
+ # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
6845
6921
  # resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
6846
6922
  # resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
6847
6923
  # resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
@@ -7551,6 +7627,8 @@ module Aws::MediaLive
7551
7627
  # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
7552
7628
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
7553
7629
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
7630
+ # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
7631
+ # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.jam_sync_time #=> String
7554
7632
  # resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
7555
7633
  # resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
7556
7634
  # resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
@@ -8161,6 +8239,8 @@ module Aws::MediaLive
8161
8239
  # * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
8162
8240
  # * {Types::UpdateInputDeviceResponse#tags #tags} => Hash<String,String>
8163
8241
  # * {Types::UpdateInputDeviceResponse#availability_zone #availability_zone} => String
8242
+ # * {Types::UpdateInputDeviceResponse#medialive_input_arns #medialive_input_arns} => Array<String>
8243
+ # * {Types::UpdateInputDeviceResponse#output_type #output_type} => String
8164
8244
  #
8165
8245
  # @example Request syntax with placeholder values
8166
8246
  #
@@ -8169,6 +8249,13 @@ module Aws::MediaLive
8169
8249
  # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
8170
8250
  # max_bitrate: 1,
8171
8251
  # latency_ms: 1,
8252
+ # codec: "HEVC", # accepts HEVC, AVC
8253
+ # mediaconnect_settings: {
8254
+ # flow_arn: "__string",
8255
+ # role_arn: "__string",
8256
+ # secret_arn: "__string",
8257
+ # source_name: "__string",
8258
+ # },
8172
8259
  # },
8173
8260
  # input_device_id: "__string", # required
8174
8261
  # name: "__string",
@@ -8176,6 +8263,13 @@ module Aws::MediaLive
8176
8263
  # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
8177
8264
  # max_bitrate: 1,
8178
8265
  # latency_ms: 1,
8266
+ # codec: "HEVC", # accepts HEVC, AVC
8267
+ # mediaconnect_settings: {
8268
+ # flow_arn: "__string",
8269
+ # role_arn: "__string",
8270
+ # secret_arn: "__string",
8271
+ # source_name: "__string",
8272
+ # },
8179
8273
  # },
8180
8274
  # availability_zone: "__string",
8181
8275
  # })
@@ -8215,9 +8309,17 @@ module Aws::MediaLive
8215
8309
  # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
8216
8310
  # resp.uhd_device_settings.width #=> Integer
8217
8311
  # resp.uhd_device_settings.latency_ms #=> Integer
8312
+ # resp.uhd_device_settings.codec #=> String, one of "HEVC", "AVC"
8313
+ # resp.uhd_device_settings.mediaconnect_settings.flow_arn #=> String
8314
+ # resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
8315
+ # resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
8316
+ # resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
8218
8317
  # resp.tags #=> Hash
8219
8318
  # resp.tags["__string"] #=> String
8220
8319
  # resp.availability_zone #=> String
8320
+ # resp.medialive_input_arns #=> Array
8321
+ # resp.medialive_input_arns[0] #=> String
8322
+ # resp.output_type #=> String, one of "NONE", "MEDIALIVE_INPUT", "MEDIACONNECT_FLOW"
8221
8323
  #
8222
8324
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
8223
8325
  #
@@ -8484,7 +8586,7 @@ module Aws::MediaLive
8484
8586
  params: params,
8485
8587
  config: config)
8486
8588
  context[:gem_name] = 'aws-sdk-medialive'
8487
- context[:gem_version] = '1.106.0'
8589
+ context[:gem_version] = '1.108.0'
8488
8590
  Seahorse::Client::Request.new(handlers, context)
8489
8591
  end
8490
8592
 
@@ -238,6 +238,7 @@ module Aws::MediaLive
238
238
  EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
239
239
  Empty = Shapes::StructureShape.new(name: 'Empty')
240
240
  EncoderSettings = Shapes::StructureShape.new(name: 'EncoderSettings')
241
+ EpochLockingSettings = Shapes::StructureShape.new(name: 'EpochLockingSettings')
241
242
  Esam = Shapes::StructureShape.new(name: 'Esam')
242
243
  FailoverCondition = Shapes::StructureShape.new(name: 'FailoverCondition')
243
244
  FailoverConditionSettings = Shapes::StructureShape.new(name: 'FailoverConditionSettings')
@@ -365,13 +366,17 @@ module Aws::MediaLive
365
366
  InputDestinationVpc = Shapes::StructureShape.new(name: 'InputDestinationVpc')
366
367
  InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
367
368
  InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
369
+ InputDeviceCodec = Shapes::StringShape.new(name: 'InputDeviceCodec')
368
370
  InputDeviceConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceConfigurableSettings')
369
371
  InputDeviceConfigurationValidationError = Shapes::StructureShape.new(name: 'InputDeviceConfigurationValidationError')
370
372
  InputDeviceConfiguredInput = Shapes::StringShape.new(name: 'InputDeviceConfiguredInput')
371
373
  InputDeviceConnectionState = Shapes::StringShape.new(name: 'InputDeviceConnectionState')
372
374
  InputDeviceHdSettings = Shapes::StructureShape.new(name: 'InputDeviceHdSettings')
373
375
  InputDeviceIpScheme = Shapes::StringShape.new(name: 'InputDeviceIpScheme')
376
+ InputDeviceMediaConnectConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceMediaConnectConfigurableSettings')
377
+ InputDeviceMediaConnectSettings = Shapes::StructureShape.new(name: 'InputDeviceMediaConnectSettings')
374
378
  InputDeviceNetworkSettings = Shapes::StructureShape.new(name: 'InputDeviceNetworkSettings')
379
+ InputDeviceOutputType = Shapes::StringShape.new(name: 'InputDeviceOutputType')
375
380
  InputDeviceRequest = Shapes::StructureShape.new(name: 'InputDeviceRequest')
376
381
  InputDeviceScanType = Shapes::StringShape.new(name: 'InputDeviceScanType')
377
382
  InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
@@ -541,11 +546,13 @@ module Aws::MediaLive
541
546
  OutputGroup = Shapes::StructureShape.new(name: 'OutputGroup')
542
547
  OutputGroupSettings = Shapes::StructureShape.new(name: 'OutputGroupSettings')
543
548
  OutputLocationRef = Shapes::StructureShape.new(name: 'OutputLocationRef')
549
+ OutputLockingSettings = Shapes::StructureShape.new(name: 'OutputLockingSettings')
544
550
  OutputSettings = Shapes::StructureShape.new(name: 'OutputSettings')
545
551
  PassThroughSettings = Shapes::StructureShape.new(name: 'PassThroughSettings')
546
552
  PauseStateScheduleActionSettings = Shapes::StructureShape.new(name: 'PauseStateScheduleActionSettings')
547
553
  PipelineDetail = Shapes::StructureShape.new(name: 'PipelineDetail')
548
554
  PipelineId = Shapes::StringShape.new(name: 'PipelineId')
555
+ PipelineLockingSettings = Shapes::StructureShape.new(name: 'PipelineLockingSettings')
549
556
  PipelinePauseStateSettings = Shapes::StructureShape.new(name: 'PipelinePauseStateSettings')
550
557
  PreferredChannelPipeline = Shapes::StringShape.new(name: 'PreferredChannelPipeline')
551
558
  PurchaseOffering = Shapes::StructureShape.new(name: 'PurchaseOffering')
@@ -630,6 +637,8 @@ module Aws::MediaLive
630
637
  StartChannelResponse = Shapes::StructureShape.new(name: 'StartChannelResponse')
631
638
  StartInputDeviceMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'StartInputDeviceMaintenanceWindowRequest')
632
639
  StartInputDeviceMaintenanceWindowResponse = Shapes::StructureShape.new(name: 'StartInputDeviceMaintenanceWindowResponse')
640
+ StartInputDeviceRequest = Shapes::StructureShape.new(name: 'StartInputDeviceRequest')
641
+ StartInputDeviceResponse = Shapes::StructureShape.new(name: 'StartInputDeviceResponse')
633
642
  StartMultiplexRequest = Shapes::StructureShape.new(name: 'StartMultiplexRequest')
634
643
  StartMultiplexResponse = Shapes::StructureShape.new(name: 'StartMultiplexResponse')
635
644
  StartTimecode = Shapes::StructureShape.new(name: 'StartTimecode')
@@ -638,6 +647,8 @@ module Aws::MediaLive
638
647
  StaticKeySettings = Shapes::StructureShape.new(name: 'StaticKeySettings')
639
648
  StopChannelRequest = Shapes::StructureShape.new(name: 'StopChannelRequest')
640
649
  StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
650
+ StopInputDeviceRequest = Shapes::StructureShape.new(name: 'StopInputDeviceRequest')
651
+ StopInputDeviceResponse = Shapes::StructureShape.new(name: 'StopInputDeviceResponse')
641
652
  StopMultiplexRequest = Shapes::StructureShape.new(name: 'StopMultiplexRequest')
642
653
  StopMultiplexResponse = Shapes::StructureShape.new(name: 'StopMultiplexResponse')
643
654
  StopTimecode = Shapes::StructureShape.new(name: 'StopTimecode')
@@ -1521,6 +1532,8 @@ module Aws::MediaLive
1521
1532
  DescribeInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
1522
1533
  DescribeInputDeviceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1523
1534
  DescribeInputDeviceResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: __string, location_name: "availabilityZone"))
1535
+ DescribeInputDeviceResponse.add_member(:medialive_input_arns, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "medialiveInputArns"))
1536
+ DescribeInputDeviceResponse.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
1524
1537
  DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
1525
1538
 
1526
1539
  DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
@@ -1757,6 +1770,10 @@ module Aws::MediaLive
1757
1770
  EncoderSettings.add_member(:thumbnail_configuration, Shapes::ShapeRef.new(shape: ThumbnailConfiguration, location_name: "thumbnailConfiguration"))
1758
1771
  EncoderSettings.struct_class = Types::EncoderSettings
1759
1772
 
1773
+ EpochLockingSettings.add_member(:custom_epoch, Shapes::ShapeRef.new(shape: __string, location_name: "customEpoch"))
1774
+ EpochLockingSettings.add_member(:jam_sync_time, Shapes::ShapeRef.new(shape: __string, location_name: "jamSyncTime"))
1775
+ EpochLockingSettings.struct_class = Types::EpochLockingSettings
1776
+
1760
1777
  Esam.add_member(:acquisition_point_id, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "acquisitionPointId"))
1761
1778
  Esam.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
1762
1779
  Esam.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
@@ -1825,6 +1842,7 @@ module Aws::MediaLive
1825
1842
  GlobalConfiguration.add_member(:output_locking_mode, Shapes::ShapeRef.new(shape: GlobalConfigurationOutputLockingMode, location_name: "outputLockingMode"))
1826
1843
  GlobalConfiguration.add_member(:output_timing_source, Shapes::ShapeRef.new(shape: GlobalConfigurationOutputTimingSource, location_name: "outputTimingSource"))
1827
1844
  GlobalConfiguration.add_member(:support_low_framerate_inputs, Shapes::ShapeRef.new(shape: GlobalConfigurationLowFramerateInputs, location_name: "supportLowFramerateInputs"))
1845
+ GlobalConfiguration.add_member(:output_locking_settings, Shapes::ShapeRef.new(shape: OutputLockingSettings, location_name: "outputLockingSettings"))
1828
1846
  GlobalConfiguration.struct_class = Types::GlobalConfiguration
1829
1847
 
1830
1848
  H264ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
@@ -2099,11 +2117,15 @@ module Aws::MediaLive
2099
2117
  InputDevice.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
2100
2118
  InputDevice.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2101
2119
  InputDevice.add_member(:availability_zone, Shapes::ShapeRef.new(shape: __string, location_name: "availabilityZone"))
2120
+ InputDevice.add_member(:medialive_input_arns, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "medialiveInputArns"))
2121
+ InputDevice.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
2102
2122
  InputDevice.struct_class = Types::InputDevice
2103
2123
 
2104
2124
  InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
2105
2125
  InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
2106
2126
  InputDeviceConfigurableSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2127
+ InputDeviceConfigurableSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
2128
+ InputDeviceConfigurableSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectConfigurableSettings, location_name: "mediaconnectSettings"))
2107
2129
  InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
2108
2130
 
2109
2131
  InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -2121,6 +2143,18 @@ module Aws::MediaLive
2121
2143
  InputDeviceHdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2122
2144
  InputDeviceHdSettings.struct_class = Types::InputDeviceHdSettings
2123
2145
 
2146
+ InputDeviceMediaConnectConfigurableSettings.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
2147
+ InputDeviceMediaConnectConfigurableSettings.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
2148
+ InputDeviceMediaConnectConfigurableSettings.add_member(:secret_arn, Shapes::ShapeRef.new(shape: __string, location_name: "secretArn"))
2149
+ InputDeviceMediaConnectConfigurableSettings.add_member(:source_name, Shapes::ShapeRef.new(shape: __string, location_name: "sourceName"))
2150
+ InputDeviceMediaConnectConfigurableSettings.struct_class = Types::InputDeviceMediaConnectConfigurableSettings
2151
+
2152
+ InputDeviceMediaConnectSettings.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
2153
+ InputDeviceMediaConnectSettings.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
2154
+ InputDeviceMediaConnectSettings.add_member(:secret_arn, Shapes::ShapeRef.new(shape: __string, location_name: "secretArn"))
2155
+ InputDeviceMediaConnectSettings.add_member(:source_name, Shapes::ShapeRef.new(shape: __string, location_name: "sourceName"))
2156
+ InputDeviceMediaConnectSettings.struct_class = Types::InputDeviceMediaConnectSettings
2157
+
2124
2158
  InputDeviceNetworkSettings.add_member(:dns_addresses, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "dnsAddresses"))
2125
2159
  InputDeviceNetworkSettings.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
2126
2160
  InputDeviceNetworkSettings.add_member(:ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "ipAddress"))
@@ -2148,6 +2182,8 @@ module Aws::MediaLive
2148
2182
  InputDeviceSummary.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
2149
2183
  InputDeviceSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2150
2184
  InputDeviceSummary.add_member(:availability_zone, Shapes::ShapeRef.new(shape: __string, location_name: "availabilityZone"))
2185
+ InputDeviceSummary.add_member(:medialive_input_arns, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "medialiveInputArns"))
2186
+ InputDeviceSummary.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
2151
2187
  InputDeviceSummary.struct_class = Types::InputDeviceSummary
2152
2188
 
2153
2189
  InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
@@ -2159,6 +2195,8 @@ module Aws::MediaLive
2159
2195
  InputDeviceUhdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
2160
2196
  InputDeviceUhdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
2161
2197
  InputDeviceUhdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2198
+ InputDeviceUhdSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
2199
+ InputDeviceUhdSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectSettings, location_name: "mediaconnectSettings"))
2162
2200
  InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
2163
2201
 
2164
2202
  InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
@@ -2728,6 +2766,10 @@ module Aws::MediaLive
2728
2766
  OutputLocationRef.add_member(:destination_ref_id, Shapes::ShapeRef.new(shape: __string, location_name: "destinationRefId"))
2729
2767
  OutputLocationRef.struct_class = Types::OutputLocationRef
2730
2768
 
2769
+ OutputLockingSettings.add_member(:epoch_locking_settings, Shapes::ShapeRef.new(shape: EpochLockingSettings, location_name: "epochLockingSettings"))
2770
+ OutputLockingSettings.add_member(:pipeline_locking_settings, Shapes::ShapeRef.new(shape: PipelineLockingSettings, location_name: "pipelineLockingSettings"))
2771
+ OutputLockingSettings.struct_class = Types::OutputLockingSettings
2772
+
2731
2773
  OutputSettings.add_member(:archive_output_settings, Shapes::ShapeRef.new(shape: ArchiveOutputSettings, location_name: "archiveOutputSettings"))
2732
2774
  OutputSettings.add_member(:frame_capture_output_settings, Shapes::ShapeRef.new(shape: FrameCaptureOutputSettings, location_name: "frameCaptureOutputSettings"))
2733
2775
  OutputSettings.add_member(:hls_output_settings, Shapes::ShapeRef.new(shape: HlsOutputSettings, location_name: "hlsOutputSettings"))
@@ -2750,6 +2792,8 @@ module Aws::MediaLive
2750
2792
  PipelineDetail.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: __string, location_name: "pipelineId"))
2751
2793
  PipelineDetail.struct_class = Types::PipelineDetail
2752
2794
 
2795
+ PipelineLockingSettings.struct_class = Types::PipelineLockingSettings
2796
+
2753
2797
  PipelinePauseStateSettings.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: PipelineId, required: true, location_name: "pipelineId"))
2754
2798
  PipelinePauseStateSettings.struct_class = Types::PipelinePauseStateSettings
2755
2799
 
@@ -2986,6 +3030,11 @@ module Aws::MediaLive
2986
3030
 
2987
3031
  StartInputDeviceMaintenanceWindowResponse.struct_class = Types::StartInputDeviceMaintenanceWindowResponse
2988
3032
 
3033
+ StartInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
3034
+ StartInputDeviceRequest.struct_class = Types::StartInputDeviceRequest
3035
+
3036
+ StartInputDeviceResponse.struct_class = Types::StartInputDeviceResponse
3037
+
2989
3038
  StartMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
2990
3039
  StartMultiplexRequest.struct_class = Types::StartMultiplexRequest
2991
3040
 
@@ -3047,6 +3096,11 @@ module Aws::MediaLive
3047
3096
  StopChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
3048
3097
  StopChannelResponse.struct_class = Types::StopChannelResponse
3049
3098
 
3099
+ StopInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
3100
+ StopInputDeviceRequest.struct_class = Types::StopInputDeviceRequest
3101
+
3102
+ StopInputDeviceResponse.struct_class = Types::StopInputDeviceResponse
3103
+
3050
3104
  StopMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
3051
3105
  StopMultiplexRequest.struct_class = Types::StopMultiplexRequest
3052
3106
 
@@ -3241,6 +3295,8 @@ module Aws::MediaLive
3241
3295
  UpdateInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
3242
3296
  UpdateInputDeviceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
3243
3297
  UpdateInputDeviceResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: __string, location_name: "availabilityZone"))
3298
+ UpdateInputDeviceResponse.add_member(:medialive_input_arns, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "medialiveInputArns"))
3299
+ UpdateInputDeviceResponse.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
3244
3300
  UpdateInputDeviceResponse.struct_class = Types::UpdateInputDeviceResponse
3245
3301
 
3246
3302
  UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
@@ -4294,6 +4350,22 @@ module Aws::MediaLive
4294
4350
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4295
4351
  end)
4296
4352
 
4353
+ api.add_operation(:start_input_device, Seahorse::Model::Operation.new.tap do |o|
4354
+ o.name = "StartInputDevice"
4355
+ o.http_method = "POST"
4356
+ o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/start"
4357
+ o.input = Shapes::ShapeRef.new(shape: StartInputDeviceRequest)
4358
+ o.output = Shapes::ShapeRef.new(shape: StartInputDeviceResponse)
4359
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4360
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
4361
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4362
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4363
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
4364
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4365
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
4366
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4367
+ end)
4368
+
4297
4369
  api.add_operation(:start_input_device_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
4298
4370
  o.name = "StartInputDeviceMaintenanceWindow"
4299
4371
  o.http_method = "POST"
@@ -4342,6 +4414,22 @@ module Aws::MediaLive
4342
4414
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4343
4415
  end)
4344
4416
 
4417
+ api.add_operation(:stop_input_device, Seahorse::Model::Operation.new.tap do |o|
4418
+ o.name = "StopInputDevice"
4419
+ o.http_method = "POST"
4420
+ o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/stop"
4421
+ o.input = Shapes::ShapeRef.new(shape: StopInputDeviceRequest)
4422
+ o.output = Shapes::ShapeRef.new(shape: StopInputDeviceResponse)
4423
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4424
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
4425
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4426
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4427
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
4428
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4429
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
4430
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4431
+ end)
4432
+
4345
4433
  api.add_operation(:stop_multiplex, Seahorse::Model::Operation.new.tap do |o|
4346
4434
  o.name = "StopMultiplex"
4347
4435
  o.http_method = "POST"
@@ -698,6 +698,20 @@ module Aws::MediaLive
698
698
  end
699
699
  end
700
700
 
701
+ class StartInputDevice
702
+ def self.build(context)
703
+ unless context.config.regional_endpoint
704
+ endpoint = context.config.endpoint.to_s
705
+ end
706
+ Aws::MediaLive::EndpointParameters.new(
707
+ region: context.config.region,
708
+ use_dual_stack: context.config.use_dualstack_endpoint,
709
+ use_fips: context.config.use_fips_endpoint,
710
+ endpoint: endpoint,
711
+ )
712
+ end
713
+ end
714
+
701
715
  class StartInputDeviceMaintenanceWindow
702
716
  def self.build(context)
703
717
  unless context.config.regional_endpoint
@@ -740,6 +754,20 @@ module Aws::MediaLive
740
754
  end
741
755
  end
742
756
 
757
+ class StopInputDevice
758
+ def self.build(context)
759
+ unless context.config.regional_endpoint
760
+ endpoint = context.config.endpoint.to_s
761
+ end
762
+ Aws::MediaLive::EndpointParameters.new(
763
+ region: context.config.region,
764
+ use_dual_stack: context.config.use_dualstack_endpoint,
765
+ use_fips: context.config.use_fips_endpoint,
766
+ endpoint: endpoint,
767
+ )
768
+ end
769
+ end
770
+
743
771
  class StopMultiplex
744
772
  def self.build(context)
745
773
  unless context.config.regional_endpoint
@@ -154,12 +154,16 @@ module Aws::MediaLive
154
154
  Aws::MediaLive::Endpoints::UpdateAccountConfiguration.build(context)
155
155
  when :start_channel
156
156
  Aws::MediaLive::Endpoints::StartChannel.build(context)
157
+ when :start_input_device
158
+ Aws::MediaLive::Endpoints::StartInputDevice.build(context)
157
159
  when :start_input_device_maintenance_window
158
160
  Aws::MediaLive::Endpoints::StartInputDeviceMaintenanceWindow.build(context)
159
161
  when :start_multiplex
160
162
  Aws::MediaLive::Endpoints::StartMultiplex.build(context)
161
163
  when :stop_channel
162
164
  Aws::MediaLive::Endpoints::StopChannel.build(context)
165
+ when :stop_input_device
166
+ Aws::MediaLive::Endpoints::StopInputDevice.build(context)
163
167
  when :stop_multiplex
164
168
  Aws::MediaLive::Endpoints::StopMultiplex.build(context)
165
169
  when :transfer_input_device
@@ -3121,6 +3121,13 @@ module Aws::MediaLive
3121
3121
  # @!attribute [rw] availability_zone
3122
3122
  # @return [String]
3123
3123
  #
3124
+ # @!attribute [rw] medialive_input_arns
3125
+ # @return [Array<String>]
3126
+ #
3127
+ # @!attribute [rw] output_type
3128
+ # The output attachment type of the input device.
3129
+ # @return [String]
3130
+ #
3124
3131
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceResponse AWS API Documentation
3125
3132
  #
3126
3133
  class DescribeInputDeviceResponse < Struct.new(
@@ -3137,7 +3144,9 @@ module Aws::MediaLive
3137
3144
  :type,
3138
3145
  :uhd_device_settings,
3139
3146
  :tags,
3140
- :availability_zone)
3147
+ :availability_zone,
3148
+ :medialive_input_arns,
3149
+ :output_type)
3141
3150
  SENSITIVE = []
3142
3151
  include Aws::Structure
3143
3152
  end
@@ -4242,6 +4251,34 @@ module Aws::MediaLive
4242
4251
  include Aws::Structure
4243
4252
  end
4244
4253
 
4254
+ # Epoch Locking Settings
4255
+ #
4256
+ # @!attribute [rw] custom_epoch
4257
+ # Optional. Enter a value here to use a custom epoch, instead of the
4258
+ # standard epoch (which started at 1970-01-01T00:00:00 UTC). Specify
4259
+ # the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS in UTC.
4260
+ # The time must be 2000-01-01T00:00:00 or later. Always set the MM:SS
4261
+ # portion to 00:00.
4262
+ # @return [String]
4263
+ #
4264
+ # @!attribute [rw] jam_sync_time
4265
+ # Optional. Enter a time for the jam sync. The default is midnight
4266
+ # UTC. When epoch locking is enabled, MediaLive performs a daily jam
4267
+ # sync on every output encode to ensure timecodes don’t diverge from
4268
+ # the wall clock. The jam sync applies only to encodes with frame rate
4269
+ # of 29.97 or 59.94 FPS. To override, enter a time in HH:MM:SS in UTC.
4270
+ # Always set the MM:SS portion to 00:00.
4271
+ # @return [String]
4272
+ #
4273
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EpochLockingSettings AWS API Documentation
4274
+ #
4275
+ class EpochLockingSettings < Struct.new(
4276
+ :custom_epoch,
4277
+ :jam_sync_time)
4278
+ SENSITIVE = []
4279
+ include Aws::Structure
4280
+ end
4281
+
4245
4282
  # Esam
4246
4283
  #
4247
4284
  # @!attribute [rw] acquisition_point_id
@@ -4693,6 +4730,10 @@ module Aws::MediaLive
4693
4730
  # less than one video frame per second.
4694
4731
  # @return [String]
4695
4732
  #
4733
+ # @!attribute [rw] output_locking_settings
4734
+ # Advanced output locking settings
4735
+ # @return [Types::OutputLockingSettings]
4736
+ #
4696
4737
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/GlobalConfiguration AWS API Documentation
4697
4738
  #
4698
4739
  class GlobalConfiguration < Struct.new(
@@ -4701,7 +4742,8 @@ module Aws::MediaLive
4701
4742
  :input_loss_behavior,
4702
4743
  :output_locking_mode,
4703
4744
  :output_timing_source,
4704
- :support_low_framerate_inputs)
4745
+ :support_low_framerate_inputs,
4746
+ :output_locking_settings)
4705
4747
  SENSITIVE = []
4706
4748
  include Aws::Structure
4707
4749
  end
@@ -6393,6 +6435,18 @@ module Aws::MediaLive
6393
6435
  # The Availability Zone associated with this input device.
6394
6436
  # @return [String]
6395
6437
  #
6438
+ # @!attribute [rw] medialive_input_arns
6439
+ # An array of the ARNs for the MediaLive inputs attached to the
6440
+ # device. Returned only if the outputType is MEDIALIVE\_INPUT.
6441
+ # @return [Array<String>]
6442
+ #
6443
+ # @!attribute [rw] output_type
6444
+ # The output attachment type of the input device. Specifies
6445
+ # MEDIACONNECT\_FLOW if this device is the source for a MediaConnect
6446
+ # flow. Specifies MEDIALIVE\_INPUT if this device is the source for a
6447
+ # MediaLive input.
6448
+ # @return [String]
6449
+ #
6396
6450
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDevice AWS API Documentation
6397
6451
  #
6398
6452
  class InputDevice < Struct.new(
@@ -6409,7 +6463,9 @@ module Aws::MediaLive
6409
6463
  :type,
6410
6464
  :uhd_device_settings,
6411
6465
  :tags,
6412
- :availability_zone)
6466
+ :availability_zone,
6467
+ :medialive_input_arns,
6468
+ :output_type)
6413
6469
  SENSITIVE = []
6414
6470
  include Aws::Structure
6415
6471
  end
@@ -6433,12 +6489,26 @@ module Aws::MediaLive
6433
6489
  # The Link device's buffer size (latency) in milliseconds (ms).
6434
6490
  # @return [Integer]
6435
6491
  #
6492
+ # @!attribute [rw] codec
6493
+ # Choose the codec for the video that the device produces. Only UHD
6494
+ # devices can specify this parameter.
6495
+ # @return [String]
6496
+ #
6497
+ # @!attribute [rw] mediaconnect_settings
6498
+ # To attach this device to a MediaConnect flow, specify these
6499
+ # parameters. To detach an existing flow, enter \\\{\\} for the value
6500
+ # of mediaconnectSettings. Only UHD devices can specify this
6501
+ # parameter.
6502
+ # @return [Types::InputDeviceMediaConnectConfigurableSettings]
6503
+ #
6436
6504
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
6437
6505
  #
6438
6506
  class InputDeviceConfigurableSettings < Struct.new(
6439
6507
  :configured_input,
6440
6508
  :max_bitrate,
6441
- :latency_ms)
6509
+ :latency_ms,
6510
+ :codec,
6511
+ :mediaconnect_settings)
6442
6512
  SENSITIVE = []
6443
6513
  include Aws::Structure
6444
6514
  end
@@ -6519,6 +6589,68 @@ module Aws::MediaLive
6519
6589
  include Aws::Structure
6520
6590
  end
6521
6591
 
6592
+ # Parameters required to attach a MediaConnect flow to the device.
6593
+ #
6594
+ # @!attribute [rw] flow_arn
6595
+ # The ARN of the MediaConnect flow to attach this device to.
6596
+ # @return [String]
6597
+ #
6598
+ # @!attribute [rw] role_arn
6599
+ # The ARN for the role that MediaLive assumes to access the attached
6600
+ # flow and secret. For more information about how to create this role,
6601
+ # see the MediaLive user guide.
6602
+ # @return [String]
6603
+ #
6604
+ # @!attribute [rw] secret_arn
6605
+ # The ARN for the secret that holds the encryption key to encrypt the
6606
+ # content output by the device.
6607
+ # @return [String]
6608
+ #
6609
+ # @!attribute [rw] source_name
6610
+ # The name of the MediaConnect Flow source to stream to.
6611
+ # @return [String]
6612
+ #
6613
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceMediaConnectConfigurableSettings AWS API Documentation
6614
+ #
6615
+ class InputDeviceMediaConnectConfigurableSettings < Struct.new(
6616
+ :flow_arn,
6617
+ :role_arn,
6618
+ :secret_arn,
6619
+ :source_name)
6620
+ SENSITIVE = []
6621
+ include Aws::Structure
6622
+ end
6623
+
6624
+ # Information about the MediaConnect flow attached to the device.
6625
+ #
6626
+ # @!attribute [rw] flow_arn
6627
+ # The ARN of the MediaConnect flow.
6628
+ # @return [String]
6629
+ #
6630
+ # @!attribute [rw] role_arn
6631
+ # The ARN for the role that MediaLive assumes to access the attached
6632
+ # flow and secret.
6633
+ # @return [String]
6634
+ #
6635
+ # @!attribute [rw] secret_arn
6636
+ # The ARN of the secret used to encrypt the stream.
6637
+ # @return [String]
6638
+ #
6639
+ # @!attribute [rw] source_name
6640
+ # The name of the MediaConnect flow source.
6641
+ # @return [String]
6642
+ #
6643
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceMediaConnectSettings AWS API Documentation
6644
+ #
6645
+ class InputDeviceMediaConnectSettings < Struct.new(
6646
+ :flow_arn,
6647
+ :role_arn,
6648
+ :secret_arn,
6649
+ :source_name)
6650
+ SENSITIVE = []
6651
+ include Aws::Structure
6652
+ end
6653
+
6522
6654
  # The network settings for the input device.
6523
6655
  #
6524
6656
  # @!attribute [rw] dns_addresses
@@ -6646,6 +6778,18 @@ module Aws::MediaLive
6646
6778
  # The Availability Zone associated with this input device.
6647
6779
  # @return [String]
6648
6780
  #
6781
+ # @!attribute [rw] medialive_input_arns
6782
+ # An array of the ARNs for the MediaLive inputs attached to the
6783
+ # device. Returned only if the outputType is MEDIALIVE\_INPUT.
6784
+ # @return [Array<String>]
6785
+ #
6786
+ # @!attribute [rw] output_type
6787
+ # The output attachment type of the input device. Specifies
6788
+ # MEDIACONNECT\_FLOW if this device is the source for a MediaConnect
6789
+ # flow. Specifies MEDIALIVE\_INPUT if this device is the source for a
6790
+ # MediaLive input.
6791
+ # @return [String]
6792
+ #
6649
6793
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceSummary AWS API Documentation
6650
6794
  #
6651
6795
  class InputDeviceSummary < Struct.new(
@@ -6662,7 +6806,9 @@ module Aws::MediaLive
6662
6806
  :type,
6663
6807
  :uhd_device_settings,
6664
6808
  :tags,
6665
- :availability_zone)
6809
+ :availability_zone,
6810
+ :medialive_input_arns,
6811
+ :output_type)
6666
6812
  SENSITIVE = []
6667
6813
  include Aws::Structure
6668
6814
  end
@@ -6710,6 +6856,15 @@ module Aws::MediaLive
6710
6856
  # can specify this value.
6711
6857
  # @return [Integer]
6712
6858
  #
6859
+ # @!attribute [rw] codec
6860
+ # The codec for the video that the device produces.
6861
+ # @return [String]
6862
+ #
6863
+ # @!attribute [rw] mediaconnect_settings
6864
+ # Information about the MediaConnect flow attached to the device.
6865
+ # Returned only if the outputType is MEDIACONNECT\_FLOW.
6866
+ # @return [Types::InputDeviceMediaConnectSettings]
6867
+ #
6713
6868
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
6714
6869
  #
6715
6870
  class InputDeviceUhdSettings < Struct.new(
@@ -6721,7 +6876,9 @@ module Aws::MediaLive
6721
6876
  :max_bitrate,
6722
6877
  :scan_type,
6723
6878
  :width,
6724
- :latency_ms)
6879
+ :latency_ms,
6880
+ :codec,
6881
+ :mediaconnect_settings)
6725
6882
  SENSITIVE = []
6726
6883
  include Aws::Structure
6727
6884
  end
@@ -9647,6 +9804,25 @@ module Aws::MediaLive
9647
9804
  include Aws::Structure
9648
9805
  end
9649
9806
 
9807
+ # Output Locking Settings
9808
+ #
9809
+ # @!attribute [rw] epoch_locking_settings
9810
+ # Epoch Locking Settings
9811
+ # @return [Types::EpochLockingSettings]
9812
+ #
9813
+ # @!attribute [rw] pipeline_locking_settings
9814
+ # Pipeline Locking Settings
9815
+ # @return [Types::PipelineLockingSettings]
9816
+ #
9817
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/OutputLockingSettings AWS API Documentation
9818
+ #
9819
+ class OutputLockingSettings < Struct.new(
9820
+ :epoch_locking_settings,
9821
+ :pipeline_locking_settings)
9822
+ SENSITIVE = []
9823
+ include Aws::Structure
9824
+ end
9825
+
9650
9826
  # Output Settings
9651
9827
  #
9652
9828
  # @!attribute [rw] archive_output_settings
@@ -9757,6 +9933,14 @@ module Aws::MediaLive
9757
9933
  include Aws::Structure
9758
9934
  end
9759
9935
 
9936
+ # Pipeline Locking Settings
9937
+ #
9938
+ # @api private
9939
+ #
9940
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PipelineLockingSettings AWS API Documentation
9941
+ #
9942
+ class PipelineLockingSettings < Aws::EmptyStructure; end
9943
+
9760
9944
  # Settings for pausing a pipeline.
9761
9945
  #
9762
9946
  # @!attribute [rw] pipeline_id
@@ -10982,6 +11166,21 @@ module Aws::MediaLive
10982
11166
  #
10983
11167
  class StartInputDeviceMaintenanceWindowResponse < Aws::EmptyStructure; end
10984
11168
 
11169
+ # @!attribute [rw] input_device_id
11170
+ # @return [String]
11171
+ #
11172
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartInputDeviceRequest AWS API Documentation
11173
+ #
11174
+ class StartInputDeviceRequest < Struct.new(
11175
+ :input_device_id)
11176
+ SENSITIVE = []
11177
+ include Aws::Structure
11178
+ end
11179
+
11180
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartInputDeviceResponse AWS API Documentation
11181
+ #
11182
+ class StartInputDeviceResponse < Aws::EmptyStructure; end
11183
+
10985
11184
  # @!attribute [rw] multiplex_id
10986
11185
  # @return [String]
10987
11186
  #
@@ -11276,6 +11475,21 @@ module Aws::MediaLive
11276
11475
  include Aws::Structure
11277
11476
  end
11278
11477
 
11478
+ # @!attribute [rw] input_device_id
11479
+ # @return [String]
11480
+ #
11481
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopInputDeviceRequest AWS API Documentation
11482
+ #
11483
+ class StopInputDeviceRequest < Struct.new(
11484
+ :input_device_id)
11485
+ SENSITIVE = []
11486
+ include Aws::Structure
11487
+ end
11488
+
11489
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopInputDeviceResponse AWS API Documentation
11490
+ #
11491
+ class StopInputDeviceResponse < Aws::EmptyStructure; end
11492
+
11279
11493
  # @!attribute [rw] multiplex_id
11280
11494
  # @return [String]
11281
11495
  #
@@ -12103,6 +12317,13 @@ module Aws::MediaLive
12103
12317
  # @!attribute [rw] availability_zone
12104
12318
  # @return [String]
12105
12319
  #
12320
+ # @!attribute [rw] medialive_input_arns
12321
+ # @return [Array<String>]
12322
+ #
12323
+ # @!attribute [rw] output_type
12324
+ # The output attachment type of the input device.
12325
+ # @return [String]
12326
+ #
12106
12327
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceResponse AWS API Documentation
12107
12328
  #
12108
12329
  class UpdateInputDeviceResponse < Struct.new(
@@ -12119,7 +12340,9 @@ module Aws::MediaLive
12119
12340
  :type,
12120
12341
  :uhd_device_settings,
12121
12342
  :tags,
12122
- :availability_zone)
12343
+ :availability_zone,
12344
+ :medialive_input_arns,
12345
+ :output_type)
12123
12346
  SENSITIVE = []
12124
12347
  include Aws::Structure
12125
12348
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medialive/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaLive
55
55
 
56
- GEM_VERSION = '1.106.0'
56
+ GEM_VERSION = '1.108.0'
57
57
 
58
58
  end
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.106.0
4
+ version: 1.108.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: 2023-08-24 00:00:00.000000000 Z
11
+ date: 2023-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core