File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 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": {
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": {
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": {
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": {
You can’t perform that action at this time.
0 commit comments