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 13738
13738
"UseDualStack": false
13739
13739
}
13740
13740
},
13741
- {
13742
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
13743
- "expect": {
13744
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
13745
- },
13746
- "params": {
13747
- "Region": "us-iso-east-1",
13748
- "UseFIPS": true,
13749
- "UseDualStack": true
13750
- }
13751
- },
13752
13741
{
13753
13742
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
13754
13743
"expect": {
13762
13751
"UseDualStack": false
13763
13752
}
13764
13753
},
13765
- {
13766
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
13767
- "expect": {
13768
- "error": "DualStack is enabled but this partition does not support DualStack"
13769
- },
13770
- "params": {
13771
- "Region": "us-iso-east-1",
13772
- "UseFIPS": false,
13773
- "UseDualStack": true
13774
- }
13775
- },
13776
13754
{
13777
13755
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
13778
13756
"expect": {
13786
13764
"UseDualStack": false
13787
13765
}
13788
13766
},
13789
- {
13790
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
13791
- "expect": {
13792
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
13793
- },
13794
- "params": {
13795
- "Region": "us-isob-east-1",
13796
- "UseFIPS": true,
13797
- "UseDualStack": true
13798
- }
13799
- },
13800
13767
{
13801
13768
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
13802
13769
"expect": {
13810
13777
"UseDualStack": false
13811
13778
}
13812
13779
},
13813
- {
13814
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
13815
- "expect": {
13816
- "error": "DualStack is enabled but this partition does not support DualStack"
13817
- },
13818
- "params": {
13819
- "Region": "us-isob-east-1",
13820
- "UseFIPS": false,
13821
- "UseDualStack": true
13822
- }
13823
- },
13824
13780
{
13825
13781
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
13826
13782
"expect": {
You can’t perform that action at this time.
0 commit comments