aws-sdk-medialive 1.51.0 → 1.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,6 +30,7 @@ module Aws::MediaLive
30
30
  AcceptHeader = Shapes::StringShape.new(name: 'AcceptHeader')
31
31
  AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
32
32
  AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
33
+ AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
33
34
  ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
34
35
  ArchiveGroupSettings = Shapes::StructureShape.new(name: 'ArchiveGroupSettings')
35
36
  ArchiveOutputSettings = Shapes::StructureShape.new(name: 'ArchiveOutputSettings')
@@ -62,10 +63,24 @@ module Aws::MediaLive
62
63
  AvailSettings = Shapes::StructureShape.new(name: 'AvailSettings')
63
64
  BadGatewayException = Shapes::StructureShape.new(name: 'BadGatewayException')
64
65
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
66
+ BatchDelete = Shapes::StructureShape.new(name: 'BatchDelete')
67
+ BatchDeleteRequest = Shapes::StructureShape.new(name: 'BatchDeleteRequest')
68
+ BatchDeleteResponse = Shapes::StructureShape.new(name: 'BatchDeleteResponse')
69
+ BatchDeleteResultModel = Shapes::StructureShape.new(name: 'BatchDeleteResultModel')
70
+ BatchFailedResultModel = Shapes::StructureShape.new(name: 'BatchFailedResultModel')
65
71
  BatchScheduleActionCreateRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateRequest')
66
72
  BatchScheduleActionCreateResult = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateResult')
67
73
  BatchScheduleActionDeleteRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteRequest')
68
74
  BatchScheduleActionDeleteResult = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteResult')
75
+ BatchStart = Shapes::StructureShape.new(name: 'BatchStart')
76
+ BatchStartRequest = Shapes::StructureShape.new(name: 'BatchStartRequest')
77
+ BatchStartResponse = Shapes::StructureShape.new(name: 'BatchStartResponse')
78
+ BatchStartResultModel = Shapes::StructureShape.new(name: 'BatchStartResultModel')
79
+ BatchStop = Shapes::StructureShape.new(name: 'BatchStop')
80
+ BatchStopRequest = Shapes::StructureShape.new(name: 'BatchStopRequest')
81
+ BatchStopResponse = Shapes::StructureShape.new(name: 'BatchStopResponse')
82
+ BatchStopResultModel = Shapes::StructureShape.new(name: 'BatchStopResultModel')
83
+ BatchSuccessfulResultModel = Shapes::StructureShape.new(name: 'BatchSuccessfulResultModel')
69
84
  BatchUpdateScheduleRequest = Shapes::StructureShape.new(name: 'BatchUpdateScheduleRequest')
70
85
  BatchUpdateScheduleResponse = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResponse')
71
86
  BatchUpdateScheduleResult = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResult')
@@ -84,6 +99,8 @@ module Aws::MediaLive
84
99
  CaptionLanguageMapping = Shapes::StructureShape.new(name: 'CaptionLanguageMapping')
85
100
  CaptionSelector = Shapes::StructureShape.new(name: 'CaptionSelector')
86
101
  CaptionSelectorSettings = Shapes::StructureShape.new(name: 'CaptionSelectorSettings')
102
+ CdiInputResolution = Shapes::StringShape.new(name: 'CdiInputResolution')
103
+ CdiInputSpecification = Shapes::StructureShape.new(name: 'CdiInputSpecification')
87
104
  Channel = Shapes::StructureShape.new(name: 'Channel')
88
105
  ChannelClass = Shapes::StringShape.new(name: 'ChannelClass')
89
106
  ChannelConfigurationValidationError = Shapes::StructureShape.new(name: 'ChannelConfigurationValidationError')
@@ -406,6 +423,16 @@ module Aws::MediaLive
406
423
  MediaPackageOutputSettings = Shapes::StructureShape.new(name: 'MediaPackageOutputSettings')
