Skip to content

Commit 414bac0

Browse files
author
awstools
committed
feat(client-ssm-sap): Remove incorrect endpoint tests
1 parent 43e4142 commit 414bac0

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/ssm-sap.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3332,17 +3332,6 @@
33323332
"UseDualStack": false
33333333
}
33343334
},
3335-
{
3336-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3337-
"expect": {
3338-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3339-
},
3340-
"params": {
3341-
"Region": "us-iso-east-1",
3342-
"UseFIPS": true,
3343-
"UseDualStack": true
3344-
}
3345-
},
33463335
{
33473336
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
33483337
"expect": {
@@ -3356,17 +3345,6 @@
33563345
"UseDualStack": false
33573346
}
33583347
},
3359-
{
3360-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3361-
"expect": {
3362-
"error": "DualStack is enabled but this partition does not support DualStack"
3363-
},
3364-
"params": {
3365-
"Region": "us-iso-east-1",
3366-
"UseFIPS": false,
3367-
"UseDualStack": true
3368-
}
3369-
},
33703348
{
33713349
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
33723350
"expect": {
@@ -3380,17 +3358,6 @@
33803358
"UseDualStack": false
33813359
}
33823360
},
3383-
{
3384-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3385-
"expect": {
3386-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3387-
},
3388-
"params": {
3389-
"Region": "us-isob-east-1",
3390-
"UseFIPS": true,
3391-
"UseDualStack": true
3392-
}
3393-
},
33943361
{
33953362
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
33963363
"expect": {
@@ -3404,17 +3371,6 @@
34043371
"UseDualStack": false
34053372
}
34063373
},
3407-
{
3408-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3409-
"expect": {
3410-
"error": "DualStack is enabled but this partition does not support DualStack"
3411-
},
3412-
"params": {
3413-
"Region": "us-isob-east-1",
3414-
"UseFIPS": false,
3415-
"UseDualStack": true
3416-
}
3417-
},
34183374
{
34193375
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
34203376
"expect": {

0 commit comments

Comments
 (0)