aws-sdk-medialive 1.107.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: 22a55157a01e562f91b7b0badcbe3873b314b39da0df147ccf00b96bb087d07e
4
- data.tar.gz: a3c88cbad64b7595b3d319a7f8cbfc68a4c815bf3dde6dbdc68b1edb3cd62de3
3
+ metadata.gz: 62924f81b767313932522311c3619db9c216fc62dc2596dba19703f47e006004
4
+ data.tar.gz: e083a61b1967a1f3f5cf1e5ea32c698d0d9eb9532b92768fd9a52fdeecc5f9bd
5
5
  SHA512:
6
- metadata.gz: a85f318ab95f67ce92110a713a962b745af6ce38647b40f29be3a07d29261846560cdc599465e8cc752710c31059f84fa33165db3cb09f4d3aad6b04b3261c36
7
- data.tar.gz: a1efdb8f0fec67b5984b29284f2b0c33fa8fbd5c9315e3570e2fb59191af024f290cd2872dc56b986976fefa75b3cd185fff06a29ede63733519dd018dcff41c
6
+ metadata.gz: 676ee824b168a35482404236c5fb254582c8cff0ae7c6abb41d5e185dcb63dda76f55d09d12006f9388786a4f298fbe58de4b0cc4b885e6933aee20b252002b4
7
+ data.tar.gz: c227706415b1c3c1ebb5e2fcc6a9c09333040b8ef6cfaa5195ef881669b8a82de9c38676b0c9df96554067f849a1c6258f64884fe81a9c61dcd4a55450eefb96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.107.0 (2023-09-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -3753,6 +3753,8 @@ module Aws::MediaLive
3753
3753
  # * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
3754
3754
  # * {Types::DescribeInputDeviceResponse#tags #tags} => Hash<String,String>
3755
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
3756
3758
  #
3757
3759
  # @example Request syntax with placeholder values
3758
3760
  #
@@ -3795,9 +3797,17 @@ module Aws::MediaLive
3795
3797
  # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
3796
3798
  # resp.uhd_device_settings.width #=> Integer
3797
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
3798
3805
  # resp.tags #=> Hash
3799
3806
  # resp.tags["__string"] #=> String
3800
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"
3801
3811
  #
3802
3812
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
3803
3813
  #
@@ -4522,9 +4532,17 @@ module Aws::MediaLive
4522
4532
  # resp.input_devices[0].uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4523
4533
  # resp.input_devices[0].uhd_device_settings.width #=> Integer
4524
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
4525
4540
  # resp.input_devices[0].tags #=> Hash
4526
4541
  # resp.input_devices[0].tags["__string"] #=> String
4527
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"
4528
4546
  # resp.next_token #=> String
4529
4547
  #
4530
4548
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
@@ -5780,6 +5798,29 @@ module Aws::MediaLive
5780
5798
  req.send_request(options)
5781
5799
  end
5782
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
+
5783
5824
  # Start a maintenance window for the specified input device. Starting a
5784
5825
  # maintenance window will give the device up to two hours to install
5785
5826
  # software. If the device was streaming prior to the maintenance, it
@@ -6560,6 +6601,29 @@ module Aws::MediaLive
6560
6601
  req.send_request(options)
6561
6602
  end
6562
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
+
6563
6627
  # Stops a running multiplex. If the multiplex isn't running, this
6564
6628
  # action has no effect.
6565
6629
  #
@@ -8175,6 +8239,8 @@ module Aws::MediaLive
8175
8239
  # * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
8176
8240
  # * {Types::UpdateInputDeviceResponse#tags #tags} => Hash<String,String>
8177
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
8178
8244
  #
8179
8245
  # @example Request syntax with placeholder values
8180
8246
  #
@@ -8183,6 +8249,13 @@ module Aws::MediaLive
8183
8249
  # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
8184
8250
  # max_bitrate: 1,
8185
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
+ # },
8186
8259
  # },
8187
8260
  # input_device_id: "__string", # required
8188
8261
  # name: "__string",
@@ -8190,6 +8263,13 @@ module Aws::MediaLive
8190
8263
  # configured_input: "AUTO", # accepts AUTO, HDMI, SDI
8191
8264
  # max_bitrate: 1,
8192
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
+ # },
8193
8273
  # },
8194
8274
  # availability_zone: "__string",
8195
8275
  # })
@@ -8229,9 +8309,17 @@ module Aws::MediaLive
8229
8309
  # resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
8230
8310
  # resp.uhd_device_settings.width #=> Integer
8231
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
8232
8317
  # resp.tags #=> Hash
8233
8318
  # resp.tags["__string"] #=> String
8234
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"
8235
8323
  #
8236
8324
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
8237
8325
  #
@@ -8498,7 +8586,7 @@ module Aws::MediaLive
8498
8586
  params: params,
8499
8587
  config: config)
