Skip to content

Commit f4ad3f1

Browse files
author
AWS
committed
AWS Amplify UI Builder Update: Remove incorrect endpoint tests
1 parent f44a39b commit f4ad3f1

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
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 Amplify UI Builder",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -364,17 +364,6 @@
364364
"UseDualStack": false
365365
}
366366
},
367-
{
368-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
369-
"expect": {
370-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
371-
},
372-
"params": {
373-
"Region": "us-iso-east-1",
374-
"UseFIPS": true,
375-
"UseDualStack": true
376-
}
377-
},
378367
{
379368
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
380369
"expect": {
@@ -388,17 +377,6 @@
388377
"UseDualStack": false
389378
}
390379
},
391-
{
392-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
393-
"expect": {
394-
"error": "DualStack is enabled but this partition does not support DualStack"
395-
},
396-
"params": {
397-
"Region": "us-iso-east-1",
398-
"UseFIPS": false,
399-
"UseDualStack": true
400-
}
401-
},
402380
{
403381
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
404382
"expect": {
@@ -412,17 +390,6 @@
412390
"UseDualStack": false
413391
}
414392
},
415-
{
416-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
417-
"expect": {
418-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
419-
},
420-
"params": {
421-
"Region": "us-isob-east-1",
422-
"UseFIPS": true,
423-
"UseDualStack": true
424-
}
425-
},
426393
{
427394
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
428395
"expect": {
@@ -436,17 +403,6 @@
436403
"UseDualStack": false
437404
}
438405
},
439-
{
440-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
441-
"expect": {
442-
"error": "DualStack is enabled but this partition does not support DualStack"
443-
},
444-
"params": {
445-
"Region": "us-isob-east-1",
446-
"UseFIPS": false,
447-
"UseDualStack": true
448-
}
449-
},
450406
{
451407
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
452408
"expect": {

0 commit comments

Comments
 (0)