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 26752675 "UseDualStack": true
26762676 }
26772677 },
2678- {
2679- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2680- "expect": {
2681- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2682- },
2683- "params": {
2684- "Region": "us-iso-east-1",
2685- "UseFIPS": true,
2686- "UseDualStack": true
2687- }
2688- },
26892678 {
26902679 "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
26912680 "expect": {
26992688 "UseDualStack": false
27002689 }
27012690 },
2702- {
2703- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2704- "expect": {
2705- "error": "DualStack is enabled but this partition does not support DualStack"
2706- },
2707- "params": {
2708- "Region": "us-iso-east-1",
2709- "UseFIPS": false,
2710- "UseDualStack": true
2711- }
2712- },
27132691 {
27142692 "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
27152693 "expect": {
27232701 "UseDualStack": false
27242702 }
27252703 },
2726- {
2727- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2728- "expect": {
2729- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2730- },
2731- "params": {
2732- "Region": "us-isob-east-1",
2733- "UseFIPS": true,
2734- "UseDualStack": true
2735- }
2736- },
27372704 {
27382705 "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
27392706 "expect": {
27472714 "UseDualStack": false
27482715 }
27492716 },
2750- {
2751- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2752- "expect": {
2753- "error": "DualStack is enabled but this partition does not support DualStack"
2754- },
2755- "params": {
2756- "Region": "us-isob-east-1",
2757- "UseFIPS": false,
2758- "UseDualStack": true
2759- }
2760- },
27612717 {
27622718 "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
27632719 "expect": {
You can’t perform that action at this time.
0 commit comments