407
424
  Mp2CodingMode = Shapes::StringShape.new(name: 'Mp2CodingMode')
408
425
  Mp2Settings = Shapes::StructureShape.new(name: 'Mp2Settings')
426
+ Mpeg2AdaptiveQuantization = Shapes::StringShape.new(name: 'Mpeg2AdaptiveQuantization')
427
+ Mpeg2ColorMetadata = Shapes::StringShape.new(name: 'Mpeg2ColorMetadata')
428
+ Mpeg2ColorSpace = Shapes::StringShape.new(name: 'Mpeg2ColorSpace')
429
+ Mpeg2DisplayRatio = Shapes::StringShape.new(name: 'Mpeg2DisplayRatio')
430
+ Mpeg2FilterSettings = Shapes::StructureShape.new(name: 'Mpeg2FilterSettings')
431
+ Mpeg2GopSizeUnits = Shapes::StringShape.new(name: 'Mpeg2GopSizeUnits')
432
+ Mpeg2ScanType = Shapes::StringShape.new(name: 'Mpeg2ScanType')
433
+ Mpeg2Settings = Shapes::StructureShape.new(name: 'Mpeg2Settings')
434
+ Mpeg2SubGopLength = Shapes::StringShape.new(name: 'Mpeg2SubGopLength')
435
+ Mpeg2TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'Mpeg2TimecodeInsertionBehavior')
409
436
  MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
410
437
  MsSmoothH265PackagingType = Shapes::StringShape.new(name: 'MsSmoothH265PackagingType')
411
438
  MsSmoothOutputSettings = Shapes::StructureShape.new(name: 'MsSmoothOutputSettings')
@@ -418,6 +445,7 @@ module Aws::MediaLive
418
445
  MultiplexProgram = Shapes::StructureShape.new(name: 'MultiplexProgram')
419
446
  MultiplexProgramChannelDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexProgramChannelDestinationSettings')
420
447
  MultiplexProgramPacketIdentifiersMap = Shapes::StructureShape.new(name: 'MultiplexProgramPacketIdentifiersMap')
448
+ MultiplexProgramPipelineDetail = Shapes::StructureShape.new(name: 'MultiplexProgramPipelineDetail')
421
449
  MultiplexProgramServiceDescriptor = Shapes::StructureShape.new(name: 'MultiplexProgramServiceDescriptor')
422
450
  MultiplexProgramSettings = Shapes::StructureShape.new(name: 'MultiplexProgramSettings')
423
451
  MultiplexProgramSummary = Shapes::StructureShape.new(name: 'MultiplexProgramSummary')
@@ -452,6 +480,7 @@ module Aws::MediaLive
452
480
  PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
453
481
  PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
454
482
  PurchaseOfferingResultModel = Shapes::StructureShape.new(name: 'PurchaseOfferingResultModel')
483
+ RawSettings = Shapes::StructureShape.new(name: 'RawSettings')
455
484
  Rec601Settings = Shapes::StructureShape.new(name: 'Rec601Settings')
456
485
  Rec709Settings = Shapes::StructureShape.new(name: 'Rec709Settings')
457
486
  RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
@@ -582,6 +611,8 @@ module Aws::MediaLive
582
611
  VideoSelectorPid = Shapes::StructureShape.new(name: 'VideoSelectorPid')
583
612
  VideoSelectorProgramId = Shapes::StructureShape.new(name: 'VideoSelectorProgramId')
584
613
  VideoSelectorSettings = Shapes::StructureShape.new(name: 'VideoSelectorSettings')
614
+ WavCodingMode = Shapes::StringShape.new(name: 'WavCodingMode')
615
+ WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
585
616
  WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
586
617
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
587
618
  __double = Shapes::FloatShape.new(name: '__double')
@@ -614,7 +645,6 @@ module Aws::MediaLive
614
645
  __integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
615
646
  __integerMin100000Max40000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max40000000')
616
647
  __integerMin100000Max80000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max80000000')
