Skip to content

Commit 0d62e92

Browse files
author
awstools
committed
feat(client-resource-explorer-2): Remove incorrect endpoint tests
1 parent 9667491 commit 0d62e92

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/resource-explorer-2.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,17 +2456,6 @@
24562456
"UseDualStack": false
24572457
}
24582458
},
2459-
{
2460-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2461-
"expect": {
2462-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2463-
},
2464-
"params": {
2465-
"Region": "us-iso-east-1",
2466-
"UseFIPS": true,
2467-
"UseDualStack": true
2468-
}
2469-
},
24702459
{
24712460
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
24722461
"expect": {
@@ -2480,17 +2469,6 @@
24802469
"UseDualStack": false
24812470
}
24822471
},
2483-
{
2484-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2485-
"expect": {
2486-
"error": "DualStack is enabled but this partition does not support DualStack"
2487-
},
2488-
"params": {
2489-
"Region": "us-iso-east-1",
2490-
"UseFIPS": false,
2491-
"UseDualStack": true
2492-
}
2493-
},
24942472
{
24952473
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
24962474
"expect": {
@@ -2504,17 +2482,6 @@
25042482
"UseDualStack": false
25052483
}
25062484
},
2507-
{
2508-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2509-
"expect": {
2510-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2511-
},
2512-
"params": {
2513-
"Region": "us-isob-east-1",
2514-
"UseFIPS": true,
2515-
"UseDualStack": true
2516-
}
2517-
},
25182485
{
25192486
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
25202487
"expect": {
@@ -2528,17 +2495,6 @@
25282495
"UseDualStack": false
25292496
}
25302497
},
2531-
{
2532-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2533-
"expect": {
2534-
"error": "DualStack is enabled but this partition does not support DualStack"
2535-
},
2536-
"params": {
2537-
"Region": "us-isob-east-1",
2538-
"UseFIPS": false,
2539-
"UseDualStack": true
2540-
}
2541-
},
25422498
{
25432499
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
25442500
"expect": {

0 commit comments

Comments
 (0)