aws-sdk-medialive 1.86.0 → 1.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +186 -23
- data/lib/aws-sdk-medialive/client_api.rb +89 -2
- data/lib/aws-sdk-medialive/types.rb +349 -57
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
@@ -31,6 +31,7 @@ module Aws::MediaLive
|
|
31
31
|
AcceptInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'AcceptInputDeviceTransferRequest')
|
32
32
|
AcceptInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'AcceptInputDeviceTransferResponse')
|
33
33
|
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
34
|
+
AccessibilityType = Shapes::StringShape.new(name: 'AccessibilityType')
|
34
35
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
35
36
|
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
36
37
|
ArchiveCdnSettings = Shapes::StructureShape.new(name: 'ArchiveCdnSettings')
|
@@ -184,6 +185,7 @@ module Aws::MediaLive
|
|
184
185
|
DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
|
185
186
|
DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
|
186
187
|
DeviceUpdateStatus = Shapes::StringShape.new(name: 'DeviceUpdateStatus')
|
188
|
+
DolbyVision81Settings = Shapes::StructureShape.new(name: 'DolbyVision81Settings')
|
187
189
|
DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
|
188
190
|
DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
|
189
191
|
DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
|
@@ -197,6 +199,10 @@ module Aws::MediaLive
|
|
197
199
|
DvbSubOcrLanguage = Shapes::StringShape.new(name: 'DvbSubOcrLanguage')
|
198
200
|
DvbSubSourceSettings = Shapes::StructureShape.new(name: 'DvbSubSourceSettings')
|
199
201
|
DvbTdtSettings = Shapes::StructureShape.new(name: 'DvbTdtSettings')
|
202
|
+
Eac3AtmosCodingMode = Shapes::StringShape.new(name: 'Eac3AtmosCodingMode')
|
203
|
+
Eac3AtmosDrcLine = Shapes::StringShape.new(name: 'Eac3AtmosDrcLine')
|
204
|
+
Eac3AtmosDrcRf = Shapes::StringShape.new(name: 'Eac3AtmosDrcRf')
|
205
|
+
Eac3AtmosSettings = Shapes::StructureShape.new(name: 'Eac3AtmosSettings')
|
200
206
|
Eac3AttenuationControl = Shapes::StringShape.new(name: 'Eac3AttenuationControl')
|
201
207
|
Eac3BitstreamMode = Shapes::StringShape.new(name: 'Eac3BitstreamMode')
|
202
208
|
Eac3CodingMode = Shapes::StringShape.new(name: 'Eac3CodingMode')
|
@@ -533,12 +539,18 @@ module Aws::MediaLive
|
|
533
539
|
PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
|
534
540
|
PurchaseOfferingResultModel = Shapes::StructureShape.new(name: 'PurchaseOfferingResultModel')
|
535
541
|
RawSettings = Shapes::StructureShape.new(name: 'RawSettings')
|
542
|
+
RebootInputDevice = Shapes::StructureShape.new(name: 'RebootInputDevice')
|
543
|
+
RebootInputDeviceForce = Shapes::StringShape.new(name: 'RebootInputDeviceForce')
|
544
|
+
RebootInputDeviceRequest = Shapes::StructureShape.new(name: 'RebootInputDeviceRequest')
|
545
|
+
RebootInputDeviceResponse = Shapes::StructureShape.new(name: 'RebootInputDeviceResponse')
|
536
546
|
Rec601Settings = Shapes::StructureShape.new(name: 'Rec601Settings')
|
537
547
|
Rec709Settings = Shapes::StructureShape.new(name: 'Rec709Settings')
|
538
548
|
RejectInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferRequest')
|
539
549
|
RejectInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferResponse')
|
540
550
|
RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
|
551
|
+
RenewalSettings = Shapes::StructureShape.new(name: 'RenewalSettings')
|
541
552
|
Reservation = Shapes::StructureShape.new(name: 'Reservation')
|
553
|
+
ReservationAutomaticRenewal = Shapes::StringShape.new(name: 'ReservationAutomaticRenewal')
|
542
554
|
ReservationCodec = Shapes::StringShape.new(name: 'ReservationCodec')
|
543
555
|
ReservationMaximumBitrate = Shapes::StringShape.new(name: 'ReservationMaximumBitrate')
|
544
556
|
ReservationMaximumFramerate = Shapes::StringShape.new(name: 'ReservationMaximumFramerate')
|
@@ -600,6 +612,8 @@ module Aws::MediaLive
|
|
600
612
|
StandardHlsSettings = Shapes::StructureShape.new(name: 'StandardHlsSettings')
|
601
613
|
StartChannelRequest = Shapes::StructureShape.new(name: 'StartChannelRequest')
|
602
614
|
StartChannelResponse = Shapes::StructureShape.new(name: 'StartChannelResponse')
|
615
|
+
StartInputDeviceMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'StartInputDeviceMaintenanceWindowRequest')
|
616
|
+
StartInputDeviceMaintenanceWindowResponse = Shapes::StructureShape.new(name: 'StartInputDeviceMaintenanceWindowResponse')
|
603
617
|
StartMultiplexRequest = Shapes::StructureShape.new(name: 'StartMultiplexRequest')
|
604
618
|
StartMultiplexResponse = Shapes::StructureShape.new(name: 'StartMultiplexResponse')
|
605
619
|
StartTimecode = Shapes::StructureShape.new(name: 'StartTimecode')
|
@@ -797,6 +811,8 @@ module Aws::MediaLive
|
|
797
811
|
__longMin0Max86400000 = Shapes::IntegerShape.new(name: '__longMin0Max86400000')
|
798
812
|
__string = Shapes::StringShape.new(name: '__string')
|
799
813
|
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
814
|
+
__stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
|
815
|
+
__stringMax255 = Shapes::StringShape.new(name: '__stringMax255')
|
800
816
|
__stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
|
801
817
|
__stringMax32 = Shapes::StringShape.new(name: '__stringMax32')
|
802
818
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
@@ -875,6 +891,7 @@ module Aws::MediaLive
|
|
875
891
|
|
876
892
|
AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
|
877
893
|
AudioCodecSettings.add_member(:ac_3_settings, Shapes::ShapeRef.new(shape: Ac3Settings, location_name: "ac3Settings"))
|
894
|
+
AudioCodecSettings.add_member(:eac_3_atmos_settings, Shapes::ShapeRef.new(shape: Eac3AtmosSettings, location_name: "eac3AtmosSettings"))
|
878
895
|
AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
|
879
896
|
AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
|
880
897
|
AudioCodecSettings.add_member(:pass_through_settings, Shapes::ShapeRef.new(shape: PassThroughSettings, location_name: "passThroughSettings"))
|
@@ -889,7 +906,7 @@ module Aws::MediaLive
|
|
889
906
|
AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
|
890
907
|
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin1Max35, location_name: "languageCode"))
|
891
908
|
AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioDescriptionLanguageCodeControl, location_name: "languageCodeControl"))
|
892
|
-
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape:
|
909
|
+
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape: __stringMax255, required: true, location_name: "name"))
|
893
910
|
AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
|
894
911
|
AudioDescription.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
|
895
912
|
AudioDescription.struct_class = Types::AudioDescription
|
@@ -1081,6 +1098,7 @@ module Aws::MediaLive
|
|
1081
1098
|
|
1082
1099
|
CancelInputDeviceTransferResponse.struct_class = Types::CancelInputDeviceTransferResponse
|
1083
1100
|
|
1101
|
+
CaptionDescription.add_member(:accessibility, Shapes::ShapeRef.new(shape: AccessibilityType, location_name: "accessibility"))
|
1084
1102
|
CaptionDescription.add_member(:caption_selector_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "captionSelectorName"))
|
1085
1103
|
CaptionDescription.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, location_name: "destinationSettings"))
|
1086
1104
|
CaptionDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
@@ -1396,6 +1414,7 @@ module Aws::MediaLive
|
|
1396
1414
|
DeleteReservationResponse.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
1397
1415
|
DeleteReservationResponse.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
1398
1416
|
DeleteReservationResponse.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
1417
|
+
DeleteReservationResponse.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
1399
1418
|
DeleteReservationResponse.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
1400
1419
|
DeleteReservationResponse.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
1401
1420
|
DeleteReservationResponse.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -1555,6 +1574,7 @@ module Aws::MediaLive
|
|
1555
1574
|
DescribeReservationResponse.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
1556
1575
|
DescribeReservationResponse.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
1557
1576
|
DescribeReservationResponse.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
1577
|
+
DescribeReservationResponse.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
1558
1578
|
DescribeReservationResponse.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
1559
1579
|
DescribeReservationResponse.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
1560
1580
|
DescribeReservationResponse.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -1572,6 +1592,8 @@ module Aws::MediaLive
|
|
1572
1592
|
DescribeScheduleResponse.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, location_name: "scheduleActions"))
|
1573
1593
|
DescribeScheduleResponse.struct_class = Types::DescribeScheduleResponse
|
1574
1594
|
|
1595
|
+
DolbyVision81Settings.struct_class = Types::DolbyVision81Settings
|
1596
|
+
|
1575
1597
|
DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integerMin0Max65536, required: true, location_name: "networkId"))
|
1576
1598
|
DvbNitSettings.add_member(:network_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, required: true, location_name: "networkName"))
|
1577
1599
|
DvbNitSettings.add_member(:rep_interval, Shapes::ShapeRef.new(shape: __integerMin25Max10000, location_name: "repInterval"))
|
@@ -1609,6 +1631,15 @@ module Aws::MediaLive
|
|
1609
1631
|
DvbTdtSettings.add_member(:rep_interval, Shapes::ShapeRef.new(shape: __integerMin1000Max30000, location_name: "repInterval"))
|
1610
1632
|
DvbTdtSettings.struct_class = Types::DvbTdtSettings
|
1611
1633
|
|
1634
|
+
Eac3AtmosSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
|
1635
|
+
Eac3AtmosSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Eac3AtmosCodingMode, location_name: "codingMode"))
|
1636
|
+
Eac3AtmosSettings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integerMin1Max31, location_name: "dialnorm"))
|
1637
|
+
Eac3AtmosSettings.add_member(:drc_line, Shapes::ShapeRef.new(shape: Eac3AtmosDrcLine, location_name: "drcLine"))
|
1638
|
+
Eac3AtmosSettings.add_member(:drc_rf, Shapes::ShapeRef.new(shape: Eac3AtmosDrcRf, location_name: "drcRf"))
|
1639
|
+
Eac3AtmosSettings.add_member(:height_trim, Shapes::ShapeRef.new(shape: __double, location_name: "heightTrim"))
|
1640
|
+
Eac3AtmosSettings.add_member(:surround_trim, Shapes::ShapeRef.new(shape: __double, location_name: "surroundTrim"))
|
1641
|
+
Eac3AtmosSettings.struct_class = Types::Eac3AtmosSettings
|
1642
|
+
|
1612
1643
|
Eac3Settings.add_member(:attenuation_control, Shapes::ShapeRef.new(shape: Eac3AttenuationControl, location_name: "attenuationControl"))
|
1613
1644
|
Eac3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
|
1614
1645
|
Eac3Settings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Eac3BitstreamMode, location_name: "bitstreamMode"))
|
@@ -1776,6 +1807,7 @@ module Aws::MediaLive
|
|
1776
1807
|
H264Settings.struct_class = Types::H264Settings
|
1777
1808
|
|
1778
1809
|
H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
1810
|
+
H265ColorSpaceSettings.add_member(:dolby_vision_81_settings, Shapes::ShapeRef.new(shape: DolbyVision81Settings, location_name: "dolbyVision81Settings"))
|
1779
1811
|
H265ColorSpaceSettings.add_member(:hdr_10_settings, Shapes::ShapeRef.new(shape: Hdr10Settings, location_name: "hdr10Settings"))
|
1780
1812
|
H265ColorSpaceSettings.add_member(:rec_601_settings, Shapes::ShapeRef.new(shape: Rec601Settings, location_name: "rec601Settings"))
|
1781
1813
|
H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
@@ -2048,7 +2080,7 @@ module Aws::MediaLive
|
|
2048
2080
|
InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
|
2049
2081
|
|
2050
2082
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
2051
|
-
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape:
|
2083
|
+
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __stringMax2048, required: true, location_name: "uri"))
|
2052
2084
|
InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
2053
2085
|
InputLocation.struct_class = Types::InputLocation
|
2054
2086
|
|
@@ -2636,6 +2668,7 @@ module Aws::MediaLive
|
|
2636
2668
|
|
2637
2669
|
PurchaseOffering.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
|
2638
2670
|
PurchaseOffering.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2671
|
+
PurchaseOffering.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2639
2672
|
PurchaseOffering.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2640
2673
|
PurchaseOffering.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
2641
2674
|
PurchaseOffering.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
@@ -2644,6 +2677,7 @@ module Aws::MediaLive
|
|
2644
2677
|
PurchaseOfferingRequest.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
|
2645
2678
|
PurchaseOfferingRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2646
2679
|
PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "offeringId"))
|
2680
|
+
PurchaseOfferingRequest.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2647
2681
|
PurchaseOfferingRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2648
2682
|
PurchaseOfferingRequest.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
2649
2683
|
PurchaseOfferingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
@@ -2657,6 +2691,15 @@ module Aws::MediaLive
|
|
2657
2691
|
|
2658
2692
|
RawSettings.struct_class = Types::RawSettings
|
2659
2693
|
|
2694
|
+
RebootInputDevice.add_member(:force, Shapes::ShapeRef.new(shape: RebootInputDeviceForce, location_name: "force"))
|
2695
|
+
RebootInputDevice.struct_class = Types::RebootInputDevice
|
2696
|
+
|
2697
|
+
RebootInputDeviceRequest.add_member(:force, Shapes::ShapeRef.new(shape: RebootInputDeviceForce, location_name: "force"))
|
2698
|
+
RebootInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2699
|
+
RebootInputDeviceRequest.struct_class = Types::RebootInputDeviceRequest
|
2700
|
+
|
2701
|
+
RebootInputDeviceResponse.struct_class = Types::RebootInputDeviceResponse
|
2702
|
+
|
2660
2703
|
Rec601Settings.struct_class = Types::Rec601Settings
|
2661
2704
|
|
2662
2705
|
Rec709Settings.struct_class = Types::Rec709Settings
|
@@ -2671,6 +2714,10 @@ module Aws::MediaLive
|
|
2671
2714
|
RemixSettings.add_member(:channels_out, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channelsOut"))
|
2672
2715
|
RemixSettings.struct_class = Types::RemixSettings
|
2673
2716
|
|
2717
|
+
RenewalSettings.add_member(:automatic_renewal, Shapes::ShapeRef.new(shape: ReservationAutomaticRenewal, location_name: "automaticRenewal"))
|
2718
|
+
RenewalSettings.add_member(:renewal_count, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "renewalCount"))
|
2719
|
+
RenewalSettings.struct_class = Types::RenewalSettings
|
2720
|
+
|
2674
2721
|
Reservation.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2675
2722
|
Reservation.add_member(:count, Shapes::ShapeRef.new(shape: __integer, location_name: "count"))
|
2676
2723
|
Reservation.add_member(:currency_code, Shapes::ShapeRef.new(shape: __string, location_name: "currencyCode"))
|
@@ -2683,6 +2730,7 @@ module Aws::MediaLive
|
|
2683
2730
|
Reservation.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
2684
2731
|
Reservation.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
2685
2732
|
Reservation.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
2733
|
+
Reservation.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2686
2734
|
Reservation.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
2687
2735
|
Reservation.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
2688
2736
|
Reservation.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -2840,6 +2888,11 @@ module Aws::MediaLive
|
|
2840
2888
|
StartChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
2841
2889
|
StartChannelResponse.struct_class = Types::StartChannelResponse
|
2842
2890
|
|
2891
|
+
StartInputDeviceMaintenanceWindowRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2892
|
+
StartInputDeviceMaintenanceWindowRequest.struct_class = Types::StartInputDeviceMaintenanceWindowRequest
|
2893
|
+
|
2894
|
+
StartInputDeviceMaintenanceWindowResponse.struct_class = Types::StartInputDeviceMaintenanceWindowResponse
|
2895
|
+
|
2843
2896
|
StartMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
2844
2897
|
StartMultiplexRequest.struct_class = Types::StartMultiplexRequest
|
2845
2898
|
|
@@ -3118,9 +3171,11 @@ module Aws::MediaLive
|
|
3118
3171
|
UpdateMultiplexResultModel.struct_class = Types::UpdateMultiplexResultModel
|
3119
3172
|
|
3120
3173
|
UpdateReservation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
3174
|
+
UpdateReservation.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
3121
3175
|
UpdateReservation.struct_class = Types::UpdateReservation
|
3122
3176
|
|
3123
3177
|
UpdateReservationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
3178
|
+
UpdateReservationRequest.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
3124
3179
|
UpdateReservationRequest.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "reservationId"))
|
3125
3180
|
UpdateReservationRequest.struct_class = Types::UpdateReservationRequest
|
3126
3181
|
|
@@ -4012,6 +4067,22 @@ module Aws::MediaLive
|
|
4012
4067
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4013
4068
|
end)
|
4014
4069
|
|
4070
|
+
api.add_operation(:reboot_input_device, Seahorse::Model::Operation.new.tap do |o|
|
4071
|
+
o.name = "RebootInputDevice"
|
4072
|
+
o.http_method = "POST"
|
4073
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/reboot"
|
4074
|
+
o.input = Shapes::ShapeRef.new(shape: RebootInputDeviceRequest)
|
4075
|
+
o.output = Shapes::ShapeRef.new(shape: RebootInputDeviceResponse)
|
4076
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
4077
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
4078
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
4079
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
4080
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
4081
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4082
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
4083
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
4084
|
+
end)
|
4085
|
+
|
4015
4086
|
api.add_operation(:reject_input_device_transfer, Seahorse::Model::Operation.new.tap do |o|
|
4016
4087
|
o.name = "RejectInputDeviceTransfer"
|
4017
4088
|
o.http_method = "POST"
|
@@ -4045,6 +4116,22 @@ module Aws::MediaLive
|
|
4045
4116
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4046
4117
|
end)
|
4047
4118
|
|
4119
|
+
api.add_operation(:start_input_device_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
|
4120
|
+
o.name = "StartInputDeviceMaintenanceWindow"
|
4121
|
+
o.http_method = "POST"
|
4122
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/startInputDeviceMaintenanceWindow"
|
4123
|
+
o.input = Shapes::ShapeRef.new(shape: StartInputDeviceMaintenanceWindowRequest)
|
4124
|
+
o.output = Shapes::ShapeRef.new(shape: StartInputDeviceMaintenanceWindowResponse)
|
4125
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
4126
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
4127
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
4128
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
4129
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
4130
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4131
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
4132
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
4133
|
+
end)
|
4134
|
+
|
4048
4135
|
api.add_operation(:start_multiplex, Seahorse::Model::Operation.new.tap do |o|
|
4049
4136
|
o.name = "StartMultiplex"
|
4050
4137
|
o.http_method = "POST"
|