8500
8588
  context[:gem_name] = 'aws-sdk-medialive'
8501
- context[:gem_version] = '1.107.0'
8589
+ context[:gem_version] = '1.108.0'
8502
8590
  Seahorse::Client::Request.new(handlers, context)
8503
8591
  end
8504
8592
 
@@ -366,13 +366,17 @@ module Aws::MediaLive
366
366
  InputDestinationVpc = Shapes::StructureShape.new(name: 'InputDestinationVpc')
367
367
  InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
368
368
  InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
369
+ InputDeviceCodec = Shapes::StringShape.new(name: 'InputDeviceCodec')
369
370
  InputDeviceConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceConfigurableSettings')
370
371
  InputDeviceConfigurationValidationError = Shapes::StructureShape.new(name: 'InputDeviceConfigurationValidationError')
371
372
  InputDeviceConfiguredInput = Shapes::StringShape.new(name: 'InputDeviceConfiguredInput')
372
373
  InputDeviceConnectionState = Shapes::StringShape.new(name: 'InputDeviceConnectionState')
373
374
  InputDeviceHdSettings = Shapes::StructureShape.new(name: 'InputDeviceHdSettings')
374
375
  InputDeviceIpScheme = Shapes::StringShape.new(name: 'InputDeviceIpScheme')
376
+ InputDeviceMediaConnectConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceMediaConnectConfigurableSettings')
377
+ InputDeviceMediaConnectSettings = Shapes::StructureShape.new(name: 'InputDeviceMediaConnectSettings')
375
378
  InputDeviceNetworkSettings = Shapes::StructureShape.new(name: 'InputDeviceNetworkSettings')
379
+ InputDeviceOutputType = Shapes::StringShape.new(name: 'InputDeviceOutputType')
376
380
  InputDeviceRequest = Shapes::StructureShape.new(name: 'InputDeviceRequest')
377
381
  InputDeviceScanType = Shapes::StringShape.new(name: 'InputDeviceScanType')
378
382
  InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
@@ -633,6 +637,8 @@ module Aws::MediaLive
633
637
  StartChannelResponse = Shapes::StructureShape.new(name: 'StartChannelResponse')
634
638
  StartInputDeviceMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'StartInputDeviceMaintenanceWindowRequest')
635
639
  StartInputDeviceMaintenanceWindowResponse = Shapes::StructureShape.new(name: 'StartInputDeviceMaintenanceWindowResponse')
640
+ StartInputDeviceRequest = Shapes::StructureShape.new(name: 'StartInputDeviceRequest')
641
+ StartInputDeviceResponse = Shapes::StructureShape.new(name: 'StartInputDeviceResponse')
636
642
  StartMultiplexRequest = Shapes::StructureShape.new(name: 'StartMultiplexRequest')
637
643
  StartMultiplexResponse = Shapes::StructureShape.new(name: 'StartMultiplexResponse')
638
644
  StartTimecode = Shapes::StructureShape.new(name: 'StartTimecode')
@@ -641,6 +647,8 @@ module Aws::MediaLive
641
647
  StaticKeySettings = Shapes::StructureShape.new(name: 'StaticKeySettings')
642
648
  StopChannelRequest = Shapes::StructureShape.new(name: 'StopChannelRequest')
643
649
  StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
