Skip to content

Commit ef168a9

Browse files
author
awstools
committed
feat(client-rbin): Remove incorrect endpoint tests
1 parent 85e3e24 commit ef168a9

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -810,17 +810,6 @@
810810
"UseDualStack": false
811811
}
812812
},
813-
{
814-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
815-
"expect": {
816-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
817-
},
818-
"params": {
819-
"Region": "us-iso-east-1",
820-
"UseFIPS": true,
821-
"UseDualStack": true
822-
}
823-
},
824813
{
825814
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
826815
"expect": {
@@ -834,17 +823,6 @@
834823
"UseDualStack": false
835824
}
836825
},
837-
{
838-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
839-
"expect": {
840-
"error": "DualStack is enabled but this partition does not support DualStack"
841-
},
842-
"params": {
843-
"Region": "us-iso-east-1",
844-
"UseFIPS": false,
845-
"UseDualStack": true
846-
}
847-
},
848826
{
849827
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
850828
"expect": {
@@ -858,17 +836,6 @@
858836
"UseDualStack": false
859837
}
860838
},
861-
{
862-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
863-
"expect": {
864-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
865-
},
866-
"params": {
867-
"Region": "us-isob-east-1",
868-
"UseFIPS": true,
869-
"UseDualStack": true
870-
}
871-
},
872839
{
873840
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
874841
"expect": {
@@ -882,17 +849,6 @@
882849
"UseDualStack": false
883850
}
884851
},
885-
{
886-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
887-
"expect": {
888-
"error": "DualStack is enabled but this partition does not support DualStack"
889-
},
890-
"params": {
891-
"Region": "us-isob-east-1",
892-
"UseFIPS": false,
893-
"UseDualStack": true
894-
}
895-
},
896852
{
897853
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
898854
"expect": {

0 commit comments

Comments
 (0)