Skip to content

Commit b67a56f

Browse files
author
awstools
committed
feat(client-cloud9): Remove incorrect endpoint tests
1 parent 4b03c07 commit b67a56f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -819,17 +819,6 @@
819819
"UseDualStack": false
820820
}
821821
},
822-
{
823-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
824-
"expect": {
825-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
826-
},
827-
"params": {
828-
"Region": "us-iso-east-1",
829-
"UseFIPS": true,
830-
"UseDualStack": true
831-
}
832-
},
833822
{
834823
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
835824
"expect": {
@@ -843,17 +832,6 @@
843832
"UseDualStack": false
844833
}
845834
},
846-
{
847-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
848-
"expect": {
849-
"error": "DualStack is enabled but this partition does not support DualStack"
850-
},
851-
"params": {
852-
"Region": "us-iso-east-1",
853-
"UseFIPS": false,
854-
"UseDualStack": true
855-
}
856-
},
857835
{
858836
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
859837
"expect": {
@@ -867,17 +845,6 @@
867845
"UseDualStack": false
868846
}
869847
},
870-
{
871-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
872-
"expect": {
873-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
874-
},
875-
"params": {
876-
"Region": "us-isob-east-1",
877-
"UseFIPS": true,
878-
"UseDualStack": true
879-
}
880-
},
881848
{
882849
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
883850
"expect": {
@@ -891,17 +858,6 @@
891858
"UseDualStack": false
892859
}
893860
},
894-
{
895-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
896-
"expect": {
897-
"error": "DualStack is enabled but this partition does not support DualStack"
898-
},
899-
"params": {
900-
"Region": "us-isob-east-1",
901-
"UseFIPS": false,
902-
"UseDualStack": true
903-
}
904-
},
905861
{
906862
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
907863
"expect": {

0 commit comments

Comments
 (0)