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 1094
1094
"UseDualStack" : true
1095
1095
}
1096
1096
},
1097
- {
1098
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1099
- "expect" : {
1100
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1101
- },
1102
- "params" : {
1103
- "Region" : " us-iso-east-1" ,
1104
- "UseFIPS" : true ,
1105
- "UseDualStack" : true
1106
- }
1107
- },
1108
1097
{
1109
1098
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1110
1099
"expect" : {
1118
1107
"UseDualStack" : false
1119
1108
}
1120
1109
},
1121
- {
1122
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1123
- "expect" : {
1124
- "error" : " DualStack is enabled but this partition does not support DualStack"
1125
- },
1126
- "params" : {
1127
- "Region" : " us-iso-east-1" ,
1128
- "UseFIPS" : false ,
1129
- "UseDualStack" : true
1130
- }
1131
- },
1132
1110
{
1133
1111
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1134
1112
"expect" : {
1142
1120
"UseDualStack" : false
1143
1121
}
1144
1122
},
1145
- {
1146
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1147
- "expect" : {
1148
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1149
- },
1150
- "params" : {
1151
- "Region" : " us-isob-east-1" ,
1152
- "UseFIPS" : true ,
1153
- "UseDualStack" : true
1154
- }
1155
- },
1156
1123
{
1157
1124
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1158
1125
"expect" : {
1166
1133
"UseDualStack" : false
1167
1134
}
1168
1135
},
1169
- {
1170
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1171
- "expect" : {
1172
- "error" : " DualStack is enabled but this partition does not support DualStack"
1173
- },
1174
- "params" : {
1175
- "Region" : " us-isob-east-1" ,
1176
- "UseFIPS" : false ,
1177
- "UseDualStack" : true
1178
- }
1179
- },
1180
1136
{
1181
1137
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1182
1138
"expect" : {
You can’t perform that action at this time.
0 commit comments