Skip to content

Commit 10f59aa

Browse files
author
awstools
committed
feat(client-athena): Remove incorrect endpoint tests
1 parent a2428e0 commit 10f59aa

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/athena.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,17 +1094,6 @@
10941094
"UseDualStack": true
10951095
}
10961096
},
1097-
{
1098-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1099-
"expect": {
1100-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1101-
},
1102-
"params": {
1103-
"Region": "us-iso-east-1",
1104-
"UseFIPS": true,
1105-
"UseDualStack": true
1106-
}
1107-
},
11081097
{
11091098
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
11101099
"expect": {
@@ -1118,17 +1107,6 @@
11181107
"UseDualStack": false
11191108
}
11201109
},
1121-
{
1122-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1123-
"expect": {
1124-
"error": "DualStack is enabled but this partition does not support DualStack"
1125-
},
1126-
"params": {
1127-
"Region": "us-iso-east-1",
1128-
"UseFIPS": false,
1129-
"UseDualStack": true
1130-
}
1131-
},
11321110
{
11331111
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
11341112
"expect": {
@@ -1142,17 +1120,6 @@
11421120
"UseDualStack": false
11431121
}
11441122
},
1145-
{
1146-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1147-
"expect": {
1148-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1149-
},
1150-
"params": {
1151-
"Region": "us-isob-east-1",
1152-
"UseFIPS": true,
1153-
"UseDualStack": true
1154-
}
1155-
},
11561123
{
11571124
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
11581125
"expect": {
@@ -1166,17 +1133,6 @@
11661133
"UseDualStack": false
11671134
}
11681135
},
1169-
{
1170-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1171-
"expect": {
1172-
"error": "DualStack is enabled but this partition does not support DualStack"
1173-
},
1174-
"params": {
1175-
"Region": "us-isob-east-1",
1176-
"UseFIPS": false,
1177-
"UseDualStack": true
1178-
}
1179-
},
11801136
{
11811137
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11821138
"expect": {

0 commit comments

Comments
 (0)