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 15981
15981
"UseDualStack": false
15982
15982
}
15983
15983
},
15984
- {
15985
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
15986
- "expect": {
15987
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
15988
- },
15989
- "params": {
15990
- "Region": "us-iso-east-1",
15991
- "UseFIPS": true,
15992
- "UseDualStack": true
15993
- }
15994
- },
15995
15984
{
15996
15985
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
15997
15986
"expect": {
16005
15994
"UseDualStack": false
16006
15995
}
16007
15996
},
16008
- {
16009
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
16010
- "expect": {
16011
- "error": "DualStack is enabled but this partition does not support DualStack"
16012
- },
16013
- "params": {
16014
- "Region": "us-iso-east-1",
16015
- "UseFIPS": false,
16016
- "UseDualStack": true
16017
- }
16018
- },
16019
15997
{
16020
15998
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
16021
15999
"expect": {
16029
16007
"UseDualStack": false
16030
16008
}
16031
16009
},
16032
- {
16033
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
16034
- "expect": {
16035
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
16036
- },
16037
- "params": {
16038
- "Region": "us-isob-east-1",
16039
- "UseFIPS": true,
16040
- "UseDualStack": true
16041
- }
16042
- },
16043
16010
{
16044
16011
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
16045
16012
"expect": {
16053
16020
"UseDualStack": false
16054
16021
}
16055
16022
},
16056
- {
16057
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
16058
- "expect": {
16059
- "error": "DualStack is enabled but this partition does not support DualStack"
16060
- },
16061
- "params": {
16062
- "Region": "us-isob-east-1",
16063
- "UseFIPS": false,
16064
- "UseDualStack": true
16065
- }
16066
- },
16067
16023
{
16068
16024
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
16069
16025
"expect": {
You can’t perform that action at this time.
0 commit comments