Skip to content

Commit b3a3a1f

Browse files
author
AWS
committed
Amazon Kinesis Update: Remove incorrect endpoint tests
1 parent 355bd22 commit b3a3a1f

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -533,17 +533,6 @@
533533
"UseDualStack": false
534534
}
535535
},
536-
{
537-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
538-
"expect": {
539-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
540-
},
541-
"params": {
542-
"Region": "us-iso-east-1",
543-
"UseFIPS": true,
544-
"UseDualStack": true
545-
}
546-
},
547536
{
548537
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
549538
"expect": {
@@ -557,17 +546,6 @@
557546
"UseDualStack": false
558547
}
559548
},
560-
{
561-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
562-
"expect": {
563-
"error": "DualStack is enabled but this partition does not support DualStack"
564-
},
565-
"params": {
566-
"Region": "us-iso-east-1",
567-
"UseFIPS": false,
568-
"UseDualStack": true
569-
}
570-
},
571549
{
572550
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
573551
"expect": {
@@ -581,17 +559,6 @@
581559
"UseDualStack": false
582560
}
583561
},
584-
{
585-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
586-
"expect": {
587-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
588-
},
589-
"params": {
590-
"Region": "us-isob-east-1",
591-
"UseFIPS": true,
592-
"UseDualStack": true
593-
}
594-
},
595562
{
596563
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
597564
"expect": {
@@ -605,17 +572,6 @@
605572
"UseDualStack": false
606573
}
607574
},
608-
{
609-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
610-
"expect": {
611-
"error": "DualStack is enabled but this partition does not support DualStack"
612-
},
613-
"params": {
614-
"Region": "us-isob-east-1",
615-
"UseFIPS": false,
616-
"UseDualStack": true
617-
}
618-
},
619575
{
620576
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
621577
"expect": {

0 commit comments

Comments
 (0)