Skip to content

Commit 9905fc5

Browse files
author
awstools
committed
feat(client-keyspaces): Remove incorrect endpoint tests
1 parent dee9e8e commit 9905fc5

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,17 +2319,6 @@
23192319
"UseDualStack": true
23202320
}
23212321
},
2322-
{
2323-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2324-
"expect": {
2325-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2326-
},
2327-
"params": {
2328-
"Region": "us-iso-east-1",
2329-
"UseFIPS": true,
2330-
"UseDualStack": true
2331-
}
2332-
},
23332322
{
23342323
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
23352324
"expect": {
@@ -2343,17 +2332,6 @@
23432332
"UseDualStack": false
23442333
}
23452334
},
2346-
{
2347-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2348-
"expect": {
2349-
"error": "DualStack is enabled but this partition does not support DualStack"
2350-
},
2351-
"params": {
2352-
"Region": "us-iso-east-1",
2353-
"UseFIPS": false,
2354-
"UseDualStack": true
2355-
}
2356-
},
23572335
{
23582336
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
23592337
"expect": {
@@ -2367,17 +2345,6 @@
23672345
"UseDualStack": false
23682346
}
23692347
},
2370-
{
2371-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2372-
"expect": {
2373-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2374-
},
2375-
"params": {
2376-
"Region": "us-isob-east-1",
2377-
"UseFIPS": true,
2378-
"UseDualStack": true
2379-
}
2380-
},
23812348
{
23822349
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
23832350
"expect": {
@@ -2391,17 +2358,6 @@
23912358
"UseDualStack": false
23922359
}
23932360
},
2394-
{
2395-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2396-
"expect": {
2397-
"error": "DualStack is enabled but this partition does not support DualStack"
2398-
},
2399-
"params": {
2400-
"Region": "us-isob-east-1",
2401-
"UseFIPS": false,
2402-
"UseDualStack": true
2403-
}
2404-
},
24052361
{
24062362
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
24072363
"expect": {

0 commit comments

Comments
 (0)