Skip to content

Commit 6c4d9f8

Browse files
author
awstools
committed
feat(client-clouddirectory): Remove incorrect endpoint tests
1 parent fab38a9 commit 6c4d9f8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -993,17 +993,6 @@
993993
"UseDualStack": false
994994
}
995995
},
996-
{
997-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
998-
"expect": {
999-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1000-
},
1001-
"params": {
1002-
"Region": "us-iso-east-1",
1003-
"UseFIPS": true,
1004-
"UseDualStack": true
1005-
}
1006-
},
1007996
{
1008997
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1009998
"expect": {
@@ -1017,17 +1006,6 @@
10171006
"UseDualStack": false
10181007
}
10191008
},
1020-
{
1021-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1022-
"expect": {
1023-
"error": "DualStack is enabled but this partition does not support DualStack"
1024-
},
1025-
"params": {
1026-
"Region": "us-iso-east-1",
1027-
"UseFIPS": false,
1028-
"UseDualStack": true
1029-
}
1030-
},
10311009
{
10321010
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
10331011
"expect": {
@@ -1041,17 +1019,6 @@
10411019
"UseDualStack": false
10421020
}
10431021
},
1044-
{
1045-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1046-
"expect": {
1047-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1048-
},
1049-
"params": {
1050-
"Region": "us-isob-east-1",
1051-
"UseFIPS": true,
1052-
"UseDualStack": true
1053-
}
1054-
},
10551022
{
10561023
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
10571024
"expect": {
@@ -1065,17 +1032,6 @@
10651032
"UseDualStack": false
10661033
}
10671034
},
1068-
{
1069-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1070-
"expect": {
1071-
"error": "DualStack is enabled but this partition does not support DualStack"
1072-
},
1073-
"params": {
1074-
"Region": "us-isob-east-1",
1075-
"UseFIPS": false,
1076-
"UseDualStack": true
1077-
}
1078-
},
10791035
{
10801036
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
10811037
"expect": {

0 commit comments

Comments
 (0)