Skip to content

Commit cc47b0a

Browse files
author
awstools
committed
feat(client-acm): Remove incorrect endpoint tests
1 parent 927f5ee commit cc47b0a

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,17 +1239,6 @@
12391239
"UseDualStack": true
12401240
}
12411241
},
1242-
{
1243-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1244-
"expect": {
1245-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1246-
},
1247-
"params": {
1248-
"Region": "us-iso-east-1",
1249-
"UseFIPS": true,
1250-
"UseDualStack": true
1251-
}
1252-
},
12531242
{
12541243
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
12551244
"expect": {
@@ -1263,17 +1252,6 @@
12631252
"UseDualStack": false
12641253
}
12651254
},
1266-
{
1267-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1268-
"expect": {
1269-
"error": "DualStack is enabled but this partition does not support DualStack"
1270-
},
1271-
"params": {
1272-
"Region": "us-iso-east-1",
1273-
"UseFIPS": false,
1274-
"UseDualStack": true
1275-
}
1276-
},
12771255
{
12781256
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
12791257
"expect": {
@@ -1287,17 +1265,6 @@
12871265
"UseDualStack": false
12881266
}
12891267
},
1290-
{
1291-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1292-
"expect": {
1293-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1294-
},
1295-
"params": {
1296-
"Region": "us-isob-east-1",
1297-
"UseFIPS": true,
1298-
"UseDualStack": true
1299-
}
1300-
},
13011268
{
13021269
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
13031270
"expect": {
@@ -1311,17 +1278,6 @@
13111278
"UseDualStack": false
13121279
}
13131280
},
1314-
{
1315-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1316-
"expect": {
1317-
"error": "DualStack is enabled but this partition does not support DualStack"
1318-
},
1319-
"params": {
1320-
"Region": "us-isob-east-1",
1321-
"UseFIPS": false,
1322-
"UseDualStack": true
1323-
}
1324-
},
13251281
{
13261282
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
13271283
"expect": {

0 commit comments

Comments
 (0)