Skip to content

Commit 62024c4

Browse files
author
awstools
committed
feat(client-cleanroomsml): Remove incorrect endpoint tests
1 parent 3f73c65 commit 62024c4

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -603,17 +603,6 @@
603603
"UseDualStack": false
604604
}
605605
},
606-
{
607-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
608-
"expect": {
609-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
610-
},
611-
"params": {
612-
"Region": "us-iso-east-1",
613-
"UseFIPS": true,
614-
"UseDualStack": true
615-
}
616-
},
617606
{
618607
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
619608
"expect": {
@@ -627,17 +616,6 @@
627616
"UseDualStack": false
628617
}
629618
},
630-
{
631-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
632-
"expect": {
633-
"error": "DualStack is enabled but this partition does not support DualStack"
634-
},
635-
"params": {
636-
"Region": "us-iso-east-1",
637-
"UseFIPS": false,
638-
"UseDualStack": true
639-
}
640-
},
641619
{
642620
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
643621
"expect": {
@@ -651,17 +629,6 @@
651629
"UseDualStack": false
652630
}
653631
},
654-
{
655-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
656-
"expect": {
657-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
658-
},
659-
"params": {
660-
"Region": "us-isob-east-1",
661-
"UseFIPS": true,
662-
"UseDualStack": true
663-
}
664-
},
665632
{
666633
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
667634
"expect": {
@@ -675,17 +642,6 @@
675642
"UseDualStack": false
676643
}
677644
},
678-
{
679-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
680-
"expect": {
681-
"error": "DualStack is enabled but this partition does not support DualStack"
682-
},
683-
"params": {
684-
"Region": "us-isob-east-1",
685-
"UseFIPS": false,
686-
"UseDualStack": true
687-
}
688-
},
689645
{
690646
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
691647
"expect": {

0 commit comments

Comments
 (0)