617
- __integerMin1000Max3000 = Shapes::IntegerShape.new(name: '__integerMin1000Max3000')
618
648
  __integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
619
649
  __integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
620
650
  __integerMin1Max1000000 = Shapes::IntegerShape.new(name: '__integerMin1Max1000000')
@@ -633,14 +663,18 @@ module Aws::MediaLive
633
663
  __integerMin3 = Shapes::IntegerShape.new(name: '__integerMin3')
634
664
  __integerMin30 = Shapes::IntegerShape.new(name: '__integerMin30')
635
665
  __integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
666
+ __integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
636
667
  __integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
637
668
  __integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
669
+ __integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
638
670
  __integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
639
671
  __integerMinNegative60Max60 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max60')
640
672
  __listOfAudioChannelMapping = Shapes::ListShape.new(name: '__listOfAudioChannelMapping')
641
673
  __listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
642
674
  __listOfAudioSelector = Shapes::ListShape.new(name: '__listOfAudioSelector')
643
675
  __listOfAudioTrack = Shapes::ListShape.new(name: '__listOfAudioTrack')
676
+ __listOfBatchFailedResultModel = Shapes::ListShape.new(name: '__listOfBatchFailedResultModel')
677
+ __listOfBatchSuccessfulResultModel = Shapes::ListShape.new(name: '__listOfBatchSuccessfulResultModel')
644
678
  __listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
645
679
  __listOfCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfCaptionLanguageMapping')
646
680
  __listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
@@ -664,6 +698,7 @@ module Aws::MediaLive
664
698
  __listOfMediaConnectFlowRequest = Shapes::ListShape.new(name: '__listOfMediaConnectFlowRequest')
665
699
  __listOfMediaPackageOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfMediaPackageOutputDestinationSettings')
666
700
  __listOfMultiplexOutputDestination = Shapes::ListShape.new(name: '__listOfMultiplexOutputDestination')
701
+ __listOfMultiplexProgramPipelineDetail = Shapes::ListShape.new(name: '__listOfMultiplexProgramPipelineDetail')
667
702
  __listOfMultiplexProgramSummary = Shapes::ListShape.new(name: '__listOfMultiplexProgramSummary')
668
703
  __listOfMultiplexSummary = Shapes::ListShape.new(name: '__listOfMultiplexSummary')
669
704
  __listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
@@ -722,7 +757,11 @@ module Aws::MediaLive
722
757
  AccessDenied.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
723
758
  AccessDenied.struct_class = Types::AccessDenied
724
759
 
760
+ AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
761
+ AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
762
+
725
763
  ArchiveContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
764
+ ArchiveContainerSettings.add_member(:raw_settings, Shapes::ShapeRef.new(shape: RawSettings, location_name: "rawSettings"))
726
765
  ArchiveContainerSettings.struct_class = Types::ArchiveContainerSettings
727
766
 
728
767
  ArchiveGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
@@ -747,6 +786,7 @@ module Aws::MediaLive
747
786
  AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
748
787
  AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
749
788
  AudioCodecSettings.add_member(:pass_through_settings, Shapes::ShapeRef.new(shape: PassThroughSettings, location_name: "passThroughSettings"))
789
+ AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
750
790
  AudioCodecSettings.struct_class = Types::AudioCodecSettings
751
791
 
752
792
  AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
@@ -815,6 +855,32 @@ module Aws::MediaLive
815
855
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
816
856
  BadRequestException.struct_class = Types::BadRequestException
817
857
 
