Skip to content

Commit e0f8de8

Browse files
author
awstools
committed
feat(client-emr-serverless): Remove incorrect endpoint tests
1 parent 3a5371c commit e0f8de8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -994,17 +994,6 @@
994994
"UseDualStack": false
995995
}
996996
},
997-
{
998-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
999-
"expect": {
1000-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1001-
},
1002-
"params": {
1003-
"Region": "us-iso-east-1",
1004-
"UseFIPS": true,
1005-
"UseDualStack": true
1006-
}
1007-
},
1008997
{
1009998
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1010999
"expect": {
@@ -1018,17 +1007,6 @@
10181007
"UseDualStack": false
10191008
}
10201009
},
1021-
{
1022-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1023-
"expect": {
1024-
"error": "DualStack is enabled but this partition does not support DualStack"
1025-
},
1026-
"params": {
1027-
"Region": "us-iso-east-1",
1028-
"UseFIPS": false,
1029-
"UseDualStack": true
1030-
}
1031-
},
10321010
{
10331011
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
10341012
"expect": {
@@ -1042,17 +1020,6 @@
10421020
"UseDualStack": false
10431021
}
10441022
},
1045-
{
1046-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1047-
"expect": {
1048-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1049-
},
1050-
"params": {
1051-
"Region": "us-isob-east-1",
1052-
"UseFIPS": true,
1053-
"UseDualStack": true
1054-
}
1055-
},
10561023
{
10571024
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
10581025
"expect": {
@@ -1066,17 +1033,6 @@
10661033
"UseDualStack": false
10671034
}
10681035
},
1069-
{
1070-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1071-
"expect": {
1072-
"error": "DualStack is enabled but this partition does not support DualStack"
1073-
},
1074-
"params": {
1075-
"Region": "us-isob-east-1",
1076-
"UseFIPS": false,
1077-
"UseDualStack": true
1078-
}
1079-
},
10801036
{
10811037
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
10821038
"expect": {

0 commit comments

Comments
 (0)