Skip to content

Commit 700ecef

Browse files
author
awstools
committed
feat(client-appconfigdata): Remove incorrect endpoint tests
1 parent 8d0b736 commit 700ecef

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -825,17 +825,6 @@
825825
"UseDualStack": false
826826
}
827827
},
828-
{
829-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
830-
"expect": {
831-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
832-
},
833-
"params": {
834-
"Region": "us-iso-east-1",
835-
"UseFIPS": true,
836-
"UseDualStack": true
837-
}
838-
},
839828
{
840829
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
841830
"expect": {
@@ -849,17 +838,6 @@
849838
"UseDualStack": false
850839
}
851840
},
852-
{
853-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
854-
"expect": {
855-
"error": "DualStack is enabled but this partition does not support DualStack"
856-
},
857-
"params": {
858-
"Region": "us-iso-east-1",
859-
"UseFIPS": false,
860-
"UseDualStack": true
861-
}
862-
},
863841
{
864842
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
865843
"expect": {
@@ -873,17 +851,6 @@
873851
"UseDualStack": false
874852
}
875853
},
876-
{
877-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
878-
"expect": {
879-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
880-
},
881-
"params": {
882-
"Region": "us-isob-east-1",
883-
"UseFIPS": true,
884-
"UseDualStack": true
885-
}
886-
},
887854
{
888855
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
889856
"expect": {
@@ -897,17 +864,6 @@
897864
"UseDualStack": false
898865
}
899866
},
900-
{
901-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
902-
"expect": {
903-
"error": "DualStack is enabled but this partition does not support DualStack"
904-
},
905-
"params": {
906-
"Region": "us-isob-east-1",
907-
"UseFIPS": false,
908-
"UseDualStack": true
909-
}
910-
},
911867
{
912868
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
913869
"expect": {

0 commit comments

Comments
 (0)