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 4172
4172
"UseDualStack" : false
4173
4173
}
4174
4174
},
4175
- {
4176
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
4177
- "expect" : {
4178
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4179
- },
4180
- "params" : {
4181
- "Region" : " us-iso-east-1" ,
4182
- "UseFIPS" : true ,
4183
- "UseDualStack" : true
4184
- }
4185
- },
4186
4175
{
4187
4176
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
4188
4177
"expect" : {
4196
4185
"UseDualStack" : false
4197
4186
}
4198
4187
},
4199
- {
4200
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
4201
- "expect" : {
4202
- "error" : " DualStack is enabled but this partition does not support DualStack"
4203
- },
4204
- "params" : {
4205
- "Region" : " us-iso-east-1" ,
4206
- "UseFIPS" : false ,
4207
- "UseDualStack" : true
4208
- }
4209
- },
4210
4188
{
4211
4189
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
4212
4190
"expect" : {
4220
4198
"UseDualStack" : false
4221
4199
}
4222
4200
},
4223
- {
4224
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
4225
- "expect" : {
4226
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4227
- },
4228
- "params" : {
4229
- "Region" : " us-isob-east-1" ,
4230
- "UseFIPS" : true ,
4231
- "UseDualStack" : true
4232
- }
4233
- },
4234
4201
{
4235
4202
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
4236
4203
"expect" : {
4244
4211
"UseDualStack" : false
4245
4212
}
4246
4213
},
4247
- {
4248
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
4249
- "expect" : {
4250
- "error" : " DualStack is enabled but this partition does not support DualStack"
4251
- },
4252
- "params" : {
4253
- "Region" : " us-isob-east-1" ,
4254
- "UseFIPS" : false ,
4255
- "UseDualStack" : true
4256
- }
4257
- },
4258
4214
{
4259
4215
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
4260
4216
"expect" : {
You can’t perform that action at this time.
0 commit comments