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 3332
3332
"UseDualStack" : false
3333
3333
}
3334
3334
},
3335
- {
3336
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
3337
- "expect" : {
3338
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3339
- },
3340
- "params" : {
3341
- "Region" : " us-iso-east-1" ,
3342
- "UseFIPS" : true ,
3343
- "UseDualStack" : true
3344
- }
3345
- },
3346
3335
{
3347
3336
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
3348
3337
"expect" : {
3356
3345
"UseDualStack" : false
3357
3346
}
3358
3347
},
3359
- {
3360
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
3361
- "expect" : {
3362
- "error" : " DualStack is enabled but this partition does not support DualStack"
3363
- },
3364
- "params" : {
3365
- "Region" : " us-iso-east-1" ,
3366
- "UseFIPS" : false ,
3367
- "UseDualStack" : true
3368
- }
3369
- },
3370
3348
{
3371
3349
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
3372
3350
"expect" : {
3380
3358
"UseDualStack" : false
3381
3359
}
3382
3360
},
3383
- {
3384
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
3385
- "expect" : {
3386
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3387
- },
3388
- "params" : {
3389
- "Region" : " us-isob-east-1" ,
3390
- "UseFIPS" : true ,
3391
- "UseDualStack" : true
3392
- }
3393
- },
3394
3361
{
3395
3362
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
3396
3363
"expect" : {
3404
3371
"UseDualStack" : false
3405
3372
}
3406
3373
},
3407
- {
3408
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
3409
- "expect" : {
3410
- "error" : " DualStack is enabled but this partition does not support DualStack"
3411
- },
3412
- "params" : {
3413
- "Region" : " us-isob-east-1" ,
3414
- "UseFIPS" : false ,
3415
- "UseDualStack" : true
3416
- }
3417
- },
3418
3374
{
3419
3375
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
3420
3376
"expect" : {
You can’t perform that action at this time.
0 commit comments