650
+ StopInputDeviceRequest = Shapes::StructureShape.new(name: 'StopInputDeviceRequest')
651
+ StopInputDeviceResponse = Shapes::StructureShape.new(name: 'StopInputDeviceResponse')
644
652
  StopMultiplexRequest = Shapes::StructureShape.new(name: 'StopMultiplexRequest')
645
653
  StopMultiplexResponse = Shapes::StructureShape.new(name: 'StopMultiplexResponse')
646
654
  StopTimecode = Shapes::StructureShape.new(name: 'StopTimecode')
@@ -1524,6 +1532,8 @@ module Aws::MediaLive
1524
1532
  DescribeInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
1525
1533
  DescribeInputDeviceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1526
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"))
1527
1537
  DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
1528
1538
 
1529
1539
  DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
@@ -2107,11 +2117,15 @@ module Aws::MediaLive
2107
2117
  InputDevice.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
2108
2118
  InputDevice.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2109
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"))
2110
2122
  InputDevice.struct_class = Types::InputDevice
2111
2123
 
2112
2124
  InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
2113
2125
  InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
2114
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"))
2115
2129
  InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
2116
2130
 
2117
2131
  InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -2129,6 +2143,18 @@ module Aws::MediaLive
2129
2143
  InputDeviceHdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2130
2144
  InputDeviceHdSettings.struct_class = Types::InputDeviceHdSettings
2131
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
+
2132
2158
  InputDeviceNetworkSettings.add_member(:dns_addresses, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "dnsAddresses"))
2133
2159
  InputDeviceNetworkSettings.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
2134
2160
  InputDeviceNetworkSettings.add_member(:ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "ipAddress"))
@@ -2156,6 +2182,8 @@ module Aws::MediaLive
2156
2182
  InputDeviceSummary.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
2157
2183
  InputDeviceSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2158
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"))
2159
2187
  InputDeviceSummary.struct_class = Types::InputDeviceSummary
2160
2188
 
2161
2189
  InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
@@ -2167,6 +2195,8 @@ module Aws::MediaLive
2167
2195
  InputDeviceUhdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
2168
2196
  InputDeviceUhdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
2169
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"))
2170
2200
  InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
2171
2201
 
2172
2202
  InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
@@ -3000,6 +3030,11 @@ module Aws::MediaLive
3000
3030
 
3001
3031
  StartInputDeviceMaintenanceWindowResponse.struct_class = Types::StartInputDeviceMaintenanceWindowResponse
3002
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
+
3003
3038
  StartMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
3004
3039
  StartMultiplexRequest.struct_class = Types::StartMultiplexRequest
3005
3040
 
@@ -3061,6 +3096,11 @@ module Aws::MediaLive
3061
3096
  StopChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
3062
3097
  StopChannelResponse.struct_class = Types::StopChannelResponse
3063
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
+
3064
3104
  StopMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
3065
3105
  StopMultiplexRequest.struct_class = Types::StopMultiplexRequest
3066
3106
 
@@ -3255,6 +3295,8 @@ module Aws::MediaLive
3255
3295
  UpdateInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
3256
3296
  UpdateInputDeviceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
3257
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"))
3258
3300
  UpdateInputDeviceResponse.struct_class = Types::UpdateInputDeviceResponse
3259
3301
 
3260
3302
  UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
@@ -4308,6 +4350,22 @@ module Aws::MediaLive
4308
4350
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4309
4351
  end)
4310
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
+
4311
4369
  api.add_operation(:start_input_device_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
4312
4370
  o.name = "StartInputDeviceMaintenanceWindow"
4313
4371
  o.http_method = "POST"
@@ -4356,6 +4414,22 @@ module Aws::MediaLive
4356
4414
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4357
4415
  end)
4358
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
+
4359
4433
  api.add_operation(:stop_multiplex, Seahorse::Model::Operation.new.tap do |o|
4360
4434
  o.name = "StopMultiplex"
4361
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
@@ -6426,6 +6435,18 @@ module Aws::MediaLive
6426
6435
  # The Availability Zone associated with this input device.
6427
6436
  # @return [String]
6428
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
+ #
6429
6450
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDevice AWS API Documentation
6430
6451
  #
6431
6452
  class InputDevice < Struct.new(
@@ -6442,7 +6463,9 @@ module Aws::MediaLive
6442
6463
  :type,
6443
6464
  :uhd_device_settings,
6444
6465
  :tags,
6445
- :availability_zone)
6466
+ :availability_zone,
6467
+ :medialive_input_arns,
6468
+ :output_type)
6446
6469
  SENSITIVE = []
