aws-sdk-medialive 1.34.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +1183 -31
- data/lib/aws-sdk-medialive/client_api.rb +686 -12
- data/lib/aws-sdk-medialive/types.rb +2599 -231
- data/lib/aws-sdk-medialive/waiters.rb +206 -0
- metadata +4 -4
@@ -83,6 +83,7 @@ module Aws::MediaLive
|
|
83
83
|
ChannelEgressEndpoint = Shapes::StructureShape.new(name: 'ChannelEgressEndpoint')
|
84
84
|
ChannelState = Shapes::StringShape.new(name: 'ChannelState')
|
85
85
|
ChannelSummary = Shapes::StructureShape.new(name: 'ChannelSummary')
|
86
|
+
ColorSpacePassthroughSettings = Shapes::StructureShape.new(name: 'ColorSpacePassthroughSettings')
|
86
87
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
87
88
|
CreateChannel = Shapes::StructureShape.new(name: 'CreateChannel')
|
88
89
|
CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
|
@@ -95,6 +96,14 @@ module Aws::MediaLive
|
|
95
96
|
CreateInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'CreateInputSecurityGroupRequest')
|
96
97
|
CreateInputSecurityGroupResponse = Shapes::StructureShape.new(name: 'CreateInputSecurityGroupResponse')
|
97
98
|
CreateInputSecurityGroupResultModel = Shapes::StructureShape.new(name: 'CreateInputSecurityGroupResultModel')
|
99
|
+
CreateMultiplex = Shapes::StructureShape.new(name: 'CreateMultiplex')
|
100
|
+
CreateMultiplexProgram = Shapes::StructureShape.new(name: 'CreateMultiplexProgram')
|
101
|
+
CreateMultiplexProgramRequest = Shapes::StructureShape.new(name: 'CreateMultiplexProgramRequest')
|
102
|
+
CreateMultiplexProgramResponse = Shapes::StructureShape.new(name: 'CreateMultiplexProgramResponse')
|
103
|
+
CreateMultiplexProgramResultModel = Shapes::StructureShape.new(name: 'CreateMultiplexProgramResultModel')
|
104
|
+
CreateMultiplexRequest = Shapes::StructureShape.new(name: 'CreateMultiplexRequest')
|
105
|
+
CreateMultiplexResponse = Shapes::StructureShape.new(name: 'CreateMultiplexResponse')
|
106
|
+
CreateMultiplexResultModel = Shapes::StructureShape.new(name: 'CreateMultiplexResultModel')
|
98
107
|
CreateTagsRequest = Shapes::StructureShape.new(name: 'CreateTagsRequest')
|
99
108
|
DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
|
100
109
|
DeleteChannelResponse = Shapes::StructureShape.new(name: 'DeleteChannelResponse')
|
@@ -102,6 +111,10 @@ module Aws::MediaLive
|
|
102
111
|
DeleteInputResponse = Shapes::StructureShape.new(name: 'DeleteInputResponse')
|
103
112
|
DeleteInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'DeleteInputSecurityGroupRequest')
|
104
113
|
DeleteInputSecurityGroupResponse = Shapes::StructureShape.new(name: 'DeleteInputSecurityGroupResponse')
|
114
|
+
DeleteMultiplexProgramRequest = Shapes::StructureShape.new(name: 'DeleteMultiplexProgramRequest')
|
115
|
+
DeleteMultiplexProgramResponse = Shapes::StructureShape.new(name: 'DeleteMultiplexProgramResponse')
|
116
|
+
DeleteMultiplexRequest = Shapes::StructureShape.new(name: 'DeleteMultiplexRequest')
|
117
|
+
DeleteMultiplexResponse = Shapes::StructureShape.new(name: 'DeleteMultiplexResponse')
|
105
118
|
DeleteReservationRequest = Shapes::StructureShape.new(name: 'DeleteReservationRequest')
|
106
119
|
DeleteReservationResponse = Shapes::StructureShape.new(name: 'DeleteReservationResponse')
|
107
120
|
DeleteScheduleRequest = Shapes::StructureShape.new(name: 'DeleteScheduleRequest')
|
@@ -113,6 +126,10 @@ module Aws::MediaLive
|
|
113
126
|
DescribeInputResponse = Shapes::StructureShape.new(name: 'DescribeInputResponse')
|
114
127
|
DescribeInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'DescribeInputSecurityGroupRequest')
|
115
128
|
DescribeInputSecurityGroupResponse = Shapes::StructureShape.new(name: 'DescribeInputSecurityGroupResponse')
|
129
|
+
DescribeMultiplexProgramRequest = Shapes::StructureShape.new(name: 'DescribeMultiplexProgramRequest')
|
130
|
+
DescribeMultiplexProgramResponse = Shapes::StructureShape.new(name: 'DescribeMultiplexProgramResponse')
|
131
|
+
DescribeMultiplexRequest = Shapes::StructureShape.new(name: 'DescribeMultiplexRequest')
|
132
|
+
DescribeMultiplexResponse = Shapes::StructureShape.new(name: 'DescribeMultiplexResponse')
|
116
133
|
DescribeOfferingRequest = Shapes::StructureShape.new(name: 'DescribeOfferingRequest')
|
117
134
|
DescribeOfferingResponse = Shapes::StructureShape.new(name: 'DescribeOfferingResponse')
|
118
135
|
DescribeReservationRequest = Shapes::StructureShape.new(name: 'DescribeReservationRequest')
|
@@ -171,6 +188,7 @@ module Aws::MediaLive
|
|
171
188
|
GlobalConfigurationOutputTimingSource = Shapes::StringShape.new(name: 'GlobalConfigurationOutputTimingSource')
|
172
189
|
H264AdaptiveQuantization = Shapes::StringShape.new(name: 'H264AdaptiveQuantization')
|
173
190
|
H264ColorMetadata = Shapes::StringShape.new(name: 'H264ColorMetadata')
|
191
|
+
H264ColorSpaceSettings = Shapes::StructureShape.new(name: 'H264ColorSpaceSettings')
|
174
192
|
H264EntropyEncoding = Shapes::StringShape.new(name: 'H264EntropyEncoding')
|
175
193
|
H264FlickerAq = Shapes::StringShape.new(name: 'H264FlickerAq')
|
176
194
|
H264FramerateControl = Shapes::StringShape.new(name: 'H264FramerateControl')
|
@@ -189,6 +207,22 @@ module Aws::MediaLive
|
|
189
207
|
H264Syntax = Shapes::StringShape.new(name: 'H264Syntax')
|
190
208
|
H264TemporalAq = Shapes::StringShape.new(name: 'H264TemporalAq')
|
191
209
|
H264TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'H264TimecodeInsertionBehavior')
|
210
|
+
H265AdaptiveQuantization = Shapes::StringShape.new(name: 'H265AdaptiveQuantization')
|
211
|
+
H265AlternativeTransferFunction = Shapes::StringShape.new(name: 'H265AlternativeTransferFunction')
|
212
|
+
H265ColorMetadata = Shapes::StringShape.new(name: 'H265ColorMetadata')
|
213
|
+
H265ColorSpaceSettings = Shapes::StructureShape.new(name: 'H265ColorSpaceSettings')
|
214
|
+
H265FlickerAq = Shapes::StringShape.new(name: 'H265FlickerAq')
|
215
|
+
H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
|
216
|
+
H265Level = Shapes::StringShape.new(name: 'H265Level')
|
217
|
+
H265LookAheadRateControl = Shapes::StringShape.new(name: 'H265LookAheadRateControl')
|
218
|
+
H265Profile = Shapes::StringShape.new(name: 'H265Profile')
|
219
|
+
H265RateControlMode = Shapes::StringShape.new(name: 'H265RateControlMode')
|
220
|
+
H265ScanType = Shapes::StringShape.new(name: 'H265ScanType')
|
221
|
+
H265SceneChangeDetect = Shapes::StringShape.new(name: 'H265SceneChangeDetect')
|
222
|
+
H265Settings = Shapes::StructureShape.new(name: 'H265Settings')
|
223
|
+
H265Tier = Shapes::StringShape.new(name: 'H265Tier')
|
224
|
+
H265TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'H265TimecodeInsertionBehavior')
|
225
|
+
Hdr10Settings = Shapes::StructureShape.new(name: 'Hdr10Settings')
|
192
226
|
HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
|
193
227
|
HlsAkamaiHttpTransferMode = Shapes::StringShape.new(name: 'HlsAkamaiHttpTransferMode')
|
194
228
|
HlsAkamaiSettings = Shapes::StructureShape.new(name: 'HlsAkamaiSettings')
|
@@ -221,10 +255,12 @@ module Aws::MediaLive
|
|
221
255
|
HlsWebdavHttpTransferMode = Shapes::StringShape.new(name: 'HlsWebdavHttpTransferMode')
|
222
256
|
HlsWebdavSettings = Shapes::StructureShape.new(name: 'HlsWebdavSettings')
|
223
257
|
IFrameOnlyPlaylistType = Shapes::StringShape.new(name: 'IFrameOnlyPlaylistType')
|
258
|
+
ImmediateModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'ImmediateModeScheduleActionStartSettings')
|
224
259
|
Input = Shapes::StructureShape.new(name: 'Input')
|
225
260
|
InputAttachment = Shapes::StructureShape.new(name: 'InputAttachment')
|
226
261
|
InputChannelLevel = Shapes::StructureShape.new(name: 'InputChannelLevel')
|
227
262
|
InputClass = Shapes::StringShape.new(name: 'InputClass')
|
263
|
+
InputClippingSettings = Shapes::StructureShape.new(name: 'InputClippingSettings')
|
228
264
|
InputCodec = Shapes::StringShape.new(name: 'InputCodec')
|
229
265
|
InputDeblockFilter = Shapes::StringShape.new(name: 'InputDeblockFilter')
|
230
266
|
InputDenoiseFilter = Shapes::StringShape.new(name: 'InputDenoiseFilter')
|
@@ -248,9 +284,11 @@ module Aws::MediaLive
|
|
248
284
|
InputSource = Shapes::StructureShape.new(name: 'InputSource')
|
249
285
|
InputSourceEndBehavior = Shapes::StringShape.new(name: 'InputSourceEndBehavior')
|
250
286
|
InputSourceRequest = Shapes::StructureShape.new(name: 'InputSourceRequest')
|
287
|
+
InputSourceType = Shapes::StringShape.new(name: 'InputSourceType')
|
251
288
|
InputSpecification = Shapes::StructureShape.new(name: 'InputSpecification')
|
252
289
|
InputState = Shapes::StringShape.new(name: 'InputState')
|
253
290
|
InputSwitchScheduleActionSettings = Shapes::StructureShape.new(name: 'InputSwitchScheduleActionSettings')
|
291
|
+
InputTimecodeSource = Shapes::StringShape.new(name: 'InputTimecodeSource')
|
254
292
|
InputType = Shapes::StringShape.new(name: 'InputType')
|
255
293
|
InputVpcRequest = Shapes::StructureShape.new(name: 'InputVpcRequest')
|
256
294
|
InputWhitelistRule = Shapes::StructureShape.new(name: 'InputWhitelistRule')
|
@@ -259,6 +297,7 @@ module Aws::MediaLive
|
|
259
297
|
InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
|
260
298
|
InvalidRequest = Shapes::StructureShape.new(name: 'InvalidRequest')
|
261
299
|
KeyProviderSettings = Shapes::StructureShape.new(name: 'KeyProviderSettings')
|
300
|
+
LastFrameClippingBehavior = Shapes::StringShape.new(name: 'LastFrameClippingBehavior')
|
262
301
|
LimitExceeded = Shapes::StructureShape.new(name: 'LimitExceeded')
|
263
302
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
264
303
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
@@ -269,6 +308,12 @@ module Aws::MediaLive
|
|
269
308
|
ListInputsRequest = Shapes::StructureShape.new(name: 'ListInputsRequest')
|
270
309
|
ListInputsResponse = Shapes::StructureShape.new(name: 'ListInputsResponse')
|
271
310
|
ListInputsResultModel = Shapes::StructureShape.new(name: 'ListInputsResultModel')
|
311
|
+
ListMultiplexProgramsRequest = Shapes::StructureShape.new(name: 'ListMultiplexProgramsRequest')
|
312
|
+
ListMultiplexProgramsResponse = Shapes::StructureShape.new(name: 'ListMultiplexProgramsResponse')
|
313
|
+
ListMultiplexProgramsResultModel = Shapes::StructureShape.new(name: 'ListMultiplexProgramsResultModel')
|
314
|
+
ListMultiplexesRequest = Shapes::StructureShape.new(name: 'ListMultiplexesRequest')
|
315
|
+
ListMultiplexesResponse = Shapes::StructureShape.new(name: 'ListMultiplexesResponse')
|
316
|
+
ListMultiplexesResultModel = Shapes::StructureShape.new(name: 'ListMultiplexesResultModel')
|
272
317
|
ListOfferingsRequest = Shapes::StructureShape.new(name: 'ListOfferingsRequest')
|
273
318
|
ListOfferingsResponse = Shapes::StructureShape.new(name: 'ListOfferingsResponse')
|
274
319
|
ListOfferingsResultModel = Shapes::StructureShape.new(name: 'ListOfferingsResultModel')
|
@@ -290,6 +335,7 @@ module Aws::MediaLive
|
|
290
335
|
M2tsEbpPlacement = Shapes::StringShape.new(name: 'M2tsEbpPlacement')
|
291
336
|
M2tsEsRateInPes = Shapes::StringShape.new(name: 'M2tsEsRateInPes')
|
292
337
|
M2tsKlv = Shapes::StringShape.new(name: 'M2tsKlv')
|
338
|
+
M2tsNielsenId3Behavior = Shapes::StringShape.new(name: 'M2tsNielsenId3Behavior')
|
293
339
|
M2tsPcrControl = Shapes::StringShape.new(name: 'M2tsPcrControl')
|
294
340
|
M2tsRateMode = Shapes::StringShape.new(name: 'M2tsRateMode')
|
295
341
|
M2tsScte35Control = Shapes::StringShape.new(name: 'M2tsScte35Control')
|
@@ -297,6 +343,7 @@ module Aws::MediaLive
|
|
297
343
|
M2tsSegmentationStyle = Shapes::StringShape.new(name: 'M2tsSegmentationStyle')
|
298
344
|
M2tsSettings = Shapes::StructureShape.new(name: 'M2tsSettings')
|
299
345
|
M2tsTimedMetadataBehavior = Shapes::StringShape.new(name: 'M2tsTimedMetadataBehavior')
|
346
|
+
M3u8NielsenId3Behavior = Shapes::StringShape.new(name: 'M3u8NielsenId3Behavior')
|
300
347
|
M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
|
301
348
|
M3u8Scte35Behavior = Shapes::StringShape.new(name: 'M3u8Scte35Behavior')
|
302
349
|
M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
|
@@ -310,9 +357,31 @@ module Aws::MediaLive
|
|
310
357
|
Mp2CodingMode = Shapes::StringShape.new(name: 'Mp2CodingMode')
|
311
358
|
Mp2Settings = Shapes::StructureShape.new(name: 'Mp2Settings')
|
312
359
|
MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
|
360
|
+
MsSmoothH265PackagingType = Shapes::StringShape.new(name: 'MsSmoothH265PackagingType')
|
313
361
|
MsSmoothOutputSettings = Shapes::StructureShape.new(name: 'MsSmoothOutputSettings')
|
362
|
+
Multiplex = Shapes::StructureShape.new(name: 'Multiplex')
|
363
|
+
MultiplexConfigurationValidationError = Shapes::StructureShape.new(name: 'MultiplexConfigurationValidationError')
|
364
|
+
MultiplexGroupSettings = Shapes::StructureShape.new(name: 'MultiplexGroupSettings')
|
365
|
+
MultiplexMediaConnectOutputDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexMediaConnectOutputDestinationSettings')
|
366
|
+
MultiplexOutputDestination = Shapes::StructureShape.new(name: 'MultiplexOutputDestination')
|
367
|
+
MultiplexOutputSettings = Shapes::StructureShape.new(name: 'MultiplexOutputSettings')
|
368
|
+
MultiplexProgram = Shapes::StructureShape.new(name: 'MultiplexProgram')
|
369
|
+
MultiplexProgramChannelDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexProgramChannelDestinationSettings')
|
370
|
+
MultiplexProgramPacketIdentifiersMap = Shapes::StructureShape.new(name: 'MultiplexProgramPacketIdentifiersMap')
|
371
|
+
MultiplexProgramServiceDescriptor = Shapes::StructureShape.new(name: 'MultiplexProgramServiceDescriptor')
|
372
|
+
MultiplexProgramSettings = Shapes::StructureShape.new(name: 'MultiplexProgramSettings')
|
373
|
+
MultiplexProgramSummary = Shapes::StructureShape.new(name: 'MultiplexProgramSummary')
|
374
|
+
MultiplexSettings = Shapes::StructureShape.new(name: 'MultiplexSettings')
|
375
|
+
MultiplexSettingsSummary = Shapes::StructureShape.new(name: 'MultiplexSettingsSummary')
|
376
|
+
MultiplexState = Shapes::StringShape.new(name: 'MultiplexState')
|
377
|
+
MultiplexStatmuxVideoSettings = Shapes::StructureShape.new(name: 'MultiplexStatmuxVideoSettings')
|
378
|
+
MultiplexSummary = Shapes::StructureShape.new(name: 'MultiplexSummary')
|
379
|
+
MultiplexValidationError = Shapes::StructureShape.new(name: 'MultiplexValidationError')
|
380
|
+
MultiplexVideoSettings = Shapes::StructureShape.new(name: 'MultiplexVideoSettings')
|
314
381
|
NetworkInputServerValidation = Shapes::StringShape.new(name: 'NetworkInputServerValidation')
|
315
382
|
NetworkInputSettings = Shapes::StructureShape.new(name: 'NetworkInputSettings')
|
383
|
+
NielsenConfiguration = Shapes::StructureShape.new(name: 'NielsenConfiguration')
|
384
|
+
NielsenPcmToId3TaggingState = Shapes::StringShape.new(name: 'NielsenPcmToId3TaggingState')
|
316
385
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
317
386
|
Offering = Shapes::StructureShape.new(name: 'Offering')
|
318
387
|
OfferingDurationUnits = Shapes::StringShape.new(name: 'OfferingDurationUnits')
|
@@ -326,12 +395,15 @@ module Aws::MediaLive
|
|
326
395
|
OutputSettings = Shapes::StructureShape.new(name: 'OutputSettings')
|
327
396
|
PassThroughSettings = Shapes::StructureShape.new(name: 'PassThroughSettings')
|
328
397
|
PauseStateScheduleActionSettings = Shapes::StructureShape.new(name: 'PauseStateScheduleActionSettings')
|
398
|
+
PipelineDetail = Shapes::StructureShape.new(name: 'PipelineDetail')
|
329
399
|
PipelineId = Shapes::StringShape.new(name: 'PipelineId')
|
330
400
|
PipelinePauseStateSettings = Shapes::StructureShape.new(name: 'PipelinePauseStateSettings')
|
331
401
|
PurchaseOffering = Shapes::StructureShape.new(name: 'PurchaseOffering')
|
332
402
|
PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
|
333
403
|
PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
|
334
404
|
PurchaseOfferingResultModel = Shapes::StructureShape.new(name: 'PurchaseOfferingResultModel')
|
405
|
+
Rec601Settings = Shapes::StructureShape.new(name: 'Rec601Settings')
|
406
|
+
Rec709Settings = Shapes::StructureShape.new(name: 'Rec709Settings')
|
335
407
|
RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
|
336
408
|
Reservation = Shapes::StructureShape.new(name: 'Reservation')
|
337
409
|
ReservationCodec = Shapes::StringShape.new(name: 'ReservationCodec')
|
@@ -391,11 +463,17 @@ module Aws::MediaLive
|
|
391
463
|
StandardHlsSettings = Shapes::StructureShape.new(name: 'StandardHlsSettings')
|
392
464
|
StartChannelRequest = Shapes::StructureShape.new(name: 'StartChannelRequest')
|
393
465
|
StartChannelResponse = Shapes::StructureShape.new(name: 'StartChannelResponse')
|
466
|
+
StartMultiplexRequest = Shapes::StructureShape.new(name: 'StartMultiplexRequest')
|
467
|
+
StartMultiplexResponse = Shapes::StructureShape.new(name: 'StartMultiplexResponse')
|
468
|
+
StartTimecode = Shapes::StructureShape.new(name: 'StartTimecode')
|
394
469
|
StaticImageActivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageActivateScheduleActionSettings')
|
395
470
|
StaticImageDeactivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageDeactivateScheduleActionSettings')
|
396
471
|
StaticKeySettings = Shapes::StructureShape.new(name: 'StaticKeySettings')
|
397
472
|
StopChannelRequest = Shapes::StructureShape.new(name: 'StopChannelRequest')
|
398
473
|
StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
|
474
|
+
StopMultiplexRequest = Shapes::StructureShape.new(name: 'StopMultiplexRequest')
|
475
|
+
StopMultiplexResponse = Shapes::StructureShape.new(name: 'StopMultiplexResponse')
|
476
|
+
StopTimecode = Shapes::StructureShape.new(name: 'StopTimecode')
|
399
477
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
400
478
|
TagsModel = Shapes::StructureShape.new(name: 'TagsModel')
|
401
479
|
TeletextDestinationSettings = Shapes::StructureShape.new(name: 'TeletextDestinationSettings')
|
@@ -424,6 +502,14 @@ module Aws::MediaLive
|
|
424
502
|
UpdateInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'UpdateInputSecurityGroupRequest')
|
425
503
|
UpdateInputSecurityGroupResponse = Shapes::StructureShape.new(name: 'UpdateInputSecurityGroupResponse')
|
426
504
|
UpdateInputSecurityGroupResultModel = Shapes::StructureShape.new(name: 'UpdateInputSecurityGroupResultModel')
|
505
|
+
UpdateMultiplex = Shapes::StructureShape.new(name: 'UpdateMultiplex')
|
506
|
+
UpdateMultiplexProgram = Shapes::StructureShape.new(name: 'UpdateMultiplexProgram')
|
507
|
+
UpdateMultiplexProgramRequest = Shapes::StructureShape.new(name: 'UpdateMultiplexProgramRequest')
|
508
|
+
UpdateMultiplexProgramResponse = Shapes::StructureShape.new(name: 'UpdateMultiplexProgramResponse')
|
509
|
+
UpdateMultiplexProgramResultModel = Shapes::StructureShape.new(name: 'UpdateMultiplexProgramResultModel')
|
510
|
+
UpdateMultiplexRequest = Shapes::StructureShape.new(name: 'UpdateMultiplexRequest')
|
511
|
+
UpdateMultiplexResponse = Shapes::StructureShape.new(name: 'UpdateMultiplexResponse')
|
512
|
+
UpdateMultiplexResultModel = Shapes::StructureShape.new(name: 'UpdateMultiplexResultModel')
|
427
513
|
UpdateReservation = Shapes::StructureShape.new(name: 'UpdateReservation')
|
428
514
|
UpdateReservationRequest = Shapes::StructureShape.new(name: 'UpdateReservationRequest')
|
429
515
|
UpdateReservationResponse = Shapes::StructureShape.new(name: 'UpdateReservationResponse')
|
@@ -452,30 +538,35 @@ module Aws::MediaLive
|
|
452
538
|
__integerMin0Max1000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000')
|
453
539
|
__integerMin0Max10000 = Shapes::IntegerShape.new(name: '__integerMin0Max10000')
|
454
540
|
__integerMin0Max1000000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000000')
|
455
|
-
|
541
|
+
__integerMin0Max100000000 = Shapes::IntegerShape.new(name: '__integerMin0Max100000000')
|
456
542
|
__integerMin0Max128 = Shapes::IntegerShape.new(name: '__integerMin0Max128')
|
457
543
|
__integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
|
458
544
|
__integerMin0Max255 = Shapes::IntegerShape.new(name: '__integerMin0Max255')
|
459
545
|
__integerMin0Max30 = Shapes::IntegerShape.new(name: '__integerMin0Max30')
|
546
|
+
__integerMin0Max32768 = Shapes::IntegerShape.new(name: '__integerMin0Max32768')
|
460
547
|
__integerMin0Max3600 = Shapes::IntegerShape.new(name: '__integerMin0Max3600')
|
461
|
-
__integerMin0Max4294967295 = Shapes::IntegerShape.new(name: '__integerMin0Max4294967295')
|
462
548
|
__integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
|
463
549
|
__integerMin0Max600 = Shapes::IntegerShape.new(name: '__integerMin0Max600')
|
464
550
|
__integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
|
465
551
|
__integerMin0Max65536 = Shapes::IntegerShape.new(name: '__integerMin0Max65536')
|
466
552
|
__integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
|
467
553
|
__integerMin0Max8191 = Shapes::IntegerShape.new(name: '__integerMin0Max8191')
|
468
|
-
__integerMin0Max8589934591 = Shapes::IntegerShape.new(name: '__integerMin0Max8589934591')
|
469
554
|
__integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
|
470
555
|
__integerMin1000 = Shapes::IntegerShape.new(name: '__integerMin1000')
|
556
|
+
__integerMin1000000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin1000000Max100000000')
|
557
|
+
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
558
|
+
__integerMin100000Max40000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max40000000')
|
559
|
+
__integerMin100000Max80000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max80000000')
|
560
|
+
__integerMin1000Max3000 = Shapes::IntegerShape.new(name: '__integerMin1000Max3000')
|
471
561
|
__integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
|
472
562
|
__integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
|
473
563
|
__integerMin1Max1000000 = Shapes::IntegerShape.new(name: '__integerMin1Max1000000')
|
474
564
|
__integerMin1Max16 = Shapes::IntegerShape.new(name: '__integerMin1Max16')
|
475
565
|
__integerMin1Max20 = Shapes::IntegerShape.new(name: '__integerMin1Max20')
|
566
|
+
__integerMin1Max3003 = Shapes::IntegerShape.new(name: '__integerMin1Max3003')
|
476
567
|
__integerMin1Max31 = Shapes::IntegerShape.new(name: '__integerMin1Max31')
|
477
568
|
__integerMin1Max32 = Shapes::IntegerShape.new(name: '__integerMin1Max32')
|
478
|
-
|
569
|
+
__integerMin1Max3600000 = Shapes::IntegerShape.new(name: '__integerMin1Max3600000')
|
479
570
|
__integerMin1Max4 = Shapes::IntegerShape.new(name: '__integerMin1Max4')
|
480
571
|
__integerMin1Max5 = Shapes::IntegerShape.new(name: '__integerMin1Max5')
|
481
572
|
__integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
|
@@ -511,20 +602,30 @@ module Aws::MediaLive
|
|
511
602
|
__listOfMediaConnectFlow = Shapes::ListShape.new(name: '__listOfMediaConnectFlow')
|
512
603
|
__listOfMediaConnectFlowRequest = Shapes::ListShape.new(name: '__listOfMediaConnectFlowRequest')
|
513
604
|
__listOfMediaPackageOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfMediaPackageOutputDestinationSettings')
|
605
|
+
__listOfMultiplexOutputDestination = Shapes::ListShape.new(name: '__listOfMultiplexOutputDestination')
|
606
|
+
__listOfMultiplexProgramSummary = Shapes::ListShape.new(name: '__listOfMultiplexProgramSummary')
|
607
|
+
__listOfMultiplexSummary = Shapes::ListShape.new(name: '__listOfMultiplexSummary')
|
608
|
+
__listOfMultiplexValidationError = Shapes::ListShape.new(name: '__listOfMultiplexValidationError')
|
514
609
|
__listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
|
515
610
|
__listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
|
516
611
|
__listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
|
517
612
|
__listOfOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfOutputDestinationSettings')
|
518
613
|
__listOfOutputGroup = Shapes::ListShape.new(name: '__listOfOutputGroup')
|
614
|
+
__listOfPipelineDetail = Shapes::ListShape.new(name: '__listOfPipelineDetail')
|
519
615
|
__listOfPipelinePauseStateSettings = Shapes::ListShape.new(name: '__listOfPipelinePauseStateSettings')
|
520
616
|
__listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
|
521
617
|
__listOfScheduleAction = Shapes::ListShape.new(name: '__listOfScheduleAction')
|
522
618
|
__listOfScte35Descriptor = Shapes::ListShape.new(name: '__listOfScte35Descriptor')
|
523
619
|
__listOfValidationError = Shapes::ListShape.new(name: '__listOfValidationError')
|
524
620
|
__listOfVideoDescription = Shapes::ListShape.new(name: '__listOfVideoDescription')
|
621
|
+
__listOf__integer = Shapes::ListShape.new(name: '__listOf__integer')
|
525
622
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
526
623
|
__long = Shapes::IntegerShape.new(name: '__long')
|
624
|
+
__longMin0Max1099511627775 = Shapes::IntegerShape.new(name: '__longMin0Max1099511627775')
|
625
|
+
__longMin0Max4294967295 = Shapes::IntegerShape.new(name: '__longMin0Max4294967295')
|
626
|
+
__longMin0Max8589934591 = Shapes::IntegerShape.new(name: '__longMin0Max8589934591')
|
527
627
|
__string = Shapes::StringShape.new(name: '__string')
|
628
|
+
__stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
|
528
629
|
__stringMax32 = Shapes::StringShape.new(name: '__stringMax32')
|
529
630
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
530
631
|
__stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
|
@@ -740,6 +841,7 @@ module Aws::MediaLive
|
|
740
841
|
Channel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
741
842
|
Channel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
742
843
|
Channel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
844
|
+
Channel.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
743
845
|
Channel.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
744
846
|
Channel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
745
847
|
Channel.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
@@ -768,6 +870,8 @@ module Aws::MediaLive
|
|
768
870
|
ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
769
871
|
ChannelSummary.struct_class = Types::ChannelSummary
|
770
872
|
|
873
|
+
ColorSpacePassthroughSettings.struct_class = Types::ColorSpacePassthroughSettings
|
874
|
+
|
771
875
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
772
876
|
ConflictException.struct_class = Types::ConflictException
|
773
877
|
|
@@ -843,6 +947,43 @@ module Aws::MediaLive
|
|
843
947
|
CreateInputSecurityGroupResultModel.add_member(:security_group, Shapes::ShapeRef.new(shape: InputSecurityGroup, location_name: "securityGroup"))
|
844
948
|
CreateInputSecurityGroupResultModel.struct_class = Types::CreateInputSecurityGroupResultModel
|
845
949
|
|
950
|
+
CreateMultiplex.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "availabilityZones"))
|
951
|
+
CreateMultiplex.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, required: true, location_name: "multiplexSettings"))
|
952
|
+
CreateMultiplex.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
953
|
+
CreateMultiplex.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
954
|
+
CreateMultiplex.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
955
|
+
CreateMultiplex.struct_class = Types::CreateMultiplex
|
956
|
+
|
957
|
+
CreateMultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, required: true, location_name: "multiplexProgramSettings"))
|
958
|
+
CreateMultiplexProgram.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "programName"))
|
959
|
+
CreateMultiplexProgram.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
960
|
+
CreateMultiplexProgram.struct_class = Types::CreateMultiplexProgram
|
961
|
+
|
962
|
+
CreateMultiplexProgramRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
963
|
+
CreateMultiplexProgramRequest.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, required: true, location_name: "multiplexProgramSettings"))
|
964
|
+
CreateMultiplexProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "programName"))
|
965
|
+
CreateMultiplexProgramRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
966
|
+
CreateMultiplexProgramRequest.struct_class = Types::CreateMultiplexProgramRequest
|
967
|
+
|
968
|
+
CreateMultiplexProgramResponse.add_member(:multiplex_program, Shapes::ShapeRef.new(shape: MultiplexProgram, location_name: "multiplexProgram"))
|
969
|
+
CreateMultiplexProgramResponse.struct_class = Types::CreateMultiplexProgramResponse
|
970
|
+
|
971
|
+
CreateMultiplexProgramResultModel.add_member(:multiplex_program, Shapes::ShapeRef.new(shape: MultiplexProgram, location_name: "multiplexProgram"))
|
972
|
+
CreateMultiplexProgramResultModel.struct_class = Types::CreateMultiplexProgramResultModel
|
973
|
+
|
974
|
+
CreateMultiplexRequest.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "availabilityZones"))
|
975
|
+
CreateMultiplexRequest.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, required: true, location_name: "multiplexSettings"))
|
976
|
+
CreateMultiplexRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
977
|
+
CreateMultiplexRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
978
|
+
CreateMultiplexRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
979
|
+
CreateMultiplexRequest.struct_class = Types::CreateMultiplexRequest
|
980
|
+
|
981
|
+
CreateMultiplexResponse.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
982
|
+
CreateMultiplexResponse.struct_class = Types::CreateMultiplexResponse
|
983
|
+
|
984
|
+
CreateMultiplexResultModel.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
985
|
+
CreateMultiplexResultModel.struct_class = Types::CreateMultiplexResultModel
|
986
|
+
|
846
987
|
CreateTagsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
|
847
988
|
CreateTagsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
848
989
|
CreateTagsRequest.struct_class = Types::CreateTagsRequest
|
@@ -860,6 +1001,7 @@ module Aws::MediaLive
|
|
860
1001
|
DeleteChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
861
1002
|
DeleteChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
862
1003
|
DeleteChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1004
|
+
DeleteChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
863
1005
|
DeleteChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
864
1006
|
DeleteChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
865
1007
|
DeleteChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
@@ -876,6 +1018,31 @@ module Aws::MediaLive
|
|
876
1018
|
|
877
1019
|
DeleteInputSecurityGroupResponse.struct_class = Types::DeleteInputSecurityGroupResponse
|
878
1020
|
|
1021
|
+
DeleteMultiplexProgramRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
1022
|
+
DeleteMultiplexProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "programName"))
|
1023
|
+
DeleteMultiplexProgramRequest.struct_class = Types::DeleteMultiplexProgramRequest
|
1024
|
+
|
1025
|
+
DeleteMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1026
|
+
DeleteMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
1027
|
+
DeleteMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
1028
|
+
DeleteMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1029
|
+
DeleteMultiplexProgramResponse.struct_class = Types::DeleteMultiplexProgramResponse
|
1030
|
+
|
1031
|
+
DeleteMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
1032
|
+
DeleteMultiplexRequest.struct_class = Types::DeleteMultiplexRequest
|
1033
|
+
|
1034
|
+
DeleteMultiplexResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1035
|
+
DeleteMultiplexResponse.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
1036
|
+
DeleteMultiplexResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfMultiplexOutputDestination, location_name: "destinations"))
|
1037
|
+
DeleteMultiplexResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1038
|
+
DeleteMultiplexResponse.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
1039
|
+
DeleteMultiplexResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1040
|
+
DeleteMultiplexResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1041
|
+
DeleteMultiplexResponse.add_member(:program_count, Shapes::ShapeRef.new(shape: __integer, location_name: "programCount"))
|
1042
|
+
DeleteMultiplexResponse.add_member(:state, Shapes::ShapeRef.new(shape: MultiplexState, location_name: "state"))
|
1043
|
+
DeleteMultiplexResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1044
|
+
DeleteMultiplexResponse.struct_class = Types::DeleteMultiplexResponse
|
1045
|
+
|
879
1046
|
DeleteReservationRequest.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "reservationId"))
|
880
1047
|
DeleteReservationRequest.struct_class = Types::DeleteReservationRequest
|
881
1048
|
|
@@ -921,6 +1088,7 @@ module Aws::MediaLive
|
|
921
1088
|
DescribeChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
922
1089
|
DescribeChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
923
1090
|
DescribeChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1091
|
+
DescribeChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
924
1092
|
DescribeChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
925
1093
|
DescribeChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
926
1094
|
DescribeChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
@@ -935,6 +1103,7 @@ module Aws::MediaLive
|
|
935
1103
|
DescribeInputResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
|
936
1104
|
DescribeInputResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
937
1105
|
DescribeInputResponse.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1106
|
+
DescribeInputResponse.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
938
1107
|
DescribeInputResponse.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
939
1108
|
DescribeInputResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
940
1109
|
DescribeInputResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -956,6 +1125,31 @@ module Aws::MediaLive
|
|
956
1125
|
DescribeInputSecurityGroupResponse.add_member(:whitelist_rules, Shapes::ShapeRef.new(shape: __listOfInputWhitelistRule, location_name: "whitelistRules"))
|
957
1126
|
DescribeInputSecurityGroupResponse.struct_class = Types::DescribeInputSecurityGroupResponse
|
958
1127
|
|
1128
|
+
DescribeMultiplexProgramRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
1129
|
+
DescribeMultiplexProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "programName"))
|
1130
|
+
DescribeMultiplexProgramRequest.struct_class = Types::DescribeMultiplexProgramRequest
|
1131
|
+
|
1132
|
+
DescribeMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1133
|
+
DescribeMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
1134
|
+
DescribeMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
1135
|
+
DescribeMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1136
|
+
DescribeMultiplexProgramResponse.struct_class = Types::DescribeMultiplexProgramResponse
|
1137
|
+
|
1138
|
+
DescribeMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
1139
|
+
DescribeMultiplexRequest.struct_class = Types::DescribeMultiplexRequest
|
1140
|
+
|
1141
|
+
DescribeMultiplexResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1142
|
+
DescribeMultiplexResponse.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
1143
|
+
DescribeMultiplexResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfMultiplexOutputDestination, location_name: "destinations"))
|
1144
|
+
DescribeMultiplexResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1145
|
+
DescribeMultiplexResponse.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
1146
|
+
DescribeMultiplexResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1147
|
+
DescribeMultiplexResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1148
|
+
DescribeMultiplexResponse.add_member(:program_count, Shapes::ShapeRef.new(shape: __integer, location_name: "programCount"))
|
1149
|
+
DescribeMultiplexResponse.add_member(:state, Shapes::ShapeRef.new(shape: MultiplexState, location_name: "state"))
|
1150
|
+
DescribeMultiplexResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1151
|
+
DescribeMultiplexResponse.struct_class = Types::DescribeMultiplexResponse
|
1152
|
+
|
959
1153
|
DescribeOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "offeringId"))
|
960
1154
|
DescribeOfferingRequest.struct_class = Types::DescribeOfferingRequest
|
961
1155
|
|
@@ -1080,6 +1274,7 @@ module Aws::MediaLive
|
|
1080
1274
|
EncoderSettings.add_member(:blackout_slate, Shapes::ShapeRef.new(shape: BlackoutSlate, location_name: "blackoutSlate"))
|
1081
1275
|
EncoderSettings.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
|
1082
1276
|
EncoderSettings.add_member(:global_configuration, Shapes::ShapeRef.new(shape: GlobalConfiguration, location_name: "globalConfiguration"))
|
1277
|
+
EncoderSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1083
1278
|
EncoderSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, required: true, location_name: "outputGroups"))
|
1084
1279
|
EncoderSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, required: true, location_name: "timecodeConfig"))
|
1085
1280
|
EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
|
@@ -1106,7 +1301,7 @@ module Aws::MediaLive
|
|
1106
1301
|
FrameCaptureOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
1107
1302
|
FrameCaptureOutputSettings.struct_class = Types::FrameCaptureOutputSettings
|
1108
1303
|
|
1109
|
-
FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape:
|
1304
|
+
FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600000, required: true, location_name: "captureInterval"))
|
1110
1305
|
FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
|
1111
1306
|
|
1112
1307
|
GatewayTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -1120,12 +1315,18 @@ module Aws::MediaLive
|
|
1120
1315
|
GlobalConfiguration.add_member(:support_low_framerate_inputs, Shapes::ShapeRef.new(shape: GlobalConfigurationLowFramerateInputs, location_name: "supportLowFramerateInputs"))
|
1121
1316
|
GlobalConfiguration.struct_class = Types::GlobalConfiguration
|
1122
1317
|
|
1318
|
+
H264ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
1319
|
+
H264ColorSpaceSettings.add_member(:rec_601_settings, Shapes::ShapeRef.new(shape: Rec601Settings, location_name: "rec601Settings"))
|
1320
|
+
H264ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
1321
|
+
H264ColorSpaceSettings.struct_class = Types::H264ColorSpaceSettings
|
1322
|
+
|
1123
1323
|
H264Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H264AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
1124
1324
|
H264Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
1125
1325
|
H264Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000, location_name: "bitrate"))
|
1126
1326
|
H264Settings.add_member(:buf_fill_pct, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "bufFillPct"))
|
1127
1327
|
H264Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "bufSize"))
|
1128
1328
|
H264Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: H264ColorMetadata, location_name: "colorMetadata"))
|
1329
|
+
H264Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: H264ColorSpaceSettings, location_name: "colorSpaceSettings"))
|
1129
1330
|
H264Settings.add_member(:entropy_encoding, Shapes::ShapeRef.new(shape: H264EntropyEncoding, location_name: "entropyEncoding"))
|
1130
1331
|
H264Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
1131
1332
|
H264Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H264FlickerAq, location_name: "flickerAq"))
|
@@ -1135,7 +1336,7 @@ module Aws::MediaLive
|
|
1135
1336
|
H264Settings.add_member(:gop_b_reference, Shapes::ShapeRef.new(shape: H264GopBReference, location_name: "gopBReference"))
|
1136
1337
|
H264Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "gopClosedCadence"))
|
1137
1338
|
H264Settings.add_member(:gop_num_b_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "gopNumBFrames"))
|
1138
|
-
H264Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape:
|
1339
|
+
H264Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
|
1139
1340
|
H264Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: H264GopSizeUnits, location_name: "gopSizeUnits"))
|
1140
1341
|
H264Settings.add_member(:level, Shapes::ShapeRef.new(shape: H264Level, location_name: "level"))
|
1141
1342
|
H264Settings.add_member(:look_ahead_rate_control, Shapes::ShapeRef.new(shape: H264LookAheadRateControl, location_name: "lookAheadRateControl"))
|
@@ -1159,6 +1360,46 @@ module Aws::MediaLive
|
|
1159
1360
|
H264Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H264TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
1160
1361
|
H264Settings.struct_class = Types::H264Settings
|
1161
1362
|
|
1363
|
+
H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
1364
|
+
H265ColorSpaceSettings.add_member(:hdr_10_settings, Shapes::ShapeRef.new(shape: Hdr10Settings, location_name: "hdr10Settings"))
|
1365
|
+
H265ColorSpaceSettings.add_member(:rec_601_settings, Shapes::ShapeRef.new(shape: Rec601Settings, location_name: "rec601Settings"))
|
1366
|
+
H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
1367
|
+
H265ColorSpaceSettings.struct_class = Types::H265ColorSpaceSettings
|
1368
|
+
|
1369
|
+
H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
1370
|
+
H265Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
1371
|
+
H265Settings.add_member(:alternative_transfer_function, Shapes::ShapeRef.new(shape: H265AlternativeTransferFunction, location_name: "alternativeTransferFunction"))
|
1372
|
+
H265Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max40000000, location_name: "bitrate"))
|
1373
|
+
H265Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin100000Max80000000, location_name: "bufSize"))
|
1374
|
+
H265Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: H265ColorMetadata, location_name: "colorMetadata"))
|
1375
|
+
H265Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: H265ColorSpaceSettings, location_name: "colorSpaceSettings"))
|
1376
|
+
H265Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
1377
|
+
H265Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H265FlickerAq, location_name: "flickerAq"))
|
1378
|
+
H265Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max3003, required: true, location_name: "framerateDenominator"))
|
1379
|
+
H265Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateNumerator"))
|
1380
|
+
H265Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "gopClosedCadence"))
|
1381
|
+
H265Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
|
1382
|
+
H265Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: H265GopSizeUnits, location_name: "gopSizeUnits"))
|
1383
|
+
H265Settings.add_member(:level, Shapes::ShapeRef.new(shape: H265Level, location_name: "level"))
|
1384
|
+
H265Settings.add_member(:look_ahead_rate_control, Shapes::ShapeRef.new(shape: H265LookAheadRateControl, location_name: "lookAheadRateControl"))
|
1385
|
+
H265Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max40000000, location_name: "maxBitrate"))
|
1386
|
+
H265Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
|
1387
|
+
H265Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
|
1388
|
+
H265Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parNumerator"))
|
1389
|
+
H265Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H265Profile, location_name: "profile"))
|
1390
|
+
H265Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
1391
|
+
H265Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H265RateControlMode, location_name: "rateControlMode"))
|
1392
|
+
H265Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: H265ScanType, location_name: "scanType"))
|
1393
|
+
H265Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H265SceneChangeDetect, location_name: "sceneChangeDetect"))
|
1394
|
+
H265Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max16, location_name: "slices"))
|
1395
|
+
H265Settings.add_member(:tier, Shapes::ShapeRef.new(shape: H265Tier, location_name: "tier"))
|
1396
|
+
H265Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H265TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
1397
|
+
H265Settings.struct_class = Types::H265Settings
|
1398
|
+
|
1399
|
+
Hdr10Settings.add_member(:max_cll, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxCll"))
|
1400
|
+
Hdr10Settings.add_member(:max_fall, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxFall"))
|
1401
|
+
Hdr10Settings.struct_class = Types::Hdr10Settings
|
1402
|
+
|
1162
1403
|
HlsAkamaiSettings.add_member(:connection_retry_interval, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "connectionRetryInterval"))
|
1163
1404
|
HlsAkamaiSettings.add_member(:filecache_duration, Shapes::ShapeRef.new(shape: __integerMin0Max600, location_name: "filecacheDuration"))
|
1164
1405
|
HlsAkamaiSettings.add_member(:http_transfer_mode, Shapes::ShapeRef.new(shape: HlsAkamaiHttpTransferMode, location_name: "httpTransferMode"))
|
@@ -1251,11 +1492,14 @@ module Aws::MediaLive
|
|
1251
1492
|
HlsWebdavSettings.add_member(:restart_delay, Shapes::ShapeRef.new(shape: __integerMin0Max15, location_name: "restartDelay"))
|
1252
1493
|
HlsWebdavSettings.struct_class = Types::HlsWebdavSettings
|
1253
1494
|
|
1495
|
+
ImmediateModeScheduleActionStartSettings.struct_class = Types::ImmediateModeScheduleActionStartSettings
|
1496
|
+
|
1254
1497
|
Input.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1255
1498
|
Input.add_member(:attached_channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "attachedChannels"))
|
1256
1499
|
Input.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
|
1257
1500
|
Input.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1258
1501
|
Input.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1502
|
+
Input.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
1259
1503
|
Input.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
1260
1504
|
Input.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1261
1505
|
Input.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -1275,6 +1519,11 @@ module Aws::MediaLive
|
|
1275
1519
|
InputChannelLevel.add_member(:input_channel, Shapes::ShapeRef.new(shape: __integerMin0Max15, required: true, location_name: "inputChannel"))
|
1276
1520
|
InputChannelLevel.struct_class = Types::InputChannelLevel
|
1277
1521
|
|
1522
|
+
InputClippingSettings.add_member(:input_timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, required: true, location_name: "inputTimecodeSource"))
|
1523
|
+
InputClippingSettings.add_member(:start_timecode, Shapes::ShapeRef.new(shape: StartTimecode, location_name: "startTimecode"))
|
1524
|
+
InputClippingSettings.add_member(:stop_timecode, Shapes::ShapeRef.new(shape: StopTimecode, location_name: "stopTimecode"))
|
1525
|
+
InputClippingSettings.struct_class = Types::InputClippingSettings
|
1526
|
+
|
1278
1527
|
InputDestination.add_member(:ip, Shapes::ShapeRef.new(shape: __string, location_name: "ip"))
|
1279
1528
|
InputDestination.add_member(:port, Shapes::ShapeRef.new(shape: __string, location_name: "port"))
|
1280
1529
|
InputDestination.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
|
@@ -1339,6 +1588,8 @@ module Aws::MediaLive
|
|
1339
1588
|
InputSpecification.struct_class = Types::InputSpecification
|
1340
1589
|
|
1341
1590
|
InputSwitchScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "inputAttachmentNameReference"))
|
1591
|
+
InputSwitchScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
|
1592
|
+
InputSwitchScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
|
1342
1593
|
InputSwitchScheduleActionSettings.struct_class = Types::InputSwitchScheduleActionSettings
|
1343
1594
|
|
1344
1595
|
InputVpcRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
|
@@ -1402,9 +1653,35 @@ module Aws::MediaLive
|
|
1402
1653
|
ListInputsResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1403
1654
|
ListInputsResultModel.struct_class = Types::ListInputsResultModel
|
1404
1655
|
|
1656
|
+
ListMultiplexProgramsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1657
|
+
ListMultiplexProgramsRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
1658
|
+
ListMultiplexProgramsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
1659
|
+
ListMultiplexProgramsRequest.struct_class = Types::ListMultiplexProgramsRequest
|
1660
|
+
|
1661
|
+
ListMultiplexProgramsResponse.add_member(:multiplex_programs, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramSummary, location_name: "multiplexPrograms"))
|
1662
|
+
ListMultiplexProgramsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1663
|
+
ListMultiplexProgramsResponse.struct_class = Types::ListMultiplexProgramsResponse
|
1664
|
+
|
1665
|
+
ListMultiplexProgramsResultModel.add_member(:multiplex_programs, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramSummary, location_name: "multiplexPrograms"))
|
1666
|
+
ListMultiplexProgramsResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1667
|
+
ListMultiplexProgramsResultModel.struct_class = Types::ListMultiplexProgramsResultModel
|
1668
|
+
|
1669
|
+
ListMultiplexesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1670
|
+
ListMultiplexesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
1671
|
+
ListMultiplexesRequest.struct_class = Types::ListMultiplexesRequest
|
1672
|
+
|
1673
|
+
ListMultiplexesResponse.add_member(:multiplexes, Shapes::ShapeRef.new(shape: __listOfMultiplexSummary, location_name: "multiplexes"))
|
1674
|
+
ListMultiplexesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1675
|
+
ListMultiplexesResponse.struct_class = Types::ListMultiplexesResponse
|
1676
|
+
|
1677
|
+
ListMultiplexesResultModel.add_member(:multiplexes, Shapes::ShapeRef.new(shape: __listOfMultiplexSummary, location_name: "multiplexes"))
|
1678
|
+
ListMultiplexesResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1679
|
+
ListMultiplexesResultModel.struct_class = Types::ListMultiplexesResultModel
|
1680
|
+
|
1405
1681
|
ListOfferingsRequest.add_member(:channel_class, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "channelClass"))
|
1406
1682
|
ListOfferingsRequest.add_member(:channel_configuration, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "channelConfiguration"))
|
1407
1683
|
ListOfferingsRequest.add_member(:codec, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "codec"))
|
1684
|
+
ListOfferingsRequest.add_member(:duration, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "duration"))
|
1408
1685
|
ListOfferingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1409
1686
|
ListOfferingsRequest.add_member(:maximum_bitrate, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maximumBitrate"))
|
1410
1687
|
ListOfferingsRequest.add_member(:maximum_framerate, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maximumFramerate"))
|
@@ -1476,6 +1753,7 @@ module Aws::MediaLive
|
|
1476
1753
|
M2tsSettings.add_member(:fragment_time, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fragmentTime"))
|
1477
1754
|
M2tsSettings.add_member(:klv, Shapes::ShapeRef.new(shape: M2tsKlv, location_name: "klv"))
|
1478
1755
|
M2tsSettings.add_member(:klv_data_pids, Shapes::ShapeRef.new(shape: __string, location_name: "klvDataPids"))
|
1756
|
+
M2tsSettings.add_member(:nielsen_id_3_behavior, Shapes::ShapeRef.new(shape: M2tsNielsenId3Behavior, location_name: "nielsenId3Behavior"))
|
1479
1757
|
M2tsSettings.add_member(:null_packet_bitrate, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "nullPacketBitrate"))
|
1480
1758
|
M2tsSettings.add_member(:pat_interval, Shapes::ShapeRef.new(shape: __integerMin0Max1000, location_name: "patInterval"))
|
1481
1759
|
M2tsSettings.add_member(:pcr_control, Shapes::ShapeRef.new(shape: M2tsPcrControl, location_name: "pcrControl"))
|
@@ -1500,6 +1778,7 @@ module Aws::MediaLive
|
|
1500
1778
|
M3u8Settings.add_member(:audio_frames_per_pes, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "audioFramesPerPes"))
|
1501
1779
|
M3u8Settings.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __string, location_name: "audioPids"))
|
1502
1780
|
M3u8Settings.add_member(:ecm_pid, Shapes::ShapeRef.new(shape: __string, location_name: "ecmPid"))
|
1781
|
+
M3u8Settings.add_member(:nielsen_id_3_behavior, Shapes::ShapeRef.new(shape: M3u8NielsenId3Behavior, location_name: "nielsenId3Behavior"))
|
1503
1782
|
M3u8Settings.add_member(:pat_interval, Shapes::ShapeRef.new(shape: __integerMin0Max1000, location_name: "patInterval"))
|
1504
1783
|
M3u8Settings.add_member(:pcr_control, Shapes::ShapeRef.new(shape: M3u8PcrControl, location_name: "pcrControl"))
|
1505
1784
|
M3u8Settings.add_member(:pcr_period, Shapes::ShapeRef.new(shape: __integerMin0Max500, location_name: "pcrPeriod"))
|
@@ -1555,13 +1834,115 @@ module Aws::MediaLive
|
|
1555
1834
|
MsSmoothGroupSettings.add_member(:timestamp_offset_mode, Shapes::ShapeRef.new(shape: SmoothGroupTimestampOffsetMode, location_name: "timestampOffsetMode"))
|
1556
1835
|
MsSmoothGroupSettings.struct_class = Types::MsSmoothGroupSettings
|
1557
1836
|
|
1837
|
+
MsSmoothOutputSettings.add_member(:h265_packaging_type, Shapes::ShapeRef.new(shape: MsSmoothH265PackagingType, location_name: "h265PackagingType"))
|
1558
1838
|
MsSmoothOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
1559
1839
|
MsSmoothOutputSettings.struct_class = Types::MsSmoothOutputSettings
|
1560
1840
|
|
1841
|
+
Multiplex.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1842
|
+
Multiplex.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
1843
|
+
Multiplex.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfMultiplexOutputDestination, location_name: "destinations"))
|
1844
|
+
Multiplex.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1845
|
+
Multiplex.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
1846
|
+
Multiplex.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1847
|
+
Multiplex.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1848
|
+
Multiplex.add_member(:program_count, Shapes::ShapeRef.new(shape: __integer, location_name: "programCount"))
|
1849
|
+
Multiplex.add_member(:state, Shapes::ShapeRef.new(shape: MultiplexState, location_name: "state"))
|
1850
|
+
Multiplex.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1851
|
+
Multiplex.struct_class = Types::Multiplex
|
1852
|
+
|
1853
|
+
MultiplexConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1854
|
+
MultiplexConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfMultiplexValidationError, location_name: "validationErrors"))
|
1855
|
+
MultiplexConfigurationValidationError.struct_class = Types::MultiplexConfigurationValidationError
|
1856
|
+
|
1857
|
+
MultiplexGroupSettings.struct_class = Types::MultiplexGroupSettings
|
1858
|
+
|
1859
|
+
MultiplexMediaConnectOutputDestinationSettings.add_member(:entitlement_arn, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "entitlementArn"))
|
1860
|
+
MultiplexMediaConnectOutputDestinationSettings.struct_class = Types::MultiplexMediaConnectOutputDestinationSettings
|
1861
|
+
|
1862
|
+
MultiplexOutputDestination.add_member(:media_connect_settings, Shapes::ShapeRef.new(shape: MultiplexMediaConnectOutputDestinationSettings, location_name: "mediaConnectSettings"))
|
1863
|
+
MultiplexOutputDestination.struct_class = Types::MultiplexOutputDestination
|
1864
|
+
|
1865
|
+
MultiplexOutputSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
1866
|
+
MultiplexOutputSettings.struct_class = Types::MultiplexOutputSettings
|
1867
|
+
|
1868
|
+
MultiplexProgram.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1869
|
+
MultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
1870
|
+
MultiplexProgram.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
1871
|
+
MultiplexProgram.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1872
|
+
MultiplexProgram.struct_class = Types::MultiplexProgram
|
1873
|
+
|
1874
|
+
MultiplexProgramChannelDestinationSettings.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "multiplexId"))
|
1875
|
+
MultiplexProgramChannelDestinationSettings.add_member(:program_name, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "programName"))
|
1876
|
+
MultiplexProgramChannelDestinationSettings.struct_class = Types::MultiplexProgramChannelDestinationSettings
|
1877
|
+
|
1878
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:audio_pids, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "audioPids"))
|
1879
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:dvb_sub_pids, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "dvbSubPids"))
|
1880
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:dvb_teletext_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "dvbTeletextPid"))
|
1881
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:etv_platform_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "etvPlatformPid"))
|
1882
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:etv_signal_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "etvSignalPid"))
|
1883
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:klv_data_pids, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "klvDataPids"))
|
1884
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:pcr_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pcrPid"))
|
1885
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "pmtPid"))
|
1886
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "privateMetadataPid"))
|
1887
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:scte_27_pids, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "scte27Pids"))
|
1888
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "scte35Pid"))
|
1889
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "timedMetadataPid"))
|
1890
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
|
1891
|
+
MultiplexProgramPacketIdentifiersMap.struct_class = Types::MultiplexProgramPacketIdentifiersMap
|
1892
|
+
|
1893
|
+
MultiplexProgramServiceDescriptor.add_member(:provider_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "providerName"))
|
1894
|
+
MultiplexProgramServiceDescriptor.add_member(:service_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "serviceName"))
|
1895
|
+
MultiplexProgramServiceDescriptor.struct_class = Types::MultiplexProgramServiceDescriptor
|
1896
|
+
|
1897
|
+
MultiplexProgramSettings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "programNumber"))
|
1898
|
+
MultiplexProgramSettings.add_member(:service_descriptor, Shapes::ShapeRef.new(shape: MultiplexProgramServiceDescriptor, location_name: "serviceDescriptor"))
|
1899
|
+
MultiplexProgramSettings.add_member(:video_settings, Shapes::ShapeRef.new(shape: MultiplexVideoSettings, location_name: "videoSettings"))
|
1900
|
+
MultiplexProgramSettings.struct_class = Types::MultiplexProgramSettings
|
1901
|
+
|
1902
|
+
MultiplexProgramSummary.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1903
|
+
MultiplexProgramSummary.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1904
|
+
MultiplexProgramSummary.struct_class = Types::MultiplexProgramSummary
|
1905
|
+
|
1906
|
+
MultiplexSettings.add_member(:maximum_video_buffer_delay_milliseconds, Shapes::ShapeRef.new(shape: __integerMin1000Max3000, location_name: "maximumVideoBufferDelayMilliseconds"))
|
1907
|
+
MultiplexSettings.add_member(:transport_stream_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000000Max100000000, required: true, location_name: "transportStreamBitrate"))
|
1908
|
+
MultiplexSettings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "transportStreamId"))
|
1909
|
+
MultiplexSettings.add_member(:transport_stream_reserved_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max100000000, location_name: "transportStreamReservedBitrate"))
|
1910
|
+
MultiplexSettings.struct_class = Types::MultiplexSettings
|
1911
|
+
|
1912
|
+
MultiplexSettingsSummary.add_member(:transport_stream_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000000Max100000000, location_name: "transportStreamBitrate"))
|
1913
|
+
MultiplexSettingsSummary.struct_class = Types::MultiplexSettingsSummary
|
1914
|
+
|
1915
|
+
MultiplexStatmuxVideoSettings.add_member(:maximum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maximumBitrate"))
|
1916
|
+
MultiplexStatmuxVideoSettings.add_member(:minimum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minimumBitrate"))
|
1917
|
+
MultiplexStatmuxVideoSettings.struct_class = Types::MultiplexStatmuxVideoSettings
|
1918
|
+
|
1919
|
+
MultiplexSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1920
|
+
MultiplexSummary.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
1921
|
+
MultiplexSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1922
|
+
MultiplexSummary.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettingsSummary, location_name: "multiplexSettings"))
|
1923
|
+
MultiplexSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1924
|
+
MultiplexSummary.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1925
|
+
MultiplexSummary.add_member(:program_count, Shapes::ShapeRef.new(shape: __integer, location_name: "programCount"))
|
1926
|
+
MultiplexSummary.add_member(:state, Shapes::ShapeRef.new(shape: MultiplexState, location_name: "state"))
|
1927
|
+
MultiplexSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1928
|
+
MultiplexSummary.struct_class = Types::MultiplexSummary
|
1929
|
+
|
1930
|
+
MultiplexValidationError.add_member(:element_path, Shapes::ShapeRef.new(shape: __string, location_name: "elementPath"))
|
1931
|
+
MultiplexValidationError.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
|
1932
|
+
MultiplexValidationError.struct_class = Types::MultiplexValidationError
|
1933
|
+
|
1934
|
+
MultiplexVideoSettings.add_member(:constant_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "constantBitrate"))
|
1935
|
+
MultiplexVideoSettings.add_member(:statmux_settings, Shapes::ShapeRef.new(shape: MultiplexStatmuxVideoSettings, location_name: "statmuxSettings"))
|
1936
|
+
MultiplexVideoSettings.struct_class = Types::MultiplexVideoSettings
|
1937
|
+
|
1561
1938
|
NetworkInputSettings.add_member(:hls_input_settings, Shapes::ShapeRef.new(shape: HlsInputSettings, location_name: "hlsInputSettings"))
|
1562
1939
|
NetworkInputSettings.add_member(:server_validation, Shapes::ShapeRef.new(shape: NetworkInputServerValidation, location_name: "serverValidation"))
|
1563
1940
|
NetworkInputSettings.struct_class = Types::NetworkInputSettings
|
1564
1941
|
|
1942
|
+
NielsenConfiguration.add_member(:distributor_id, Shapes::ShapeRef.new(shape: __string, location_name: "distributorId"))
|
1943
|
+
NielsenConfiguration.add_member(:nielsen_pcm_to_id_3_tagging, Shapes::ShapeRef.new(shape: NielsenPcmToId3TaggingState, location_name: "nielsenPcmToId3Tagging"))
|
1944
|
+
NielsenConfiguration.struct_class = Types::NielsenConfiguration
|
1945
|
+
|
1565
1946
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1566
1947
|
NotFoundException.struct_class = Types::NotFoundException
|
1567
1948
|
|
@@ -1587,6 +1968,7 @@ module Aws::MediaLive
|
|
1587
1968
|
|
1588
1969
|
OutputDestination.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1589
1970
|
OutputDestination.add_member(:media_package_settings, Shapes::ShapeRef.new(shape: __listOfMediaPackageOutputDestinationSettings, location_name: "mediaPackageSettings"))
|
1971
|
+
OutputDestination.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexProgramChannelDestinationSettings, location_name: "multiplexSettings"))
|
1590
1972
|
OutputDestination.add_member(:settings, Shapes::ShapeRef.new(shape: __listOfOutputDestinationSettings, location_name: "settings"))
|
1591
1973
|
OutputDestination.struct_class = Types::OutputDestination
|
1592
1974
|
|
@@ -1606,6 +1988,7 @@ module Aws::MediaLive
|
|
1606
1988
|
OutputGroupSettings.add_member(:hls_group_settings, Shapes::ShapeRef.new(shape: HlsGroupSettings, location_name: "hlsGroupSettings"))
|
1607
1989
|
OutputGroupSettings.add_member(:media_package_group_settings, Shapes::ShapeRef.new(shape: MediaPackageGroupSettings, location_name: "mediaPackageGroupSettings"))
|
1608
1990
|
OutputGroupSettings.add_member(:ms_smooth_group_settings, Shapes::ShapeRef.new(shape: MsSmoothGroupSettings, location_name: "msSmoothGroupSettings"))
|
1991
|
+
OutputGroupSettings.add_member(:multiplex_group_settings, Shapes::ShapeRef.new(shape: MultiplexGroupSettings, location_name: "multiplexGroupSettings"))
|
1609
1992
|
OutputGroupSettings.add_member(:rtmp_group_settings, Shapes::ShapeRef.new(shape: RtmpGroupSettings, location_name: "rtmpGroupSettings"))
|
1610
1993
|
OutputGroupSettings.add_member(:udp_group_settings, Shapes::ShapeRef.new(shape: UdpGroupSettings, location_name: "udpGroupSettings"))
|
1611
1994
|
OutputGroupSettings.struct_class = Types::OutputGroupSettings
|
@@ -1618,6 +2001,7 @@ module Aws::MediaLive
|
|
1618
2001
|
OutputSettings.add_member(:hls_output_settings, Shapes::ShapeRef.new(shape: HlsOutputSettings, location_name: "hlsOutputSettings"))
|
1619
2002
|
OutputSettings.add_member(:media_package_output_settings, Shapes::ShapeRef.new(shape: MediaPackageOutputSettings, location_name: "mediaPackageOutputSettings"))
|
1620
2003
|
OutputSettings.add_member(:ms_smooth_output_settings, Shapes::ShapeRef.new(shape: MsSmoothOutputSettings, location_name: "msSmoothOutputSettings"))
|
2004
|
+
OutputSettings.add_member(:multiplex_output_settings, Shapes::ShapeRef.new(shape: MultiplexOutputSettings, location_name: "multiplexOutputSettings"))
|
1621
2005
|
OutputSettings.add_member(:rtmp_output_settings, Shapes::ShapeRef.new(shape: RtmpOutputSettings, location_name: "rtmpOutputSettings"))
|
1622
2006
|
OutputSettings.add_member(:udp_output_settings, Shapes::ShapeRef.new(shape: UdpOutputSettings, location_name: "udpOutputSettings"))
|
1623
2007
|
OutputSettings.struct_class = Types::OutputSettings
|
@@ -1627,6 +2011,11 @@ module Aws::MediaLive
|
|
1627
2011
|
PauseStateScheduleActionSettings.add_member(:pipelines, Shapes::ShapeRef.new(shape: __listOfPipelinePauseStateSettings, location_name: "pipelines"))
|
1628
2012
|
PauseStateScheduleActionSettings.struct_class = Types::PauseStateScheduleActionSettings
|
1629
2013
|
|
2014
|
+
PipelineDetail.add_member(:active_input_attachment_name, Shapes::ShapeRef.new(shape: __string, location_name: "activeInputAttachmentName"))
|
2015
|
+
PipelineDetail.add_member(:active_input_switch_action_name, Shapes::ShapeRef.new(shape: __string, location_name: "activeInputSwitchActionName"))
|
2016
|
+
PipelineDetail.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: __string, location_name: "pipelineId"))
|
2017
|
+
PipelineDetail.struct_class = Types::PipelineDetail
|
2018
|
+
|
1630
2019
|
PipelinePauseStateSettings.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: PipelineId, required: true, location_name: "pipelineId"))
|
1631
2020
|
PipelinePauseStateSettings.struct_class = Types::PipelinePauseStateSettings
|
1632
2021
|
|
@@ -1651,6 +2040,10 @@ module Aws::MediaLive
|
|
1651
2040
|
PurchaseOfferingResultModel.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
|
1652
2041
|
PurchaseOfferingResultModel.struct_class = Types::PurchaseOfferingResultModel
|
1653
2042
|
|
2043
|
+
Rec601Settings.struct_class = Types::Rec601Settings
|
2044
|
+
|
2045
|
+
Rec709Settings.struct_class = Types::Rec709Settings
|
2046
|
+
|
1654
2047
|
RemixSettings.add_member(:channel_mappings, Shapes::ShapeRef.new(shape: __listOfAudioChannelMapping, required: true, location_name: "channelMappings"))
|
1655
2048
|
RemixSettings.add_member(:channels_in, Shapes::ShapeRef.new(shape: __integerMin1Max16, location_name: "channelsIn"))
|
1656
2049
|
RemixSettings.add_member(:channels_out, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channelsOut"))
|
@@ -1725,6 +2118,7 @@ module Aws::MediaLive
|
|
1725
2118
|
|
1726
2119
|
ScheduleActionStartSettings.add_member(:fixed_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: FixedModeScheduleActionStartSettings, location_name: "fixedModeScheduleActionStartSettings"))
|
1727
2120
|
ScheduleActionStartSettings.add_member(:follow_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: FollowModeScheduleActionStartSettings, location_name: "followModeScheduleActionStartSettings"))
|
2121
|
+
ScheduleActionStartSettings.add_member(:immediate_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: ImmediateModeScheduleActionStartSettings, location_name: "immediateModeScheduleActionStartSettings"))
|
1728
2122
|
ScheduleActionStartSettings.struct_class = Types::ScheduleActionStartSettings
|
1729
2123
|
|
1730
2124
|
ScheduleDeleteResultModel.struct_class = Types::ScheduleDeleteResultModel
|
@@ -1756,14 +2150,14 @@ module Aws::MediaLive
|
|
1756
2150
|
Scte35DescriptorSettings.add_member(:segmentation_descriptor_scte_35_descriptor_settings, Shapes::ShapeRef.new(shape: Scte35SegmentationDescriptor, required: true, location_name: "segmentationDescriptorScte35DescriptorSettings"))
|
1757
2151
|
Scte35DescriptorSettings.struct_class = Types::Scte35DescriptorSettings
|
1758
2152
|
|
1759
|
-
Scte35ReturnToNetworkScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape:
|
2153
|
+
Scte35ReturnToNetworkScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape: __longMin0Max4294967295, required: true, location_name: "spliceEventId"))
|
1760
2154
|
Scte35ReturnToNetworkScheduleActionSettings.struct_class = Types::Scte35ReturnToNetworkScheduleActionSettings
|
1761
2155
|
|
1762
2156
|
Scte35SegmentationDescriptor.add_member(:delivery_restrictions, Shapes::ShapeRef.new(shape: Scte35DeliveryRestrictions, location_name: "deliveryRestrictions"))
|
1763
2157
|
Scte35SegmentationDescriptor.add_member(:segment_num, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentNum"))
|
1764
2158
|
Scte35SegmentationDescriptor.add_member(:segmentation_cancel_indicator, Shapes::ShapeRef.new(shape: Scte35SegmentationCancelIndicator, required: true, location_name: "segmentationCancelIndicator"))
|
1765
|
-
Scte35SegmentationDescriptor.add_member(:segmentation_duration, Shapes::ShapeRef.new(shape:
|
1766
|
-
Scte35SegmentationDescriptor.add_member(:segmentation_event_id, Shapes::ShapeRef.new(shape:
|
2159
|
+
Scte35SegmentationDescriptor.add_member(:segmentation_duration, Shapes::ShapeRef.new(shape: __longMin0Max1099511627775, location_name: "segmentationDuration"))
|
2160
|
+
Scte35SegmentationDescriptor.add_member(:segmentation_event_id, Shapes::ShapeRef.new(shape: __longMin0Max4294967295, required: true, location_name: "segmentationEventId"))
|
1767
2161
|
Scte35SegmentationDescriptor.add_member(:segmentation_type_id, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentationTypeId"))
|
1768
2162
|
Scte35SegmentationDescriptor.add_member(:segmentation_upid, Shapes::ShapeRef.new(shape: __string, location_name: "segmentationUpid"))
|
1769
2163
|
Scte35SegmentationDescriptor.add_member(:segmentation_upid_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentationUpidType"))
|
@@ -1777,8 +2171,8 @@ module Aws::MediaLive
|
|
1777
2171
|
Scte35SpliceInsert.add_member(:web_delivery_allowed_flag, Shapes::ShapeRef.new(shape: Scte35SpliceInsertWebDeliveryAllowedBehavior, location_name: "webDeliveryAllowedFlag"))
|
1778
2172
|
Scte35SpliceInsert.struct_class = Types::Scte35SpliceInsert
|
1779
2173
|
|
1780
|
-
Scte35SpliceInsertScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape:
|
1781
|
-
Scte35SpliceInsertScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape:
|
2174
|
+
Scte35SpliceInsertScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape: __longMin0Max8589934591, location_name: "duration"))
|
2175
|
+
Scte35SpliceInsertScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape: __longMin0Max4294967295, required: true, location_name: "spliceEventId"))
|
1782
2176
|
Scte35SpliceInsertScheduleActionSettings.struct_class = Types::Scte35SpliceInsertScheduleActionSettings
|
1783
2177
|
|
1784
2178
|
Scte35TimeSignalApos.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
|
@@ -1808,12 +2202,31 @@ module Aws::MediaLive
|
|
1808
2202
|
StartChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1809
2203
|
StartChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1810
2204
|
StartChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2205
|
+
StartChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
1811
2206
|
StartChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1812
2207
|
StartChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1813
2208
|
StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1814
2209
|
StartChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1815
2210
|
StartChannelResponse.struct_class = Types::StartChannelResponse
|
1816
2211
|
|
2212
|
+
StartMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
2213
|
+
StartMultiplexRequest.struct_class = Types::StartMultiplexRequest
|
2214
|
+
|
2215
|
+
StartMultiplexResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2216
|
+
StartMultiplexResponse.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
2217
|
+
StartMultiplexResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfMultiplexOutputDestination, location_name: "destinations"))
|
2218
|
+
StartMultiplexResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2219
|
+
StartMultiplexResponse.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
2220
|
+
StartMultiplexResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2221
|
+
StartMultiplexResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
2222
|
+
StartMultiplexResponse.add_member(:program_count, Shapes::ShapeRef.new(shape: __integer, location_name: "programCount"))
|
2223
|
+
StartMultiplexResponse.add_member(:state, Shapes::ShapeRef.new(shape: MultiplexState, location_name: "state"))
|
2224
|
+
StartMultiplexResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2225
|
+
StartMultiplexResponse.struct_class = Types::StartMultiplexResponse
|
2226
|
+
|
2227
|
+
StartTimecode.add_member(:timecode, Shapes::ShapeRef.new(shape: __string, location_name: "timecode"))
|
2228
|
+
StartTimecode.struct_class = Types::StartTimecode
|
2229
|
+
|
1817
2230
|
StaticImageActivateScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "duration"))
|
1818
2231
|
StaticImageActivateScheduleActionSettings.add_member(:fade_in, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeIn"))
|
1819
2232
|
StaticImageActivateScheduleActionSettings.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeOut"))
|
@@ -1847,12 +2260,32 @@ module Aws::MediaLive
|
|
1847
2260
|
StopChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1848
2261
|
StopChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1849
2262
|
StopChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2263
|
+
StopChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
1850
2264
|
StopChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1851
2265
|
StopChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1852
2266
|
StopChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1853
2267
|
StopChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1854
2268
|
StopChannelResponse.struct_class = Types::StopChannelResponse
|
1855
2269
|
|
2270
|
+
StopMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
2271
|
+
StopMultiplexRequest.struct_class = Types::StopMultiplexRequest
|
2272
|
+
|
2273
|
+
StopMultiplexResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2274
|
+
StopMultiplexResponse.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
2275
|
+
StopMultiplexResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfMultiplexOutputDestination, location_name: "destinations"))
|
2276
|
+
StopMultiplexResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2277
|
+
StopMultiplexResponse.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
2278
|
+
StopMultiplexResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2279
|
+
StopMultiplexResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
2280
|
+
StopMultiplexResponse.add_member(:program_count, Shapes::ShapeRef.new(shape: __integer, location_name: "programCount"))
|
2281
|
+
StopMultiplexResponse.add_member(:state, Shapes::ShapeRef.new(shape: MultiplexState, location_name: "state"))
|
2282
|
+
StopMultiplexResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2283
|
+
StopMultiplexResponse.struct_class = Types::StopMultiplexResponse
|
2284
|
+
|
2285
|
+
StopTimecode.add_member(:last_frame_clipping_behavior, Shapes::ShapeRef.new(shape: LastFrameClippingBehavior, location_name: "lastFrameClippingBehavior"))
|
2286
|
+
StopTimecode.add_member(:timecode, Shapes::ShapeRef.new(shape: __string, location_name: "timecode"))
|
2287
|
+
StopTimecode.struct_class = Types::StopTimecode
|
2288
|
+
|
1856
2289
|
Tags.key = Shapes::ShapeRef.new(shape: __string)
|
1857
2290
|
Tags.value = Shapes::ShapeRef.new(shape: __string)
|
1858
2291
|
|
@@ -1889,7 +2322,7 @@ module Aws::MediaLive
|
|
1889
2322
|
UdpOutputSettings.struct_class = Types::UdpOutputSettings
|
1890
2323
|
|
1891
2324
|
UnprocessableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1892
|
-
UnprocessableEntityException.add_member(:validation_errors, Shapes::ShapeRef.new(shape:
|
2325
|
+
UnprocessableEntityException.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfMultiplexValidationError, location_name: "validationErrors"))
|
1893
2326
|
UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
|
1894
2327
|
|
1895
2328
|
UpdateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
@@ -1963,6 +2396,35 @@ module Aws::MediaLive
|
|
1963
2396
|
UpdateInputSecurityGroupResultModel.add_member(:security_group, Shapes::ShapeRef.new(shape: InputSecurityGroup, location_name: "securityGroup"))
|
1964
2397
|
UpdateInputSecurityGroupResultModel.struct_class = Types::UpdateInputSecurityGroupResultModel
|
1965
2398
|
|
2399
|
+
UpdateMultiplex.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
2400
|
+
UpdateMultiplex.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2401
|
+
UpdateMultiplex.struct_class = Types::UpdateMultiplex
|
2402
|
+
|
2403
|
+
UpdateMultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
2404
|
+
UpdateMultiplexProgram.struct_class = Types::UpdateMultiplexProgram
|
2405
|
+
|
2406
|
+
UpdateMultiplexProgramRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
2407
|
+
UpdateMultiplexProgramRequest.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
2408
|
+
UpdateMultiplexProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "programName"))
|
2409
|
+
UpdateMultiplexProgramRequest.struct_class = Types::UpdateMultiplexProgramRequest
|
2410
|
+
|
2411
|
+
UpdateMultiplexProgramResponse.add_member(:multiplex_program, Shapes::ShapeRef.new(shape: MultiplexProgram, location_name: "multiplexProgram"))
|
2412
|
+
UpdateMultiplexProgramResponse.struct_class = Types::UpdateMultiplexProgramResponse
|
2413
|
+
|
2414
|
+
UpdateMultiplexProgramResultModel.add_member(:multiplex_program, Shapes::ShapeRef.new(shape: MultiplexProgram, location_name: "multiplexProgram"))
|
2415
|
+
UpdateMultiplexProgramResultModel.struct_class = Types::UpdateMultiplexProgramResultModel
|
2416
|
+
|
2417
|
+
UpdateMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
2418
|
+
UpdateMultiplexRequest.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
2419
|
+
UpdateMultiplexRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2420
|
+
UpdateMultiplexRequest.struct_class = Types::UpdateMultiplexRequest
|
2421
|
+
|
2422
|
+
UpdateMultiplexResponse.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
2423
|
+
UpdateMultiplexResponse.struct_class = Types::UpdateMultiplexResponse
|
2424
|
+
|
2425
|
+
UpdateMultiplexResultModel.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
2426
|
+
UpdateMultiplexResultModel.struct_class = Types::UpdateMultiplexResultModel
|
2427
|
+
|
1966
2428
|
UpdateReservation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1967
2429
|
UpdateReservation.struct_class = Types::UpdateReservation
|
1968
2430
|
|
@@ -1982,6 +2444,7 @@ module Aws::MediaLive
|
|
1982
2444
|
|
1983
2445
|
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
1984
2446
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
2447
|
+
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
1985
2448
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
1986
2449
|
|
1987
2450
|
VideoDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: VideoCodecSettings, location_name: "codecSettings"))
|
@@ -2054,6 +2517,14 @@ module Aws::MediaLive
|
|
2054
2517
|
|
2055
2518
|
__listOfMediaPackageOutputDestinationSettings.member = Shapes::ShapeRef.new(shape: MediaPackageOutputDestinationSettings)
|
2056
2519
|
|
2520
|
+
__listOfMultiplexOutputDestination.member = Shapes::ShapeRef.new(shape: MultiplexOutputDestination)
|
2521
|
+
|
2522
|
+
__listOfMultiplexProgramSummary.member = Shapes::ShapeRef.new(shape: MultiplexProgramSummary)
|
2523
|
+
|
2524
|
+
__listOfMultiplexSummary.member = Shapes::ShapeRef.new(shape: MultiplexSummary)
|
2525
|
+
|
2526
|
+
__listOfMultiplexValidationError.member = Shapes::ShapeRef.new(shape: MultiplexValidationError)
|
2527
|
+
|
2057
2528
|
__listOfOffering.member = Shapes::ShapeRef.new(shape: Offering)
|
2058
2529
|
|
2059
2530
|
__listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
|
@@ -2064,6 +2535,8 @@ module Aws::MediaLive
|
|
2064
2535
|
|
2065
2536
|
__listOfOutputGroup.member = Shapes::ShapeRef.new(shape: OutputGroup)
|
2066
2537
|
|
2538
|
+
__listOfPipelineDetail.member = Shapes::ShapeRef.new(shape: PipelineDetail)
|
2539
|
+
|
2067
2540
|
__listOfPipelinePauseStateSettings.member = Shapes::ShapeRef.new(shape: PipelinePauseStateSettings)
|
2068
2541
|
|
2069
2542
|
__listOfReservation.member = Shapes::ShapeRef.new(shape: Reservation)
|
@@ -2076,6 +2549,8 @@ module Aws::MediaLive
|
|
2076
2549
|
|
2077
2550
|
__listOfVideoDescription.member = Shapes::ShapeRef.new(shape: VideoDescription)
|
2078
2551
|
|
2552
|
+
__listOf__integer.member = Shapes::ShapeRef.new(shape: __integer)
|
2553
|
+
|
2079
2554
|
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
2080
2555
|
|
2081
2556
|
|
@@ -2157,6 +2632,38 @@ module Aws::MediaLive
|
|
2157
2632
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2158
2633
|
end)
|
2159
2634
|
|
2635
|
+
api.add_operation(:create_multiplex, Seahorse::Model::Operation.new.tap do |o|
|
2636
|
+
o.name = "CreateMultiplex"
|
2637
|
+
o.http_method = "POST"
|
2638
|
+
o.http_request_uri = "/prod/multiplexes"
|
2639
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMultiplexRequest)
|
2640
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMultiplexResponse)
|
2641
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2642
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
2643
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2644
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2645
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2646
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2647
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2648
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2649
|
+
end)
|
2650
|
+
|
2651
|
+
api.add_operation(:create_multiplex_program, Seahorse::Model::Operation.new.tap do |o|
|
2652
|
+
o.name = "CreateMultiplexProgram"
|
2653
|
+
o.http_method = "POST"
|
2654
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}/programs"
|
2655
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMultiplexProgramRequest)
|
2656
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMultiplexProgramResponse)
|
2657
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2658
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
2659
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2660
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2661
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2662
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2663
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2664
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2665
|
+
end)
|
2666
|
+
|
2160
2667
|
api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
|
2161
2668
|
o.name = "CreateTags"
|
2162
2669
|
o.http_method = "POST"
|
@@ -2216,6 +2723,38 @@ module Aws::MediaLive
|
|
2216
2723
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2217
2724
|
end)
|
2218
2725
|
|
2726
|
+
api.add_operation(:delete_multiplex, Seahorse::Model::Operation.new.tap do |o|
|
2727
|
+
o.name = "DeleteMultiplex"
|
2728
|
+
o.http_method = "DELETE"
|
2729
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}"
|
2730
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMultiplexRequest)
|
2731
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMultiplexResponse)
|
2732
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2733
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2735
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2736
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2737
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2738
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2739
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2740
|
+
end)
|
2741
|
+
|
2742
|
+
api.add_operation(:delete_multiplex_program, Seahorse::Model::Operation.new.tap do |o|
|
2743
|
+
o.name = "DeleteMultiplexProgram"
|
2744
|
+
o.http_method = "DELETE"
|
2745
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}/programs/{programName}"
|
2746
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMultiplexProgramRequest)
|
2747
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMultiplexProgramResponse)
|
2748
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2749
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2750
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2751
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2752
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2753
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2754
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2755
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2756
|
+
end)
|
2757
|
+
|
2219
2758
|
api.add_operation(:delete_reservation, Seahorse::Model::Operation.new.tap do |o|
|
2220
2759
|
o.name = "DeleteReservation"
|
2221
2760
|
o.http_method = "DELETE"
|
@@ -2304,6 +2843,36 @@ module Aws::MediaLive
|
|
2304
2843
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2305
2844
|
end)
|
2306
2845
|
|
2846
|
+
api.add_operation(:describe_multiplex, Seahorse::Model::Operation.new.tap do |o|
|
2847
|
+
o.name = "DescribeMultiplex"
|
2848
|
+
o.http_method = "GET"
|
2849
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}"
|
2850
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMultiplexRequest)
|
2851
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMultiplexResponse)
|
2852
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2853
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2854
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2855
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2856
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2857
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2858
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2859
|
+
end)
|
2860
|
+
|
2861
|
+
api.add_operation(:describe_multiplex_program, Seahorse::Model::Operation.new.tap do |o|
|
2862
|
+
o.name = "DescribeMultiplexProgram"
|
2863
|
+
o.http_method = "GET"
|
2864
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}/programs/{programName}"
|
2865
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMultiplexProgramRequest)
|
2866
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMultiplexProgramResponse)
|
2867
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2868
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2869
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2870
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2871
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2872
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2873
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2874
|
+
end)
|
2875
|
+
|
2307
2876
|
api.add_operation(:describe_offering, Seahorse::Model::Operation.new.tap do |o|
|
2308
2877
|
o.name = "DescribeOffering"
|
2309
2878
|
o.http_method = "GET"
|
@@ -2415,6 +2984,47 @@ module Aws::MediaLive
|
|
2415
2984
|
)
|
2416
2985
|
end)
|
2417
2986
|
|
2987
|
+
api.add_operation(:list_multiplex_programs, Seahorse::Model::Operation.new.tap do |o|
|
2988
|
+
o.name = "ListMultiplexPrograms"
|
2989
|
+
o.http_method = "GET"
|
2990
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}/programs"
|
2991
|
+
o.input = Shapes::ShapeRef.new(shape: ListMultiplexProgramsRequest)
|
2992
|
+
o.output = Shapes::ShapeRef.new(shape: ListMultiplexProgramsResponse)
|
2993
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2994
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2995
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2996
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2997
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2998
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2999
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3000
|
+
o[:pager] = Aws::Pager.new(
|
3001
|
+
limit_key: "max_results",
|
3002
|
+
tokens: {
|
3003
|
+
"next_token" => "next_token"
|
3004
|
+
}
|
3005
|
+
)
|
3006
|
+
end)
|
3007
|
+
|
3008
|
+
api.add_operation(:list_multiplexes, Seahorse::Model::Operation.new.tap do |o|
|
3009
|
+
o.name = "ListMultiplexes"
|
3010
|
+
o.http_method = "GET"
|
3011
|
+
o.http_request_uri = "/prod/multiplexes"
|
3012
|
+
o.input = Shapes::ShapeRef.new(shape: ListMultiplexesRequest)
|
3013
|
+
o.output = Shapes::ShapeRef.new(shape: ListMultiplexesResponse)
|
3014
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3015
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3016
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3017
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3018
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3019
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3020
|
+
o[:pager] = Aws::Pager.new(
|
3021
|
+
limit_key: "max_results",
|
3022
|
+
tokens: {
|
3023
|
+
"next_token" => "next_token"
|
3024
|
+
}
|
3025
|
+
)
|
3026
|
+
end)
|
3027
|
+
|
2418
3028
|
api.add_operation(:list_offerings, Seahorse::Model::Operation.new.tap do |o|
|
2419
3029
|
o.name = "ListOfferings"
|
2420
3030
|
o.http_method = "GET"
|
@@ -2499,6 +3109,22 @@ module Aws::MediaLive
|
|
2499
3109
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2500
3110
|
end)
|
2501
3111
|
|
3112
|
+
api.add_operation(:start_multiplex, Seahorse::Model::Operation.new.tap do |o|
|
3113
|
+
o.name = "StartMultiplex"
|
3114
|
+
o.http_method = "POST"
|
3115
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}/start"
|
3116
|
+
o.input = Shapes::ShapeRef.new(shape: StartMultiplexRequest)
|
3117
|
+
o.output = Shapes::ShapeRef.new(shape: StartMultiplexResponse)
|
3118
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3119
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3120
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3121
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3122
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3123
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3124
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3125
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3126
|
+
end)
|
3127
|
+
|
2502
3128
|
api.add_operation(:stop_channel, Seahorse::Model::Operation.new.tap do |o|
|
2503
3129
|
o.name = "StopChannel"
|
2504
3130
|
o.http_method = "POST"
|
@@ -2515,6 +3141,22 @@ module Aws::MediaLive
|
|
2515
3141
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2516
3142
|
end)
|
2517
3143
|
|
3144
|
+
api.add_operation(:stop_multiplex, Seahorse::Model::Operation.new.tap do |o|
|
3145
|
+
o.name = "StopMultiplex"
|
3146
|
+
o.http_method = "POST"
|
3147
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}/stop"
|
3148
|
+
o.input = Shapes::ShapeRef.new(shape: StopMultiplexRequest)
|
3149
|
+
o.output = Shapes::ShapeRef.new(shape: StopMultiplexResponse)
|
3150
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3151
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3152
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3153
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3154
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3155
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3156
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3157
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3158
|
+
end)
|
3159
|
+
|
2518
3160
|
api.add_operation(:update_channel, Seahorse::Model::Operation.new.tap do |o|
|
2519
3161
|
o.name = "UpdateChannel"
|
2520
3162
|
o.http_method = "PUT"
|
@@ -2577,6 +3219,38 @@ module Aws::MediaLive
|
|
2577
3219
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2578
3220
|
end)
|
2579
3221
|
|
3222
|
+
api.add_operation(:update_multiplex, Seahorse::Model::Operation.new.tap do |o|
|
3223
|
+
o.name = "UpdateMultiplex"
|
3224
|
+
o.http_method = "PUT"
|
3225
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}"
|
3226
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMultiplexRequest)
|
3227
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMultiplexResponse)
|
3228
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3229
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3230
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3231
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3232
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3233
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3234
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3235
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3236
|
+
end)
|
3237
|
+
|
3238
|
+
api.add_operation(:update_multiplex_program, Seahorse::Model::Operation.new.tap do |o|
|
3239
|
+
o.name = "UpdateMultiplexProgram"
|
3240
|
+
o.http_method = "PUT"
|
3241
|
+
o.http_request_uri = "/prod/multiplexes/{multiplexId}/programs/{programName}"
|
3242
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMultiplexProgramRequest)
|
3243
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMultiplexProgramResponse)
|
3244
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3245
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3246
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3247
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3248
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3249
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3250
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3251
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3252
|
+
end)
|
3253
|
+
|
2580
3254
|
api.add_operation(:update_reservation, Seahorse::Model::Operation.new.tap do |o|
|
2581
3255
|
o.name = "UpdateReservation"
|
2582
3256
|
o.http_method = "PUT"
|