Skip to content

Commit 5415d9c

Browse files
author
AWS
committed
Amazon EMR Containers Update: Remove incorrect endpoint tests
1 parent 345dcf1 commit 5415d9c

File tree

3 files changed

+8
-48
lines changed

3 files changed

+8
-48
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 EMR Containers",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,6 @@
442442
"UseDualStack": true
443443
}
444444
},
445-
{
446-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
447-
"expect": {
448-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
449-
},
450-
"params": {
451-
"Region": "us-iso-east-1",
452-
"UseFIPS": true,
453-
"UseDualStack": true
454-
}
455-
},
456445
{
457446
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
458447
"expect": {
@@ -466,17 +455,6 @@
466455
"UseDualStack": false
467456
}
468457
},
469-
{
470-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
471-
"expect": {
472-
"error": "DualStack is enabled but this partition does not support DualStack"
473-
},
474-
"params": {
475-
"Region": "us-iso-east-1",
476-
"UseFIPS": false,
477-
"UseDualStack": true
478-
}
479-
},
480458
{
481459
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
482460
"expect": {
@@ -490,17 +468,6 @@
490468
"UseDualStack": false
491469
}
492470
},
493-
{
494-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
495-
"expect": {
496-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
497-
},
498-
"params": {
499-
"Region": "us-isob-east-1",
500-
"UseFIPS": true,
501-
"UseDualStack": true
502-
}
503-
},
504471
{
505472
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
506473
"expect": {
@@ -514,17 +481,6 @@
514481
"UseDualStack": false
515482
}
516483
},
517-
{
518-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
519-
"expect": {
520-
"error": "DualStack is enabled but this partition does not support DualStack"
521-
},
522-
"params": {
523-
"Region": "us-isob-east-1",
524-
"UseFIPS": false,
525-
"UseDualStack": true
526-
}
527-
},
528484
{
529485
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
530486
"expect": {

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,8 +2305,7 @@
23052305
},
23062306
"TagResourceResponse":{
23072307
"type":"structure",
2308-
"members":{
2309-
}
2308+
"members":{}
23102309
},
23112310
"TemplateParameter":{
23122311
"type":"string",
@@ -2382,8 +2381,7 @@
23822381
},
23832382
"UntagResourceResponse":{
23842383
"type":"structure",
2385-
"members":{
2386-
}
2384+
"members":{}
23872385
},
23882386
"UriString":{
23892387
"type":"string",

0 commit comments

Comments
 (0)