Skip to content

Commit 7eb4773

Browse files
author
AWS
committed
AWS App Runner Update: Remove incorrect endpoint tests
1 parent 64a835b commit 7eb4773

File tree

3 files changed

+8
-48
lines changed

3 files changed

+8
-48
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS App Runner",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/apprunner/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -234,17 +234,6 @@
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": {
@@ -258,17 +247,6 @@
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": {
@@ -282,17 +260,6 @@
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": {
@@ -306,17 +273,6 @@
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": {

services/apprunner/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,8 +2696,7 @@
26962696
},
26972697
"TagResourceResponse":{
26982698
"type":"structure",
2699-
"members":{
2700-
}
2699+
"members":{}
27012700
},
27022701
"TagValue":{
27032702
"type":"string",
@@ -2746,8 +2745,7 @@
27462745
},
27472746
"UntagResourceResponse":{
27482747
"type":"structure",
2749-
"members":{
2750-
}
2748+
"members":{}
27512749
},
27522750
"UpdateDefaultAutoScalingConfigurationRequest":{
27532751
"type":"structure",

0 commit comments

Comments
 (0)