File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/amplify/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 Amplify" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 390390 "UseDualStack" : false
391391 }
392392 },
393- {
394- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
395- "expect" : {
396- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
397- },
398- "params" : {
399- "Region" : " us-iso-east-1" ,
400- "UseFIPS" : true ,
401- "UseDualStack" : true
402- }
403- },
404393 {
405394 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
406395 "expect" : {
414403 "UseDualStack" : false
415404 }
416405 },
417- {
418- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
419- "expect" : {
420- "error" : " DualStack is enabled but this partition does not support DualStack"
421- },
422- "params" : {
423- "Region" : " us-iso-east-1" ,
424- "UseFIPS" : false ,
425- "UseDualStack" : true
426- }
427- },
428406 {
429407 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
430408 "expect" : {
438416 "UseDualStack" : false
439417 }
440418 },
441- {
442- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
443- "expect" : {
444- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
445- },
446- "params" : {
447- "Region" : " us-isob-east-1" ,
448- "UseFIPS" : true ,
449- "UseDualStack" : true
450- }
451- },
452419 {
453420 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
454421 "expect" : {
462429 "UseDualStack" : false
463430 }
464431 },
465- {
466- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
467- "expect" : {
468- "error" : " DualStack is enabled but this partition does not support DualStack"
469- },
470- "params" : {
471- "Region" : " us-isob-east-1" ,
472- "UseFIPS" : false ,
473- "UseDualStack" : true
474- }
475- },
476432 {
477433 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
478434 "expect" : {
You can’t perform that action at this time.
0 commit comments