Skip to content

Commit 6a9ecc9

Browse files
author
awstools
committed
feat(client-appconfig): Remove incorrect endpoint tests
1 parent 1a94d3b commit 6a9ecc9

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,17 +1210,6 @@
12101210
"UseDualStack": false
12111211
}
12121212
},
1213-
{
1214-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1215-
"expect": {
1216-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1217-
},
1218-
"params": {
1219-
"Region": "us-iso-east-1",
1220-
"UseFIPS": true,
1221-
"UseDualStack": true
1222-
}
1223-
},
12241213
{
12251214
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
12261215
"expect": {
@@ -1234,17 +1223,6 @@
12341223
"UseDualStack": false
12351224
}
12361225
},
1237-
{
1238-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1239-
"expect": {
1240-
"error": "DualStack is enabled but this partition does not support DualStack"
1241-
},
1242-
"params": {
1243-
"Region": "us-iso-east-1",
1244-
"UseFIPS": false,
1245-
"UseDualStack": true
1246-
}
1247-
},
12481226
{
12491227
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
12501228
"expect": {
@@ -1258,17 +1236,6 @@
12581236
"UseDualStack": false
12591237
}
12601238
},
1261-
{
1262-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1263-
"expect": {
1264-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1265-
},
1266-
"params": {
1267-
"Region": "us-isob-east-1",
1268-
"UseFIPS": true,
1269-
"UseDualStack": true
1270-
}
1271-
},
12721239
{
12731240
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
12741241
"expect": {
@@ -1282,17 +1249,6 @@
12821249
"UseDualStack": false
12831250
}
12841251
},
1285-
{
1286-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1287-
"expect": {
1288-
"error": "DualStack is enabled but this partition does not support DualStack"
1289-
},
1290-
"params": {
1291-
"Region": "us-isob-east-1",
1292-
"UseFIPS": false,
1293-
"UseDualStack": true
1294-
}
1295-
},
12961252
{
12971253
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
12981254
"expect": {

0 commit comments

Comments
 (0)