Skip to content

Commit 1c42a6b

Browse files
author
AWS
committed
Amazon Kinesis Update: Remove incorrect endpoint tests
1 parent e1f91c6 commit 1c42a6b

File tree

2 files changed

+6
-52
lines changed

2 files changed

+6
-52
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 & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -739,19 +739,6 @@
739739
"StreamARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream"
740740
}
741741
},
742-
{
743-
"documentation": "Dual Stack not supported region.",
744-
"expect": {
745-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
746-
},
747-
"params": {
748-
"Region": "us-iso-west-1",
749-
"UseFIPS": true,
750-
"UseDualStack": true,
751-
"StreamARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream",
752-
"OperationType": "control"
753-
}
754-
},
755742
{
756743
"documentation": "OperationType not set",
757744
"expect": {
@@ -1115,19 +1102,6 @@
11151102
"ConsumerARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737"
11161103
}
11171104
},
1118-
{
1119-
"documentation": "Dual Stack not supported region.",
1120-
"expect": {
1121-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1122-
},
1123-
"params": {
1124-
"Region": "us-iso-west-1",
1125-
"UseFIPS": true,
1126-
"UseDualStack": true,
1127-
"ConsumerARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream/consumer/test-consumer:1525898737",
1128-
"OperationType": "control"
1129-
}
1130-
},
11311105
{
11321106
"documentation": "OperationType not set",
11331107
"expect": {
@@ -1522,19 +1496,6 @@
15221496
"ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream"
15231497
}
15241498
},
1525-
{
1526-
"documentation": "ResourceARN as StreamARN test: Dual Stack not supported region.",
1527-
"expect": {
1528-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1529-
},
1530-
"params": {
1531-
"Region": "us-iso-west-1",
1532-
"UseFIPS": true,
1533-
"UseDualStack": true,
1534-
"ResourceARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream",
1535-
"OperationType": "control"
1536-
}
1537-
},
15381499
{
15391500
"documentation": "ResourceARN as StreamARN test: OperationType not set",
15401501
"expect": {
@@ -1886,19 +1847,6 @@
18861847
"ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737"
18871848
}
18881849
},
1889-
{
1890-
"documentation": "ResourceARN as ConsumerARN test: Dual Stack not supported region.",
1891-
"expect": {
1892-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1893-
},
1894-
"params": {
1895-
"Region": "us-iso-west-1",
1896-
"UseFIPS": true,
1897-
"UseDualStack": true,
1898-
"ResourceARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream/consumer/test-consumer:1525898737",
1899-
"OperationType": "control"
1900-
}
1901-
},
19021850
{
19031851
"documentation": "ResourceARN as ConsumerARN test: OperationType not set",
19041852
"expect": {

0 commit comments

Comments
 (0)