aws-sdk-medialive 1.52.0 → 1.57.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 +3 -2
- data/lib/aws-sdk-medialive/client.rb +527 -14
- data/lib/aws-sdk-medialive/client_api.rb +365 -2
- data/lib/aws-sdk-medialive/types.rb +1175 -62
- metadata +4 -4
@@ -28,8 +28,11 @@ module Aws::MediaLive
|
|
28
28
|
Ac3MetadataControl = Shapes::StringShape.new(name: 'Ac3MetadataControl')
|
29
29
|
Ac3Settings = Shapes::StructureShape.new(name: 'Ac3Settings')
|
30
30
|
AcceptHeader = Shapes::StringShape.new(name: 'AcceptHeader')
|
31
|
+
AcceptInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'AcceptInputDeviceTransferRequest')
|
32
|
+
AcceptInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'AcceptInputDeviceTransferResponse')
|
31
33
|
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
32
34
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
35
|
+
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
33
36
|
ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
|
34
37
|
ArchiveGroupSettings = Shapes::StructureShape.new(name: 'ArchiveGroupSettings')
|
35
38
|
ArchiveOutputSettings = Shapes::StructureShape.new(name: 'ArchiveOutputSettings')
|
@@ -62,10 +65,24 @@ module Aws::MediaLive
|
|
62
65
|
AvailSettings = Shapes::StructureShape.new(name: 'AvailSettings')
|
63
66
|
BadGatewayException = Shapes::StructureShape.new(name: 'BadGatewayException')
|
64
67
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
68
|
+
BatchDelete = Shapes::StructureShape.new(name: 'BatchDelete')
|
69
|
+
BatchDeleteRequest = Shapes::StructureShape.new(name: 'BatchDeleteRequest')
|
70
|
+
BatchDeleteResponse = Shapes::StructureShape.new(name: 'BatchDeleteResponse')
|
71
|
+
BatchDeleteResultModel = Shapes::StructureShape.new(name: 'BatchDeleteResultModel')
|
72
|
+
BatchFailedResultModel = Shapes::StructureShape.new(name: 'BatchFailedResultModel')
|
65
73
|
BatchScheduleActionCreateRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateRequest')
|
66
74
|
BatchScheduleActionCreateResult = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateResult')
|
67
75
|
BatchScheduleActionDeleteRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteRequest')
|
68
76
|
BatchScheduleActionDeleteResult = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteResult')
|
77
|
+
BatchStart = Shapes::StructureShape.new(name: 'BatchStart')
|
78
|
+
BatchStartRequest = Shapes::StructureShape.new(name: 'BatchStartRequest')
|
79
|
+
BatchStartResponse = Shapes::StructureShape.new(name: 'BatchStartResponse')
|
80
|
+
BatchStartResultModel = Shapes::StructureShape.new(name: 'BatchStartResultModel')
|
81
|
+
BatchStop = Shapes::StructureShape.new(name: 'BatchStop')
|
82
|
+
BatchStopRequest = Shapes::StructureShape.new(name: 'BatchStopRequest')
|
83
|
+
BatchStopResponse = Shapes::StructureShape.new(name: 'BatchStopResponse')
|
84
|
+
BatchStopResultModel = Shapes::StructureShape.new(name: 'BatchStopResultModel')
|
85
|
+
BatchSuccessfulResultModel = Shapes::StructureShape.new(name: 'BatchSuccessfulResultModel')
|
69
86
|
BatchUpdateScheduleRequest = Shapes::StructureShape.new(name: 'BatchUpdateScheduleRequest')
|
70
87
|
BatchUpdateScheduleResponse = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResponse')
|
71
88
|
BatchUpdateScheduleResult = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResult')
|
@@ -79,11 +96,15 @@ module Aws::MediaLive
|
|
79
96
|
BurnInOutlineColor = Shapes::StringShape.new(name: 'BurnInOutlineColor')
|
80
97
|
BurnInShadowColor = Shapes::StringShape.new(name: 'BurnInShadowColor')
|
81
98
|
BurnInTeletextGridControl = Shapes::StringShape.new(name: 'BurnInTeletextGridControl')
|
99
|
+
CancelInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'CancelInputDeviceTransferRequest')
|
100
|
+
CancelInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'CancelInputDeviceTransferResponse')
|
82
101
|
CaptionDescription = Shapes::StructureShape.new(name: 'CaptionDescription')
|
83
102
|
CaptionDestinationSettings = Shapes::StructureShape.new(name: 'CaptionDestinationSettings')
|
84
103
|
CaptionLanguageMapping = Shapes::StructureShape.new(name: 'CaptionLanguageMapping')
|
85
104
|
CaptionSelector = Shapes::StructureShape.new(name: 'CaptionSelector')
|
86
105
|
CaptionSelectorSettings = Shapes::StructureShape.new(name: 'CaptionSelectorSettings')
|
106
|
+
CdiInputResolution = Shapes::StringShape.new(name: 'CdiInputResolution')
|
107
|
+
CdiInputSpecification = Shapes::StructureShape.new(name: 'CdiInputSpecification')
|
87
108
|
Channel = Shapes::StructureShape.new(name: 'Channel')
|
88
109
|
ChannelClass = Shapes::StringShape.new(name: 'ChannelClass')
|
89
110
|
ChannelConfigurationValidationError = Shapes::StructureShape.new(name: 'ChannelConfigurationValidationError')
|
@@ -311,6 +332,7 @@ module Aws::MediaLive
|
|
311
332
|
InputDeviceState = Shapes::StringShape.new(name: 'InputDeviceState')
|
312
333
|
InputDeviceSummary = Shapes::StructureShape.new(name: 'InputDeviceSummary')
|
313
334
|
InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
|
335
|
+
InputDeviceTransferType = Shapes::StringShape.new(name: 'InputDeviceTransferType')
|
314
336
|
InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
|
315
337
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
316
338
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
@@ -349,6 +371,9 @@ module Aws::MediaLive
|
|
349
371
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
350
372
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
351
373
|
ListChannelsResultModel = Shapes::StructureShape.new(name: 'ListChannelsResultModel')
|
374
|
+
ListInputDeviceTransfersRequest = Shapes::StructureShape.new(name: 'ListInputDeviceTransfersRequest')
|
375
|
+
ListInputDeviceTransfersResponse = Shapes::StructureShape.new(name: 'ListInputDeviceTransfersResponse')
|
376
|
+
ListInputDeviceTransfersResultModel = Shapes::StructureShape.new(name: 'ListInputDeviceTransfersResultModel')
|
352
377
|
ListInputDevicesRequest = Shapes::StructureShape.new(name: 'ListInputDevicesRequest')
|
353
378
|
ListInputDevicesResponse = Shapes::StructureShape.new(name: 'ListInputDevicesResponse')
|
354
379
|
ListInputDevicesResultModel = Shapes::StructureShape.new(name: 'ListInputDevicesResultModel')
|
@@ -406,6 +431,16 @@ module Aws::MediaLive
|
|
406
431
|
MediaPackageOutputSettings = Shapes::StructureShape.new(name: 'MediaPackageOutputSettings')
|
407
432
|
Mp2CodingMode = Shapes::StringShape.new(name: 'Mp2CodingMode')
|
408
433
|
Mp2Settings = Shapes::StructureShape.new(name: 'Mp2Settings')
|
434
|
+
Mpeg2AdaptiveQuantization = Shapes::StringShape.new(name: 'Mpeg2AdaptiveQuantization')
|
435
|
+
Mpeg2ColorMetadata = Shapes::StringShape.new(name: 'Mpeg2ColorMetadata')
|
436
|
+
Mpeg2ColorSpace = Shapes::StringShape.new(name: 'Mpeg2ColorSpace')
|
437
|
+
Mpeg2DisplayRatio = Shapes::StringShape.new(name: 'Mpeg2DisplayRatio')
|
438
|
+
Mpeg2FilterSettings = Shapes::StructureShape.new(name: 'Mpeg2FilterSettings')
|
439
|
+
Mpeg2GopSizeUnits = Shapes::StringShape.new(name: 'Mpeg2GopSizeUnits')
|
440
|
+
Mpeg2ScanType = Shapes::StringShape.new(name: 'Mpeg2ScanType')
|
441
|
+
Mpeg2Settings = Shapes::StructureShape.new(name: 'Mpeg2Settings')
|
442
|
+
Mpeg2SubGopLength = Shapes::StringShape.new(name: 'Mpeg2SubGopLength')
|
443
|
+
Mpeg2TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'Mpeg2TimecodeInsertionBehavior')
|
409
444
|
MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
|
410
445
|
MsSmoothH265PackagingType = Shapes::StringShape.new(name: 'MsSmoothH265PackagingType')
|
411
446
|
MsSmoothOutputSettings = Shapes::StructureShape.new(name: 'MsSmoothOutputSettings')
|
@@ -418,6 +453,7 @@ module Aws::MediaLive
|
|
418
453
|
MultiplexProgram = Shapes::StructureShape.new(name: 'MultiplexProgram')
|
419
454
|
MultiplexProgramChannelDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexProgramChannelDestinationSettings')
|
420
455
|
MultiplexProgramPacketIdentifiersMap = Shapes::StructureShape.new(name: 'MultiplexProgramPacketIdentifiersMap')
|
456
|
+
MultiplexProgramPipelineDetail = Shapes::StructureShape.new(name: 'MultiplexProgramPipelineDetail')
|
421
457
|
MultiplexProgramServiceDescriptor = Shapes::StructureShape.new(name: 'MultiplexProgramServiceDescriptor')
|
422
458
|
MultiplexProgramSettings = Shapes::StructureShape.new(name: 'MultiplexProgramSettings')
|
423
459
|
MultiplexProgramSummary = Shapes::StructureShape.new(name: 'MultiplexProgramSummary')
|
@@ -452,8 +488,11 @@ module Aws::MediaLive
|
|
452
488
|
PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
|
453
489
|
PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
|
454
490
|
PurchaseOfferingResultModel = Shapes::StructureShape.new(name: 'PurchaseOfferingResultModel')
|
491
|
+
RawSettings = Shapes::StructureShape.new(name: 'RawSettings')
|
455
492
|
Rec601Settings = Shapes::StructureShape.new(name: 'Rec601Settings')
|
456
493
|
Rec709Settings = Shapes::StructureShape.new(name: 'Rec709Settings')
|
494
|
+
RejectInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferRequest')
|
495
|
+
RejectInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferResponse')
|
457
496
|
RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
|
458
497
|
Reservation = Shapes::StructureShape.new(name: 'Reservation')
|
459
498
|
ReservationCodec = Shapes::StringShape.new(name: 'ReservationCodec')
|
@@ -532,9 +571,14 @@ module Aws::MediaLive
|
|
532
571
|
TemporalFilterPostFilterSharpening = Shapes::StringShape.new(name: 'TemporalFilterPostFilterSharpening')
|
533
572
|
TemporalFilterSettings = Shapes::StructureShape.new(name: 'TemporalFilterSettings')
|
534
573
|
TemporalFilterStrength = Shapes::StringShape.new(name: 'TemporalFilterStrength')
|
574
|
+
ThumbnailData = Shapes::StructureShape.new(name: 'ThumbnailData')
|
535
575
|
TimecodeConfig = Shapes::StructureShape.new(name: 'TimecodeConfig')
|
536
576
|
TimecodeConfigSource = Shapes::StringShape.new(name: 'TimecodeConfigSource')
|
537
577
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
578
|
+
TransferInputDevice = Shapes::StructureShape.new(name: 'TransferInputDevice')
|
579
|
+
TransferInputDeviceRequest = Shapes::StructureShape.new(name: 'TransferInputDeviceRequest')
|
580
|
+
TransferInputDeviceResponse = Shapes::StructureShape.new(name: 'TransferInputDeviceResponse')
|
581
|
+
TransferringInputDeviceSummary = Shapes::StructureShape.new(name: 'TransferringInputDeviceSummary')
|
538
582
|
TtmlDestinationSettings = Shapes::StructureShape.new(name: 'TtmlDestinationSettings')
|
539
583
|
TtmlDestinationStyleControl = Shapes::StringShape.new(name: 'TtmlDestinationStyleControl')
|
540
584
|
UdpContainerSettings = Shapes::StructureShape.new(name: 'UdpContainerSettings')
|
@@ -582,6 +626,8 @@ module Aws::MediaLive
|
|
582
626
|
VideoSelectorPid = Shapes::StructureShape.new(name: 'VideoSelectorPid')
|
583
627
|
VideoSelectorProgramId = Shapes::StructureShape.new(name: 'VideoSelectorProgramId')
|
584
628
|
VideoSelectorSettings = Shapes::StructureShape.new(name: 'VideoSelectorSettings')
|
629
|
+
WavCodingMode = Shapes::StringShape.new(name: 'WavCodingMode')
|
630
|
+
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
585
631
|
WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
|
586
632
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
587
633
|
__double = Shapes::FloatShape.new(name: '__double')
|
@@ -614,7 +660,6 @@ module Aws::MediaLive
|
|
614
660
|
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
615
661
|
__integerMin100000Max40000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max40000000')
|
616
662
|
__integerMin100000Max80000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max80000000')
|
617
|
-
__integerMin1000Max3000 = Shapes::IntegerShape.new(name: '__integerMin1000Max3000')
|
618
663
|
__integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
|
619
664
|
__integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
|
620
665
|
__integerMin1Max1000000 = Shapes::IntegerShape.new(name: '__integerMin1Max1000000')
|
@@ -633,14 +678,18 @@ module Aws::MediaLive
|
|
633
678
|
__integerMin3 = Shapes::IntegerShape.new(name: '__integerMin3')
|
634
679
|
__integerMin30 = Shapes::IntegerShape.new(name: '__integerMin30')
|
635
680
|
__integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
|
681
|
+
__integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
|
636
682
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
637
683
|
__integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
|
684
|
+
__integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
|
638
685
|
__integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
|
639
686
|
__integerMinNegative60Max60 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max60')
|
640
687
|
__listOfAudioChannelMapping = Shapes::ListShape.new(name: '__listOfAudioChannelMapping')
|
641
688
|
__listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
|
642
689
|
__listOfAudioSelector = Shapes::ListShape.new(name: '__listOfAudioSelector')
|
643
690
|
__listOfAudioTrack = Shapes::ListShape.new(name: '__listOfAudioTrack')
|
691
|
+
__listOfBatchFailedResultModel = Shapes::ListShape.new(name: '__listOfBatchFailedResultModel')
|
692
|
+
__listOfBatchSuccessfulResultModel = Shapes::ListShape.new(name: '__listOfBatchSuccessfulResultModel')
|
644
693
|
__listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
|
645
694
|
__listOfCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfCaptionLanguageMapping')
|
646
695
|
__listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
|
@@ -664,6 +713,7 @@ module Aws::MediaLive
|
|
664
713
|
__listOfMediaConnectFlowRequest = Shapes::ListShape.new(name: '__listOfMediaConnectFlowRequest')
|
665
714
|
__listOfMediaPackageOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfMediaPackageOutputDestinationSettings')
|
666
715
|
__listOfMultiplexOutputDestination = Shapes::ListShape.new(name: '__listOfMultiplexOutputDestination')
|
716
|
+
__listOfMultiplexProgramPipelineDetail = Shapes::ListShape.new(name: '__listOfMultiplexProgramPipelineDetail')
|
667
717
|
__listOfMultiplexProgramSummary = Shapes::ListShape.new(name: '__listOfMultiplexProgramSummary')
|
668
718
|
__listOfMultiplexSummary = Shapes::ListShape.new(name: '__listOfMultiplexSummary')
|
669
719
|
__listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
|
@@ -676,6 +726,7 @@ module Aws::MediaLive
|
|
676
726
|
__listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
|
677
727
|
__listOfScheduleAction = Shapes::ListShape.new(name: '__listOfScheduleAction')
|
678
728
|
__listOfScte35Descriptor = Shapes::ListShape.new(name: '__listOfScte35Descriptor')
|
729
|
+
__listOfTransferringInputDeviceSummary = Shapes::ListShape.new(name: '__listOfTransferringInputDeviceSummary')
|
679
730
|
__listOfValidationError = Shapes::ListShape.new(name: '__listOfValidationError')
|
680
731
|
__listOfVideoDescription = Shapes::ListShape.new(name: '__listOfVideoDescription')
|
681
732
|
__listOf__integer = Shapes::ListShape.new(name: '__listOf__integer')
|
@@ -719,10 +770,19 @@ module Aws::MediaLive
|
|
719
770
|
Ac3Settings.add_member(:metadata_control, Shapes::ShapeRef.new(shape: Ac3MetadataControl, location_name: "metadataControl"))
|
720
771
|
Ac3Settings.struct_class = Types::Ac3Settings
|
721
772
|
|
773
|
+
AcceptInputDeviceTransferRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
774
|
+
AcceptInputDeviceTransferRequest.struct_class = Types::AcceptInputDeviceTransferRequest
|
775
|
+
|
776
|
+
AcceptInputDeviceTransferResponse.struct_class = Types::AcceptInputDeviceTransferResponse
|
777
|
+
|
722
778
|
AccessDenied.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
723
779
|
AccessDenied.struct_class = Types::AccessDenied
|
724
780
|
|
781
|
+
AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
|
782
|
+
AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
|
783
|
+
|
725
784
|
ArchiveContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
|
785
|
+
ArchiveContainerSettings.add_member(:raw_settings, Shapes::ShapeRef.new(shape: RawSettings, location_name: "rawSettings"))
|
726
786
|
ArchiveContainerSettings.struct_class = Types::ArchiveContainerSettings
|
727
787
|
|
728
788
|
ArchiveGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
@@ -747,6 +807,7 @@ module Aws::MediaLive
|
|
747
807
|
AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
|
748
808
|
AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
|
749
809
|
AudioCodecSettings.add_member(:pass_through_settings, Shapes::ShapeRef.new(shape: PassThroughSettings, location_name: "passThroughSettings"))
|
810
|
+
AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
|
750
811
|
AudioCodecSettings.struct_class = Types::AudioCodecSettings
|
751
812
|
|
752
813
|
AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
|
@@ -815,6 +876,32 @@ module Aws::MediaLive
|
|
815
876
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
816
877
|
BadRequestException.struct_class = Types::BadRequestException
|
817
878
|
|
879
|
+
BatchDelete.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
880
|
+
BatchDelete.add_member(:input_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputIds"))
|
881
|
+
BatchDelete.add_member(:input_security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroupIds"))
|
882
|
+
BatchDelete.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
883
|
+
BatchDelete.struct_class = Types::BatchDelete
|
884
|
+
|
885
|
+
BatchDeleteRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
886
|
+
BatchDeleteRequest.add_member(:input_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputIds"))
|
887
|
+
BatchDeleteRequest.add_member(:input_security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroupIds"))
|
888
|
+
BatchDeleteRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
889
|
+
BatchDeleteRequest.struct_class = Types::BatchDeleteRequest
|
890
|
+
|
891
|
+
BatchDeleteResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
892
|
+
BatchDeleteResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
893
|
+
BatchDeleteResponse.struct_class = Types::BatchDeleteResponse
|
894
|
+
|
895
|
+
BatchDeleteResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
896
|
+
BatchDeleteResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
897
|
+
BatchDeleteResultModel.struct_class = Types::BatchDeleteResultModel
|
898
|
+
|
899
|
+
BatchFailedResultModel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
900
|
+
BatchFailedResultModel.add_member(:code, Shapes::ShapeRef.new(shape: __string, location_name: "code"))
|
901
|
+
BatchFailedResultModel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
902
|
+
BatchFailedResultModel.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
903
|
+
BatchFailedResultModel.struct_class = Types::BatchFailedResultModel
|
904
|
+
|
818
905
|
BatchScheduleActionCreateRequest.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
|
819
906
|
BatchScheduleActionCreateRequest.struct_class = Types::BatchScheduleActionCreateRequest
|
820
907
|
|
@@ -827,6 +914,43 @@ module Aws::MediaLive
|
|
827
914
|
BatchScheduleActionDeleteResult.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
|
828
915
|
BatchScheduleActionDeleteResult.struct_class = Types::BatchScheduleActionDeleteResult
|
829
916
|
|
917
|
+
BatchStart.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
918
|
+
BatchStart.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
919
|
+
BatchStart.struct_class = Types::BatchStart
|
920
|
+
|
921
|
+
BatchStartRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
922
|
+
BatchStartRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
923
|
+
BatchStartRequest.struct_class = Types::BatchStartRequest
|
924
|
+
|
925
|
+
BatchStartResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
926
|
+
BatchStartResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
927
|
+
BatchStartResponse.struct_class = Types::BatchStartResponse
|
928
|
+
|
929
|
+
BatchStartResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
930
|
+
BatchStartResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
931
|
+
BatchStartResultModel.struct_class = Types::BatchStartResultModel
|
932
|
+
|
933
|
+
BatchStop.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
934
|
+
BatchStop.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
935
|
+
BatchStop.struct_class = Types::BatchStop
|
936
|
+
|
937
|
+
BatchStopRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
938
|
+
BatchStopRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
939
|
+
BatchStopRequest.struct_class = Types::BatchStopRequest
|
940
|
+
|
941
|
+
BatchStopResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
942
|
+
BatchStopResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
943
|
+
BatchStopResponse.struct_class = Types::BatchStopResponse
|
944
|
+
|
945
|
+
BatchStopResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
946
|
+
BatchStopResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
947
|
+
BatchStopResultModel.struct_class = Types::BatchStopResultModel
|
948
|
+
|
949
|
+
BatchSuccessfulResultModel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
950
|
+
BatchSuccessfulResultModel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
951
|
+
BatchSuccessfulResultModel.add_member(:state, Shapes::ShapeRef.new(shape: __string, location_name: "state"))
|
952
|
+
BatchSuccessfulResultModel.struct_class = Types::BatchSuccessfulResultModel
|
953
|
+
|
830
954
|
BatchUpdateScheduleRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
|
831
955
|
BatchUpdateScheduleRequest.add_member(:creates, Shapes::ShapeRef.new(shape: BatchScheduleActionCreateRequest, location_name: "creates"))
|
832
956
|
BatchUpdateScheduleRequest.add_member(:deletes, Shapes::ShapeRef.new(shape: BatchScheduleActionDeleteRequest, location_name: "deletes"))
|
@@ -866,6 +990,11 @@ module Aws::MediaLive
|
|
866
990
|
BurnInDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "yPosition"))
|
867
991
|
BurnInDestinationSettings.struct_class = Types::BurnInDestinationSettings
|
868
992
|
|
993
|
+
CancelInputDeviceTransferRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
994
|
+
CancelInputDeviceTransferRequest.struct_class = Types::CancelInputDeviceTransferRequest
|
995
|
+
|
996
|
+
CancelInputDeviceTransferResponse.struct_class = Types::CancelInputDeviceTransferResponse
|
997
|
+
|
869
998
|
CaptionDescription.add_member(:caption_selector_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "captionSelectorName"))
|
870
999
|
CaptionDescription.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, location_name: "destinationSettings"))
|
871
1000
|
CaptionDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
@@ -898,6 +1027,7 @@ module Aws::MediaLive
|
|
898
1027
|
CaptionSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: CaptionSelectorSettings, location_name: "selectorSettings"))
|
899
1028
|
CaptionSelector.struct_class = Types::CaptionSelector
|
900
1029
|
|
1030
|
+
CaptionSelectorSettings.add_member(:ancillary_source_settings, Shapes::ShapeRef.new(shape: AncillarySourceSettings, location_name: "ancillarySourceSettings"))
|
901
1031
|
CaptionSelectorSettings.add_member(:arib_source_settings, Shapes::ShapeRef.new(shape: AribSourceSettings, location_name: "aribSourceSettings"))
|
902
1032
|
CaptionSelectorSettings.add_member(:dvb_sub_source_settings, Shapes::ShapeRef.new(shape: DvbSubSourceSettings, location_name: "dvbSubSourceSettings"))
|
903
1033
|
CaptionSelectorSettings.add_member(:embedded_source_settings, Shapes::ShapeRef.new(shape: EmbeddedSourceSettings, location_name: "embeddedSourceSettings"))
|
@@ -906,7 +1036,11 @@ module Aws::MediaLive
|
|
906
1036
|
CaptionSelectorSettings.add_member(:teletext_source_settings, Shapes::ShapeRef.new(shape: TeletextSourceSettings, location_name: "teletextSourceSettings"))
|
907
1037
|
CaptionSelectorSettings.struct_class = Types::CaptionSelectorSettings
|
908
1038
|
|
1039
|
+
CdiInputSpecification.add_member(:resolution, Shapes::ShapeRef.new(shape: CdiInputResolution, location_name: "resolution"))
|
1040
|
+
CdiInputSpecification.struct_class = Types::CdiInputSpecification
|
1041
|
+
|
909
1042
|
Channel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1043
|
+
Channel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
910
1044
|
Channel.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
911
1045
|
Channel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
912
1046
|
Channel.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -931,6 +1065,7 @@ module Aws::MediaLive
|
|
931
1065
|
ChannelEgressEndpoint.struct_class = Types::ChannelEgressEndpoint
|
932
1066
|
|
933
1067
|
ChannelSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1068
|
+
ChannelSummary.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
934
1069
|
ChannelSummary.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
935
1070
|
ChannelSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
936
1071
|
ChannelSummary.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -950,6 +1085,7 @@ module Aws::MediaLive
|
|
950
1085
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
951
1086
|
ConflictException.struct_class = Types::ConflictException
|
952
1087
|
|
1088
|
+
CreateChannel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
953
1089
|
CreateChannel.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
954
1090
|
CreateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
955
1091
|
CreateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
@@ -963,6 +1099,7 @@ module Aws::MediaLive
|
|
963
1099
|
CreateChannel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
964
1100
|
CreateChannel.struct_class = Types::CreateChannel
|
965
1101
|
|
1102
|
+
CreateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
966
1103
|
CreateChannelRequest.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
967
1104
|
CreateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
968
1105
|
CreateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
@@ -1069,6 +1206,7 @@ module Aws::MediaLive
|
|
1069
1206
|
DeleteChannelRequest.struct_class = Types::DeleteChannelRequest
|
1070
1207
|
|
1071
1208
|
DeleteChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1209
|
+
DeleteChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1072
1210
|
DeleteChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1073
1211
|
DeleteChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
1074
1212
|
DeleteChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -1102,6 +1240,7 @@ module Aws::MediaLive
|
|
1102
1240
|
DeleteMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1103
1241
|
DeleteMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
1104
1242
|
DeleteMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
1243
|
+
DeleteMultiplexProgramResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
|
1105
1244
|
DeleteMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1106
1245
|
DeleteMultiplexProgramResponse.struct_class = Types::DeleteMultiplexProgramResponse
|
1107
1246
|
|
@@ -1156,6 +1295,7 @@ module Aws::MediaLive
|
|
1156
1295
|
DescribeChannelRequest.struct_class = Types::DescribeChannelRequest
|
1157
1296
|
|
1158
1297
|
DescribeChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1298
|
+
DescribeChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1159
1299
|
DescribeChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1160
1300
|
DescribeChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
1161
1301
|
DescribeChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -1238,6 +1378,7 @@ module Aws::MediaLive
|
|
1238
1378
|
DescribeMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1239
1379
|
DescribeMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
1240
1380
|
DescribeMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
1381
|
+
DescribeMultiplexProgramResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
|
1241
1382
|
DescribeMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1242
1383
|
DescribeMultiplexProgramResponse.struct_class = Types::DescribeMultiplexProgramResponse
|
1243
1384
|
|
@@ -1831,6 +1972,19 @@ module Aws::MediaLive
|
|
1831
1972
|
ListChannelsResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1832
1973
|
ListChannelsResultModel.struct_class = Types::ListChannelsResultModel
|
1833
1974
|
|
1975
|
+
ListInputDeviceTransfersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1976
|
+
ListInputDeviceTransfersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
1977
|
+
ListInputDeviceTransfersRequest.add_member(:transfer_type, Shapes::ShapeRef.new(shape: __string, required: true, location: "querystring", location_name: "transferType"))
|
1978
|
+
ListInputDeviceTransfersRequest.struct_class = Types::ListInputDeviceTransfersRequest
|
1979
|
+
|
1980
|
+
ListInputDeviceTransfersResponse.add_member(:input_device_transfers, Shapes::ShapeRef.new(shape: __listOfTransferringInputDeviceSummary, location_name: "inputDeviceTransfers"))
|
1981
|
+
ListInputDeviceTransfersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1982
|
+
ListInputDeviceTransfersResponse.struct_class = Types::ListInputDeviceTransfersResponse
|
1983
|
+
|
1984
|
+
ListInputDeviceTransfersResultModel.add_member(:input_device_transfers, Shapes::ShapeRef.new(shape: __listOfTransferringInputDeviceSummary, location_name: "inputDeviceTransfers"))
|
1985
|
+
ListInputDeviceTransfersResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1986
|
+
ListInputDeviceTransfersResultModel.struct_class = Types::ListInputDeviceTransfersResultModel
|
1987
|
+
|
1834
1988
|
ListInputDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1835
1989
|
ListInputDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
1836
1990
|
ListInputDevicesRequest.struct_class = Types::ListInputDevicesRequest
|
@@ -2027,6 +2181,27 @@ module Aws::MediaLive
|
|
2027
2181
|
Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
|
2028
2182
|
Mp2Settings.struct_class = Types::Mp2Settings
|
2029
2183
|
|
2184
|
+
Mpeg2FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
|
2185
|
+
Mpeg2FilterSettings.struct_class = Types::Mpeg2FilterSettings
|
2186
|
+
|
2187
|
+
Mpeg2Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: Mpeg2AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
2188
|
+
Mpeg2Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
2189
|
+
Mpeg2Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: Mpeg2ColorMetadata, location_name: "colorMetadata"))
|
2190
|
+
Mpeg2Settings.add_member(:color_space, Shapes::ShapeRef.new(shape: Mpeg2ColorSpace, location_name: "colorSpace"))
|
2191
|
+
Mpeg2Settings.add_member(:display_aspect_ratio, Shapes::ShapeRef.new(shape: Mpeg2DisplayRatio, location_name: "displayAspectRatio"))
|
2192
|
+
Mpeg2Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: Mpeg2FilterSettings, location_name: "filterSettings"))
|
2193
|
+
Mpeg2Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
2194
|
+
Mpeg2Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateDenominator"))
|
2195
|
+
Mpeg2Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateNumerator"))
|
2196
|
+
Mpeg2Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "gopClosedCadence"))
|
2197
|
+
Mpeg2Settings.add_member(:gop_num_b_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "gopNumBFrames"))
|
2198
|
+
Mpeg2Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
|
2199
|
+
Mpeg2Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: Mpeg2GopSizeUnits, location_name: "gopSizeUnits"))
|
2200
|
+
Mpeg2Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: Mpeg2ScanType, location_name: "scanType"))
|
2201
|
+
Mpeg2Settings.add_member(:subgop_length, Shapes::ShapeRef.new(shape: Mpeg2SubGopLength, location_name: "subgopLength"))
|
2202
|
+
Mpeg2Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: Mpeg2TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
2203
|
+
Mpeg2Settings.struct_class = Types::Mpeg2Settings
|
2204
|
+
|
2030
2205
|
MsSmoothGroupSettings.add_member(:acquisition_point_id, Shapes::ShapeRef.new(shape: __string, location_name: "acquisitionPointId"))
|
2031
2206
|
MsSmoothGroupSettings.add_member(:audio_only_timecode_control, Shapes::ShapeRef.new(shape: SmoothGroupAudioOnlyTimecodeControl, location_name: "audioOnlyTimecodeControl"))
|
2032
2207
|
MsSmoothGroupSettings.add_member(:certificate_mode, Shapes::ShapeRef.new(shape: SmoothGroupCertificateMode, location_name: "certificateMode"))
|
@@ -2082,6 +2257,7 @@ module Aws::MediaLive
|
|
2082
2257
|
MultiplexProgram.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
2083
2258
|
MultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
2084
2259
|
MultiplexProgram.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
2260
|
+
MultiplexProgram.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
|
2085
2261
|
MultiplexProgram.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
2086
2262
|
MultiplexProgram.struct_class = Types::MultiplexProgram
|
2087
2263
|
|
@@ -2104,6 +2280,10 @@ module Aws::MediaLive
|
|
2104
2280
|
MultiplexProgramPacketIdentifiersMap.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
|
2105
2281
|
MultiplexProgramPacketIdentifiersMap.struct_class = Types::MultiplexProgramPacketIdentifiersMap
|
2106
2282
|
|
2283
|
+
MultiplexProgramPipelineDetail.add_member(:active_channel_pipeline, Shapes::ShapeRef.new(shape: __string, location_name: "activeChannelPipeline"))
|
2284
|
+
MultiplexProgramPipelineDetail.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: __string, location_name: "pipelineId"))
|
2285
|
+
MultiplexProgramPipelineDetail.struct_class = Types::MultiplexProgramPipelineDetail
|
2286
|
+
|
2107
2287
|
MultiplexProgramServiceDescriptor.add_member(:provider_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "providerName"))
|
2108
2288
|
MultiplexProgramServiceDescriptor.add_member(:service_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "serviceName"))
|
2109
2289
|
MultiplexProgramServiceDescriptor.struct_class = Types::MultiplexProgramServiceDescriptor
|
@@ -2118,7 +2298,7 @@ module Aws::MediaLive
|
|
2118
2298
|
MultiplexProgramSummary.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
2119
2299
|
MultiplexProgramSummary.struct_class = Types::MultiplexProgramSummary
|
2120
2300
|
|
2121
|
-
MultiplexSettings.add_member(:maximum_video_buffer_delay_milliseconds, Shapes::ShapeRef.new(shape:
|
2301
|
+
MultiplexSettings.add_member(:maximum_video_buffer_delay_milliseconds, Shapes::ShapeRef.new(shape: __integerMin800Max3000, location_name: "maximumVideoBufferDelayMilliseconds"))
|
2122
2302
|
MultiplexSettings.add_member(:transport_stream_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000000Max100000000, required: true, location_name: "transportStreamBitrate"))
|
2123
2303
|
MultiplexSettings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "transportStreamId"))
|
2124
2304
|
MultiplexSettings.add_member(:transport_stream_reserved_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max100000000, location_name: "transportStreamReservedBitrate"))
|
@@ -2129,6 +2309,7 @@ module Aws::MediaLive
|
|
2129
2309
|
|
2130
2310
|
MultiplexStatmuxVideoSettings.add_member(:maximum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maximumBitrate"))
|
2131
2311
|
MultiplexStatmuxVideoSettings.add_member(:minimum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minimumBitrate"))
|
2312
|
+
MultiplexStatmuxVideoSettings.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "priority"))
|
2132
2313
|
MultiplexStatmuxVideoSettings.struct_class = Types::MultiplexStatmuxVideoSettings
|
2133
2314
|
|
2134
2315
|
MultiplexSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
@@ -2251,10 +2432,17 @@ module Aws::MediaLive
|
|
2251
2432
|
PurchaseOfferingResultModel.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
|
2252
2433
|
PurchaseOfferingResultModel.struct_class = Types::PurchaseOfferingResultModel
|
2253
2434
|
|
2435
|
+
RawSettings.struct_class = Types::RawSettings
|
2436
|
+
|
2254
2437
|
Rec601Settings.struct_class = Types::Rec601Settings
|
2255
2438
|
|
2256
2439
|
Rec709Settings.struct_class = Types::Rec709Settings
|
2257
2440
|
|
2441
|
+
RejectInputDeviceTransferRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2442
|
+
RejectInputDeviceTransferRequest.struct_class = Types::RejectInputDeviceTransferRequest
|
2443
|
+
|
2444
|
+
RejectInputDeviceTransferResponse.struct_class = Types::RejectInputDeviceTransferResponse
|
2445
|
+
|
2258
2446
|
RemixSettings.add_member(:channel_mappings, Shapes::ShapeRef.new(shape: __listOfAudioChannelMapping, required: true, location_name: "channelMappings"))
|
2259
2447
|
RemixSettings.add_member(:channels_in, Shapes::ShapeRef.new(shape: __integerMin1Max16, location_name: "channelsIn"))
|
2260
2448
|
RemixSettings.add_member(:channels_out, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channelsOut"))
|
@@ -2406,6 +2594,7 @@ module Aws::MediaLive
|
|
2406
2594
|
StartChannelRequest.struct_class = Types::StartChannelRequest
|
2407
2595
|
|
2408
2596
|
StartChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2597
|
+
StartChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2409
2598
|
StartChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
2410
2599
|
StartChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2411
2600
|
StartChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -2464,6 +2653,7 @@ module Aws::MediaLive
|
|
2464
2653
|
StopChannelRequest.struct_class = Types::StopChannelRequest
|
2465
2654
|
|
2466
2655
|
StopChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2656
|
+
StopChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2467
2657
|
StopChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
2468
2658
|
StopChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2469
2659
|
StopChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -2514,6 +2704,9 @@ module Aws::MediaLive
|
|
2514
2704
|
TemporalFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: TemporalFilterStrength, location_name: "strength"))
|
2515
2705
|
TemporalFilterSettings.struct_class = Types::TemporalFilterSettings
|
2516
2706
|
|
2707
|
+
ThumbnailData.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "body"))
|
2708
|
+
ThumbnailData.struct_class = Types::ThumbnailData
|
2709
|
+
|
2517
2710
|
TimecodeConfig.add_member(:source, Shapes::ShapeRef.new(shape: TimecodeConfigSource, required: true, location_name: "source"))
|
2518
2711
|
TimecodeConfig.add_member(:sync_threshold, Shapes::ShapeRef.new(shape: __integerMin1Max1000000, location_name: "syncThreshold"))
|
2519
2712
|
TimecodeConfig.struct_class = Types::TimecodeConfig
|
@@ -2521,6 +2714,23 @@ module Aws::MediaLive
|
|
2521
2714
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2522
2715
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
2523
2716
|
|
2717
|
+
TransferInputDevice.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2718
|
+
TransferInputDevice.add_member(:transfer_message, Shapes::ShapeRef.new(shape: __string, location_name: "transferMessage"))
|
2719
|
+
TransferInputDevice.struct_class = Types::TransferInputDevice
|
2720
|
+
|
2721
|
+
TransferInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2722
|
+
TransferInputDeviceRequest.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2723
|
+
TransferInputDeviceRequest.add_member(:transfer_message, Shapes::ShapeRef.new(shape: __string, location_name: "transferMessage"))
|
2724
|
+
TransferInputDeviceRequest.struct_class = Types::TransferInputDeviceRequest
|
2725
|
+
|
2726
|
+
TransferInputDeviceResponse.struct_class = Types::TransferInputDeviceResponse
|
2727
|
+
|
2728
|
+
TransferringInputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2729
|
+
TransferringInputDeviceSummary.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2730
|
+
TransferringInputDeviceSummary.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2731
|
+
TransferringInputDeviceSummary.add_member(:transfer_type, Shapes::ShapeRef.new(shape: InputDeviceTransferType, location_name: "transferType"))
|
2732
|
+
TransferringInputDeviceSummary.struct_class = Types::TransferringInputDeviceSummary
|
2733
|
+
|
2524
2734
|
TtmlDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: TtmlDestinationStyleControl, location_name: "styleControl"))
|
2525
2735
|
TtmlDestinationSettings.struct_class = Types::TtmlDestinationSettings
|
2526
2736
|
|
@@ -2542,6 +2752,7 @@ module Aws::MediaLive
|
|
2542
2752
|
UnprocessableEntityException.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
|
2543
2753
|
UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
|
2544
2754
|
|
2755
|
+
UpdateChannel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2545
2756
|
UpdateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2546
2757
|
UpdateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
2547
2758
|
UpdateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
@@ -2563,6 +2774,7 @@ module Aws::MediaLive
|
|
2563
2774
|
UpdateChannelClassResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
2564
2775
|
UpdateChannelClassResponse.struct_class = Types::UpdateChannelClassResponse
|
2565
2776
|
|
2777
|
+
UpdateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2566
2778
|
UpdateChannelRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
|
2567
2779
|
UpdateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2568
2780
|
UpdateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
@@ -2685,6 +2897,7 @@ module Aws::MediaLive
|
|
2685
2897
|
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
2686
2898
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
2687
2899
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
2900
|
+
VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
|
2688
2901
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
2689
2902
|
|
2690
2903
|
VideoDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: VideoCodecSettings, location_name: "codecSettings"))
|
@@ -2711,6 +2924,11 @@ module Aws::MediaLive
|
|
2711
2924
|
VideoSelectorSettings.add_member(:video_selector_program_id, Shapes::ShapeRef.new(shape: VideoSelectorProgramId, location_name: "videoSelectorProgramId"))
|
2712
2925
|
VideoSelectorSettings.struct_class = Types::VideoSelectorSettings
|
2713
2926
|
|
2927
|
+
WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __double, location_name: "bitDepth"))
|
2928
|
+
WavSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: WavCodingMode, location_name: "codingMode"))
|
2929
|
+
WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
|
2930
|
+
WavSettings.struct_class = Types::WavSettings
|
2931
|
+
|
2714
2932
|
WebvttDestinationSettings.struct_class = Types::WebvttDestinationSettings
|
2715
2933
|
|
2716
2934
|
__listOfAudioChannelMapping.member = Shapes::ShapeRef.new(shape: AudioChannelMapping)
|
@@ -2721,6 +2939,10 @@ module Aws::MediaLive
|
|
2721
2939
|
|
2722
2940
|
__listOfAudioTrack.member = Shapes::ShapeRef.new(shape: AudioTrack)
|
2723
2941
|
|
2942
|
+
__listOfBatchFailedResultModel.member = Shapes::ShapeRef.new(shape: BatchFailedResultModel)
|
2943
|
+
|
2944
|
+
__listOfBatchSuccessfulResultModel.member = Shapes::ShapeRef.new(shape: BatchSuccessfulResultModel)
|
2945
|
+
|
2724
2946
|
__listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
|
2725
2947
|
|
2726
2948
|
__listOfCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: CaptionLanguageMapping)
|
@@ -2767,6 +2989,8 @@ module Aws::MediaLive
|
|
2767
2989
|
|
2768
2990
|
__listOfMultiplexOutputDestination.member = Shapes::ShapeRef.new(shape: MultiplexOutputDestination)
|
2769
2991
|
|
2992
|
+
__listOfMultiplexProgramPipelineDetail.member = Shapes::ShapeRef.new(shape: MultiplexProgramPipelineDetail)
|
2993
|
+
|
2770
2994
|
__listOfMultiplexProgramSummary.member = Shapes::ShapeRef.new(shape: MultiplexProgramSummary)
|
2771
2995
|
|
2772
2996
|
__listOfMultiplexSummary.member = Shapes::ShapeRef.new(shape: MultiplexSummary)
|
@@ -2791,6 +3015,8 @@ module Aws::MediaLive
|
|
2791
3015
|
|
2792
3016
|
__listOfScte35Descriptor.member = Shapes::ShapeRef.new(shape: Scte35Descriptor)
|
2793
3017
|
|
3018
|
+
__listOfTransferringInputDeviceSummary.member = Shapes::ShapeRef.new(shape: TransferringInputDeviceSummary)
|
3019
|
+
|
2794
3020
|
__listOfValidationError.member = Shapes::ShapeRef.new(shape: ValidationError)
|
2795
3021
|
|
2796
3022
|
__listOfVideoDescription.member = Shapes::ShapeRef.new(shape: VideoDescription)
|
@@ -2818,6 +3044,71 @@ module Aws::MediaLive
|
|
2818
3044
|
"uid" => "medialive-2017-10-14",
|
2819
3045
|
}
|
2820
3046
|
|
3047
|
+
api.add_operation(:accept_input_device_transfer, Seahorse::Model::Operation.new.tap do |o|
|
3048
|
+
o.name = "AcceptInputDeviceTransfer"
|
3049
|
+
o.http_method = "POST"
|
3050
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/accept"
|
3051
|
+
o.input = Shapes::ShapeRef.new(shape: AcceptInputDeviceTransferRequest)
|
3052
|
+
o.output = Shapes::ShapeRef.new(shape: AcceptInputDeviceTransferResponse)
|
3053
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3054
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3055
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3056
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3057
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3058
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3059
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3060
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3061
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3062
|
+
end)
|
3063
|
+
|
3064
|
+
api.add_operation(:batch_delete, Seahorse::Model::Operation.new.tap do |o|
|
3065
|
+
o.name = "BatchDelete"
|
3066
|
+
o.http_method = "POST"
|
3067
|
+
o.http_request_uri = "/prod/batch/delete"
|
3068
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteRequest)
|
3069
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteResponse)
|
3070
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3071
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3072
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3073
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3074
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3075
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3076
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3077
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3078
|
+
end)
|
3079
|
+
|
3080
|
+
api.add_operation(:batch_start, Seahorse::Model::Operation.new.tap do |o|
|
3081
|
+
o.name = "BatchStart"
|
3082
|
+
o.http_method = "POST"
|
3083
|
+
o.http_request_uri = "/prod/batch/start"
|
3084
|
+
o.input = Shapes::ShapeRef.new(shape: BatchStartRequest)
|
3085
|
+
o.output = Shapes::ShapeRef.new(shape: BatchStartResponse)
|
3086
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3087
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3088
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3089
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3090
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3091
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3092
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3093
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3094
|
+
end)
|
3095
|
+
|
3096
|
+
api.add_operation(:batch_stop, Seahorse::Model::Operation.new.tap do |o|
|
3097
|
+
o.name = "BatchStop"
|
3098
|
+
o.http_method = "POST"
|
3099
|
+
o.http_request_uri = "/prod/batch/stop"
|
3100
|
+
o.input = Shapes::ShapeRef.new(shape: BatchStopRequest)
|
3101
|
+
o.output = Shapes::ShapeRef.new(shape: BatchStopResponse)
|
3102
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3103
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3104
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3105
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3106
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3107
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3108
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3109
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3110
|
+
end)
|
3111
|
+
|
2821
3112
|
api.add_operation(:batch_update_schedule, Seahorse::Model::Operation.new.tap do |o|
|
2822
3113
|
o.name = "BatchUpdateSchedule"
|
2823
3114
|
o.http_method = "PUT"
|
@@ -2834,6 +3125,23 @@ module Aws::MediaLive
|
|
2834
3125
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2835
3126
|
end)
|
2836
3127
|
|
3128
|
+
api.add_operation(:cancel_input_device_transfer, Seahorse::Model::Operation.new.tap do |o|
|
3129
|
+
o.name = "CancelInputDeviceTransfer"
|
3130
|
+
o.http_method = "POST"
|
3131
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/cancel"
|
3132
|
+
o.input = Shapes::ShapeRef.new(shape: CancelInputDeviceTransferRequest)
|
3133
|
+
o.output = Shapes::ShapeRef.new(shape: CancelInputDeviceTransferResponse)
|
3134
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3135
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3136
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3137
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3138
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3139
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3140
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3141
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3142
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3143
|
+
end)
|
3144
|
+
|
2837
3145
|
api.add_operation(:create_channel, Seahorse::Model::Operation.new.tap do |o|
|
2838
3146
|
o.name = "CreateChannel"
|
2839
3147
|
o.http_method = "POST"
|
@@ -3220,6 +3528,27 @@ module Aws::MediaLive
|
|
3220
3528
|
)
|
3221
3529
|
end)
|
3222
3530
|
|
3531
|
+
api.add_operation(:list_input_device_transfers, Seahorse::Model::Operation.new.tap do |o|
|
3532
|
+
o.name = "ListInputDeviceTransfers"
|
3533
|
+
o.http_method = "GET"
|
3534
|
+
o.http_request_uri = "/prod/inputDeviceTransfers"
|
3535
|
+
o.input = Shapes::ShapeRef.new(shape: ListInputDeviceTransfersRequest)
|
3536
|
+
o.output = Shapes::ShapeRef.new(shape: ListInputDeviceTransfersResponse)
|
3537
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3538
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3539
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3540
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3541
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3542
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3543
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3544
|
+
o[:pager] = Aws::Pager.new(
|
3545
|
+
limit_key: "max_results",
|
3546
|
+
tokens: {
|
3547
|
+
"next_token" => "next_token"
|
3548
|
+
}
|
3549
|
+
)
|
3550
|
+
end)
|
3551
|
+
|
3223
3552
|
api.add_operation(:list_input_devices, Seahorse::Model::Operation.new.tap do |o|
|
3224
3553
|
o.name = "ListInputDevices"
|
3225
3554
|
o.http_method = "GET"
|
@@ -3389,6 +3718,23 @@ module Aws::MediaLive
|
|
3389
3718
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3390
3719
|
end)
|
3391
3720
|
|
3721
|
+
api.add_operation(:reject_input_device_transfer, Seahorse::Model::Operation.new.tap do |o|
|
3722
|
+
o.name = "RejectInputDeviceTransfer"
|
3723
|
+
o.http_method = "POST"
|
3724
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/reject"
|
3725
|
+
o.input = Shapes::ShapeRef.new(shape: RejectInputDeviceTransferRequest)
|
3726
|
+
o.output = Shapes::ShapeRef.new(shape: RejectInputDeviceTransferResponse)
|
3727
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3728
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3729
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3730
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3731
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3732
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3733
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3734
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3735
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3736
|
+
end)
|
3737
|
+
|
3392
3738
|
api.add_operation(:start_channel, Seahorse::Model::Operation.new.tap do |o|
|
3393
3739
|
o.name = "StartChannel"
|
3394
3740
|
o.http_method = "POST"
|
@@ -3453,6 +3799,23 @@ module Aws::MediaLive
|
|
3453
3799
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3454
3800
|
end)
|
3455
3801
|
|
3802
|
+
api.add_operation(:transfer_input_device, Seahorse::Model::Operation.new.tap do |o|
|
3803
|
+
o.name = "TransferInputDevice"
|
3804
|
+
o.http_method = "POST"
|
3805
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/transfer"
|
3806
|
+
o.input = Shapes::ShapeRef.new(shape: TransferInputDeviceRequest)
|
3807
|
+
o.output = Shapes::ShapeRef.new(shape: TransferInputDeviceResponse)
|
3808
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3809
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3810
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3811
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3812
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3813
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3814
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3815
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3816
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3817
|
+
end)
|
3818
|
+
|
3456
3819
|
api.add_operation(:update_channel, Seahorse::Model::Operation.new.tap do |o|
|
3457
3820
|
o.name = "UpdateChannel"
|
3458
3821
|
o.http_method = "PUT"
|