aws-sdk-medialive 1.59.0 → 1.60.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: 9d1f1c445b63ac5419c96531cf929c04d29234729abd4a70fb687f60bed4a2c5
4
- data.tar.gz: f5fe4c38a35e7a1f5beaeced454ca63910f8c763d51020bcb85ec6d0137ee1ae
3
+ metadata.gz: e2ba82efe094f6b0c7f0ef93b95489dda6db72769c80744265b28c8e7c5cd468
4
+ data.tar.gz: 69ffb38e61bec20931d09cb054b9e23cf479645f7f532859b13fa96ded968dab
5
5
  SHA512:
6
- metadata.gz: c5996d5c39c2bf8d2c7c30e14f976f1ad8c9db8d1bae03f431d08ec36d462b88a05570484f12132eacf2170e98770c0ca6170b8ed29da69011548d21c15e1315
7
- data.tar.gz: 1280188e02181ec7bd2c8e220a7592dd49c89a9bdbf6459bb0c8a7c3f17af8c39e1fbc002d2c1537851bdd3a65ccdffb8be2b59b50984a5ad9ed0af8d115a7ca
6
+ metadata.gz: ae955cc4c8733a6c51a217bf472658b5005b8aea2083f8c8b83406358cf8f87edbaf891c7f280788947f89a0cb3be3dc356af31cfbc1aa4a5e7b4d7afd9c30ae
7
+ data.tar.gz: dce1788a3b1fccb902be2b9576a41002071e45f1349ec60940e911cd309df1bcc36a06533837a25fc487afd12a3c9f47c7b54938a9f173fd6d160002952afb24
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.59.0'
52
+ GEM_VERSION = '1.60.0'
53
53
 
54
54
  end
@@ -4198,6 +4198,7 @@ module Aws::MediaLive
4198
4198
  # * {Types::DescribeInputDeviceResponse#arn #arn} => String
4199
4199
  # * {Types::DescribeInputDeviceResponse#connection_state #connection_state} => String
4200
4200
  # * {Types::DescribeInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
4201
+ # * {Types::DescribeInputDeviceResponse#device_update_status #device_update_status} => String
4201
4202
  # * {Types::DescribeInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
4202
4203
  # * {Types::DescribeInputDeviceResponse#id #id} => String
4203
4204
  # * {Types::DescribeInputDeviceResponse#mac_address #mac_address} => String
@@ -4217,6 +4218,7 @@ module Aws::MediaLive
4217
4218
  # resp.arn #=> String
4218
4219
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4219
4220
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4221
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4220
4222
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4221
4223
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4222
4224
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -4833,6 +4835,7 @@ module Aws::MediaLive
4833
4835
  # resp.input_devices[0].arn #=> String
4834
4836
  # resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4835
4837
  # resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4838
+ # resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4836
4839
  # resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4837
4840
  # resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4838
4841
  # resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -8945,6 +8948,7 @@ module Aws::MediaLive
8945
8948
  # * {Types::UpdateInputDeviceResponse#arn #arn} => String
8946
8949
  # * {Types::UpdateInputDeviceResponse#connection_state #connection_state} => String
8947
8950
  # * {Types::UpdateInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
8951
+ # * {Types::UpdateInputDeviceResponse#device_update_status #device_update_status} => String
8948
8952
  # * {Types::UpdateInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
8949
8953
  # * {Types::UpdateInputDeviceResponse#id #id} => String
8950
8954
  # * {Types::UpdateInputDeviceResponse#mac_address #mac_address} => String
@@ -8969,6 +8973,7 @@ module Aws::MediaLive
8969
8973
  # resp.arn #=> String
8970
8974
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
8971
8975
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
8976
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
8972
8977
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
8973
8978
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
8974
8979
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -9245,7 +9250,7 @@ module Aws::MediaLive
9245
9250
  params: params,
9246
9251
  config: config)
9247
9252
  context[:gem_name] = 'aws-sdk-medialive'
9248
- context[:gem_version] = '1.59.0'
9253
+ context[:gem_version] = '1.60.0'
9249
9254
  Seahorse::Client::Request.new(handlers, context)
9250
9255
  end
9251
9256
 
@@ -170,6 +170,7 @@ module Aws::MediaLive
170
170
  DescribeScheduleRequest = Shapes::StructureShape.new(name: 'DescribeScheduleRequest')
171
171
  DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
172
172
  DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
173
+ DeviceUpdateStatus = Shapes::StringShape.new(name: 'DeviceUpdateStatus')
173
174
  DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
174
175
  DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
175
176
  DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
@@ -1329,6 +1330,7 @@ module Aws::MediaLive
1329
1330
  DescribeInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1330
