@aws-sdk/client-kinesis 3.980.0 → 3.982.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +1 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/index.js +113 -78
  4. package/dist-es/commands/AddTagsToStreamCommand.js +1 -0
  5. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +1 -0
  6. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
  7. package/dist-es/commands/DeleteStreamCommand.js +1 -0
  8. package/dist-es/commands/DeregisterStreamConsumerCommand.js +1 -0
  9. package/dist-es/commands/DescribeStreamCommand.js +1 -0
  10. package/dist-es/commands/DescribeStreamConsumerCommand.js +1 -0
  11. package/dist-es/commands/DescribeStreamSummaryCommand.js +1 -0
  12. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +1 -0
  13. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +1 -0
  14. package/dist-es/commands/GetRecordsCommand.js +1 -0
  15. package/dist-es/commands/GetResourcePolicyCommand.js +1 -0
  16. package/dist-es/commands/GetShardIteratorCommand.js +1 -0
  17. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +1 -0
  18. package/dist-es/commands/ListShardsCommand.js +1 -0
  19. package/dist-es/commands/ListStreamConsumersCommand.js +1 -0
  20. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  21. package/dist-es/commands/ListTagsForStreamCommand.js +1 -0
  22. package/dist-es/commands/MergeShardsCommand.js +1 -0
  23. package/dist-es/commands/PutRecordCommand.js +1 -0
  24. package/dist-es/commands/PutRecordsCommand.js +1 -0
  25. package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
  26. package/dist-es/commands/RegisterStreamConsumerCommand.js +1 -0
  27. package/dist-es/commands/RemoveTagsFromStreamCommand.js +1 -0
  28. package/dist-es/commands/SplitShardCommand.js +1 -0
  29. package/dist-es/commands/StartStreamEncryptionCommand.js +1 -0
  30. package/dist-es/commands/StopStreamEncryptionCommand.js +1 -0
  31. package/dist-es/commands/SubscribeToShardCommand.js +1 -0
  32. package/dist-es/commands/TagResourceCommand.js +1 -0
  33. package/dist-es/commands/UntagResourceCommand.js +1 -0
  34. package/dist-es/commands/UpdateMaxRecordSizeCommand.js +1 -0
  35. package/dist-es/commands/UpdateShardCountCommand.js +1 -0
  36. package/dist-es/commands/UpdateStreamModeCommand.js +1 -0
  37. package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +1 -0
  38. package/dist-es/endpoint/endpointResolver.js +1 -0
  39. package/dist-es/endpoint/ruleset.js +3 -3
  40. package/dist-es/schemas/schemas_0.js +79 -78
  41. package/dist-types/commands/AddTagsToStreamCommand.d.ts +1 -0
  42. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +1 -0
  43. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  44. package/dist-types/commands/DeleteStreamCommand.d.ts +1 -0
  45. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +1 -0
  46. package/dist-types/commands/DescribeStreamCommand.d.ts +1 -0
  47. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +1 -0
  48. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +2 -0
  49. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +1 -0
  50. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +1 -0
  51. package/dist-types/commands/GetRecordsCommand.d.ts +1 -0
  52. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
  53. package/dist-types/commands/GetShardIteratorCommand.d.ts +1 -0
  54. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +1 -0
  55. package/dist-types/commands/ListShardsCommand.d.ts +1 -0
  56. package/dist-types/commands/ListStreamConsumersCommand.d.ts +1 -0
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  58. package/dist-types/commands/ListTagsForStreamCommand.d.ts +1 -0
  59. package/dist-types/commands/MergeShardsCommand.d.ts +1 -0
  60. package/dist-types/commands/PutRecordCommand.d.ts +1 -0
  61. package/dist-types/commands/PutRecordsCommand.d.ts +1 -0
  62. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  63. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +1 -0
  64. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +1 -0
  65. package/dist-types/commands/SplitShardCommand.d.ts +1 -0
  66. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +1 -0
  67. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +1 -0
  68. package/dist-types/commands/SubscribeToShardCommand.d.ts +1 -0
  69. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  71. package/dist-types/commands/UpdateMaxRecordSizeCommand.d.ts +1 -0
  72. package/dist-types/commands/UpdateShardCountCommand.d.ts +1 -0
  73. package/dist-types/commands/UpdateStreamModeCommand.d.ts +1 -0
  74. package/dist-types/commands/UpdateStreamWarmThroughputCommand.d.ts +1 -0
  75. package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
  76. package/dist-types/models/models_0.d.ts +177 -2
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +35 -0
  79. package/package.json +6 -6