858
+ BatchDelete.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
859
+ BatchDelete.add_member(:input_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputIds"))
860
+ BatchDelete.add_member(:input_security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroupIds"))
861
+ BatchDelete.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
862
+ BatchDelete.struct_class = Types::BatchDelete
863
+
864
+ BatchDeleteRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
865
+ BatchDeleteRequest.add_member(:input_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputIds"))
866
+ BatchDeleteRequest.add_member(:input_security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroupIds"))
867
+ BatchDeleteRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
868
+ BatchDeleteRequest.struct_class = Types::BatchDeleteRequest
869
+
870
+ BatchDeleteResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
871
+ BatchDeleteResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
872
+ BatchDeleteResponse.struct_class = Types::BatchDeleteResponse
873
+
874
+ BatchDeleteResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
875
+ BatchDeleteResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
876
+ BatchDeleteResultModel.struct_class = Types::BatchDeleteResultModel
877
+
878
+ BatchFailedResultModel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
879
+ BatchFailedResultModel.add_member(:code, Shapes::ShapeRef.new(shape: __string, location_name: "code"))
880
+ BatchFailedResultModel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
881
+ BatchFailedResultModel.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
882
+ BatchFailedResultModel.struct_class = Types::BatchFailedResultModel
883
+
818
884
  BatchScheduleActionCreateRequest.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
819
885
  BatchScheduleActionCreateRequest.struct_class = Types::BatchScheduleActionCreateRequest
820
886
 
@@ -827,6 +893,43 @@ module Aws::MediaLive
827
893
  BatchScheduleActionDeleteResult.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
828
894
  BatchScheduleActionDeleteResult.struct_class = Types::BatchScheduleActionDeleteResult
829
895
 
896
+ BatchStart.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
897
+ BatchStart.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
898
+ BatchStart.struct_class = Types::BatchStart
899
+
900
+ BatchStartRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
901
+ BatchStartRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
902
+ BatchStartRequest.struct_class = Types::BatchStartRequest
903
+
904
+ BatchStartResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
905
+ BatchStartResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
906
+ BatchStartResponse.struct_class = Types::BatchStartResponse
907
+
908
+ BatchStartResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
909
+ BatchStartResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
910
+ BatchStartResultModel.struct_class = Types::BatchStartResultModel
911
+
912
+ BatchStop.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
913
+ BatchStop.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
914
+ BatchStop.struct_class = Types::BatchStop
915
+
916
+ BatchStopRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
917
+ BatchStopRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
918
+ BatchStopRequest.struct_class = Types::BatchStopRequest
919
+
920
+ BatchStopResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
921
+ BatchStopResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
922
+ BatchStopResponse.struct_class = Types::BatchStopResponse
923
+
924
+ BatchStopResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
925
+ BatchStopResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
926
+ BatchStopResultModel.struct_class = Types::BatchStopResultModel
927
+
928
+ BatchSuccessfulResultModel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
929
+ BatchSuccessfulResultModel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
930
+ BatchSuccessfulResultModel.add_member(:state, Shapes::ShapeRef.new(shape: __string, location_name: "state"))
931
+ BatchSuccessfulResultModel.struct_class = Types::BatchSuccessfulResultModel
932
+
830
933
  BatchUpdateScheduleRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
831
934
  BatchUpdateScheduleRequest.add_member(:creates, Shapes::ShapeRef.new(shape: BatchScheduleActionCreateRequest, location_name: "creates"))
832
935
  BatchUpdateScheduleRequest.add_member(:deletes, Shapes::ShapeRef.new(shape: BatchScheduleActionDeleteRequest, location_name: "deletes"))
@@ -898,6 +1001,7 @@ module Aws::MediaLive
898
1001
  CaptionSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: CaptionSelectorSettings, location_name: "selectorSettings"))
899
1002
  CaptionSelector.struct_class = Types::CaptionSelector
900
1003
 
1004
+ CaptionSelectorSettings.add_member(:ancillary_source_settings, Shapes::ShapeRef.new(shape: AncillarySourceSettings, location_name: "ancillarySourceSettings"))
901
1005
  CaptionSelectorSettings.add_member(:arib_source_settings, Shapes::ShapeRef.new(shape: AribSourceSettings, location_name: "aribSourceSettings"))
902
1006
  CaptionSelectorSettings.add_member(:dvb_sub_source_settings, Shapes::ShapeRef.new(shape: DvbSubSourceSettings, location_name: "dvbSubSourceSettings"))
903
1007
  CaptionSelectorSettings.add_member(:embedded_source_settings, Shapes::ShapeRef.new(shape: EmbeddedSourceSettings, location_name: "embeddedSourceSettings"))
@@ -906,7 +1010,11 @@ module Aws::MediaLive
906
1010
  CaptionSelectorSettings.add_member(:teletext_source_settings, Shapes::ShapeRef.new(shape: TeletextSourceSettings, location_name: "teletextSourceSettings"))
907
1011
  CaptionSelectorSettings.struct_class = Types::CaptionSelectorSettings
908
1012
 
1013
+ CdiInputSpecification.add_member(:resolution, Shapes::ShapeRef.new(shape: CdiInputResolution, location_name: "resolution"))
1014
+ CdiInputSpecification.struct_class = Types::CdiInputSpecification
1015
+
909
1016
  Channel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1017
+ Channel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
910
1018
  Channel.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
911
1019
  Channel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
912
1020
  Channel.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
@@ -931,6 +1039,7 @@ module Aws::MediaLive
931
1039
  ChannelEgressEndpoint.struct_class = Types::ChannelEgressEndpoint
932
1040
 
933
1041
  ChannelSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1042
+ ChannelSummary.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
934
1043
  ChannelSummary.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
935
1044
  ChannelSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
936
1045
  ChannelSummary.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
@@ -950,6 +1059,7 @@ module Aws::MediaLive
950
1059
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
951
1060
  ConflictException.struct_class = Types::ConflictException
952
1061
 
1062
+ CreateChannel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
953
1063
  CreateChannel.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
954
1064
  CreateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
955
1065
  CreateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
@@ -963,6 +1073,7 @@ module Aws::MediaLive
963
1073
  CreateChannel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
964
1074
  CreateChannel.struct_class = Types::CreateChannel
965
1075
 
1076
+ CreateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
966
1077
  CreateChannelRequest.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
967
1078
  CreateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
968
1079
  CreateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
@@ -1069,6 +1180,7 @@ module Aws::MediaLive
1069
1180
  DeleteChannelRequest.struct_class = Types::DeleteChannelRequest
1070
1181
 
1071
1182
  DeleteChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1183
+ DeleteChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
1072
1184
  DeleteChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
1073
1185
  DeleteChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
1074
1186
  DeleteChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
@@ -1102,6 +1214,7 @@ module Aws::MediaLive
1102
1214
  DeleteMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
1103
1215
  DeleteMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
1104
1216
  DeleteMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
1217
+ DeleteMultiplexProgramResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
1105
1218
  DeleteMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
1106
1219
  DeleteMultiplexProgramResponse.struct_class = Types::DeleteMultiplexProgramResponse
1107
1220
 
@@ -1156,6 +1269,7 @@ module Aws::MediaLive
1156
1269
  DescribeChannelRequest.struct_class = Types::DescribeChannelRequest
1157
1270
 
1158
1271
  DescribeChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1272
+ DescribeChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
1159
1273
  DescribeChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
1160
1274
  DescribeChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
1161
1275
  DescribeChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
@@ -1238,6 +1352,7 @@ module Aws::MediaLive
1238
1352
  DescribeMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
1239
1353
  DescribeMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
1240
1354
  DescribeMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
1355
+ DescribeMultiplexProgramResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
1241
1356
  DescribeMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
1242
1357
  DescribeMultiplexProgramResponse.struct_class = Types::DescribeMultiplexProgramResponse
1243
1358
 
@@ -2027,6 +2142,27 @@ module Aws::MediaLive
2027
2142
  Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
2028
2143
  Mp2Settings.struct_class = Types::Mp2Settings
2029
2144
 
2145
+ Mpeg2FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
2146
+ Mpeg2FilterSettings.struct_class = Types::Mpeg2FilterSettings
2147
+
2148
+ Mpeg2Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: Mpeg2AdaptiveQuantization, location_name: "adaptiveQuantization"))
2149
+ Mpeg2Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
2150
+ Mpeg2Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: Mpeg2ColorMetadata, location_name: "colorMetadata"))
2151
+ Mpeg2Settings.add_member(:color_space, Shapes::ShapeRef.new(shape: Mpeg2ColorSpace, location_name: "colorSpace"))
2152
+ Mpeg2Settings.add_member(:display_aspect_ratio, Shapes::ShapeRef.new(shape: Mpeg2DisplayRatio, location_name: "displayAspectRatio"))
2153
+ Mpeg2Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: Mpeg2FilterSettings, location_name: "filterSettings"))
2154
+ Mpeg2Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
2155
+ Mpeg2Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateDenominator"))
2156
+ Mpeg2Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateNumerator"))
2157
+ Mpeg2Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "gopClosedCadence"))
2158
+ Mpeg2Settings.add_member(:gop_num_b_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "gopNumBFrames"))
2159
+ Mpeg2Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
2160
+ Mpeg2Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: Mpeg2GopSizeUnits, location_name: "gopSizeUnits"))
2161
+ Mpeg2Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: Mpeg2ScanType, location_name: "scanType"))
2162
+ Mpeg2Settings.add_member(:subgop_length, Shapes::ShapeRef.new(shape: Mpeg2SubGopLength, location_name: "subgopLength"))
2163
+ Mpeg2Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: Mpeg2TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
2164
+ Mpeg2Settings.struct_class = Types::Mpeg2Settings
2165
+
2030
2166
  MsSmoothGroupSettings.add_member(:acquisition_point_id, Shapes::ShapeRef.new(shape: __string, location_name: "acquisitionPointId"))
