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 1103
1103
"UseDualStack" : false
1104
1104
}
1105
1105
},
1106
- {
1107
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1108
- "expect" : {
1109
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1110
- },
1111
- "params" : {
1112
- "Region" : " us-iso-east-1" ,
1113
- "UseFIPS" : true ,
1114
- "UseDualStack" : true
1115
- }
1116
- },
1117
1106
{
1118
1107
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1119
1108
"expect" : {
1127
1116
"UseDualStack" : false
1128
1117
}
1129
1118
},
1130
- {
1131
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1132
- "expect" : {
1133
- "error" : " DualStack is enabled but this partition does not support DualStack"
1134
- },
1135
- "params" : {
1136
- "Region" : " us-iso-east-1" ,
1137
- "UseFIPS" : false ,
1138
- "UseDualStack" : true
1139
- }
1140
- },
1141
1119
{
1142
1120
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1143
1121
"expect" : {
1151
1129
"UseDualStack" : false
1152
1130
}
1153
1131
},
1154
- {
1155
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1156
- "expect" : {
1157
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1158
- },
1159
- "params" : {
1160
- "Region" : " us-isob-east-1" ,
1161
- "UseFIPS" : true ,
1162
- "UseDualStack" : true
1163
- }
1164
- },
1165
1132
{
1166
1133
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1167
1134
"expect" : {
1175
1142
"UseDualStack" : false
1176
1143
}
1177
1144
},
1178
- {
1179
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1180
- "expect" : {
1181
- "error" : " DualStack is enabled but this partition does not support DualStack"
1182
- },
1183
- "params" : {
1184
- "Region" : " us-isob-east-1" ,
1185
- "UseFIPS" : false ,
1186
- "UseDualStack" : true
1187
- }
1188
- },
1189
1145
{
1190
1146
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1191
1147
"expect" : {
You can’t perform that action at this time.
0 commit comments