Skip to content

Commit 86d284a

Browse files
author
awstools
committed
feat(client-kinesis): Remove incorrect endpoint tests
1 parent 26243a8 commit 86d284a

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

codegen/sdk-codegen/aws-models/kinesis.json

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4378,19 +4378,6 @@
43784378
"StreamARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream"
43794379
}
43804380
},
4381-
{
4382-
"documentation": "Dual Stack not supported region.",
4383-
"expect": {
4384-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4385-
},
4386-
"params": {
4387-
"Region": "us-iso-west-1",
4388-
"UseFIPS": true,
4389-
"UseDualStack": true,
4390-
"StreamARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream",
4391-
"OperationType": "control"
4392-
}
4393-
},
43944381
{
43954382
"documentation": "OperationType not set",
43964383
"expect": {
@@ -4754,19 +4741,6 @@
47544741
"ConsumerARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737"
47554742
}
47564743
},
4757-
{
4758-
"documentation": "Dual Stack not supported region.",
4759-
"expect": {
4760-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4761-
},
4762-
"params": {
4763-
"Region": "us-iso-west-1",
4764-
"UseFIPS": true,
4765-
"UseDualStack": true,
4766-
"ConsumerARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream/consumer/test-consumer:1525898737",
4767-
"OperationType": "control"
4768-
}
4769-
},
47704744
{
47714745
"documentation": "OperationType not set",
47724746
"expect": {
@@ -5161,19 +5135,6 @@
51615135
"ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream"
51625136
}
51635137
},
5164-
{
5165-
"documentation": "ResourceARN as StreamARN test: Dual Stack not supported region.",
5166-
"expect": {
5167-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5168-
},
5169-
"params": {
5170-
"Region": "us-iso-west-1",
5171-
"UseFIPS": true,
5172-
"UseDualStack": true,
5173-
"ResourceARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream",
5174-
"OperationType": "control"
5175-
}
5176-
},
51775138
{
51785139
"documentation": "ResourceARN as StreamARN test: OperationType not set",
51795140
"expect": {
@@ -5525,19 +5486,6 @@
55255486
"ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737"
55265487
}
55275488
},
5528-
{
5529-
"documentation": "ResourceARN as ConsumerARN test: Dual Stack not supported region.",
5530-
"expect": {
5531-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5532-
},
5533-
"params": {
5534-
"Region": "us-iso-west-1",
5535-
"UseFIPS": true,
5536-
"UseDualStack": true,
5537-
"ResourceARN": "arn:aws-iso:kinesis:us-iso-west-1:123456789012:stream/testStream/consumer/test-consumer:1525898737",
5538-
"OperationType": "control"
5539-
}
5540-
},
55415489
{
55425490
"documentation": "ResourceARN as ConsumerARN test: OperationType not set",
55435491
"expect": {

0 commit comments

Comments
 (0)