File tree Expand file tree Collapse file tree 1 file changed +2
-46
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 1 file changed +2
-46
lines changed Original file line number Diff line number Diff line change 4134
4134
"UseDualStack" : true
4135
4135
}
4136
4136
},
4137
- {
4138
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
4139
- "expect" : {
4140
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4141
- },
4142
- "params" : {
4143
- "Region" : " us-iso-east-1" ,
4144
- "UseFIPS" : true ,
4145
- "UseDualStack" : true
4146
- }
4147
- },
4148
4137
{
4149
4138
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
4150
4139
"expect" : {
4158
4147
"UseDualStack" : false
4159
4148
}
4160
4149
},
4161
- {
4162
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
4163
- "expect" : {
4164
- "error" : " DualStack is enabled but this partition does not support DualStack"
4165
- },
4166
- "params" : {
4167
- "Region" : " us-iso-east-1" ,
4168
- "UseFIPS" : false ,
4169
- "UseDualStack" : true
4170
- }
4171
- },
4172
4150
{
4173
4151
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
4174
4152
"expect" : {
4182
4160
"UseDualStack" : false
4183
4161
}
4184
4162
},
4185
- {
4186
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
4187
- "expect" : {
4188
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4189
- },
4190
- "params" : {
4191
- "Region" : " us-isob-east-1" ,
4192
- "UseFIPS" : true ,
4193
- "UseDualStack" : true
4194
- }
4195
- },
4196
4163
{
4197
4164
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
4198
4165
"expect" : {
4206
4173
"UseDualStack" : false
4207
4174
}
4208
4175
},
4209
- {
4210
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
4211
- "expect" : {
4212
- "error" : " DualStack is enabled but this partition does not support DualStack"
4213
- },
4214
- "params" : {
4215
- "Region" : " us-isob-east-1" ,
4216
- "UseFIPS" : false ,
4217
- "UseDualStack" : true
4218
- }
4219
- },
4220
4176
{
4221
4177
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
4222
4178
"expect" : {
6058
6014
"traits" : {
6059
6015
"smithy.api#default" : 0 ,
6060
6016
"smithy.api#range" : {
6061
- "min" : 0 ,
6062
- "max" : 10
6017
+ "min" : 0.0 ,
6018
+ "max" : 10.0
6063
6019
}
6064
6020
}
6065
6021
},
You can’t perform that action at this time.
0 commit comments