2031
2167
  MsSmoothGroupSettings.add_member(:audio_only_timecode_control, Shapes::ShapeRef.new(shape: SmoothGroupAudioOnlyTimecodeControl, location_name: "audioOnlyTimecodeControl"))
2032
2168
  MsSmoothGroupSettings.add_member(:certificate_mode, Shapes::ShapeRef.new(shape: SmoothGroupCertificateMode, location_name: "certificateMode"))
@@ -2082,6 +2218,7 @@ module Aws::MediaLive
2082
2218
  MultiplexProgram.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
2083
2219
  MultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
2084
2220
  MultiplexProgram.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
2221
+ MultiplexProgram.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
2085
2222
  MultiplexProgram.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
2086
2223
  MultiplexProgram.struct_class = Types::MultiplexProgram
2087
2224
 
@@ -2104,6 +2241,10 @@ module Aws::MediaLive
2104
2241
  MultiplexProgramPacketIdentifiersMap.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
2105
2242
  MultiplexProgramPacketIdentifiersMap.struct_class = Types::MultiplexProgramPacketIdentifiersMap
2106
2243
 
2244
+ MultiplexProgramPipelineDetail.add_member(:active_channel_pipeline, Shapes::ShapeRef.new(shape: __string, location_name: "activeChannelPipeline"))
2245
+ MultiplexProgramPipelineDetail.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: __string, location_name: "pipelineId"))
2246
+ MultiplexProgramPipelineDetail.struct_class = Types::MultiplexProgramPipelineDetail
2247
+
2107
2248
  MultiplexProgramServiceDescriptor.add_member(:provider_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "providerName"))
