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 18281828 "UseDualStack": false
18291829 }
18301830 },
1831- {
1832- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1833- "expect": {
1834- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1835- },
1836- "params": {
1837- "Region": "us-iso-east-1",
1838- "UseFIPS": true,
1839- "UseDualStack": true
1840- }
1841- },
18421831 {
18431832 "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
18441833 "expect": {
18521841 "UseDualStack": false
18531842 }
18541843 },
1855- {
1856- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1857- "expect": {
1858- "error": "DualStack is enabled but this partition does not support DualStack"
1859- },
1860- "params": {
1861- "Region": "us-iso-east-1",
1862- "UseFIPS": false,
1863- "UseDualStack": true
1864- }
1865- },
18661844 {
18671845 "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
18681846 "expect": {
18761854 "UseDualStack": false
18771855 }
18781856 },
1879- {
1880- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1881- "expect": {
1882- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1883- },
1884- "params": {
1885- "Region": "us-isob-east-1",
1886- "UseFIPS": true,
1887- "UseDualStack": true
1888- }
1889- },
18901857 {
18911858 "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
18921859 "expect": {
19001867 "UseDualStack": false
19011868 }
19021869 },
1903- {
1904- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1905- "expect": {
1906- "error": "DualStack is enabled but this partition does not support DualStack"
1907- },
1908- "params": {
1909- "Region": "us-isob-east-1",
1910- "UseFIPS": false,
1911- "UseDualStack": true
1912- }
1913- },
19141870 {
19151871 "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
19161872 "expect": {
You can’t perform that action at this time.
0 commit comments