File tree Expand file tree Collapse file tree 3 files changed +8
-48
lines changed
services/apprunner/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +8
-48
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " AWS App Runner" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 234234 "UseDualStack" : false
235235 }
236236 },
237- {
238- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
239- "expect" : {
240- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
241- },
242- "params" : {
243- "Region" : " us-iso-east-1" ,
244- "UseFIPS" : true ,
245- "UseDualStack" : true
246- }
247- },
248237 {
249238 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
250239 "expect" : {
258247 "UseDualStack" : false
259248 }
260249 },
261- {
262- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
263- "expect" : {
264- "error" : " DualStack is enabled but this partition does not support DualStack"
265- },
266- "params" : {
267- "Region" : " us-iso-east-1" ,
268- "UseFIPS" : false ,
269- "UseDualStack" : true
270- }
271- },
272250 {
273251 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
274252 "expect" : {
282260 "UseDualStack" : false
283261 }
284262 },
285- {
286- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
287- "expect" : {
288- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
289- },
290- "params" : {
291- "Region" : " us-isob-east-1" ,
292- "UseFIPS" : true ,
293- "UseDualStack" : true
294- }
295- },
296263 {
297264 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
298265 "expect" : {
306273 "UseDualStack" : false
307274 }
308275 },
309- {
310- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
311- "expect" : {
312- "error" : " DualStack is enabled but this partition does not support DualStack"
313- },
314- "params" : {
315- "Region" : " us-isob-east-1" ,
316- "UseFIPS" : false ,
317- "UseDualStack" : true
318- }
319- },
320276 {
321277 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
322278 "expect" : {
Original file line number Diff line number Diff line change 26962696 },
26972697 "TagResourceResponse" :{
26982698 "type" :" structure" ,
2699- "members" :{
2700- }
2699+ "members" :{}
27012700 },
27022701 "TagValue" :{
27032702 "type" :" string" ,
27462745 },
27472746 "UntagResourceResponse" :{
27482747 "type" :" structure" ,
2749- "members" :{
2750- }
2748+ "members" :{}
27512749 },
27522750 "UpdateDefaultAutoScalingConfigurationRequest" :{
27532751 "type" :" structure" ,
You can’t perform that action at this time.
0 commit comments