@@ -41,6 +41,7 @@ declare const UntagResourceCommand_base: {
41
41
  * "STRING_VALUE",
42
42
  * ],
43
43
  * ResourceARN: "STRING_VALUE", // required
44
+ * StreamId: "STRING_VALUE",
44
45
  * };
45
46
  * const command = new UntagResourceCommand(input);
46
47
  * const response = await client.send(command);
@@ -38,6 +38,7 @@ declare const UpdateMaxRecordSizeCommand_base: {
38
38
  * const client = new KinesisClient(config);
39
39
  * const input = { // UpdateMaxRecordSizeInput
40
40
  * StreamARN: "STRING_VALUE",
41
+ * StreamId: "STRING_VALUE",
41
42
  * MaxRecordSizeInKiB: Number("int"), // required
42
43
  * };
43
44
  * const command = new UpdateMaxRecordSizeCommand(input);
@@ -92,6 +92,7 @@ declare const UpdateShardCountCommand_base: {
92
92
  * TargetShardCount: Number("int"), // required
93
93
  * ScalingType: "UNIFORM_SCALING", // required
94
94
  * StreamARN: "STRING_VALUE",
95
+ * StreamId: "STRING_VALUE",
95
96
  * };
96
97
  * const command = new UpdateShardCountCommand(input);
97
98
  * const response = await client.send(command);
@@ -42,6 +42,7 @@ declare const UpdateStreamModeCommand_base: {
42
42
  * const client = new KinesisClient(config);
43
43
  * const input = { // UpdateStreamModeInput
44
44
  * StreamARN: "STRING_VALUE", // required
45
+ * StreamId: "STRING_VALUE",
45
46
  * StreamModeDetails: { // StreamModeDetails
46
47
  * StreamMode: "PROVISIONED" || "ON_DEMAND", // required
47
48
  * },
@@ -55,6 +55,7 @@ declare const UpdateStreamWarmThroughputCommand_base: {
55
55
  * const input = { // UpdateStreamWarmThroughputInput
56
56
  * StreamARN: "STRING_VALUE",
57
57
  * StreamName: "STRING_VALUE",
58
+ * StreamId: "STRING_VALUE",
58
59
  * WarmThroughputMiBps: Number("int"), // required
59
60
  * };
60
61
  * const command = new UpdateStreamWarmThroughputCommand(input);
@@ -47,6 +47,7 @@ export interface EndpointParameters extends __EndpointParameters {
47
47
  UseDualStack?: boolean | undefined;
48
48
  UseFIPS?: boolean | undefined;
49
49
  Endpoint?: string | undefined;
50
+ StreamId?: string | undefined;
50
51
  StreamARN?: string | undefined;
51
52
  OperationType?: string | undefined;
52
53
  ConsumerARN?: string | undefined;
@@ -20,6 +20,11 @@ export interface AddTagsToStreamInput {
20
20
  * @public
21
21
  */
22
22
  StreamARN?: string | undefined;
23
+ /**
24
+ * <p>Not Implemented. Reserved for future use.</p>
25
+ * @public
26
+ */
27
+ StreamId?: string | undefined;
23
28
  }
24
29
  /**
25
30
  * <p>The range of possible hash key values for the shard, which is a set of ordered
@@ -210,6 +215,11 @@ export interface DecreaseStreamRetentionPeriodInput {
210
215
  * @public
211
216
  */
212
217
  StreamARN?: string | undefined;
218
+ /**
219
+ * <p>Not Implemented. Reserved for future use.</p>
220
+ * @public
221
+ */
222
+ StreamId?: string | undefined;
213
223
  }
214
224
  /**
215
225
  * @public
@@ -220,6 +230,11 @@ export interface DeleteResourcePolicyInput {
220
230
  * @public
221
231
  */
222
232
  ResourceARN: string | undefined;
233
+ /**
234
+ * <p>Not Implemented. Reserved for future use.</p>
235
+ * @public
236
+ */
237
+ StreamId?: string | undefined;
223
238
  }
224
239
  /**
225
240
  * <p>Represents the input for <a>DeleteStream</a>.</p>
@@ -243,6 +258,11 @@ export interface DeleteStreamInput {
243
258
  * @public
244
259
  */
245
260
  StreamARN?: string | undefined;
261
+ /**
262
+ * <p>Not Implemented. Reserved for future use.</p>
263
+ * @public
264
+ */
265
+ StreamId?: string | undefined;
246
266
  }
247
267
  /**
248
268
  * @public
@@ -269,6 +289,11 @@ export interface DeregisterStreamConsumerInput {
269
289
  * @public
270
290
  */
271
291
  ConsumerARN?: string | undefined;
292
+ /**
293
+ * <p>Not Implemented. Reserved for future use.</p>
294
+ * @public
295
+ */
296
+ StreamId?: string | undefined;
272
297
  }
273
298
  /**
274
299
  * @public
@@ -372,6 +397,11 @@ export interface DescribeStreamInput {
372
397
  * @public
373
398
  */
374
399
  StreamARN?: string | undefined;
400
+ /**
401
+ * <p>Not Implemented. Reserved for future use.</p>
402
+ * @public
403
+ */
404
+ StreamId?: string | undefined;
375
405
  }
