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 19171917 "UseDualStack": false
19181918 }
19191919 },
1920- {
1921- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1922- "expect": {
1923- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1924- },
1925- "params": {
1926- "Region": "us-iso-east-1",
1927- "UseFIPS": true,
1928- "UseDualStack": true
1929- }
1930- },
19311920 {
19321921 "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
19331922 "expect": {
19411930 "UseDualStack": false
19421931 }
19431932 },
1944- {
1945- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1946- "expect": {
1947- "error": "DualStack is enabled but this partition does not support DualStack"
1948- },
1949- "params": {
1950- "Region": "us-iso-east-1",
1951- "UseFIPS": false,
1952- "UseDualStack": true
1953- }
1954- },
19551933 {
19561934 "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
19571935 "expect": {
19651943 "UseDualStack": false
19661944 }
19671945 },
1968- {
1969- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1970- "expect": {
1971- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1972- },
1973- "params": {
1974- "Region": "us-isob-east-1",
1975- "UseFIPS": true,
1976- "UseDualStack": true
1977- }
1978- },
19791946 {
19801947 "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
19811948 "expect": {
19891956 "UseDualStack": false
19901957 }
19911958 },
1992- {
1993- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1994- "expect": {
1995- "error": "DualStack is enabled but this partition does not support DualStack"
1996- },
1997- "params": {
1998- "Region": "us-isob-east-1",
1999- "UseFIPS": false,
2000- "UseDualStack": true
2001- }
2002- },
20031959 {
20041960 "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
20051961 "expect": {
You can’t perform that action at this time.
0 commit comments