Skip to content

Commit d6591c7

Browse files
author
AWS
committed
Amazon Kinesis Firehose Update: Remove incorrect endpoint tests
1 parent b3726f3 commit d6591c7

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": "Amazon Kinesis Firehose",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -520,17 +520,6 @@
520520
"UseDualStack": false
521521
}
522522
},
523-
{
524-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
525-
"expect": {
526-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
527-
},
528-
"params": {
529-
"Region": "us-iso-east-1",
530-
"UseFIPS": true,
531-
"UseDualStack": true
532-
}
533-
},
534523
{
535524
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
536525
"expect": {
@@ -544,28 +533,6 @@
544533
"UseDualStack": false
545534
}
546535
},
547-
{
548-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
549-
"expect": {
550-
"error": "DualStack is enabled but this partition does not support DualStack"
551-
},
552-
"params": {
553-
"Region": "us-iso-east-1",
554-
"UseFIPS": false,
555-
"UseDualStack": true
556-
}
557-
},
558-
{
559-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
560-
"expect": {
561-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
562-
},
563-
"params": {
564-
"Region": "us-isob-east-1",
565-
"UseFIPS": true,
566-
"UseDualStack": true
567-
}
568-
},
569536
{
570537
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
571538
"expect": {
@@ -579,17 +546,6 @@
579546
"UseDualStack": false
580547
}
581548
},
582-
{
583-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
584-
"expect": {
585-
"error": "DualStack is enabled but this partition does not support DualStack"
586-
},
587-
"params": {
588-
"Region": "us-isob-east-1",
589-
"UseFIPS": false,
590-
"UseDualStack": true
591-
}
592-
},
593549
{
594550
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
595551
"expect": {

0 commit comments

Comments
 (0)