376
406
  /**
377
407
  * <p>Represents enhanced metrics types.</p>
@@ -646,6 +676,11 @@ export interface DescribeStreamConsumerInput {
646
676
  * @public
647
677
  */
648
678
  ConsumerARN?: string | undefined;
679
+ /**
680
+ * <p>Not Implemented. Reserved for future use.</p>
681
+ * @public
682
+ */
683
+ StreamId?: string | undefined;
649
684
  }
650
685
  /**
651
686
  * @public
@@ -671,6 +706,11 @@ export interface DescribeStreamSummaryInput {
671
706
  * @public
672
707
  */
673
708
  StreamARN?: string | undefined;
709
+ /**
710
+ * <p>Not Implemented. Reserved for future use.</p>
711
+ * @public
712
+ */
713
+ StreamId?: string | undefined;
674
714
  }
675
715
  /**
676
716
  * <p>Represents the warm throughput configuration on the stream. This is only present for On-Demand Kinesis Data Streams in accounts that have <code>MinimumThroughputBillingCommitment</code> enabled.</p>
@@ -704,6 +744,11 @@ export interface StreamDescriptionSummary {
704
744
  * @public
705
745
  */
706
746
  StreamARN: string | undefined;
747
+ /**
748
+ * <p>Not Implemented. Reserved for future use.</p>
749
+ * @public
750
+ */
751
+ StreamId?: string | undefined;
707
752
  /**
708
753
  * <p>The current status of the stream being described. The stream status is one of the
709
754
  * following states:</p>
@@ -907,6 +952,11 @@ export interface DisableEnhancedMonitoringInput {
907
952
  * @public
908
953
  */
909
954
  StreamARN?: string | undefined;
955
+ /**
956
+ * <p>Not Implemented. Reserved for future use.</p>
957
+ * @public
958
+ */
959
+ StreamId?: string | undefined;
910
960
  }
911
961
  /**
912
962
  * <p>Represents the output for <a>EnableEnhancedMonitoring</a> and <a>DisableEnhancedMonitoring</a>.</p>
@@ -1003,6 +1053,11 @@ export interface EnableEnhancedMonitoringInput {
1003
1053
  * @public
1004
1054
  */
1005
1055
  StreamARN?: string | undefined;
1056
+ /**
1057
+ * <p>Not Implemented. Reserved for future use.</p>
1058
+ * @public
1059
+ */
1060
+ StreamId?: string | undefined;
1006
1061
  }
1007
1062
  /**
1008
1063
  * <p>Represents the input for <a>GetRecords</a>.</p>
@@ -1028,6 +1083,11 @@ export interface GetRecordsInput {
1028
1083
  * @public
1029
1084
  */
1030
1085
  StreamARN?: string | undefined;
1086
+ /**
1087
+ * <p>Not Implemented. Reserved for future use.</p>
1088
+ * @public
1089
+ */
1090
+ StreamId?: string | undefined;
1031
1091
  }
1032
1092
  /**
1033
1093
  * <p>The unit of data of the Kinesis data stream, which is composed of a sequence number, a
@@ -1117,6 +1177,11 @@ export interface GetResourcePolicyInput {
1117
1177
  * @public
1118
1178
  */
