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 4254
4254
"UseDualStack" : false
4255
4255
}
4256
4256
},
4257
- {
4258
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
4259
- "expect" : {
4260
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4261
- },
4262
- "params" : {
4263
- "Region" : " us-iso-east-1" ,
4264
- "UseFIPS" : true ,
4265
- "UseDualStack" : true
4266
- }
4267
- },
4268
4257
{
4269
4258
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
4270
4259
"expect" : {
4278
4267
"UseDualStack" : false
4279
4268
}
4280
4269
},
4281
- {
4282
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
4283
- "expect" : {
4284
- "error" : " DualStack is enabled but this partition does not support DualStack"
4285
- },
4286
- "params" : {
4287
- "Region" : " us-iso-east-1" ,
4288
- "UseFIPS" : false ,
4289
- "UseDualStack" : true
4290
- }
4291
- },
4292
- {
4293
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
4294
- "expect" : {
4295
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4296
- },
4297
- "params" : {
4298
- "Region" : " us-isob-east-1" ,
4299
- "UseFIPS" : true ,
4300
- "UseDualStack" : true
4301
- }
4302
- },
4303
4270
{
4304
4271
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
4305
4272
"expect" : {
4313
4280
"UseDualStack" : false
4314
4281
}
4315
4282
},
4316
- {
4317
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
4318
- "expect" : {
4319
- "error" : " DualStack is enabled but this partition does not support DualStack"
4320
- },
4321
- "params" : {
4322
- "Region" : " us-isob-east-1" ,
4323
- "UseFIPS" : false ,
4324
- "UseDualStack" : true
4325
- }
4326
- },
4327
4283
{
4328
4284
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
4329
4285
"expect" : {
You can’t perform that action at this time.
0 commit comments