Skip to content

Commit e6a9d22

Browse files
author
awstools
committed
feat(client-drs): Remove incorrect endpoint tests
1 parent 1eb52d2 commit e6a9d22

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3320,17 +3320,6 @@
33203320
"UseDualStack": false
33213321
}
33223322
},
3323-
{
3324-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3325-
"expect": {
3326-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3327-
},
3328-
"params": {
3329-
"Region": "us-iso-east-1",
3330-
"UseFIPS": true,
3331-
"UseDualStack": true
3332-
}
3333-
},
33343323
{
33353324
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
33363325
"expect": {
@@ -3344,17 +3333,6 @@
33443333
"UseDualStack": false
33453334
}
33463335
},
3347-
{
3348-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3349-
"expect": {
3350-
"error": "DualStack is enabled but this partition does not support DualStack"
3351-
},
3352-
"params": {
3353-
"Region": "us-iso-east-1",
3354-
"UseFIPS": false,
3355-
"UseDualStack": true
3356-
}
3357-
},
33583336
{
33593337
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
33603338
"expect": {
@@ -3368,17 +3346,6 @@
33683346
"UseDualStack": false
33693347
}
33703348
},
3371-
{
3372-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3373-
"expect": {
3374-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3375-
},
3376-
"params": {
3377-
"Region": "us-isob-east-1",
3378-
"UseFIPS": true,
3379-
"UseDualStack": true
3380-
}
3381-
},
33823349
{
33833350
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
33843351
"expect": {
@@ -3392,17 +3359,6 @@
33923359
"UseDualStack": false
33933360
}
33943361
},
3395-
{
3396-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3397-
"expect": {
3398-
"error": "DualStack is enabled but this partition does not support DualStack"
3399-
},
3400-
"params": {
3401-
"Region": "us-isob-east-1",
3402-
"UseFIPS": false,
3403-
"UseDualStack": true
3404-
}
3405-
},
34063362
{
34073363
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
34083364
"expect": {

0 commit comments

Comments
 (0)