Skip to content

Commit cb5b96e

Browse files
author
awstools
committed
feat(client-shield): Remove incorrect endpoint tests
1 parent fd949fd commit cb5b96e

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -795,17 +795,6 @@
795795
"UseDualStack": false
796796
}
797797
},
798-
{
799-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
800-
"expect": {
801-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
802-
},
803-
"params": {
804-
"Region": "us-iso-east-1",
805-
"UseFIPS": true,
806-
"UseDualStack": true
807-
}
808-
},
809798
{
810799
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
811800
"expect": {
@@ -819,17 +808,6 @@
819808
"UseDualStack": false
820809
}
821810
},
822-
{
823-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
824-
"expect": {
825-
"error": "DualStack is enabled but this partition does not support DualStack"
826-
},
827-
"params": {
828-
"Region": "us-iso-east-1",
829-
"UseFIPS": false,
830-
"UseDualStack": true
831-
}
832-
},
833811
{
834812
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
835813
"expect": {
@@ -843,17 +821,6 @@
843821
"UseDualStack": false
844822
}
845823
},
846-
{
847-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
848-
"expect": {
849-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
850-
},
851-
"params": {
852-
"Region": "us-isob-east-1",
853-
"UseFIPS": true,
854-
"UseDualStack": true
855-
}
856-
},
857824
{
858825
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
859826
"expect": {
@@ -867,17 +834,6 @@
867834
"UseDualStack": false
868835
}
869836
},
870-
{
871-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
872-
"expect": {
873-
"error": "DualStack is enabled but this partition does not support DualStack"
874-
},
875-
"params": {
876-
"Region": "us-isob-east-1",
877-
"UseFIPS": false,
878-
"UseDualStack": true
879-
}
880-
},
881837
{
882838
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
883839
"expect": {

0 commit comments

Comments
 (0)