2108
2249
  MultiplexProgramServiceDescriptor.add_member(:service_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "serviceName"))
2109
2250
  MultiplexProgramServiceDescriptor.struct_class = Types::MultiplexProgramServiceDescriptor
@@ -2118,7 +2259,7 @@ module Aws::MediaLive
2118
2259
  MultiplexProgramSummary.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
2119
2260
  MultiplexProgramSummary.struct_class = Types::MultiplexProgramSummary
2120
2261
 
2121
- MultiplexSettings.add_member(:maximum_video_buffer_delay_milliseconds, Shapes::ShapeRef.new(shape: __integerMin1000Max3000, location_name: "maximumVideoBufferDelayMilliseconds"))
2262
+ MultiplexSettings.add_member(:maximum_video_buffer_delay_milliseconds, Shapes::ShapeRef.new(shape: __integerMin800Max3000, location_name: "maximumVideoBufferDelayMilliseconds"))
2122
2263
  MultiplexSettings.add_member(:transport_stream_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000000Max100000000, required: true, location_name: "transportStreamBitrate"))
2123
2264
  MultiplexSettings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "transportStreamId"))
2124
2265
  MultiplexSettings.add_member(:transport_stream_reserved_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max100000000, location_name: "transportStreamReservedBitrate"))
@@ -2129,6 +2270,7 @@ module Aws::MediaLive
2129
2270
 
