File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/pricing/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " AWS Price List Service" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 169169 "UseDualStack" : false
170170 }
171171 },
172- {
173- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
174- "expect" : {
175- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
176- },
177- "params" : {
178- "Region" : " us-iso-east-1" ,
179- "UseFIPS" : true ,
180- "UseDualStack" : true
181- }
182- },
183172 {
184173 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
185174 "expect" : {
193182 "UseDualStack" : false
194183 }
195184 },
196- {
197- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
198- "expect" : {
199- "error" : " DualStack is enabled but this partition does not support DualStack"
200- },
201- "params" : {
202- "Region" : " us-iso-east-1" ,
203- "UseFIPS" : false ,
204- "UseDualStack" : true
205- }
206- },
207185 {
208186 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
209187 "expect" : {
217195 "UseDualStack" : false
218196 }
219197 },
220- {
221- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
222- "expect" : {
223- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
224- },
225- "params" : {
226- "Region" : " us-isob-east-1" ,
227- "UseFIPS" : true ,
228- "UseDualStack" : true
229- }
230- },
231198 {
232199 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
233200 "expect" : {
241208 "UseDualStack" : false
242209 }
243210 },
244- {
245- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
246- "expect" : {
247- "error" : " DualStack is enabled but this partition does not support DualStack"
248- },
249- "params" : {
250- "Region" : " us-isob-east-1" ,
251- "UseFIPS" : false ,
252- "UseDualStack" : true
253- }
254- },
255211 {
256212 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
257213 "expect" : {
You can’t perform that action at this time.
0 commit comments