Skip to content

Commit 0ccbcd8

Browse files
author
awstools
committed
feat(client-signer): Remove incorrect endpoint tests
1 parent 1bd3329 commit 0ccbcd8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3557,17 +3557,6 @@
35573557
"UseDualStack": false
35583558
}
35593559
},
3560-
{
3561-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3562-
"expect": {
3563-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3564-
},
3565-
"params": {
3566-
"Region": "us-iso-east-1",
3567-
"UseFIPS": true,
3568-
"UseDualStack": true
3569-
}
3570-
},
35713560
{
35723561
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
35733562
"expect": {
@@ -3581,17 +3570,6 @@
35813570
"UseDualStack": false
35823571
}
35833572
},
3584-
{
3585-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3586-
"expect": {
3587-
"error": "DualStack is enabled but this partition does not support DualStack"
3588-
},
3589-
"params": {
3590-
"Region": "us-iso-east-1",
3591-
"UseFIPS": false,
3592-
"UseDualStack": true
3593-
}
3594-
},
35953573
{
35963574
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
35973575
"expect": {
@@ -3605,17 +3583,6 @@
36053583
"UseDualStack": false
36063584
}
36073585
},
3608-
{
3609-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3610-
"expect": {
3611-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3612-
},
3613-
"params": {
3614-
"Region": "us-isob-east-1",
3615-
"UseFIPS": true,
3616-
"UseDualStack": true
3617-
}
3618-
},
36193586
{
36203587
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
36213588
"expect": {
@@ -3629,17 +3596,6 @@
36293596
"UseDualStack": false
36303597
}
36313598
},
3632-
{
3633-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3634-
"expect": {
3635-
"error": "DualStack is enabled but this partition does not support DualStack"
3636-
},
3637-
"params": {
3638-
"Region": "us-isob-east-1",
3639-
"UseFIPS": false,
3640-
"UseDualStack": true
3641-
}
3642-
},
36433599
{
36443600
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
36453601
"expect": {

0 commit comments

Comments
 (0)