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 3017
3017
"UseDualStack" : false
3018
3018
}
3019
3019
},
3020
- {
3021
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
3022
- "expect" : {
3023
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3024
- },
3025
- "params" : {
3026
- "Region" : " us-iso-east-1" ,
3027
- "UseFIPS" : true ,
3028
- "UseDualStack" : true
3029
- }
3030
- },
3031
3020
{
3032
3021
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
3033
3022
"expect" : {
3041
3030
"UseDualStack" : false
3042
3031
}
3043
3032
},
3044
- {
3045
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
3046
- "expect" : {
3047
- "error" : " DualStack is enabled but this partition does not support DualStack"
3048
- },
3049
- "params" : {
3050
- "Region" : " us-iso-east-1" ,
3051
- "UseFIPS" : false ,
3052
- "UseDualStack" : true
3053
- }
3054
- },
3055
3033
{
3056
3034
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
3057
3035
"expect" : {
3065
3043
"UseDualStack" : false
3066
3044
}
3067
3045
},
3068
- {
3069
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
3070
- "expect" : {
3071
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3072
- },
3073
- "params" : {
3074
- "Region" : " us-isob-east-1" ,
3075
- "UseFIPS" : true ,
3076
- "UseDualStack" : true
3077
- }
3078
- },
3079
3046
{
3080
3047
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
3081
3048
"expect" : {
3089
3056
"UseDualStack" : false
3090
3057
}
3091
3058
},
3092
- {
3093
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
3094
- "expect" : {
3095
- "error" : " DualStack is enabled but this partition does not support DualStack"
3096
- },
3097
- "params" : {
3098
- "Region" : " us-isob-east-1" ,
3099
- "UseFIPS" : false ,
3100
- "UseDualStack" : true
3101
- }
3102
- },
3103
3059
{
3104
3060
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
3105
3061
"expect" : {
You can’t perform that action at this time.
0 commit comments