|
739 | 739 | "StreamARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream" |
740 | 740 | } |
741 | 741 | }, |
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 | | - }, |
755 | 742 | { |
756 | 743 | "documentation": "OperationType not set", |
757 | 744 | "expect": { |
|
1115 | 1102 | "ConsumerARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737" |
1116 | 1103 | } |
1117 | 1104 | }, |
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 | | - }, |
1131 | 1105 | { |
1132 | 1106 | "documentation": "OperationType not set", |
1133 | 1107 | "expect": { |
|
1522 | 1496 | "ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream" |
1523 | 1497 | } |
1524 | 1498 | }, |
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 | | - }, |
1538 | 1499 | { |
1539 | 1500 | "documentation": "ResourceARN as StreamARN test: OperationType not set", |
1540 | 1501 | "expect": { |
|
1886 | 1847 | "ResourceARN": "arn:aws:kinesis:us-east-1:123:accesspoint/testStream/consumer/test-consumer:1525898737" |
1887 | 1848 | } |
1888 | 1849 | }, |
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 | | - }, |
1902 | 1850 | { |
1903 | 1851 | "documentation": "ResourceARN as ConsumerARN test: OperationType not set", |
1904 | 1852 | "expect": { |
|
0 commit comments