1331
  DescribeInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
1331
1332
  DescribeInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
1333
+ DescribeInputDeviceResponse.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
1332
1334
  DescribeInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
1333
1335
  DescribeInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1334
1336
  DescribeInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
@@ -1841,6 +1843,7 @@ module Aws::MediaLive
1841
1843
  InputDevice.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1842
1844
  InputDevice.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
1843
1845
  InputDevice.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
1846
+ InputDevice.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
1844
1847
  InputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
1845
1848
  InputDevice.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1846
1849
  InputDevice.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
@@ -1884,6 +1887,7 @@ module Aws::MediaLive
1884
1887
  InputDeviceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1885
1888
  InputDeviceSummary.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
1886
1889
  InputDeviceSummary.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
1890
+ InputDeviceSummary.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
1887
1891
  InputDeviceSummary.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
1888
1892
  InputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1889
1893
  InputDeviceSummary.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
@@ -2835,6 +2839,7 @@ module Aws::MediaLive
2835
2839
  UpdateInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
2836
2840
  UpdateInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
2837
2841
  UpdateInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
2842
+ UpdateInputDeviceResponse.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
2838
2843
  UpdateInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
2839
2844
  UpdateInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
2840
2845
  UpdateInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
@@ -4869,6 +4869,10 @@ module Aws::MediaLive
4869
4869
  # its configuration.
4870
4870
  # @return [String]
4871
4871
  #
4872
+ # @!attribute [rw] device_update_status
4873
+ # The status of software on the input device.
4874
+ # @return [String]
4875
+ #
4872
4876
  # @!attribute [rw] hd_device_settings
4873
4877
  # Settings that describe the active source from the input device, and
4874
4878
  # the video characteristics of that source.
@@ -4901,6 +4905,7 @@ module Aws::MediaLive
4901
4905
  :arn,
4902
4906
  :connection_state,
4903
4907
  :device_settings_sync_state,
4908
+ :device_update_status,
4904
4909
  :hd_device_settings,
4905
4910
  :id,
4906
4911
  :mac_address,
@@ -9322,6 +9327,10 @@ module Aws::MediaLive
9322
9327
  # its configuration.
9323
9328
  # @return [String]
9324
9329
  #
9330
+ # @!attribute [rw] device_update_status
9331
+ # The status of software on the input device.
9332
+ # @return [String]
9333
+ #
9325
9334
  # @!attribute [rw] hd_device_settings
9326
9335
  # Settings that describe an input device that is type HD.
9327
9336
  # @return [Types::InputDeviceHdSettings]
@@ -9356,6 +9365,7 @@ module Aws::MediaLive
9356
9365
  :arn,
9357
9366
  :connection_state,
9358
9367
  :device_settings_sync_state,
9368
+ :device_update_status,
9359
9369
  :hd_device_settings,
9360
9370
  :id,
9361
9371
  :mac_address,
@@ -9566,6 +9576,10 @@ module Aws::MediaLive
9566
9576
  # its configuration.
9567
9577
  # @return [String]
9568
9578
  #
9579
+ # @!attribute [rw] device_update_status
9580
+ # The status of software on the input device.
9581
+ # @return [String]
9582
+ #
9569
9583
  # @!attribute [rw] hd_device_settings
9570
9584
  # Settings that describe an input device that is type HD.
9571
9585
  # @return [Types::InputDeviceHdSettings]
@@ -9600,6 +9614,7 @@ module Aws::MediaLive
9600
9614
  :arn,
9601
9615
  :connection_state,
9602
9616
  :device_settings_sync_state,
9617
+ :device_update_status,
9603
9618
  :hd_device_settings,
9604
9619
  :id,
9605
9620
  :mac_address,
@@ -17620,6 +17635,10 @@ module Aws::MediaLive
17620
17635
  # its configuration.
17621
17636
  # @return [String]
17622
17637
  #
17638
+ # @!attribute [rw] device_update_status
17639
+ # The status of software on the input device.
17640
+ # @return [String]
17641
+ #
17623
17642
  # @!attribute [rw] hd_device_settings
17624
17643
  # Settings that describe the active source from the input device, and
17625
17644
  # the video characteristics of that source.
@@ -17652,6 +17671,7 @@ module Aws::MediaLive
17652
17671
  :arn,
17653
17672
  :connection_state,
17654
17673
  :device_settings_sync_state,
17674
+ :device_update_status,
17655
17675
  :hd_device_settings,
17656
17676
  :id,
17657
17677
  :mac_address,
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.59.0
4
+ version: 1.60.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: 2020-11-06 00:00:00.000000000 Z
11
+ date: 2020-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core