Skip to content

Commit dcd32bb

Browse files
author
awstools
committed
feat(client-trustedadvisor): Remove incorrect endpoint tests
1 parent c72a251 commit dcd32bb

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3573,17 +3573,6 @@
35733573
"UseDualStack": false
35743574
}
35753575
},
3576-
{
3577-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3578-
"expect": {
3579-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3580-
},
3581-
"params": {
3582-
"Region": "us-iso-east-1",
3583-
"UseFIPS": true,
3584-
"UseDualStack": true
3585-
}
3586-
},
35873576
{
35883577
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
35893578
"expect": {
@@ -3597,17 +3586,6 @@
35973586
"UseDualStack": false
35983587
}
35993588
},
3600-
{
3601-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3602-
"expect": {
3603-
"error": "DualStack is enabled but this partition does not support DualStack"
3604-
},
3605-
"params": {
3606-
"Region": "us-iso-east-1",
3607-
"UseFIPS": false,
3608-
"UseDualStack": true
3609-
}
3610-
},
36113589
{
36123590
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
36133591
"expect": {
@@ -3621,17 +3599,6 @@
36213599
"UseDualStack": false
36223600
}
36233601
},
3624-
{
3625-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3626-
"expect": {
3627-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3628-
},
3629-
"params": {
3630-
"Region": "us-isob-east-1",
3631-
"UseFIPS": true,
3632-
"UseDualStack": true
3633-
}
3634-
},
36353602
{
36363603
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
36373604
"expect": {
@@ -3645,17 +3612,6 @@
36453612
"UseDualStack": false
36463613
}
36473614
},
3648-
{
3649-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3650-
"expect": {
3651-
"error": "DualStack is enabled but this partition does not support DualStack"
3652-
},
3653-
"params": {
3654-
"Region": "us-isob-east-1",
3655-
"UseFIPS": false,
3656-
"UseDualStack": true
3657-
}
3658-
},
36593615
{
36603616
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
36613617
"expect": {

0 commit comments

Comments
 (0)