Skip to content

Commit afe2b07

Browse files
author
awstools
committed
feat(client-route53-recovery-cluster): Remove incorrect endpoint tests
1 parent 732894e commit afe2b07

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/route53-recovery-cluster.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,17 +1014,6 @@
10141014
"UseDualStack": false
10151015
}
10161016
},
1017-
{
1018-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1019-
"expect": {
1020-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1021-
},
1022-
"params": {
1023-
"Region": "us-iso-east-1",
1024-
"UseFIPS": true,
1025-
"UseDualStack": true
1026-
}
1027-
},
10281017
{
10291018
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
10301019
"expect": {
@@ -1038,17 +1027,6 @@
10381027
"UseDualStack": false
10391028
}
10401029
},
1041-
{
1042-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1043-
"expect": {
1044-
"error": "DualStack is enabled but this partition does not support DualStack"
1045-
},
1046-
"params": {
1047-
"Region": "us-iso-east-1",
1048-
"UseFIPS": false,
1049-
"UseDualStack": true
1050-
}
1051-
},
10521030
{
10531031
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
10541032
"expect": {
@@ -1062,17 +1040,6 @@
10621040
"UseDualStack": false
10631041
}
10641042
},
1065-
{
1066-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1067-
"expect": {
1068-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1069-
},
1070-
"params": {
1071-
"Region": "us-isob-east-1",
1072-
"UseFIPS": true,
1073-
"UseDualStack": true
1074-
}
1075-
},
10761043
{
10771044
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
10781045
"expect": {
@@ -1086,17 +1053,6 @@
10861053
"UseDualStack": false
10871054
}
10881055
},
1089-
{
1090-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1091-
"expect": {
1092-
"error": "DualStack is enabled but this partition does not support DualStack"
1093-
},
1094-
"params": {
1095-
"Region": "us-isob-east-1",
1096-
"UseFIPS": false,
1097-
"UseDualStack": true
1098-
}
1099-
},
11001056
{
11011057
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11021058
"expect": {

0 commit comments

Comments
 (0)