Skip to content

Commit d58fd4b

Browse files
author
awstools
committed
feat(client-emr-containers): Remove incorrect endpoint tests
1 parent c9c6ddc commit d58fd4b

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/emr-containers.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -960,17 +960,6 @@
960960
"UseDualStack": true
961961
}
962962
},
963-
{
964-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
965-
"expect": {
966-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
967-
},
968-
"params": {
969-
"Region": "us-iso-east-1",
970-
"UseFIPS": true,
971-
"UseDualStack": true
972-
}
973-
},
974963
{
975964
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
976965
"expect": {
@@ -984,17 +973,6 @@
984973
"UseDualStack": false
985974
}
986975
},
987-
{
988-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
989-
"expect": {
990-
"error": "DualStack is enabled but this partition does not support DualStack"
991-
},
992-
"params": {
993-
"Region": "us-iso-east-1",
994-
"UseFIPS": false,
995-
"UseDualStack": true
996-
}
997-
},
998976
{
999977
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
1000978
"expect": {
@@ -1008,17 +986,6 @@
1008986
"UseDualStack": false
1009987
}
1010988
},
1011-
{
1012-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1013-
"expect": {
1014-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1015-
},
1016-
"params": {
1017-
"Region": "us-isob-east-1",
1018-
"UseFIPS": true,
1019-
"UseDualStack": true
1020-
}
1021-
},
1022989
{
1023990
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1024991
"expect": {
@@ -1032,17 +999,6 @@
1032999
"UseDualStack": false
10331000
}
10341001
},
1035-
{
1036-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1037-
"expect": {
1038-
"error": "DualStack is enabled but this partition does not support DualStack"
1039-
},
1040-
"params": {
1041-
"Region": "us-isob-east-1",
1042-
"UseFIPS": false,
1043-
"UseDualStack": true
1044-
}
1045-
},
10461002
{
10471003
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
10481004
"expect": {

0 commit comments

Comments
 (0)