Skip to content

Commit f9e7fcc

Browse files
author
awstools
committed
feat(client-elastic-load-balancing): Remove incorrect endpoint tests
1 parent 3ff964d commit f9e7fcc

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/elastic-load-balancing.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,17 +3367,6 @@
33673367
"UseDualStack": false
33683368
}
33693369
},
3370-
{
3371-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3372-
"expect": {
3373-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3374-
},
3375-
"params": {
3376-
"Region": "us-iso-east-1",
3377-
"UseFIPS": true,
3378-
"UseDualStack": true
3379-
}
3380-
},
33813370
{
33823371
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
33833372
"expect": {
@@ -3391,17 +3380,6 @@
33913380
"UseDualStack": false
33923381
}
33933382
},
3394-
{
3395-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3396-
"expect": {
3397-
"error": "DualStack is enabled but this partition does not support DualStack"
3398-
},
3399-
"params": {
3400-
"Region": "us-iso-east-1",
3401-
"UseFIPS": false,
3402-
"UseDualStack": true
3403-
}
3404-
},
34053383
{
34063384
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
34073385
"expect": {
@@ -3415,17 +3393,6 @@
34153393
"UseDualStack": false
34163394
}
34173395
},
3418-
{
3419-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3420-
"expect": {
3421-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3422-
},
3423-
"params": {
3424-
"Region": "us-isob-east-1",
3425-
"UseFIPS": true,
3426-
"UseDualStack": true
3427-
}
3428-
},
34293396
{
34303397
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
34313398
"expect": {
@@ -3439,17 +3406,6 @@
34393406
"UseDualStack": false
34403407
}
34413408
},
3442-
{
3443-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3444-
"expect": {
3445-
"error": "DualStack is enabled but this partition does not support DualStack"
3446-
},
3447-
"params": {
3448-
"Region": "us-isob-east-1",
3449-
"UseFIPS": false,
3450-
"UseDualStack": true
3451-
}
3452-
},
34533409
{
34543410
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
34553411
"expect": {

0 commit comments

Comments
 (0)