Skip to content

Commit 02cbdfc

Browse files
author
AWS
committed
Amazon Elastic Transcoder Update: Remove incorrect endpoint tests
1 parent e2fb9ab commit 02cbdfc

File tree

3 files changed

+16
-64
lines changed

3 files changed

+16
-64
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Transcoder",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/elastictranscoder/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,6 @@
247247
"UseDualStack": false
248248
}
249249
},
250-
{
251-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
252-
"expect": {
253-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
254-
},
255-
"params": {
256-
"Region": "us-iso-east-1",
257-
"UseFIPS": true,
258-
"UseDualStack": true
259-
}
260-
},
261250
{
262251
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
263252
"expect": {
@@ -271,17 +260,6 @@
271260
"UseDualStack": false
272261
}
273262
},
274-
{
275-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
276-
"expect": {
277-
"error": "DualStack is enabled but this partition does not support DualStack"
278-
},
279-
"params": {
280-
"Region": "us-iso-east-1",
281-
"UseFIPS": false,
282-
"UseDualStack": true
283-
}
284-
},
285263
{
286264
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
287265
"expect": {
@@ -295,17 +273,6 @@
295273
"UseDualStack": false
296274
}
297275
},
298-
{
299-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
300-
"expect": {
301-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
302-
},
303-
"params": {
304-
"Region": "us-isob-east-1",
305-
"UseFIPS": true,
306-
"UseDualStack": true
307-
}
308-
},
309276
{
310277
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
311278
"expect": {
@@ -319,17 +286,6 @@
319286
"UseDualStack": false
320287
}
321288
},
322-
{
323-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
324-
"expect": {
325-
"error": "DualStack is enabled but this partition does not support DualStack"
326-
},
327-
"params": {
328-
"Region": "us-isob-east-1",
329-
"UseFIPS": false,
330-
"UseDualStack": true
331-
}
332-
},
333289
{
334290
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
335291
"expect": {

services/elastictranscoder/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@
328328
},
329329
"AccessDeniedException":{
330330
"type":"structure",
331-
"members":{
332-
},
331+
"members":{},
333332
"documentation":"<p>General authentication failure. The request was not signed correctly.</p>",
334333
"error":{"httpStatusCode":403},
335334
"exception":true
@@ -491,8 +490,7 @@
491490
},
492491
"CancelJobResponse":{
493492
"type":"structure",
494-
"members":{
495-
},
493+
"members":{},
496494
"documentation":"<p>The response body contains a JSON object. If the job is successfully canceled, the value of <code>Success</code> is <code>true</code>.</p>"
497495
},
498496
"CaptionFormat":{
@@ -864,8 +862,7 @@
864862
},
865863
"DeletePipelineResponse":{
866864
"type":"structure",
867-
"members":{
868-
},
865+
"members":{},
869866
"documentation":"<p>The <code>DeletePipelineResponse</code> structure.</p>"
870867
},
871868
"DeletePresetRequest":{
@@ -883,8 +880,7 @@
883880
},
884881
"DeletePresetResponse":{
885882
"type":"structure",
886-
"members":{
887-
},
883+
"members":{},
888884
"documentation":"<p>The <code>DeletePresetResponse</code> structure.</p>"
889885
},
890886
"Description":{
@@ -1026,8 +1022,7 @@
10261022
},
10271023
"IncompatibleVersionException":{
10281024
"type":"structure",
1029-
"members":{
1030-
},
1025+
"members":{},
10311026
"error":{"httpStatusCode":400},
10321027
"exception":true
10331028
},
@@ -1051,8 +1046,7 @@
10511046
},
10521047
"InternalServiceException":{
10531048
"type":"structure",
1054-
"members":{
1055-
},
1049+
"members":{},
10561050
"documentation":"<p>Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.</p>",
10571051
"exception":true,
10581052
"fault":true
@@ -1333,8 +1327,7 @@
13331327
},
13341328
"LimitExceededException":{
13351329
"type":"structure",
1336-
"members":{
1337-
},
1330+
"members":{},
13381331
"documentation":"<p>Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.</p>",
13391332
"error":{"httpStatusCode":429},
13401333
"exception":true
@@ -1912,16 +1905,14 @@
19121905
},
19131906
"ResourceInUseException":{
19141907
"type":"structure",
1915-
"members":{
1916-
},
1908+
"members":{},
19171909
"documentation":"<p>The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.</p>",
19181910
"error":{"httpStatusCode":409},
19191911
"exception":true
19201912
},
19211913
"ResourceNotFoundException":{
19221914
"type":"structure",
1923-
"members":{
1924-
},
1915+
"members":{},
19251916
"documentation":"<p>The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.</p>",
19261917
"error":{"httpStatusCode":404},
19271918
"exception":true
@@ -2212,8 +2203,7 @@
22122203
},
22132204
"ValidationException":{
22142205
"type":"structure",
2215-
"members":{
2216-
},
2206+
"members":{},
22172207
"documentation":"<p>One or more required parameter values were not provided in the request.</p>",
22182208
"error":{"httpStatusCode":400},
22192209
"exception":true

0 commit comments

Comments
 (0)