File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/iottwinmaker/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 IoT TwinMaker" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 221221 "UseDualStack" : false
222222 }
223223 },
224- {
225- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
226- "expect" : {
227- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
228- },
229- "params" : {
230- "Region" : " us-iso-east-1" ,
231- "UseFIPS" : true ,
232- "UseDualStack" : true
233- }
234- },
235224 {
236225 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
237226 "expect" : {
245234 "UseDualStack" : false
246235 }
247236 },
248- {
249- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
250- "expect" : {
251- "error" : " DualStack is enabled but this partition does not support DualStack"
252- },
253- "params" : {
254- "Region" : " us-iso-east-1" ,
255- "UseFIPS" : false ,
256- "UseDualStack" : true
257- }
258- },
259237 {
260238 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
261239 "expect" : {
269247 "UseDualStack" : false
270248 }
271249 },
272- {
273- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
274- "expect" : {
275- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
276- },
277- "params" : {
278- "Region" : " us-isob-east-1" ,
279- "UseFIPS" : true ,
280- "UseDualStack" : true
281- }
282- },
283250 {
284251 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
285252 "expect" : {
293260 "UseDualStack" : false
294261 }
295262 },
296- {
297- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
298- "expect" : {
299- "error" : " DualStack is enabled but this partition does not support DualStack"
300- },
301- "params" : {
302- "Region" : " us-isob-east-1" ,
303- "UseFIPS" : false ,
304- "UseDualStack" : true
305- }
306- },
307263 {
308264 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
309265 "expect" : {
You can’t perform that action at this time.
0 commit comments