1119
1179
  ResourceARN: string | undefined;
1180
+ /**
1181
+ * <p>Not Implemented. Reserved for future use.</p>
1182
+ * @public
1183
+ */
1184
+ StreamId?: string | undefined;
1120
1185
  }
1121
1186
  /**
1122
1187
  * @public
@@ -1196,6 +1261,11 @@ export interface GetShardIteratorInput {
1196
1261
  * @public
1197
1262
  */
1198
1263
  StreamARN?: string | undefined;
1264
+ /**
1265
+ * <p>Not Implemented. Reserved for future use.</p>
1266
+ * @public
1267
+ */
1268
+ StreamId?: string | undefined;
1199
1269
  }
1200
1270
  /**
1201
1271
  * <p>Represents the output for <code>GetShardIterator</code>.</p>
@@ -1231,6 +1301,11 @@ export interface IncreaseStreamRetentionPeriodInput {
1231
1301
  * @public
1232
1302
  */
1233
1303
  StreamARN?: string | undefined;
1304
+ /**
1305
+ * <p>Not Implemented. Reserved for future use.</p>
1306
+ * @public
1307
+ */
1308
+ StreamId?: string | undefined;
1234
1309
  }
1235
1310
  /**
1236
1311
  * <p>The request parameter used to filter out the response of the <code>ListShards</code>
@@ -1393,6 +1468,11 @@ export interface ListShardsInput {
1393
1468
  * @public
1394
1469
  */
1395
1470
  StreamARN?: string | undefined;
1471
+ /**
1472
+ * <p>Not Implemented. Reserved for future use.</p>
1473
+ * @public
1474
+ */
1475
+ StreamId?: string | undefined;
1396
1476
  }
1397
1477
  /**
1398
1478
  * @public
@@ -1478,6 +1558,11 @@ export interface ListStreamConsumersInput {
1478
1558
  * @public
1479
1559
  */
1480
1560
  StreamCreationTimestamp?: Date | undefined;
1561
+ /**
1562
+ * <p>Not Implemented. Reserved for future use.</p>
1563
+ * @public
1564
+ */
1565
+ StreamId?: string | undefined;
1481
1566
  }
1482
1567
  /**
1483
1568
  * @public
@@ -1598,6 +1683,11 @@ export interface ListTagsForResourceInput {
1598
1683
  * @public
1599
1684
  */
1600
1685
  ResourceARN: string | undefined;
1686
+ /**
1687
+ * <p>Not Implemented. Reserved for future use.</p>
1688
+ * @public
1689
+ */
1690
+ StreamId?: string | undefined;
1601
1691
  }
1602
1692
  /**
1603
1693
  * <p>Metadata assigned to the stream or consumer, consisting of a key-value pair.</p>
@@ -1658,6 +1748,11 @@ export interface ListTagsForStreamInput {
1658
1748
  * @public
1659
1749
  */
1660
1750
  StreamARN?: string | undefined;
1751
+ /**
1752
+ * <p>Not Implemented. Reserved for future use.</p>
1753
+ * @public
1754
+ */
1755
+ StreamId?: string | undefined;
1661
1756
  }
1662
1757
  /**
1663
1758
  * <p>Represents the output for <code>ListTagsForStream</code>.</p>
@@ -1703,6 +1798,11 @@ export interface MergeShardsInput {
1703
1798
  * @public
1704
1799
  */
1705
1800
  StreamARN?: string | undefined;
1801
+ /**
1802
+ * <p>Not Implemented. Reserved for future use.</p>
1803
+ * @public
1804
+ */
1805
+ StreamId?: string | undefined;
1706
1806
  }
1707
1807
  /**
1708
1808
  * <p>Represents the input for <code>PutRecord</code>.</p>
@@ -1717,7 +1817,7 @@ export interface PutRecordInput {
1717
1817
  /**
1718
1818
  * <p>The data blob to put into the record, which is base64-encoded when the blob is
1719
1819
  * serialized. When the data blob (the payload before base64-encoding) is added to the
1720
- * partition key size, the total size must not exceed the maximum record size (1
1820
+ * partition key size, the total size must not exceed the maximum record size (10
1721
1821
  * MiB).</p>
1722
1822
  * @public
1723
1823
  */
