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 17036
17036
"UseDualStack": false
17037
17037
}
17038
17038
},
17039
- {
17040
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
17041
- "expect": {
17042
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
17043
- },
17044
- "params": {
17045
- "Region": "us-iso-east-1",
17046
- "UseFIPS": true,
17047
- "UseDualStack": true
17048
- }
17049
- },
17050
17039
{
17051
17040
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
17052
17041
"expect": {
17060
17049
"UseDualStack": false
17061
17050
}
17062
17051
},
17063
- {
17064
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
17065
- "expect": {
17066
- "error": "DualStack is enabled but this partition does not support DualStack"
17067
- },
17068
- "params": {
17069
- "Region": "us-iso-east-1",
17070
- "UseFIPS": false,
17071
- "UseDualStack": true
17072
- }
17073
- },
17074
17052
{
17075
17053
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
17076
17054
"expect": {
17084
17062
"UseDualStack": false
17085
17063
}
17086
17064
},
17087
- {
17088
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
17089
- "expect": {
17090
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
17091
- },
17092
- "params": {
17093
- "Region": "us-isob-east-1",
17094
- "UseFIPS": true,
17095
- "UseDualStack": true
17096
- }
17097
- },
17098
17065
{
17099
17066
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
17100
17067
"expect": {
17108
17075
"UseDualStack": false
17109
17076
}
17110
17077
},
17111
- {
17112
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
17113
- "expect": {
17114
- "error": "DualStack is enabled but this partition does not support DualStack"
17115
- },
17116
- "params": {
17117
- "Region": "us-isob-east-1",
17118
- "UseFIPS": false,
17119
- "UseDualStack": true
17120
- }
17121
- },
17122
17078
{
17123
17079
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
17124
17080
"expect": {
You can’t perform that action at this time.
0 commit comments