File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/braket/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Braket" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 195195 "UseDualStack" : false
196196 }
197197 },
198- {
199- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
200- "expect" : {
201- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
202- },
203- "params" : {
204- "Region" : " us-iso-east-1" ,
205- "UseFIPS" : true ,
206- "UseDualStack" : true
207- }
208- },
209198 {
210199 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
211200 "expect" : {
219208 "UseDualStack" : false
220209 }
221210 },
222- {
223- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
224- "expect" : {
225- "error" : " DualStack is enabled but this partition does not support DualStack"
226- },
227- "params" : {
228- "Region" : " us-iso-east-1" ,
229- "UseFIPS" : false ,
230- "UseDualStack" : true
231- }
232- },
233211 {
234212 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
235213 "expect" : {
243221 "UseDualStack" : false
244222 }
245223 },
246- {
247- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
248- "expect" : {
249- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
250- },
251- "params" : {
252- "Region" : " us-isob-east-1" ,
253- "UseFIPS" : true ,
254- "UseDualStack" : true
255- }
256- },
257224 {
258225 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
259226 "expect" : {
267234 "UseDualStack" : false
268235 }
269236 },
270- {
271- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
272- "expect" : {
273- "error" : " DualStack is enabled but this partition does not support DualStack"
274- },
275- "params" : {
276- "Region" : " us-isob-east-1" ,
277- "UseFIPS" : false ,
278- "UseDualStack" : true
279- }
280- },
281237 {
282238 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
283239 "expect" : {
You can’t perform that action at this time.
0 commit comments