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 15753
15753
"UseDualStack": false
15754
15754
}
15755
15755
},
15756
- {
15757
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
15758
- "expect": {
15759
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
15760
- },
15761
- "params": {
15762
- "Region": "us-iso-east-1",
15763
- "UseFIPS": true,
15764
- "UseDualStack": true
15765
- }
15766
- },
15767
15756
{
15768
15757
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
15769
15758
"expect": {
15777
15766
"UseDualStack": false
15778
15767
}
15779
15768
},
15780
- {
15781
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
15782
- "expect": {
15783
- "error": "DualStack is enabled but this partition does not support DualStack"
15784
- },
15785
- "params": {
15786
- "Region": "us-iso-east-1",
15787
- "UseFIPS": false,
15788
- "UseDualStack": true
15789
- }
15790
- },
15791
15769
{
15792
15770
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
15793
15771
"expect": {
15801
15779
"UseDualStack": false
15802
15780
}
15803
15781
},
15804
- {
15805
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
15806
- "expect": {
15807
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
15808
- },
15809
- "params": {
15810
- "Region": "us-isob-east-1",
15811
- "UseFIPS": true,
15812
- "UseDualStack": true
15813
- }
15814
- },
15815
15782
{
15816
15783
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
15817
15784
"expect": {
15825
15792
"UseDualStack": false
15826
15793
}
15827
15794
},
15828
- {
15829
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
15830
- "expect": {
15831
- "error": "DualStack is enabled but this partition does not support DualStack"
15832
- },
15833
- "params": {
15834
- "Region": "us-isob-east-1",
15835
- "UseFIPS": false,
15836
- "UseDualStack": true
15837
- }
15838
- },
15839
15795
{
15840
15796
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
15841
15797
"expect": {
You can’t perform that action at this time.
0 commit comments