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 9902
9902
"UseDualStack": true
9903
9903
}
9904
9904
},
9905
- {
9906
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
9907
- "expect": {
9908
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
9909
- },
9910
- "params": {
9911
- "Region": "us-iso-east-1",
9912
- "UseFIPS": true,
9913
- "UseDualStack": true
9914
- }
9915
- },
9916
9905
{
9917
9906
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
9918
9907
"expect": {
9926
9915
"UseDualStack": false
9927
9916
}
9928
9917
},
9929
- {
9930
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
9931
- "expect": {
9932
- "error": "DualStack is enabled but this partition does not support DualStack"
9933
- },
9934
- "params": {
9935
- "Region": "us-iso-east-1",
9936
- "UseFIPS": false,
9937
- "UseDualStack": true
9938
- }
9939
- },
9940
9918
{
9941
9919
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
9942
9920
"expect": {
9950
9928
"UseDualStack": false
9951
9929
}
9952
9930
},
9953
- {
9954
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
9955
- "expect": {
9956
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
9957
- },
9958
- "params": {
9959
- "Region": "us-isob-east-1",
9960
- "UseFIPS": true,
9961
- "UseDualStack": true
9962
- }
9963
- },
9964
9931
{
9965
9932
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
9966
9933
"expect": {
9974
9941
"UseDualStack": false
9975
9942
}
9976
9943
},
9977
- {
9978
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
9979
- "expect": {
9980
- "error": "DualStack is enabled but this partition does not support DualStack"
9981
- },
9982
- "params": {
9983
- "Region": "us-isob-east-1",
9984
- "UseFIPS": false,
9985
- "UseDualStack": true
9986
- }
9987
- },
9988
9944
{
9989
9945
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
9990
9946
"expect": {
You can’t perform that action at this time.
0 commit comments