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 8283
8283
"UseDualStack": false
8284
8284
}
8285
8285
},
8286
- {
8287
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
8288
- "expect": {
8289
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
8290
- },
8291
- "params": {
8292
- "Region": "us-iso-east-1",
8293
- "UseFIPS": true,
8294
- "UseDualStack": true
8295
- }
8296
- },
8297
8286
{
8298
8287
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
8299
8288
"expect": {
8307
8296
"UseDualStack": false
8308
8297
}
8309
8298
},
8310
- {
8311
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
8312
- "expect": {
8313
- "error": "DualStack is enabled but this partition does not support DualStack"
8314
- },
8315
- "params": {
8316
- "Region": "us-iso-east-1",
8317
- "UseFIPS": false,
8318
- "UseDualStack": true
8319
- }
8320
- },
8321
8299
{
8322
8300
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
8323
8301
"expect": {
8331
8309
"UseDualStack": false
8332
8310
}
8333
8311
},
8334
- {
8335
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
8336
- "expect": {
8337
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
8338
- },
8339
- "params": {
8340
- "Region": "us-isob-east-1",
8341
- "UseFIPS": true,
8342
- "UseDualStack": true
8343
- }
8344
- },
8345
8312
{
8346
8313
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
8347
8314
"expect": {
8355
8322
"UseDualStack": false
8356
8323
}
8357
8324
},
8358
- {
8359
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
8360
- "expect": {
8361
- "error": "DualStack is enabled but this partition does not support DualStack"
8362
- },
8363
- "params": {
8364
- "Region": "us-isob-east-1",
8365
- "UseFIPS": false,
8366
- "UseDualStack": true
8367
- }
8368
- },
8369
8325
{
8370
8326
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
8371
8327
"expect": {
You can’t perform that action at this time.
0 commit comments