aws-sdk-mediaconvert 1.170.0 → 1.171.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +141 -48
- data/lib/aws-sdk-mediaconvert/client_api.rb +118 -0
- data/lib/aws-sdk-mediaconvert/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-mediaconvert/errors.rb +16 -0
- data/lib/aws-sdk-mediaconvert/types.rb +352 -52
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +71 -39
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +63 -9
- metadata +3 -3
@@ -156,6 +156,7 @@ module Aws::MediaConvert
|
|
156
156
|
CmfcTimedMetadata = Shapes::StringShape.new(name: 'CmfcTimedMetadata')
|
157
157
|
CmfcTimedMetadataBoxVersion = Shapes::StringShape.new(name: 'CmfcTimedMetadataBoxVersion')
|
158
158
|
Codec = Shapes::StringShape.new(name: 'Codec')
|
159
|
+
CodecMetadata = Shapes::StructureShape.new(name: 'CodecMetadata')
|
159
160
|
ColorConversion3DLUTSetting = Shapes::StructureShape.new(name: 'ColorConversion3DLUTSetting')
|
160
161
|
ColorCorrector = Shapes::StructureShape.new(name: 'ColorCorrector')
|
161
162
|
ColorMetadata = Shapes::StringShape.new(name: 'ColorMetadata')
|
@@ -296,6 +297,8 @@ module Aws::MediaConvert
|
|
296
297
|
GetJobResponse = Shapes::StructureShape.new(name: 'GetJobResponse')
|
297
298
|
GetJobTemplateRequest = Shapes::StructureShape.new(name: 'GetJobTemplateRequest')
|
298
299
|
GetJobTemplateResponse = Shapes::StructureShape.new(name: 'GetJobTemplateResponse')
|
300
|
+
GetJobsQueryResultsRequest = Shapes::StructureShape.new(name: 'GetJobsQueryResultsRequest')
|
301
|
+
GetJobsQueryResultsResponse = Shapes::StructureShape.new(name: 'GetJobsQueryResultsResponse')
|
299
302
|
GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
|
300
303
|
GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
|
301
304
|
GetPresetRequest = Shapes::StructureShape.new(name: 'GetPresetRequest')
|
@@ -432,6 +435,9 @@ module Aws::MediaConvert
|
|
432
435
|
JobTemplate = Shapes::StructureShape.new(name: 'JobTemplate')
|
433
436
|
JobTemplateListBy = Shapes::StringShape.new(name: 'JobTemplateListBy')
|
434
437
|
JobTemplateSettings = Shapes::StructureShape.new(name: 'JobTemplateSettings')
|
438
|
+
JobsQueryFilter = Shapes::StructureShape.new(name: 'JobsQueryFilter')
|
439
|
+
JobsQueryFilterKey = Shapes::StringShape.new(name: 'JobsQueryFilterKey')
|
440
|
+
JobsQueryStatus = Shapes::StringShape.new(name: 'JobsQueryStatus')
|
435
441
|
KantarWatermarkSettings = Shapes::StructureShape.new(name: 'KantarWatermarkSettings')
|
436
442
|
LanguageCode = Shapes::StringShape.new(name: 'LanguageCode')
|
437
443
|
ListJobTemplatesRequest = Shapes::StructureShape.new(name: 'ListJobTemplatesRequest')
|
@@ -613,12 +619,15 @@ module Aws::MediaConvert
|
|
613
619
|
SearchJobsRequest = Shapes::StructureShape.new(name: 'SearchJobsRequest')
|
614
620
|
SearchJobsResponse = Shapes::StructureShape.new(name: 'SearchJobsResponse')
|
615
621
|
ServiceOverride = Shapes::StructureShape.new(name: 'ServiceOverride')
|
622
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
616
623
|
ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
|
617
624
|
SimulateReservedQueue = Shapes::StringShape.new(name: 'SimulateReservedQueue')
|
618
625
|
SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
|
619
626
|
SpekeKeyProviderCmaf = Shapes::StructureShape.new(name: 'SpekeKeyProviderCmaf')
|
620
627
|
SrtDestinationSettings = Shapes::StructureShape.new(name: 'SrtDestinationSettings')
|
621
628
|
SrtStylePassthrough = Shapes::StringShape.new(name: 'SrtStylePassthrough')
|
629
|
+
StartJobsQueryRequest = Shapes::StructureShape.new(name: 'StartJobsQueryRequest')
|
630
|
+
StartJobsQueryResponse = Shapes::StructureShape.new(name: 'StartJobsQueryResponse')
|
622
631
|
StaticKeyProvider = Shapes::StructureShape.new(name: 'StaticKeyProvider')
|
623
632
|
StatusUpdateInterval = Shapes::StringShape.new(name: 'StatusUpdateInterval')
|
624
633
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
@@ -876,6 +885,7 @@ module Aws::MediaConvert
|
|
876
885
|
__listOfJob = Shapes::ListShape.new(name: '__listOfJob')
|
877
886
|
__listOfJobEngineVersion = Shapes::ListShape.new(name: '__listOfJobEngineVersion')
|
878
887
|
__listOfJobTemplate = Shapes::ListShape.new(name: '__listOfJobTemplate')
|
888
|
+
__listOfJobsQueryFilter = Shapes::ListShape.new(name: '__listOfJobsQueryFilter')
|
879
889
|
__listOfMsSmoothAdditionalManifest = Shapes::ListShape.new(name: '__listOfMsSmoothAdditionalManifest')
|
880
890
|
__listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
|
881
891
|
__listOfOutputChannelMapping = Shapes::ListShape.new(name: '__listOfOutputChannelMapping')
|
@@ -901,6 +911,7 @@ module Aws::MediaConvert
|
|
901
911
|
__listOf__integerMin32Max8182 = Shapes::ListShape.new(name: '__listOf__integerMin32Max8182')
|
902
912
|
__listOf__integerMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__integerMinNegative60Max6')
|
903
913
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
914
|
+
__listOf__stringMax100 = Shapes::ListShape.new(name: '__listOf__stringMax100')
|
904
915
|
__listOf__stringMin1 = Shapes::ListShape.new(name: '__listOf__stringMin1')
|
905
916
|
__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::ListShape.new(name: '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
906
917
|
__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::ListShape.new(name: '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
@@ -912,6 +923,7 @@ module Aws::MediaConvert
|
|
912
923
|
__mapOfDynamicAudioSelector = Shapes::MapShape.new(name: '__mapOfDynamicAudioSelector')
|
913
924
|
__mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
|
914
925
|
__string = Shapes::StringShape.new(name: '__string')
|
926
|
+
__stringMax100 = Shapes::StringShape.new(name: '__stringMax100')
|
915
927
|
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
916
928
|
__stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
|
917
929
|
__stringMax2048PatternS3Https = Shapes::StringShape.new(name: '__stringMax2048PatternS3Https')
|
@@ -1305,6 +1317,19 @@ module Aws::MediaConvert
|
|
1305
1317
|
CmfcSettings.add_member(:timed_metadata_value, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataValue"))
|
1306
1318
|
CmfcSettings.struct_class = Types::CmfcSettings
|
1307
1319
|
|
1320
|
+
CodecMetadata.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
|
1321
|
+
CodecMetadata.add_member(:chroma_subsampling, Shapes::ShapeRef.new(shape: __string, location_name: "chromaSubsampling"))
|
1322
|
+
CodecMetadata.add_member(:coded_frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "codedFrameRate"))
|
1323
|
+
CodecMetadata.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
|
1324
|
+
CodecMetadata.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
1325
|
+
CodecMetadata.add_member(:level, Shapes::ShapeRef.new(shape: __string, location_name: "level"))
|
1326
|
+
CodecMetadata.add_member(:matrix_coefficients, Shapes::ShapeRef.new(shape: MatrixCoefficients, location_name: "matrixCoefficients"))
|
1327
|
+
CodecMetadata.add_member(:profile, Shapes::ShapeRef.new(shape: __string, location_name: "profile"))
|
1328
|
+
CodecMetadata.add_member(:scan_type, Shapes::ShapeRef.new(shape: __string, location_name: "scanType"))
|
1329
|
+
CodecMetadata.add_member(:transfer_characteristics, Shapes::ShapeRef.new(shape: TransferCharacteristics, location_name: "transferCharacteristics"))
|
1330
|
+
CodecMetadata.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
1331
|
+
CodecMetadata.struct_class = Types::CodecMetadata
|
1332
|
+
|
1308
1333
|
ColorConversion3DLUTSetting.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3CubeCUBEHttpsCubeCUBE, location_name: "fileInput"))
|
1309
1334
|
ColorConversion3DLUTSetting.add_member(:input_color_space, Shapes::ShapeRef.new(shape: ColorSpace, location_name: "inputColorSpace"))
|
1310
1335
|
ColorConversion3DLUTSetting.add_member(:input_mastering_luminance, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "inputMasteringLuminance"))
|
@@ -1685,6 +1710,14 @@ module Aws::MediaConvert
|
|
1685
1710
|
GetJobTemplateResponse.add_member(:job_template, Shapes::ShapeRef.new(shape: JobTemplate, location_name: "jobTemplate"))
|
1686
1711
|
GetJobTemplateResponse.struct_class = Types::GetJobTemplateResponse
|
1687
1712
|
|
1713
|
+
GetJobsQueryResultsRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
|
1714
|
+
GetJobsQueryResultsRequest.struct_class = Types::GetJobsQueryResultsRequest
|
1715
|
+
|
1716
|
+
GetJobsQueryResultsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: __listOfJob, location_name: "jobs"))
|
1717
|
+
GetJobsQueryResultsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1718
|
+
GetJobsQueryResultsResponse.add_member(:status, Shapes::ShapeRef.new(shape: JobsQueryStatus, location_name: "status"))
|
1719
|
+
GetJobsQueryResultsResponse.struct_class = Types::GetJobsQueryResultsResponse
|
1720
|
+
|
1688
1721
|
GetPolicyRequest.struct_class = Types::GetPolicyRequest
|
1689
1722
|
|
1690
1723
|
GetPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "policy"))
|
@@ -1996,7 +2029,9 @@ module Aws::MediaConvert
|
|
1996
2029
|
InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin50Max86400000, location_name: "duration"))
|
1997
2030
|
InputVideoGenerator.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
1998
2031
|
InputVideoGenerator.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
|
2032
|
+
InputVideoGenerator.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
|
1999
2033
|
InputVideoGenerator.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin32000Max48000, location_name: "sampleRate"))
|
2034
|
+
InputVideoGenerator.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
|
2000
2035
|
InputVideoGenerator.struct_class = Types::InputVideoGenerator
|
2001
2036
|
|
2002
2037
|
InsertableImage.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "duration"))
|
@@ -2103,6 +2138,10 @@ module Aws::MediaConvert
|
|
2103
2138
|
JobTemplateSettings.add_member(:timed_metadata_insertion, Shapes::ShapeRef.new(shape: TimedMetadataInsertion, location_name: "timedMetadataInsertion"))
|
2104
2139
|
JobTemplateSettings.struct_class = Types::JobTemplateSettings
|
2105
2140
|
|
2141
|
+
JobsQueryFilter.add_member(:key, Shapes::ShapeRef.new(shape: JobsQueryFilterKey, location_name: "key"))
|
2142
|
+
JobsQueryFilter.add_member(:values, Shapes::ShapeRef.new(shape: __listOf__stringMax100, location_name: "values"))
|
2143
|
+
JobsQueryFilter.struct_class = Types::JobsQueryFilter
|
2144
|
+
|
2106
2145
|
KantarWatermarkSettings.add_member(:channel_name, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "channelName"))
|
2107
2146
|
KantarWatermarkSettings.add_member(:content_reference, Shapes::ShapeRef.new(shape: __stringMin1Max50PatternAZAZ09, location_name: "contentReference"))
|
2108
2147
|
KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "credentialsSecretName"))
|
@@ -2621,6 +2660,9 @@ module Aws::MediaConvert
|
|
2621
2660
|
ServiceOverride.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "value"))
|
2622
2661
|
ServiceOverride.struct_class = Types::ServiceOverride
|
2623
2662
|
|
2663
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2664
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
2665
|
+
|
2624
2666
|
SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
|
2625
2667
|
SpekeKeyProvider.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
|
2626
2668
|
SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
|
@@ -2639,6 +2681,15 @@ module Aws::MediaConvert
|
|
2639
2681
|
SrtDestinationSettings.add_member(:style_passthrough, Shapes::ShapeRef.new(shape: SrtStylePassthrough, location_name: "stylePassthrough"))
|
2640
2682
|
SrtDestinationSettings.struct_class = Types::SrtDestinationSettings
|
2641
2683
|
|
2684
|
+
StartJobsQueryRequest.add_member(:filter_list, Shapes::ShapeRef.new(shape: __listOfJobsQueryFilter, location_name: "filterList"))
|
2685
|
+
StartJobsQueryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin1Max20, location_name: "maxResults"))
|
2686
|
+
StartJobsQueryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
2687
|
+
StartJobsQueryRequest.add_member(:order, Shapes::ShapeRef.new(shape: Order, location_name: "order"))
|
2688
|
+
StartJobsQueryRequest.struct_class = Types::StartJobsQueryRequest
|
2689
|
+
|
2690
|
+
StartJobsQueryResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2691
|
+
StartJobsQueryResponse.struct_class = Types::StartJobsQueryResponse
|
2692
|
+
|
2642
2693
|
StaticKeyProvider.add_member(:key_format, Shapes::ShapeRef.new(shape: __stringPatternIdentityAZaZ26AZaZ09163, location_name: "keyFormat"))
|
2643
2694
|
StaticKeyProvider.add_member(:key_format_versions, Shapes::ShapeRef.new(shape: __stringPatternDD, location_name: "keyFormatVersions"))
|
2644
2695
|
StaticKeyProvider.add_member(:static_key_value, Shapes::ShapeRef.new(shape: __stringPatternAZaZ0932, location_name: "staticKeyValue"))
|
@@ -2850,6 +2901,7 @@ module Aws::MediaConvert
|
|
2850
2901
|
|
2851
2902
|
VideoProperties.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
|
2852
2903
|
VideoProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape: __long, location_name: "bitRate"))
|
2904
|
+
VideoProperties.add_member(:codec_metadata, Shapes::ShapeRef.new(shape: CodecMetadata, location_name: "codecMetadata"))
|
2853
2905
|
VideoProperties.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
|
2854
2906
|
VideoProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "frameRate"))
|
2855
2907
|
VideoProperties.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
@@ -3024,6 +3076,8 @@ module Aws::MediaConvert
|
|
3024
3076
|
|
3025
3077
|
__listOfJobTemplate.member = Shapes::ShapeRef.new(shape: JobTemplate)
|
3026
3078
|
|
3079
|
+
__listOfJobsQueryFilter.member = Shapes::ShapeRef.new(shape: JobsQueryFilter)
|
3080
|
+
|
3027
3081
|
__listOfMsSmoothAdditionalManifest.member = Shapes::ShapeRef.new(shape: MsSmoothAdditionalManifest)
|
3028
3082
|
|
3029
3083
|
__listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
|
@@ -3074,6 +3128,8 @@ module Aws::MediaConvert
|
|
3074
3128
|
|
3075
3129
|
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
3076
3130
|
|
3131
|
+
__listOf__stringMax100.member = Shapes::ShapeRef.new(shape: __stringMax100)
|
3132
|
+
|
3077
3133
|
__listOf__stringMin1.member = Shapes::ShapeRef.new(shape: __stringMin1)
|
3078
3134
|
|
3079
3135
|
__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12.member = Shapes::ShapeRef.new(shape: __stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12)
|
@@ -3125,6 +3181,7 @@ module Aws::MediaConvert
|
|
3125
3181
|
o.output = Shapes::ShapeRef.new(shape: AssociateCertificateResponse)
|
3126
3182
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3127
3183
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3184
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3128
3185
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3129
3186
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3130
3187
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3139,6 +3196,7 @@ module Aws::MediaConvert
|
|
3139
3196
|
o.output = Shapes::ShapeRef.new(shape: CancelJobResponse)
|
3140
3197
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3141
3198
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3199
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3142
3200
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3143
3201
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3144
3202
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3153,6 +3211,7 @@ module Aws::MediaConvert
|
|
3153
3211
|
o.output = Shapes::ShapeRef.new(shape: CreateJobResponse)
|
3154
3212
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3155
3213
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3214
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3156
3215
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3157
3216
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3158
3217
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3167,6 +3226,7 @@ module Aws::MediaConvert
|
|
3167
3226
|
o.output = Shapes::ShapeRef.new(shape: CreateJobTemplateResponse)
|
3168
3227
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3169
3228
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3229
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3170
3230
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3171
3231
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3172
3232
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3181,6 +3241,7 @@ module Aws::MediaConvert
|
|
3181
3241
|
o.output = Shapes::ShapeRef.new(shape: CreatePresetResponse)
|
3182
3242
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3183
3243
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3244
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3184
3245
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3185
3246
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3186
3247
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3195,6 +3256,7 @@ module Aws::MediaConvert
|
|
3195
3256
|
o.output = Shapes::ShapeRef.new(shape: CreateQueueResponse)
|
3196
3257
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3197
3258
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3259
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3198
3260
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3199
3261
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3200
3262
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3209,6 +3271,7 @@ module Aws::MediaConvert
|
|
3209
3271
|
o.output = Shapes::ShapeRef.new(shape: CreateResourceShareResponse)
|
3210
3272
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3211
3273
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3274
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3212
3275
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3213
3276
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3214
3277
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3223,6 +3286,7 @@ module Aws::MediaConvert
|
|
3223
3286
|
o.output = Shapes::ShapeRef.new(shape: DeleteJobTemplateResponse)
|
3224
3287
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3225
3288
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3289
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3226
3290
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3227
3291
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3228
3292
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3237,6 +3301,7 @@ module Aws::MediaConvert
|
|
3237
3301
|
o.output = Shapes::ShapeRef.new(shape: DeletePolicyResponse)
|
3238
3302
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3239
3303
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3304
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3240
3305
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3241
3306
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3242
3307
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3251,6 +3316,7 @@ module Aws::MediaConvert
|
|
3251
3316
|
o.output = Shapes::ShapeRef.new(shape: DeletePresetResponse)
|
3252
3317
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3253
3318
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3319
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3254
3320
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3255
3321
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3256
3322
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3265,6 +3331,7 @@ module Aws::MediaConvert
|
|
3265
3331
|
o.output = Shapes::ShapeRef.new(shape: DeleteQueueResponse)
|
3266
3332
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3267
3333
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3334
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3268
3335
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3269
3336
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3270
3337
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3280,6 +3347,7 @@ module Aws::MediaConvert
|
|
3280
3347
|
o.output = Shapes::ShapeRef.new(shape: DescribeEndpointsResponse)
|
3281
3348
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3282
3349
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3350
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3283
3351
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3284
3352
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3285
3353
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3300,6 +3368,7 @@ module Aws::MediaConvert
|
|
3300
3368
|
o.output = Shapes::ShapeRef.new(shape: DisassociateCertificateResponse)
|
3301
3369
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3302
3370
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3371
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3303
3372
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3304
3373
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3305
3374
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3314,6 +3383,7 @@ module Aws::MediaConvert
|
|
3314
3383
|
o.output = Shapes::ShapeRef.new(shape: GetJobResponse)
|
3315
3384
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3316
3385
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3386
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3317
3387
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3318
3388
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3319
3389
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3328,6 +3398,22 @@ module Aws::MediaConvert
|
|
3328
3398
|
o.output = Shapes::ShapeRef.new(shape: GetJobTemplateResponse)
|
3329
3399
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3330
3400
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3401
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3402
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3403
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3404
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3405
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3406
|
+
end)
|
3407
|
+
|
3408
|
+
api.add_operation(:get_jobs_query_results, Seahorse::Model::Operation.new.tap do |o|
|
3409
|
+
o.name = "GetJobsQueryResults"
|
3410
|
+
o.http_method = "GET"
|
3411
|
+
o.http_request_uri = "/2017-08-29/jobsQueries/{id}"
|
3412
|
+
o.input = Shapes::ShapeRef.new(shape: GetJobsQueryResultsRequest)
|
3413
|
+
o.output = Shapes::ShapeRef.new(shape: GetJobsQueryResultsResponse)
|
3414
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3415
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3416
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3331
3417
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3332
3418
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3333
3419
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3342,6 +3428,7 @@ module Aws::MediaConvert
|
|
3342
3428
|
o.output = Shapes::ShapeRef.new(shape: GetPolicyResponse)
|
3343
3429
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3344
3430
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3431
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3345
3432
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3346
3433
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3347
3434
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3356,6 +3443,7 @@ module Aws::MediaConvert
|
|
3356
3443
|
o.output = Shapes::ShapeRef.new(shape: GetPresetResponse)
|
3357
3444
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3358
3445
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3446
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3359
3447
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3360
3448
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3361
3449
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3370,6 +3458,7 @@ module Aws::MediaConvert
|
|
3370
3458
|
o.output = Shapes::ShapeRef.new(shape: GetQueueResponse)
|
3371
3459
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3372
3460
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3461
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3373
3462
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3374
3463
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3375
3464
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3384,6 +3473,7 @@ module Aws::MediaConvert
|
|
3384
3473
|
o.output = Shapes::ShapeRef.new(shape: ListJobTemplatesResponse)
|
3385
3474
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3386
3475
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3476
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3387
3477
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3388
3478
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3389
3479
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3404,6 +3494,7 @@ module Aws::MediaConvert
|
|
3404
3494
|
o.output = Shapes::ShapeRef.new(shape: ListJobsResponse)
|
3405
3495
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3406
3496
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3497
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3407
3498
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3408
3499
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3409
3500
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3424,6 +3515,7 @@ module Aws::MediaConvert
|
|
3424
3515
|
o.output = Shapes::ShapeRef.new(shape: ListPresetsResponse)
|
3425
3516
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3426
3517
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3518
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3427
3519
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3428
3520
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3429
3521
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3444,6 +3536,7 @@ module Aws::MediaConvert
|
|
3444
3536
|
o.output = Shapes::ShapeRef.new(shape: ListQueuesResponse)
|
3445
3537
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3446
3538
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3539
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3447
3540
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3448
3541
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3449
3542
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3464,6 +3557,7 @@ module Aws::MediaConvert
|
|
3464
3557
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
3465
3558
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3466
3559
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3560
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3467
3561
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3468
3562
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3469
3563
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3478,6 +3572,7 @@ module Aws::MediaConvert
|
|
3478
3572
|
o.output = Shapes::ShapeRef.new(shape: ListVersionsResponse)
|
3479
3573
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3480
3574
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3575
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3481
3576
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3482
3577
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3483
3578
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3498,6 +3593,7 @@ module Aws::MediaConvert
|
|
3498
3593
|
o.output = Shapes::ShapeRef.new(shape: ProbeResponse)
|
3499
3594
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3500
3595
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3596
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3501
3597
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3502
3598
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3503
3599
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3512,6 +3608,7 @@ module Aws::MediaConvert
|
|
3512
3608
|
o.output = Shapes::ShapeRef.new(shape: PutPolicyResponse)
|
3513
3609
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3514
3610
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3611
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3515
3612
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3516
3613
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3517
3614
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3526,6 +3623,7 @@ module Aws::MediaConvert
|
|
3526
3623
|
o.output = Shapes::ShapeRef.new(shape: SearchJobsResponse)
|
3527
3624
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3528
3625
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3626
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3529
3627
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3530
3628
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3531
3629
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3538,6 +3636,21 @@ module Aws::MediaConvert
|
|
3538
3636
|
)
|
3539
3637
|
end)
|
3540
3638
|
|
3639
|
+
api.add_operation(:start_jobs_query, Seahorse::Model::Operation.new.tap do |o|
|
3640
|
+
o.name = "StartJobsQuery"
|
3641
|
+
o.http_method = "POST"
|
3642
|
+
o.http_request_uri = "/2017-08-29/jobsQueries"
|
3643
|
+
o.input = Shapes::ShapeRef.new(shape: StartJobsQueryRequest)
|
3644
|
+
o.output = Shapes::ShapeRef.new(shape: StartJobsQueryResponse)
|
3645
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3646
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3647
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3648
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3649
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3650
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3651
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3652
|
+
end)
|
3653
|
+
|
3541
3654
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
3542
3655
|
o.name = "TagResource"
|
3543
3656
|
o.http_method = "POST"
|
@@ -3546,6 +3659,7 @@ module Aws::MediaConvert
|
|
3546
3659
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
3547
3660
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3548
3661
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3662
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3549
3663
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3550
3664
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3551
3665
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3560,6 +3674,7 @@ module Aws::MediaConvert
|
|
3560
3674
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
3561
3675
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3562
3676
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3677
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3563
3678
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3564
3679
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3565
3680
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3574,6 +3689,7 @@ module Aws::MediaConvert
|
|
3574
3689
|
o.output = Shapes::ShapeRef.new(shape: UpdateJobTemplateResponse)
|
3575
3690
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3576
3691
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3692
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3577
3693
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3578
3694
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3579
3695
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3588,6 +3704,7 @@ module Aws::MediaConvert
|
|
3588
3704
|
o.output = Shapes::ShapeRef.new(shape: UpdatePresetResponse)
|
3589
3705
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3590
3706
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3707
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3591
3708
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3592
3709
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3593
3710
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -3602,6 +3719,7 @@ module Aws::MediaConvert
|
|
3602
3719
|
o.output = Shapes::ShapeRef.new(shape: UpdateQueueResponse)
|
3603
3720
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3604
3721
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3722
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3605
3723
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3606
3724
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3607
3725
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -13,22 +13,22 @@ module Aws::MediaConvert
|
|
13
13
|
# @!attribute region
|
14
14
|
# The AWS region used to dispatch the request.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute use_dual_stack
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|
@@ -32,6 +32,7 @@ module Aws::MediaConvert
|
|
32
32
|
# * {ForbiddenException}
|
33
33
|
# * {InternalServerErrorException}
|
34
34
|
# * {NotFoundException}
|
35
|
+
# * {ServiceQuotaExceededException}
|
35
36
|
# * {TooManyRequestsException}
|
36
37
|
#
|
37
38
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
@@ -115,6 +116,21 @@ module Aws::MediaConvert
|
|
115
116
|
end
|
116
117
|
end
|
117
118
|
|
119
|
+
class ServiceQuotaExceededException < ServiceError
|
120
|
+
|
121
|
+
# @param [Seahorse::Client::RequestContext] context
|
122
|
+
# @param [String] message
|
123
|
+
# @param [Aws::MediaConvert::Types::ServiceQuotaExceededException] data
|
124
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
125
|
+
super(context, message, data)
|
126
|
+
end
|
127
|
+
|
128
|
+
# @return [String]
|
129
|
+
def message
|
130
|
+
@message || @data[:message]
|
131
|
+
end
|
132
|
+
end
|
133
|
+
|
118
134
|
class TooManyRequestsException < ServiceError
|
119
135
|
|
120
136
|
# @param [Seahorse::Client::RequestContext] context
|