Skip to content

Commit be8685e

Browse files
author
awstools
committed
feat(client-dlm): Remove incorrect endpoint tests
1 parent 2d19fdf commit be8685e

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3359,17 +3359,6 @@
33593359
"UseDualStack": true
33603360
}
33613361
},
3362-
{
3363-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3364-
"expect": {
3365-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3366-
},
3367-
"params": {
3368-
"Region": "us-iso-east-1",
3369-
"UseFIPS": true,
3370-
"UseDualStack": true
3371-
}
3372-
},
33733362
{
33743363
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
33753364
"expect": {
@@ -3383,17 +3372,6 @@
33833372
"UseDualStack": false
33843373
}
33853374
},
3386-
{
3387-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3388-
"expect": {
3389-
"error": "DualStack is enabled but this partition does not support DualStack"
3390-
},
3391-
"params": {
3392-
"Region": "us-iso-east-1",
3393-
"UseFIPS": false,
3394-
"UseDualStack": true
3395-
}
3396-
},
33973375
{
33983376
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
33993377
"expect": {
@@ -3407,17 +3385,6 @@
34073385
"UseDualStack": false
34083386
}
34093387
},
3410-
{
3411-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3412-
"expect": {
3413-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3414-
},
3415-
"params": {
3416-
"Region": "us-isob-east-1",
3417-
"UseFIPS": true,
3418-
"UseDualStack": true
3419-
}
3420-
},
34213388
{
34223389
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
34233390
"expect": {
@@ -3431,17 +3398,6 @@
34313398
"UseDualStack": false
34323399
}
34333400
},
3434-
{
3435-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3436-
"expect": {
3437-
"error": "DualStack is enabled but this partition does not support DualStack"
3438-
},
3439-
"params": {
3440-
"Region": "us-isob-east-1",
3441-
"UseFIPS": false,
3442-
"UseDualStack": true
3443-
}
3444-
},
34453401
{
34463402
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
34473403
"expect": {

0 commit comments

Comments
 (0)