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 44294
44294
"UseDualStack": false
44295
44295
}
44296
44296
},
44297
- {
44298
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
44299
- "expect": {
44300
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
44301
- },
44302
- "params": {
44303
- "Region": "us-iso-east-1",
44304
- "UseFIPS": true,
44305
- "UseDualStack": true
44306
- }
44307
- },
44308
44297
{
44309
44298
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
44310
44299
"expect": {
44318
44307
"UseDualStack": false
44319
44308
}
44320
44309
},
44321
- {
44322
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
44323
- "expect": {
44324
- "error": "DualStack is enabled but this partition does not support DualStack"
44325
- },
44326
- "params": {
44327
- "Region": "us-iso-east-1",
44328
- "UseFIPS": false,
44329
- "UseDualStack": true
44330
- }
44331
- },
44332
44310
{
44333
44311
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
44334
44312
"expect": {
44342
44320
"UseDualStack": false
44343
44321
}
44344
44322
},
44345
- {
44346
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
44347
- "expect": {
44348
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
44349
- },
44350
- "params": {
44351
- "Region": "us-isob-east-1",
44352
- "UseFIPS": true,
44353
- "UseDualStack": true
44354
- }
44355
- },
44356
44323
{
44357
44324
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
44358
44325
"expect": {
44366
44333
"UseDualStack": false
44367
44334
}
44368
44335
},
44369
- {
44370
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
44371
- "expect": {
44372
- "error": "DualStack is enabled but this partition does not support DualStack"
44373
- },
44374
- "params": {
44375
- "Region": "us-isob-east-1",
44376
- "UseFIPS": false,
44377
- "UseDualStack": true
44378
- }
44379
- },
44380
44336
{
44381
44337
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
44382
44338
"expect": {
You can’t perform that action at this time.
0 commit comments