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 7246
7246
"UseDualStack" : false
7247
7247
}
7248
7248
},
7249
- {
7250
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
7251
- "expect" : {
7252
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
7253
- },
7254
- "params" : {
7255
- "Region" : " us-iso-east-1" ,
7256
- "UseFIPS" : true ,
7257
- "UseDualStack" : true
7258
- }
7259
- },
7260
7249
{
7261
7250
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
7262
7251
"expect" : {
7270
7259
"UseDualStack" : false
7271
7260
}
7272
7261
},
7273
- {
7274
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
7275
- "expect" : {
7276
- "error" : " DualStack is enabled but this partition does not support DualStack"
7277
- },
7278
- "params" : {
7279
- "Region" : " us-iso-east-1" ,
7280
- "UseFIPS" : false ,
7281
- "UseDualStack" : true
7282
- }
7283
- },
7284
- {
7285
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
7286
- "expect" : {
7287
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
7288
- },
7289
- "params" : {
7290
- "Region" : " us-isob-east-1" ,
7291
- "UseFIPS" : true ,
7292
- "UseDualStack" : true
7293
- }
7294
- },
7295
7262
{
7296
7263
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
7297
7264
"expect" : {
7305
7272
"UseDualStack" : false
7306
7273
}
7307
7274
},
7308
- {
7309
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
7310
- "expect" : {
7311
- "error" : " DualStack is enabled but this partition does not support DualStack"
7312
- },
7313
- "params" : {
7314
- "Region" : " us-isob-east-1" ,
7315
- "UseFIPS" : false ,
7316
- "UseDualStack" : true
7317
- }
7318
- },
7319
7275
{
7320
7276
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
7321
7277
"expect" : {
You can’t perform that action at this time.
0 commit comments