Skip to content

Commit c093dd3

Browse files
author
awstools
committed
feat(client-fsx): Remove incorrect endpoint tests
1 parent 9d722ea commit c093dd3

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,17 +1026,6 @@
10261026
"UseDualStack": true
10271027
}
10281028
},
1029-
{
1030-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1031-
"expect": {
1032-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1033-
},
1034-
"params": {
1035-
"Region": "us-iso-east-1",
1036-
"UseFIPS": true,
1037-
"UseDualStack": true
1038-
}
1039-
},
10401029
{
10411030
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
10421031
"expect": {
@@ -1050,17 +1039,6 @@
10501039
"UseDualStack": false
10511040
}
10521041
},
1053-
{
1054-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1055-
"expect": {
1056-
"error": "DualStack is enabled but this partition does not support DualStack"
1057-
},
1058-
"params": {
1059-
"Region": "us-iso-east-1",
1060-
"UseFIPS": false,
1061-
"UseDualStack": true
1062-
}
1063-
},
10641042
{
10651043
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
10661044
"expect": {
@@ -1074,17 +1052,6 @@
10741052
"UseDualStack": false
10751053
}
10761054
},
1077-
{
1078-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1079-
"expect": {
1080-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1081-
},
1082-
"params": {
1083-
"Region": "us-isob-east-1",
1084-
"UseFIPS": true,
1085-
"UseDualStack": true
1086-
}
1087-
},
10881055
{
10891056
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
10901057
"expect": {
@@ -1098,17 +1065,6 @@
10981065
"UseDualStack": false
10991066
}
11001067
},
1101-
{
1102-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1103-
"expect": {
1104-
"error": "DualStack is enabled but this partition does not support DualStack"
1105-
},
1106-
"params": {
1107-
"Region": "us-isob-east-1",
1108-
"UseFIPS": false,
1109-
"UseDualStack": true
1110-
}
1111-
},
11121068
{
11131069
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11141070
"expect": {

0 commit comments

Comments
 (0)