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 9972
9972
"UseDualStack": false
9973
9973
}
9974
9974
},
9975
- {
9976
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
9977
- "expect": {
9978
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
9979
- },
9980
- "params": {
9981
- "Region": "us-iso-east-1",
9982
- "UseFIPS": true,
9983
- "UseDualStack": true
9984
- }
9985
- },
9986
9975
{
9987
9976
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
9988
9977
"expect": {
9996
9985
"UseDualStack": false
9997
9986
}
9998
9987
},
9999
- {
10000
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
10001
- "expect": {
10002
- "error": "DualStack is enabled but this partition does not support DualStack"
10003
- },
10004
- "params": {
10005
- "Region": "us-iso-east-1",
10006
- "UseFIPS": false,
10007
- "UseDualStack": true
10008
- }
10009
- },
10010
9988
{
10011
9989
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
10012
9990
"expect": {
10020
9998
"UseDualStack": false
10021
9999
}
10022
10000
},
10023
- {
10024
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
10025
- "expect": {
10026
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
10027
- },
10028
- "params": {
10029
- "Region": "us-isob-east-1",
10030
- "UseFIPS": true,
10031
- "UseDualStack": true
10032
- }
10033
- },
10034
10001
{
10035
10002
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
10036
10003
"expect": {
10044
10011
"UseDualStack": false
10045
10012
}
10046
10013
},
10047
- {
10048
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
10049
- "expect": {
10050
- "error": "DualStack is enabled but this partition does not support DualStack"
10051
- },
10052
- "params": {
10053
- "Region": "us-isob-east-1",
10054
- "UseFIPS": false,
10055
- "UseDualStack": true
10056
- }
10057
- },
10058
10014
{
10059
10015
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
10060
10016
"expect": {
You can’t perform that action at this time.
0 commit comments