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 2992
2992
"UseDualStack" : false
2993
2993
}
2994
2994
},
2995
- {
2996
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2997
- "expect" : {
2998
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2999
- },
3000
- "params" : {
3001
- "Region" : " us-iso-east-1" ,
3002
- "UseFIPS" : true ,
3003
- "UseDualStack" : true
3004
- }
3005
- },
3006
2995
{
3007
2996
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
3008
2997
"expect" : {
3016
3005
"UseDualStack" : false
3017
3006
}
3018
3007
},
3019
- {
3020
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
3021
- "expect" : {
3022
- "error" : " DualStack is enabled but this partition does not support DualStack"
3023
- },
3024
- "params" : {
3025
- "Region" : " us-iso-east-1" ,
3026
- "UseFIPS" : false ,
3027
- "UseDualStack" : true
3028
- }
3029
- },
3030
3008
{
3031
3009
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
3032
3010
"expect" : {
3040
3018
"UseDualStack" : false
3041
3019
}
3042
3020
},
3043
- {
3044
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
3045
- "expect" : {
3046
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3047
- },
3048
- "params" : {
3049
- "Region" : " us-isob-east-1" ,
3050
- "UseFIPS" : true ,
3051
- "UseDualStack" : true
3052
- }
3053
- },
3054
3021
{
3055
3022
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
3056
3023
"expect" : {
3064
3031
"UseDualStack" : false
3065
3032
}
3066
3033
},
3067
- {
3068
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
3069
- "expect" : {
3070
- "error" : " DualStack is enabled but this partition does not support DualStack"
3071
- },
3072
- "params" : {
3073
- "Region" : " us-isob-east-1" ,
3074
- "UseFIPS" : false ,
3075
- "UseDualStack" : true
3076
- }
3077
- },
3078
3034
{
3079
3035
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
3080
3036
"expect" : {
You can’t perform that action at this time.
0 commit comments