@@ -1753,6 +1853,11 @@ export interface PutRecordInput {
1753
1853
  * @public
1754
1854
  */
1755
1855
  StreamARN?: string | undefined;
1856
+ /**
1857
+ * <p>Not Implemented. Reserved for future use.</p>
1858
+ * @public
1859
+ */
1860
+ StreamId?: string | undefined;
1756
1861
  }
1757
1862
  /**
1758
1863
  * <p>Represents the output for <code>PutRecord</code>.</p>
@@ -1797,7 +1902,7 @@ export interface PutRecordsRequestEntry {
1797
1902
  /**
1798
1903
  * <p>The data blob to put into the record, which is base64-encoded when the blob is
1799
1904
  * serialized. When the data blob (the payload before base64-encoding) is added to the
1800
- * partition key size, the total size must not exceed the maximum record size (1
1905
+ * partition key size, the total size must not exceed the maximum record size (10
1801
1906
  * MiB).</p>
1802
1907
  * @public
1803
1908
  */
@@ -1840,6 +1945,11 @@ export interface PutRecordsInput {
1840
1945
  * @public
1841
1946
  */
1842
1947
  StreamARN?: string | undefined;
1948
+ /**
1949
+ * <p>Not Implemented. Reserved for future use.</p>
1950
+ * @public
1951
+ */
1952
+ StreamId?: string | undefined;
1843
1953
  }
1844
1954
  /**
1845
1955
  * <p>Represents the result of an individual record from a <code>PutRecords</code> request.
@@ -1923,6 +2033,11 @@ export interface PutResourcePolicyInput {
1923
2033
  * @public
1924
2034
  */
1925
2035
  ResourceARN: string | undefined;
2036
+ /**
2037
+ * <p>Not Implemented. Reserved for future use.</p>
2038
+ * @public
2039
+ */
2040
+ StreamId?: string | undefined;
1926
2041
  /**
1927
2042
  * <p>Details of the resource policy. It must include the identity of the principal and the actions allowed on this resource. This is formatted as a JSON string.</p>
1928
2043
  * @public
@@ -1946,6 +2061,11 @@ export interface RegisterStreamConsumerInput {
1946
2061
  * @public
1947
2062
  */
1948
2063
  ConsumerName: string | undefined;
2064
+ /**
2065
+ * <p>Not Implemented. Reserved for future use.</p>
2066
+ * @public
2067
+ */
2068
+ StreamId?: string | undefined;
1949
2069
  /**
1950
2070
  * <p>A set of up to 50 key-value pairs. A tag consists of a required key and an optional value.</p>
1951
2071
  * @public
@@ -1983,6 +2103,11 @@ export interface RemoveTagsFromStreamInput {
1983
2103
  * @public
1984
2104
  */
1985
2105
  StreamARN?: string | undefined;
2106
+ /**
2107
+ * <p>Not Implemented. Reserved for future use.</p>
2108
+ * @public
2109
+ */
2110
+ StreamId?: string | undefined;
1986
2111
  }
1987
2112
  /**
1988
2113
  * <p>Represents the input for <code>SplitShard</code>.</p>
@@ -2015,6 +2140,11 @@ export interface SplitShardInput {
2015
2140
  * @public
2016
2141
  */
2017
2142
  StreamARN?: string | undefined;
2143
+ /**
2144
+ * <p>Not Implemented. Reserved for future use.</p>
2145
+ * @public
2146
+ */
2147
+ StreamId?: string | undefined;
2018
2148
  }
2019
2149
  /**
2020
2150
  * @public
@@ -2070,6 +2200,11 @@ export interface StartStreamEncryptionInput {
2070
2200
  * @public
2071
2201
  */
2072
2202
  StreamARN?: string | undefined;
2203
+ /**
2204
+ * <p>Not Implemented. Reserved for future use.</p>
2205
+ * @public
2206
+ */
2207
+ StreamId?: string | undefined;
2073
2208
  }
2074
2209
  /**
2075
2210
  * @public
@@ -2125,6 +2260,11 @@ export interface StopStreamEncryptionInput {
2125
2260
  * @public
2126
2261
  */
2127
2262
  StreamARN?: string | undefined;
2263
+ /**
2264
+ * <p>Not Implemented. Reserved for future use.</p>
2265
+ * @public
2266
+ */
2267
+ StreamId?: string | undefined;
2128
2268
  }
