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 1917
1917
"UseDualStack": false
1918
1918
}
1919
1919
},
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
- },
1931
1920
{
1932
1921
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1933
1922
"expect": {
1941
1930
"UseDualStack": false
1942
1931
}
1943
1932
},
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
- },
1955
1933
{
1956
1934
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1957
1935
"expect": {
1965
1943
"UseDualStack": false
1966
1944
}
1967
1945
},
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
- },
1979
1946
{
1980
1947
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1981
1948
"expect": {
1989
1956
"UseDualStack": false
1990
1957
}
1991
1958
},
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
- },
2003
1959
{
2004
1960
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
2005
1961
"expect": {
You can’t perform that action at this time.
0 commit comments