Skip to content

Commit 9a2e372

Browse files
author
awstools
committed
feat(client-service-catalog-appregistry): Remove incorrect endpoint tests
1 parent fae738b commit 9a2e372

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/service-catalog-appregistry.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -956,17 +956,6 @@
956956
"UseDualStack": true
957957
}
958958
},
959-
{
960-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
961-
"expect": {
962-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
963-
},
964-
"params": {
965-
"Region": "us-iso-east-1",
966-
"UseFIPS": true,
967-
"UseDualStack": true
968-
}
969-
},
970959
{
971960
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
972961
"expect": {
@@ -980,17 +969,6 @@
980969
"UseDualStack": false
981970
}
982971
},
983-
{
984-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
985-
"expect": {
986-
"error": "DualStack is enabled but this partition does not support DualStack"
987-
},
988-
"params": {
989-
"Region": "us-iso-east-1",
990-
"UseFIPS": false,
991-
"UseDualStack": true
992-
}
993-
},
994972
{
995973
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
996974
"expect": {
@@ -1004,17 +982,6 @@
1004982
"UseDualStack": false
1005983
}
1006984
},
1007-
{
1008-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1009-
"expect": {
1010-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1011-
},
1012-
"params": {
1013-
"Region": "us-isob-east-1",
1014-
"UseFIPS": true,
1015-
"UseDualStack": true
1016-
}
1017-
},
1018985
{
1019986
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1020987
"expect": {
@@ -1028,17 +995,6 @@
1028995
"UseDualStack": false
1029996
}
1030997
},
1031-
{
1032-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1033-
"expect": {
1034-
"error": "DualStack is enabled but this partition does not support DualStack"
1035-
},
1036-
"params": {
1037-
"Region": "us-isob-east-1",
1038-
"UseFIPS": false,
1039-
"UseDualStack": true
1040-
}
1041-
},
1042998
{
1043999
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
10441000
"expect": {

0 commit comments

Comments
 (0)