2129
2269
  /**
2130
2270
  * <p>The starting position in the data stream from which to start streaming.</p>
@@ -2179,6 +2319,11 @@ export interface SubscribeToShardInput {
2179
2319
  * @public
2180
2320
  */
2181
2321
  ConsumerARN: string | undefined;
2322
+ /**
2323
+ * <p>Not Implemented. Reserved for future use.</p>
2324
+ * @public
2325
+ */
2326
+ StreamId?: string | undefined;
2182
2327
  /**
2183
2328
  * <p>The ID of the shard you want to subscribe to. To see a list of all the shards for a
2184
2329
  * given stream, use <a>ListShards</a>.</p>
@@ -2477,6 +2622,11 @@ export interface TagResourceInput {
2477
2622
  * @public
2478
2623
  */
2479
2624
  ResourceARN: string | undefined;
2625
+ /**
2626
+ * <p>Not Implemented. Reserved for future use.</p>
2627
+ * @public
2628
+ */
2629
+ StreamId?: string | undefined;
2480
2630
  }
2481
2631
  /**
2482
2632
  * @public
@@ -2492,6 +2642,11 @@ export interface UntagResourceInput {
2492
2642
  * @public
2493
2643
  */
2494
2644
  ResourceARN: string | undefined;
2645
+ /**
2646
+ * <p>Not Implemented. Reserved for future use.</p>
2647
+ * @public
2648
+ */
2649
+ StreamId?: string | undefined;
2495
2650
  }
2496
2651
  /**
2497
2652
  * <p>Represents the request parameters for configuring minimum throughput billing commitment.</p>
@@ -2549,6 +2704,11 @@ export interface UpdateMaxRecordSizeInput {
2549
2704
  * @public
2550
2705
  */
2551
2706
  StreamARN?: string | undefined;
2707
+ /**
2708
+ * <p>Not Implemented. Reserved for future use.</p>
2709
+ * @public
2710
+ */
2711
+ StreamId?: string | undefined;
2552
2712
  /**
2553
2713
  * <p>The maximum record size of a single record in KiB that you can write to, and read from a stream. Specify a value between 1024 and 10240 KiB (1 to 10 MiB). If you specify a value that is out of this range, <code>UpdateMaxRecordSize</code> sends back an <code>ValidationException</code> message.</p>
2554
2714
  * @public
@@ -2598,6 +2758,11 @@ export interface UpdateShardCountInput {
2598
2758
  * @public
2599
2759
  */
2600
2760
  StreamARN?: string | undefined;
2761
+ /**
2762
+ * <p>Not Implemented. Reserved for future use.</p>
2763
+ * @public
2764
+ */
2765
+ StreamId?: string | undefined;
2601
2766
  }
2602
2767
  /**
2603
2768
  * @public
@@ -2633,6 +2798,11 @@ export interface UpdateStreamModeInput {
2633
2798
  * @public
2634
2799
  */
2635
2800
  StreamARN: string | undefined;
2801
+ /**
2802
+ * <p>Not Implemented. Reserved for future use.</p>
2803
+ * @public
2804
+ */
2805
+ StreamId?: string | undefined;
2636
2806
  /**
2637
2807
  * <p> Specifies the capacity mode to which you want to set your data stream. Currently, in
2638
2808
  * Kinesis Data Streams, you can choose between an <b>on-demand</b> capacity mode and a <b>provisioned</b> capacity mode for your data streams. </p>
@@ -2659,6 +2829,11 @@ export interface UpdateStreamWarmThroughputInput {
2659
2829
  * @public
2660
2830
  */
2661
2831
  StreamName?: string | undefined;
2832
+ /**
2833
+ * <p>Not Implemented. Reserved for future use.</p>
2834
+ * @public
2835
+ */
2836
+ StreamId?: string | undefined;
2662
2837
  /**
2663
2838
  * <p>The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations.</p>
2664
2839
  * @public
@@ -48,6 +48,7 @@ export interface EndpointParameters extends __EndpointParameters {
48
48
  UseDualStack?: boolean | undefined;
49
49
  UseFIPS?: boolean | undefined;
50
50
  Endpoint?: string | undefined;
51
+ StreamId?: string | undefined;
51
52
  StreamARN?: string | undefined;
52
53
  OperationType?: string | undefined;
53
54
  ConsumerARN?: string | undefined;