6447
6470
  include Aws::Structure
6448
6471
  end
@@ -6466,12 +6489,26 @@ module Aws::MediaLive
6466
6489
  # The Link device's buffer size (latency) in milliseconds (ms).
6467
6490
  # @return [Integer]
6468
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
+ #
6469
6504
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
6470
6505
  #
6471
6506
  class InputDeviceConfigurableSettings < Struct.new(
6472
6507
  :configured_input,
6473
6508
  :max_bitrate,
6474
- :latency_ms)
6509
+ :latency_ms,
6510
+ :codec,
6511
+ :mediaconnect_settings)
6475
6512
  SENSITIVE = []
6476
6513
  include Aws::Structure
6477
6514
  end
@@ -6552,6 +6589,68 @@ module Aws::MediaLive
6552
6589
  include Aws::Structure
6553
6590
  end
6554
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
+
6555
6654
  # The network settings for the input device.
6556
6655
  #
6557
6656
  # @!attribute [rw] dns_addresses
@@ -6679,6 +6778,18 @@ module Aws::MediaLive
6679
6778
  # The Availability Zone associated with this input device.
6680
6779
  # @return [String]
6681
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
+ #
6682
6793
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceSummary AWS API Documentation
6683
6794
  #
6684
6795
  class InputDeviceSummary < Struct.new(
@@ -6695,7 +6806,9 @@ module Aws::MediaLive
6695
6806
  :type,
6696
6807
  :uhd_device_settings,
6697
6808
  :tags,
6698
- :availability_zone)
6809
+ :availability_zone,
6810
+ :medialive_input_arns,
6811
+ :output_type)
6699
6812
  SENSITIVE = []
6700
6813
  include Aws::Structure
6701
6814
  end
@@ -6743,6 +6856,15 @@ module Aws::MediaLive
6743
6856
  # can specify this value.
6744
6857
  # @return [Integer]
6745
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
+ #
6746
6868
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
6747
6869
  #
6748
6870
  class InputDeviceUhdSettings < Struct.new(
@@ -6754,7 +6876,9 @@ module Aws::MediaLive
6754
6876
  :max_bitrate,
6755
6877
  :scan_type,
6756
6878
  :width,
6757
- :latency_ms)
6879
+ :latency_ms,
6880
+ :codec,
6881
+ :mediaconnect_settings)
6758
6882
  SENSITIVE = []
6759
6883
  include Aws::Structure
6760
6884
  end
@@ -11042,6 +11166,21 @@ module Aws::MediaLive
11042
11166
  #
11043
11167
  class StartInputDeviceMaintenanceWindowResponse < Aws::EmptyStructure; end
11044
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
+
11045
11184
  # @!attribute [rw] multiplex_id
11046
11185
  # @return [String]
11047
11186
  #
@@ -11336,6 +11475,21 @@ module Aws::MediaLive
11336
11475
  include Aws::Structure
11337
11476
  end
11338
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
+
11339
11493
  # @!attribute [rw] multiplex_id
11340
11494
  # @return [String]
11341
11495
  #
@@ -12163,6 +12317,13 @@ module Aws::MediaLive
12163
12317
  # @!attribute [rw] availability_zone
12164
12318
  # @return [String]
12165
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
+ #
12166
12327
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceResponse AWS API Documentation
12167
12328
  #
12168
12329
  class UpdateInputDeviceResponse < Struct.new(
@@ -12179,7 +12340,9 @@ module Aws::MediaLive
12179
12340
  :type,
12180
12341
  :uhd_device_settings,
12181
12342
  :tags,
12182
- :availability_zone)
12343
+ :availability_zone,
12344
+ :medialive_input_arns,
12345
+ :output_type)
12183
12346
  SENSITIVE = []
12184
12347
  include Aws::Structure
12185
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.107.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.107.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-09-06 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