Skip to content

Commit ed893ae

Browse files
author
AWS
committed
Amazon Macie 2 Update: Remove incorrect endpoint tests
1 parent 8bb1625 commit ed893ae

File tree

3 files changed

+49
-134
lines changed

3 files changed

+49
-134
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": "Amazon Macie 2",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -455,17 +455,6 @@
455455
"UseDualStack": false
456456
}
457457
},
458-
{
459-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
460-
"expect": {
461-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
462-
},
463-
"params": {
464-
"Region": "us-iso-east-1",
465-
"UseFIPS": true,
466-
"UseDualStack": true
467-
}
468-
},
469458
{
470459
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
471460
"expect": {
@@ -479,17 +468,6 @@
479468
"UseDualStack": false
480469
}
481470
},
482-
{
483-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
484-
"expect": {
485-
"error": "DualStack is enabled but this partition does not support DualStack"
486-
},
487-
"params": {
488-
"Region": "us-iso-east-1",
489-
"UseFIPS": false,
490-
"UseDualStack": true
491-
}
492-
},
493471
{
494472
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
495473
"expect": {
@@ -503,17 +481,6 @@
503481
"UseDualStack": false
504482
}
505483
},
506-
{
507-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
508-
"expect": {
509-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
510-
},
511-
"params": {
512-
"Region": "us-isob-east-1",
513-
"UseFIPS": true,
514-
"UseDualStack": true
515-
}
516-
},
517484
{
518485
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
519486
"expect": {
@@ -527,17 +494,6 @@
527494
"UseDualStack": false
528495
}
529496
},
530-
{
531-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
532-
"expect": {
533-
"error": "DualStack is enabled but this partition does not support DualStack"
534-
},
535-
"params": {
536-
"Region": "us-isob-east-1",
537-
"UseFIPS": false,
538-
"UseDualStack": true
539-
}
540-
},
541497
{
542498
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
543499
"expect": {

0 commit comments

Comments
 (0)