aws-sdk-medialive 1.84.0 → 1.87.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 +109 -23
- data/lib/aws-sdk-medialive/client_api.rb +49 -2
- data/lib/aws-sdk-medialive/types.rb +286 -67
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +4 -4
@@ -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')
|
@@ -453,6 +454,10 @@ module Aws::MediaLive
|
|
453
454
|
M3u8Scte35Behavior = Shapes::StringShape.new(name: 'M3u8Scte35Behavior')
|
454
455
|
M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
|
455
456
|
M3u8TimedMetadataBehavior = Shapes::StringShape.new(name: 'M3u8TimedMetadataBehavior')
|
457
|
+
MaintenanceCreateSettings = Shapes::StructureShape.new(name: 'MaintenanceCreateSettings')
|
458
|
+
MaintenanceDay = Shapes::StringShape.new(name: 'MaintenanceDay')
|
459
|
+
MaintenanceStatus = Shapes::StructureShape.new(name: 'MaintenanceStatus')
|
460
|
+
MaintenanceUpdateSettings = Shapes::StructureShape.new(name: 'MaintenanceUpdateSettings')
|
456
461
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
457
462
|
MediaConnectFlow = Shapes::StructureShape.new(name: 'MediaConnectFlow')
|
458
463
|
MediaConnectFlowRequest = Shapes::StructureShape.new(name: 'MediaConnectFlowRequest')
|
@@ -534,7 +539,9 @@ module Aws::MediaLive
|
|
534
539
|
RejectInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferRequest')
|
535
540
|
RejectInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferResponse')
|
536
541
|
RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
|
542
|
+
RenewalSettings = Shapes::StructureShape.new(name: 'RenewalSettings')
|
537
543
|
Reservation = Shapes::StructureShape.new(name: 'Reservation')
|
544
|
+
ReservationAutomaticRenewal = Shapes::StringShape.new(name: 'ReservationAutomaticRenewal')
|
538
545
|
ReservationCodec = Shapes::StringShape.new(name: 'ReservationCodec')
|
539
546
|
ReservationMaximumBitrate = Shapes::StringShape.new(name: 'ReservationMaximumBitrate')
|
540
547
|
ReservationMaximumFramerate = Shapes::StringShape.new(name: 'ReservationMaximumFramerate')
|
@@ -793,6 +800,8 @@ module Aws::MediaLive
|
|
793
800
|
__longMin0Max86400000 = Shapes::IntegerShape.new(name: '__longMin0Max86400000')
|
794
801
|
__string = Shapes::StringShape.new(name: '__string')
|
795
802
|
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
803
|
+
__stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
|
804
|
+
__stringMax255 = Shapes::StringShape.new(name: '__stringMax255')
|
796
805
|
__stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
|
797
806
|
__stringMax32 = Shapes::StringShape.new(name: '__stringMax32')
|
798
807
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
@@ -805,6 +814,7 @@ module Aws::MediaLive
|
|
805
814
|
__stringMin34Max34 = Shapes::StringShape.new(name: '__stringMin34Max34')
|
806
815
|
__stringMin3Max3 = Shapes::StringShape.new(name: '__stringMin3Max3')
|
807
816
|
__stringMin6Max6 = Shapes::StringShape.new(name: '__stringMin6Max6')
|
817
|
+
__stringPattern010920300 = Shapes::StringShape.new(name: '__stringPattern010920300')
|
808
818
|
__timestamp = Shapes::TimestampShape.new(name: '__timestamp')
|
809
819
|
__timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
|
810
820
|
__timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
|
@@ -884,7 +894,7 @@ module Aws::MediaLive
|
|
884
894
|
AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
|
885
895
|
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin1Max35, location_name: "languageCode"))
|
886
896
|
AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioDescriptionLanguageCodeControl, location_name: "languageCodeControl"))
|
887
|
-
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape:
|
897
|
+
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape: __stringMax255, required: true, location_name: "name"))
|
888
898
|
AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
|
889
899
|
AudioDescription.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
|
890
900
|
AudioDescription.struct_class = Types::AudioDescription
|
@@ -1076,6 +1086,7 @@ module Aws::MediaLive
|
|
1076
1086
|
|
1077
1087
|
CancelInputDeviceTransferResponse.struct_class = Types::CancelInputDeviceTransferResponse
|
1078
1088
|
|
1089
|
+
CaptionDescription.add_member(:accessibility, Shapes::ShapeRef.new(shape: AccessibilityType, location_name: "accessibility"))
|
1079
1090
|
CaptionDescription.add_member(:caption_selector_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "captionSelectorName"))
|
1080
1091
|
CaptionDescription.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, location_name: "destinationSettings"))
|
1081
1092
|
CaptionDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
@@ -1136,6 +1147,7 @@ module Aws::MediaLive
|
|
1136
1147
|
Channel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1137
1148
|
Channel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1138
1149
|
Channel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1150
|
+
Channel.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "maintenance"))
|
1139
1151
|
Channel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1140
1152
|
Channel.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
1141
1153
|
Channel.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
@@ -1161,6 +1173,7 @@ module Aws::MediaLive
|
|
1161
1173
|
ChannelSummary.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1162
1174
|
ChannelSummary.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1163
1175
|
ChannelSummary.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1176
|
+
ChannelSummary.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "maintenance"))
|
1164
1177
|
ChannelSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1165
1178
|
ChannelSummary.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1166
1179
|
ChannelSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -1186,6 +1199,7 @@ module Aws::MediaLive
|
|
1186
1199
|
CreateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1187
1200
|
CreateChannel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1188
1201
|
CreateChannel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1202
|
+
CreateChannel.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceCreateSettings, location_name: "maintenance"))
|
1189
1203
|
CreateChannel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1190
1204
|
CreateChannel.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1191
1205
|
CreateChannel.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
|
@@ -1201,6 +1215,7 @@ module Aws::MediaLive
|
|
1201
1215
|
CreateChannelRequest.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1202
1216
|
CreateChannelRequest.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1203
1217
|
CreateChannelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1218
|
+
CreateChannelRequest.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceCreateSettings, location_name: "maintenance"))
|
1204
1219
|
CreateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1205
1220
|
CreateChannelRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1206
1221
|
CreateChannelRequest.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
|
@@ -1326,6 +1341,7 @@ module Aws::MediaLive
|
|
1326
1341
|
DeleteChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1327
1342
|
DeleteChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1328
1343
|
DeleteChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1344
|
+
DeleteChannelResponse.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "maintenance"))
|
1329
1345
|
DeleteChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1330
1346
|
DeleteChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
1331
1347
|
DeleteChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
@@ -1386,6 +1402,7 @@ module Aws::MediaLive
|
|
1386
1402
|
DeleteReservationResponse.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
1387
1403
|
DeleteReservationResponse.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
1388
1404
|
DeleteReservationResponse.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
1405
|
+
DeleteReservationResponse.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
1389
1406
|
DeleteReservationResponse.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
1390
1407
|
DeleteReservationResponse.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
1391
1408
|
DeleteReservationResponse.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -1416,6 +1433,7 @@ module Aws::MediaLive
|
|
1416
1433
|
DescribeChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1417
1434
|
DescribeChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1418
1435
|
DescribeChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1436
|
+
DescribeChannelResponse.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "maintenance"))
|
1419
1437
|
DescribeChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1420
1438
|
DescribeChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
1421
1439
|
DescribeChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
@@ -1544,6 +1562,7 @@ module Aws::MediaLive
|
|
1544
1562
|
DescribeReservationResponse.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
1545
1563
|
DescribeReservationResponse.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
1546
1564
|
DescribeReservationResponse.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
1565
|
+
DescribeReservationResponse.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
1547
1566
|
DescribeReservationResponse.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
1548
1567
|
DescribeReservationResponse.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
1549
1568
|
DescribeReservationResponse.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -2037,7 +2056,7 @@ module Aws::MediaLive
|
|
2037
2056
|
InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
|
2038
2057
|
|
2039
2058
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
2040
|
-
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape:
|
2059
|
+
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __stringMax2048, required: true, location_name: "uri"))
|
2041
2060
|
InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
2042
2061
|
InputLocation.struct_class = Types::InputLocation
|
2043
2062
|
|
@@ -2328,6 +2347,21 @@ module Aws::MediaLive
|
|
2328
2347
|
M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __string, location_name: "videoPid"))
|
2329
2348
|
M3u8Settings.struct_class = Types::M3u8Settings
|
2330
2349
|
|
2350
|
+
MaintenanceCreateSettings.add_member(:maintenance_day, Shapes::ShapeRef.new(shape: MaintenanceDay, location_name: "maintenanceDay"))
|
2351
|
+
MaintenanceCreateSettings.add_member(:maintenance_start_time, Shapes::ShapeRef.new(shape: __stringPattern010920300, location_name: "maintenanceStartTime"))
|
2352
|
+
MaintenanceCreateSettings.struct_class = Types::MaintenanceCreateSettings
|
2353
|
+
|
2354
|
+
MaintenanceStatus.add_member(:maintenance_day, Shapes::ShapeRef.new(shape: MaintenanceDay, location_name: "maintenanceDay"))
|
2355
|
+
MaintenanceStatus.add_member(:maintenance_deadline, Shapes::ShapeRef.new(shape: __string, location_name: "maintenanceDeadline"))
|
2356
|
+
MaintenanceStatus.add_member(:maintenance_scheduled_date, Shapes::ShapeRef.new(shape: __string, location_name: "maintenanceScheduledDate"))
|
2357
|
+
MaintenanceStatus.add_member(:maintenance_start_time, Shapes::ShapeRef.new(shape: __string, location_name: "maintenanceStartTime"))
|
2358
|
+
MaintenanceStatus.struct_class = Types::MaintenanceStatus
|
2359
|
+
|
2360
|
+
MaintenanceUpdateSettings.add_member(:maintenance_day, Shapes::ShapeRef.new(shape: MaintenanceDay, location_name: "maintenanceDay"))
|
2361
|
+
MaintenanceUpdateSettings.add_member(:maintenance_scheduled_date, Shapes::ShapeRef.new(shape: __string, location_name: "maintenanceScheduledDate"))
|
2362
|
+
MaintenanceUpdateSettings.add_member(:maintenance_start_time, Shapes::ShapeRef.new(shape: __stringPattern010920300, location_name: "maintenanceStartTime"))
|
2363
|
+
MaintenanceUpdateSettings.struct_class = Types::MaintenanceUpdateSettings
|
2364
|
+
|
2331
2365
|
MediaConnectFlow.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
|
2332
2366
|
MediaConnectFlow.struct_class = Types::MediaConnectFlow
|
2333
2367
|
|
@@ -2610,6 +2644,7 @@ module Aws::MediaLive
|
|
2610
2644
|
|
2611
2645
|
PurchaseOffering.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
|
2612
2646
|
PurchaseOffering.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2647
|
+
PurchaseOffering.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2613
2648
|
PurchaseOffering.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2614
2649
|
PurchaseOffering.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
2615
2650
|
PurchaseOffering.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
@@ -2618,6 +2653,7 @@ module Aws::MediaLive
|
|
2618
2653
|
PurchaseOfferingRequest.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
|
2619
2654
|
PurchaseOfferingRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2620
2655
|
PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "offeringId"))
|
2656
|
+
PurchaseOfferingRequest.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2621
2657
|
PurchaseOfferingRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2622
2658
|
PurchaseOfferingRequest.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
2623
2659
|
PurchaseOfferingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
@@ -2645,6 +2681,10 @@ module Aws::MediaLive
|
|
2645
2681
|
RemixSettings.add_member(:channels_out, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channelsOut"))
|
2646
2682
|
RemixSettings.struct_class = Types::RemixSettings
|
2647
2683
|
|
2684
|
+
RenewalSettings.add_member(:automatic_renewal, Shapes::ShapeRef.new(shape: ReservationAutomaticRenewal, location_name: "automaticRenewal"))
|
2685
|
+
RenewalSettings.add_member(:renewal_count, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "renewalCount"))
|
2686
|
+
RenewalSettings.struct_class = Types::RenewalSettings
|
2687
|
+
|
2648
2688
|
Reservation.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2649
2689
|
Reservation.add_member(:count, Shapes::ShapeRef.new(shape: __integer, location_name: "count"))
|
2650
2690
|
Reservation.add_member(:currency_code, Shapes::ShapeRef.new(shape: __string, location_name: "currencyCode"))
|
@@ -2657,6 +2697,7 @@ module Aws::MediaLive
|
|
2657
2697
|
Reservation.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
2658
2698
|
Reservation.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
2659
2699
|
Reservation.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
2700
|
+
Reservation.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2660
2701
|
Reservation.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
2661
2702
|
Reservation.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
2662
2703
|
Reservation.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -2804,6 +2845,7 @@ module Aws::MediaLive
|
|
2804
2845
|
StartChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
2805
2846
|
StartChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
2806
2847
|
StartChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
2848
|
+
StartChannelResponse.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "maintenance"))
|
2807
2849
|
StartChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2808
2850
|
StartChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
2809
2851
|
StartChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
@@ -2864,6 +2906,7 @@ module Aws::MediaLive
|
|
2864
2906
|
StopChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
2865
2907
|
StopChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
2866
2908
|
StopChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
2909
|
+
StopChannelResponse.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "maintenance"))
|
2867
2910
|
StopChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2868
2911
|
StopChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
2869
2912
|
StopChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
@@ -2964,6 +3007,7 @@ module Aws::MediaLive
|
|
2964
3007
|
UpdateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
2965
3008
|
UpdateChannel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
2966
3009
|
UpdateChannel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
3010
|
+
UpdateChannel.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceUpdateSettings, location_name: "maintenance"))
|
2967
3011
|
UpdateChannel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2968
3012
|
UpdateChannel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
2969
3013
|
UpdateChannel.struct_class = Types::UpdateChannel
|
@@ -2987,6 +3031,7 @@ module Aws::MediaLive
|
|
2987
3031
|
UpdateChannelRequest.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
2988
3032
|
UpdateChannelRequest.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
2989
3033
|
UpdateChannelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
3034
|
+
UpdateChannelRequest.add_member(:maintenance, Shapes::ShapeRef.new(shape: MaintenanceUpdateSettings, location_name: "maintenance"))
|
2990
3035
|
UpdateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2991
3036
|
UpdateChannelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
2992
3037
|
UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
|
@@ -3088,9 +3133,11 @@ module Aws::MediaLive
|
|
3088
3133
|
UpdateMultiplexResultModel.struct_class = Types::UpdateMultiplexResultModel
|
3089
3134
|
|
3090
3135
|
UpdateReservation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
3136
|
+
UpdateReservation.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
3091
3137
|
UpdateReservation.struct_class = Types::UpdateReservation
|
3092
3138
|
|
3093
3139
|
UpdateReservationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
3140
|
+
UpdateReservationRequest.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
3094
3141
|
UpdateReservationRequest.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "reservationId"))
|
3095
3142
|
UpdateReservationRequest.struct_class = Types::UpdateReservationRequest
|
3096
3143
|
|