|
4378 | 4378 | "StreamARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream"
|
4379 | 4379 | }
|
4380 | 4380 | },
|
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 |
| - }, |
4394 | 4381 | {
|
4395 | 4382 | "documentation": "OperationType not set",
|
4396 | 4383 | "expect": {
|
|
4754 | 4741 | "ConsumerARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737"
|
4755 | 4742 | }
|
4756 | 4743 | },
|
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 |
| - }, |
4770 | 4744 | {
|
4771 | 4745 | "documentation": "OperationType not set",
|
4772 | 4746 | "expect": {
|
|
5161 | 5135 | "ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream"
|
5162 | 5136 | }
|
5163 | 5137 | },
|
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 |
| - }, |
5177 | 5138 | {
|
5178 | 5139 | "documentation": "ResourceARN as StreamARN test: OperationType not set",
|
5179 | 5140 | "expect": {
|
|
5525 | 5486 | "ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737"
|
5526 | 5487 | }
|
5527 | 5488 | },
|
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 |
| - }, |
5541 | 5489 | {
|
5542 | 5490 | "documentation": "ResourceARN as ConsumerARN test: OperationType not set",
|
5543 | 5491 | "expect": {
|
|
0 commit comments