2130
2271
  MultiplexStatmuxVideoSettings.add_member(:maximum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maximumBitrate"))
2131
2272
  MultiplexStatmuxVideoSettings.add_member(:minimum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minimumBitrate"))
2273
+ MultiplexStatmuxVideoSettings.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "priority"))
2132
2274
  MultiplexStatmuxVideoSettings.struct_class = Types::MultiplexStatmuxVideoSettings
2133
2275
 
2134
2276
  MultiplexSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
@@ -2251,6 +2393,8 @@ module Aws::MediaLive
2251
2393
  PurchaseOfferingResultModel.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
2252
2394
  PurchaseOfferingResultModel.struct_class = Types::PurchaseOfferingResultModel
2253
2395
 
2396
+ RawSettings.struct_class = Types::RawSettings
2397
+
2254
2398
  Rec601Settings.struct_class = Types::Rec601Settings
2255
2399
 
2256
2400
  Rec709Settings.struct_class = Types::Rec709Settings
@@ -2406,6 +2550,7 @@ module Aws::MediaLive
2406
2550
  StartChannelRequest.struct_class = Types::StartChannelRequest
2407
2551
 
2408
2552
  StartChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
2553
+ StartChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
2409
2554
  StartChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
2410
2555
  StartChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
2411
2556
  StartChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
@@ -2464,6 +2609,7 @@ module Aws::MediaLive
2464
2609
  StopChannelRequest.struct_class = Types::StopChannelRequest
2465
2610
 
2466
2611
  StopChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
2612
+ StopChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
2467
2613
  StopChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
2468
2614
  StopChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
2469
2615
  StopChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
@@ -2542,6 +2688,7 @@ module Aws::MediaLive
2542
2688
  UnprocessableEntityException.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
2543
2689
  UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
2544
2690
 
2691
+ UpdateChannel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
2545
2692
  UpdateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
2546
2693
  UpdateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
2547
2694
  UpdateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
@@ -2563,6 +2710,7 @@ module Aws::MediaLive
2563
2710
  UpdateChannelClassResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
2564
2711
  UpdateChannelClassResponse.struct_class = Types::UpdateChannelClassResponse
2565
2712
 
2713
+ UpdateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
2566
2714
  UpdateChannelRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
2567
2715
  UpdateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
2568
2716
  UpdateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
@@ -2685,6 +2833,7 @@ module Aws::MediaLive
2685
2833
  VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
2686
2834
  VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
2687
2835
  VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
2836
+ VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
2688
2837
  VideoCodecSettings.struct_class = Types::VideoCodecSettings
2689
2838
 
2690
2839
  VideoDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: VideoCodecSettings, location_name: "codecSettings"))
@@ -2711,6 +2860,11 @@ module Aws::MediaLive
2711
2860
  VideoSelectorSettings.add_member(:video_selector_program_id, Shapes::ShapeRef.new(shape: VideoSelectorProgramId, location_name: "videoSelectorProgramId"))
