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 1026
1026
"UseDualStack": true
1027
1027
}
1028
1028
},
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
- },
1040
1029
{
1041
1030
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1042
1031
"expect": {
1050
1039
"UseDualStack": false
1051
1040
}
1052
1041
},
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
- },
1064
1042
{
1065
1043
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
1066
1044
"expect": {
1074
1052
"UseDualStack": false
1075
1053
}
1076
1054
},
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
- },
1088
1055
{
1089
1056
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1090
1057
"expect": {
1098
1065
"UseDualStack": false
1099
1066
}
1100
1067
},
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
- },
1112
1068
{
1113
1069
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1114
1070
"expect": {
You can’t perform that action at this time.
0 commit comments