2712
2861
  VideoSelectorSettings.struct_class = Types::VideoSelectorSettings
2713
2862
 
2863
+ WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __double, location_name: "bitDepth"))
2864
+ WavSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: WavCodingMode, location_name: "codingMode"))
2865
+ WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
2866
+ WavSettings.struct_class = Types::WavSettings
2867
+
2714
2868
  WebvttDestinationSettings.struct_class = Types::WebvttDestinationSettings
2715
2869
 
2716
2870
  __listOfAudioChannelMapping.member = Shapes::ShapeRef.new(shape: AudioChannelMapping)
@@ -2721,6 +2875,10 @@ module Aws::MediaLive
2721
2875
 
2722
2876
  __listOfAudioTrack.member = Shapes::ShapeRef.new(shape: AudioTrack)
2723
2877
 
2878
+ __listOfBatchFailedResultModel.member = Shapes::ShapeRef.new(shape: BatchFailedResultModel)
2879
+
2880
+ __listOfBatchSuccessfulResultModel.member = Shapes::ShapeRef.new(shape: BatchSuccessfulResultModel)
2881
+
2724
2882
  __listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
2725
2883
 
2726
2884
  __listOfCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: CaptionLanguageMapping)
@@ -2767,6 +2925,8 @@ module Aws::MediaLive
2767
2925
 
2768
2926
  __listOfMultiplexOutputDestination.member = Shapes::ShapeRef.new(shape: MultiplexOutputDestination)
2769
2927
 
2928
+ __listOfMultiplexProgramPipelineDetail.member = Shapes::ShapeRef.new(shape: MultiplexProgramPipelineDetail)
2929
+
2770
2930
  __listOfMultiplexProgramSummary.member = Shapes::ShapeRef.new(shape: MultiplexProgramSummary)
2771
2931
 
2772
2932
  __listOfMultiplexSummary.member = Shapes::ShapeRef.new(shape: MultiplexSummary)
@@ -2818,6 +2978,54 @@ module Aws::MediaLive
2818
2978
  "uid" => "medialive-2017-10-14",
2819
2979
  }
2820
2980
 
2981
+ api.add_operation(:batch_delete, Seahorse::Model::Operation.new.tap do |o|
2982
+ o.name = "BatchDelete"
2983
+ o.http_method = "POST"
2984
+ o.http_request_uri = "/prod/batch/delete"
2985
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteRequest)
2986
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteResponse)
2987
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2988
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2989
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2990
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
2991
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2992
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
2993
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2994
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2995
+ end)
2996
+
2997
+ api.add_operation(:batch_start, Seahorse::Model::Operation.new.tap do |o|
2998
+ o.name = "BatchStart"
2999
+ o.http_method = "POST"
3000
+ o.http_request_uri = "/prod/batch/start"
3001
+ o.input = Shapes::ShapeRef.new(shape: BatchStartRequest)
3002
+ o.output = Shapes::ShapeRef.new(shape: BatchStartResponse)
3003
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3004
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3005
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3006
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
3007
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3008
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
3009
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3010
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3011
+ end)
3012
+
3013
+ api.add_operation(:batch_stop, Seahorse::Model::Operation.new.tap do |o|
3014
+ o.name = "BatchStop"
3015
+ o.http_method = "POST"
3016
+ o.http_request_uri = "/prod/batch/stop"
3017
+ o.input = Shapes::ShapeRef.new(shape: BatchStopRequest)
3018
+ o.output = Shapes::ShapeRef.new(shape: BatchStopResponse)
3019
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3020
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3021
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3022
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
3023
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3024
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
3025
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3026
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3027
+ end)
3028
+
2821
3029
  api.add_operation(:batch_update_schedule, Seahorse::Model::Operation.new.tap do |o|
2822
3030
  o.name = "BatchUpdateSchedule"
2823
3031
  o.http_method = "PUT"