@aws-sdk/client-kinesis 3.927.0 → 3.929.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 (63) hide show
  1. package/dist-cjs/index.js +1056 -1644
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/KinesisClient.js +2 -0
  4. package/dist-es/commands/AddTagsToStreamCommand.js +3 -9
  5. package/dist-es/commands/CreateStreamCommand.js +3 -9
  6. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +3 -9
  7. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  8. package/dist-es/commands/DeleteStreamCommand.js +3 -9
  9. package/dist-es/commands/DeregisterStreamConsumerCommand.js +3 -9
  10. package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -9
  11. package/dist-es/commands/DescribeLimitsCommand.js +3 -9
  12. package/dist-es/commands/DescribeStreamCommand.js +3 -9
  13. package/dist-es/commands/DescribeStreamConsumerCommand.js +3 -9
  14. package/dist-es/commands/DescribeStreamSummaryCommand.js +3 -9
  15. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +3 -9
  16. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +3 -9
  17. package/dist-es/commands/GetRecordsCommand.js +3 -9
  18. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  19. package/dist-es/commands/GetShardIteratorCommand.js +3 -9
  20. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +3 -9
  21. package/dist-es/commands/ListShardsCommand.js +3 -9
  22. package/dist-es/commands/ListStreamConsumersCommand.js +3 -9
  23. package/dist-es/commands/ListStreamsCommand.js +3 -9
  24. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  25. package/dist-es/commands/ListTagsForStreamCommand.js +3 -9
  26. package/dist-es/commands/MergeShardsCommand.js +3 -9
  27. package/dist-es/commands/PutRecordCommand.js +3 -9
  28. package/dist-es/commands/PutRecordsCommand.js +3 -9
  29. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  30. package/dist-es/commands/RegisterStreamConsumerCommand.js +3 -9
  31. package/dist-es/commands/RemoveTagsFromStreamCommand.js +3 -9
  32. package/dist-es/commands/SplitShardCommand.js +3 -9
  33. package/dist-es/commands/StartStreamEncryptionCommand.js +3 -9
  34. package/dist-es/commands/StopStreamEncryptionCommand.js +3 -9
  35. package/dist-es/commands/SubscribeToShardCommand.js +3 -10
  36. package/dist-es/commands/TagResourceCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  39. package/dist-es/commands/UpdateMaxRecordSizeCommand.js +3 -9
  40. package/dist-es/commands/UpdateShardCountCommand.js +3 -9
  41. package/dist-es/commands/UpdateStreamModeCommand.js +3 -9
  42. package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +3 -9
  43. package/dist-es/models/models_0.js +0 -28
  44. package/dist-es/runtimeConfig.shared.js +7 -0
  45. package/dist-es/schemas/schemas_0.js +933 -0
  46. package/dist-types/KinesisClient.d.ts +10 -1
  47. package/dist-types/models/models_0.d.ts +0 -8
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  49. package/dist-types/runtimeConfig.d.ts +1 -0
  50. package/dist-types/runtimeConfig.native.d.ts +1 -0
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/schemas/schemas_0.d.ts +154 -0
  53. package/dist-types/ts3.4/KinesisClient.d.ts +4 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +159 -0
  60. package/package.json +5 -5
  61. package/dist-es/protocols/Aws_json1_1.js +0 -1297
  62. package/dist-types/protocols/Aws_json1_1.d.ts +0 -353
  63. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -476
@@ -0,0 +1,933 @@
1
+ const _AAT = "ApproximateArrivalTimestamp";
2
+ const _ADE = "AccessDeniedException";
3
+ const _APSI = "AdjacentParentShardId";
4
+ const _ASTM = "AdjacentShardToMerge";
5
+ const _ATTS = "AddTagsToStream";
6
+ const _ATTSI = "AddTagsToStreamInput";
7
+ const _C = "Consumer";
8
+ const _CARN = "ConsumerARN";
9
+ const _CC = "ConsumerCount";
10
+ const _CCT = "ConsumerCreationTimestamp";
11
+ const _CD = "ConsumerDescription";
12
+ const _CL = "ConsumerList";
13
+ const _CMB = "CurrentMiBps";
14
+ const _CN = "ConsumerName";
15
+ const _CS = "ChildShard";
16
+ const _CSC = "CurrentShardCount";
17
+ const _CSI = "CreateStreamInput";
18
+ const _CSL = "ChildShardList";
19
+ const _CSLM = "CurrentShardLevelMetrics";
20
+ const _CSN = "ContinuationSequenceNumber";
21
+ const _CSh = "ChildShards";
22
+ const _CSo = "ConsumerStatus";
23
+ const _CSr = "CreateStream";
24
+ const _Co = "Consumers";
25
+ const _D = "Data";
26
+ const _DAS = "DescribeAccountSettings";
27
+ const _DASI = "DescribeAccountSettingsInput";
28
+ const _DASO = "DescribeAccountSettingsOutput";
29
+ const _DEM = "DisableEnhancedMonitoring";
30
+ const _DEMI = "DisableEnhancedMonitoringInput";
31
+ const _DL = "DescribeLimits";
32
+ const _DLI = "DescribeLimitsInput";
33
+ const _DLO = "DescribeLimitsOutput";
34
+ const _DRP = "DeleteResourcePolicy";
35
+ const _DRPI = "DeleteResourcePolicyInput";
36
+ const _DS = "DeleteStream";
37
+ const _DSC = "DeregisterStreamConsumer";
38
+ const _DSCI = "DeregisterStreamConsumerInput";
39
+ const _DSCIe = "DescribeStreamConsumerInput";
40
+ const _DSCO = "DescribeStreamConsumerOutput";
41
+ const _DSCe = "DescribeStreamConsumer";
42
+ const _DSI = "DeleteStreamInput";
43
+ const _DSIe = "DescribeStreamInput";
44
+ const _DSLM = "DesiredShardLevelMetrics";
45
+ const _DSO = "DescribeStreamOutput";
46
+ const _DSRP = "DecreaseStreamRetentionPeriod";
47
+ const _DSRPI = "DecreaseStreamRetentionPeriodInput";
48
+ const _DSS = "DescribeStreamSummary";
49
+ const _DSSI = "DescribeStreamSummaryInput";
50
+ const _DSSO = "DescribeStreamSummaryOutput";
51
+ const _DSe = "DescribeStream";
52
+ const _EA = "EndedAt";
53
+ const _EAEA = "EarliestAllowedEndAt";
54
+ const _EC = "ErrorCode";
55
+ const _ECD = "EnforceConsumerDeletion";
56
+ const _EEM = "EnableEnhancedMonitoring";
57
+ const _EEMI = "EnableEnhancedMonitoringInput";
58
+ const _EHK = "EndingHashKey";
59
+ const _EHKx = "ExplicitHashKey";
60
+ const _EIE = "ExpiredIteratorException";
61
+ const _EM = "EnhancedMetrics";
62
+ const _EML = "EnhancedMonitoringList";
63
+ const _EMO = "EnhancedMonitoringOutput";
64
+ const _EMn = "EnhancedMonitoring";
65
+ const _EMr = "ErrorMessage";
66
+ const _ENTE = "ExpiredNextTokenException";
67
+ const _ES = "EventStream";
68
+ const _ESN = "EndingSequenceNumber";
69
+ const _ESSI = "ExclusiveStartShardId";
70
+ const _ESSN = "ExclusiveStartStreamName";
71
+ const _ESTK = "ExclusiveStartTagKey";
72
+ const _ET = "EncryptionType";
73
+ const _FRC = "FailedRecordCount";
74
+ const _GR = "GetRecords";
75
+ const _GRI = "GetRecordsInput";
76
+ const _GRO = "GetRecordsOutput";
77
+ const _GRP = "GetResourcePolicy";
78
+ const _GRPI = "GetResourcePolicyInput";
79
+ const _GRPO = "GetResourcePolicyOutput";
80
+ const _GSI = "GetShardIterator";
81
+ const _GSII = "GetShardIteratorInput";
82
+ const _GSIO = "GetShardIteratorOutput";
83
+ const _HKR = "HashKeyRange";
84
+ const _HMS = "HasMoreStreams";
85
+ const _HMSa = "HasMoreShards";
86
+ const _HMT = "HasMoreTags";
87
+ const _IAE = "InvalidArgumentException";
88
+ const _IFE = "InternalFailureException";
89
+ const _ISRP = "IncreaseStreamRetentionPeriod";
90
+ const _ISRPI = "IncreaseStreamRetentionPeriodInput";
91
+ const _K = "Key";
92
+ const _KI = "KeyId";
93
+ const _KMSADE = "KMSAccessDeniedException";
94
+ const _KMSDE = "KMSDisabledException";
95
+ const _KMSISE = "KMSInvalidStateException";
96
+ const _KMSNFE = "KMSNotFoundException";
97
+ const _KMSOIR = "KMSOptInRequired";
98
+ const _KMSTE = "KMSThrottlingException";
99
+ const _L = "Limit";
100
+ const _LEE = "LimitExceededException";
101
+ const _LS = "ListShards";
102
+ const _LSC = "ListStreamConsumers";
103
+ const _LSCI = "ListStreamConsumersInput";
104
+ const _LSCO = "ListStreamConsumersOutput";
105
+ const _LSI = "ListShardsInput";
106
+ const _LSIi = "ListStreamsInput";
107
+ const _LSO = "ListShardsOutput";
108
+ const _LSOi = "ListStreamsOutput";
109
+ const _LSi = "ListStreams";
110
+ const _LTFR = "ListTagsForResource";
111
+ const _LTFRI = "ListTagsForResourceInput";
112
+ const _LTFRO = "ListTagsForResourceOutput";
113
+ const _LTFS = "ListTagsForStream";
114
+ const _LTFSI = "ListTagsForStreamInput";
115
+ const _LTFSO = "ListTagsForStreamOutput";
116
+ const _MBL = "MillisBehindLatest";
117
+ const _MR = "MaxResults";
118
+ const _MRSIKB = "MaxRecordSizeInKiB";
119
+ const _MS = "MergeShards";
120
+ const _MSI = "MergeShardsInput";
121
+ const _MTBC = "MinimumThroughputBillingCommitment";
122
+ const _MTBCI = "MinimumThroughputBillingCommitmentInput";
123
+ const _MTBCO = "MinimumThroughputBillingCommitmentOutput";
124
+ const _NSHK = "NewStartingHashKey";
125
+ const _NSI = "NextShardIterator";
126
+ const _NT = "NextToken";
127
+ const _ODSC = "OnDemandStreamCount";
128
+ const _ODSCL = "OnDemandStreamCountLimit";
129
+ const _OSC = "OpenShardCount";
130
+ const _P = "Policy";
131
+ const _PK = "PartitionKey";
132
+ const _PR = "PutRecord";
133
+ const _PRI = "PutRecordInput";
134
+ const _PRIu = "PutRecordsInput";
135
+ const _PRO = "PutRecordOutput";
136
+ const _PROu = "PutRecordsOutput";
137
+ const _PRP = "PutResourcePolicy";
138
+ const _PRPI = "PutResourcePolicyInput";
139
+ const _PRRE = "PutRecordsRequestEntry";
140
+ const _PRREL = "PutRecordsRequestEntryList";
141
+ const _PRRELu = "PutRecordsResultEntryList";
142
+ const _PRREu = "PutRecordsResultEntry";
143
+ const _PRu = "PutRecords";
144
+ const _PS = "ParentShards";
145
+ const _PSI = "ParentShardId";
146
+ const _PTEE = "ProvisionedThroughputExceededException";
147
+ const _R = "Records";
148
+ const _RARN = "ResourceARN";
149
+ const _RIUE = "ResourceInUseException";
150
+ const _RL = "RecordList";
151
+ const _RNFE = "ResourceNotFoundException";
152
+ const _RPH = "RetentionPeriodHours";
153
+ const _RSC = "RegisterStreamConsumer";
154
+ const _RSCI = "RegisterStreamConsumerInput";
155
+ const _RSCO = "RegisterStreamConsumerOutput";
156
+ const _RTFS = "RemoveTagsFromStream";
157
+ const _RTFSI = "RemoveTagsFromStreamInput";
158
+ const _Re = "Record";
159
+ const _S = "Shards";
160
+ const _SA = "StartedAt";
161
+ const _SARN = "StreamARN";
162
+ const _SC = "ShardCount";
163
+ const _SCT = "StreamCreationTimestamp";
164
+ const _SD = "StreamDescription";
165
+ const _SDS = "StreamDescriptionSummary";
166
+ const _SF = "ShardFilter";
167
+ const _SHK = "StartingHashKey";
168
+ const _SI = "ShardId";
169
+ const _SIT = "ShardIteratorType";
170
+ const _SIh = "ShardIterator";
171
+ const _SL = "ShardLimit";
172
+ const _SLM = "ShardLevelMetrics";
173
+ const _SLh = "ShardList";
174
+ const _SM = "StreamMode";
175
+ const _SMD = "StreamModeDetails";
176
+ const _SN = "StreamName";
177
+ const _SNFO = "SequenceNumberForOrdering";
178
+ const _SNR = "SequenceNumberRange";
179
+ const _SNe = "SequenceNumber";
180
+ const _SNt = "StreamNames";
181
+ const _SP = "StartingPosition";
182
+ const _SS = "StreamSummaries";
183
+ const _SSE = "StartStreamEncryption";
184
+ const _SSEI = "StartStreamEncryptionInput";
185
+ const _SSEIt = "StopStreamEncryptionInput";
186
+ const _SSEt = "StopStreamEncryption";
187
+ const _SSI = "SplitShardInput";
188
+ const _SSL = "StreamSummaryList";
189
+ const _SSN = "StartingSequenceNumber";
190
+ const _SSp = "SplitShard";
191
+ const _SSt = "StreamStatus";
192
+ const _SStr = "StreamSummary";
193
+ const _ST = "ScalingType";
194
+ const _STM = "ShardToMerge";
195
+ const _STS = "ShardToSplit";
196
+ const _STSE = "SubscribeToShardEvent";
197
+ const _STSES = "SubscribeToShardEventStream";
198
+ const _STSI = "SubscribeToShardInput";
199
+ const _STSO = "SubscribeToShardOutput";
200
+ const _STSu = "SubscribeToShard";
201
+ const _Sh = "Shard";
202
+ const _St = "Status";
203
+ const _T = "Tags";
204
+ const _TK = "TagKeys";
205
+ const _TL = "TagList";
206
+ const _TMB = "TargetMiBps";
207
+ const _TR = "TagResource";
208
+ const _TRI = "TagResourceInput";
209
+ const _TSC = "TargetShardCount";
210
+ const _Ta = "Tag";
211
+ const _Ti = "Timestamp";
212
+ const _Ty = "Type";
213
+ const _UAS = "UpdateAccountSettings";
214
+ const _UASI = "UpdateAccountSettingsInput";
215
+ const _UASO = "UpdateAccountSettingsOutput";
216
+ const _UMRS = "UpdateMaxRecordSize";
217
+ const _UMRSI = "UpdateMaxRecordSizeInput";
218
+ const _UR = "UntagResource";
219
+ const _URI = "UntagResourceInput";
220
+ const _USC = "UpdateShardCount";
221
+ const _USCI = "UpdateShardCountInput";
222
+ const _USCO = "UpdateShardCountOutput";
223
+ const _USM = "UpdateStreamMode";
224
+ const _USMI = "UpdateStreamModeInput";
225
+ const _USWT = "UpdateStreamWarmThroughput";
226
+ const _USWTI = "UpdateStreamWarmThroughputInput";
227
+ const _USWTO = "UpdateStreamWarmThroughputOutput";
228
+ const _V = "Value";
229
+ const _VE = "ValidationException";
230
+ const _WT = "WarmThroughput";
231
+ const _WTMB = "WarmThroughputMiBps";
232
+ const _WTO = "WarmThroughputObject";
233
+ const _c = "client";
234
+ const _e = "error";
235
+ const _m = "message";
236
+ const _s = "server";
237
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesis";
238
+ const _st = "streaming";
239
+ const n0 = "com.amazonaws.kinesis";
240
+ import { TypeRegistry } from "@smithy/core/schema";
241
+ import { AccessDeniedException as __AccessDeniedException, ExpiredIteratorException as __ExpiredIteratorException, ExpiredNextTokenException as __ExpiredNextTokenException, InternalFailureException as __InternalFailureException, InvalidArgumentException as __InvalidArgumentException, KMSAccessDeniedException as __KMSAccessDeniedException, KMSDisabledException as __KMSDisabledException, KMSInvalidStateException as __KMSInvalidStateException, KMSNotFoundException as __KMSNotFoundException, KMSOptInRequired as __KMSOptInRequired, KMSThrottlingException as __KMSThrottlingException, LimitExceededException as __LimitExceededException, ProvisionedThroughputExceededException as __ProvisionedThroughputExceededException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ValidationException as __ValidationException, } from "../models/index";
242
+ import { KinesisServiceException as __KinesisServiceException } from "../models/KinesisServiceException";
243
+ export var AccessDeniedException = [
244
+ -3,
245
+ n0,
246
+ _ADE,
247
+ {
248
+ [_e]: _c,
249
+ },
250
+ [_m],
251
+ [0],
252
+ ];
253
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
254
+ export var AddTagsToStreamInput = [3, n0, _ATTSI, 0, [_SN, _T, _SARN], [0, 128 | 0, 0]];
255
+ export var ChildShard = [3, n0, _CS, 0, [_SI, _PS, _HKR], [0, 64 | 0, () => HashKeyRange]];
256
+ export var Consumer = [3, n0, _C, 0, [_CN, _CARN, _CSo, _CCT], [0, 0, 0, 4]];
257
+ export var ConsumerDescription = [
258
+ 3,
259
+ n0,
260
+ _CD,
261
+ 0,
262
+ [_CN, _CARN, _CSo, _CCT, _SARN],
263
+ [0, 0, 0, 4, 0],
264
+ ];
265
+ export var CreateStreamInput = [
266
+ 3,
267
+ n0,
268
+ _CSI,
269
+ 0,
270
+ [_SN, _SC, _SMD, _T, _WTMB, _MRSIKB],
271
+ [0, 1, () => StreamModeDetails, 128 | 0, 1, 1],
272
+ ];
273
+ export var DecreaseStreamRetentionPeriodInput = [
274
+ 3,
275
+ n0,
276
+ _DSRPI,
277
+ 0,
278
+ [_SN, _RPH, _SARN],
279
+ [0, 1, 0],
280
+ ];
281
+ export var DeleteResourcePolicyInput = [3, n0, _DRPI, 0, [_RARN], [0]];
282
+ export var DeleteStreamInput = [3, n0, _DSI, 0, [_SN, _ECD, _SARN], [0, 2, 0]];
283
+ export var DeregisterStreamConsumerInput = [3, n0, _DSCI, 0, [_SARN, _CN, _CARN], [0, 0, 0]];
284
+ export var DescribeAccountSettingsInput = [3, n0, _DASI, 0, [], []];
285
+ export var DescribeAccountSettingsOutput = [
286
+ 3,
287
+ n0,
288
+ _DASO,
289
+ 0,
290
+ [_MTBC],
291
+ [() => MinimumThroughputBillingCommitmentOutput],
292
+ ];
293
+ export var DescribeLimitsInput = [3, n0, _DLI, 0, [], []];
294
+ export var DescribeLimitsOutput = [3, n0, _DLO, 0, [_SL, _OSC, _ODSC, _ODSCL], [1, 1, 1, 1]];
295
+ export var DescribeStreamConsumerInput = [3, n0, _DSCIe, 0, [_SARN, _CN, _CARN], [0, 0, 0]];
296
+ export var DescribeStreamConsumerOutput = [3, n0, _DSCO, 0, [_CD], [() => ConsumerDescription]];
297
+ export var DescribeStreamInput = [3, n0, _DSIe, 0, [_SN, _L, _ESSI, _SARN], [0, 1, 0, 0]];
298
+ export var DescribeStreamOutput = [3, n0, _DSO, 0, [_SD], [() => StreamDescription]];
299
+ export var DescribeStreamSummaryInput = [3, n0, _DSSI, 0, [_SN, _SARN], [0, 0]];
300
+ export var DescribeStreamSummaryOutput = [
301
+ 3,
302
+ n0,
303
+ _DSSO,
304
+ 0,
305
+ [_SDS],
306
+ [() => StreamDescriptionSummary],
307
+ ];
308
+ export var DisableEnhancedMonitoringInput = [
309
+ 3,
310
+ n0,
311
+ _DEMI,
312
+ 0,
313
+ [_SN, _SLM, _SARN],
314
+ [0, 64 | 0, 0],
315
+ ];
316
+ export var EnableEnhancedMonitoringInput = [3, n0, _EEMI, 0, [_SN, _SLM, _SARN], [0, 64 | 0, 0]];
317
+ export var EnhancedMetrics = [3, n0, _EM, 0, [_SLM], [64 | 0]];
318
+ export var EnhancedMonitoringOutput = [
319
+ 3,
320
+ n0,
321
+ _EMO,
322
+ 0,
323
+ [_SN, _CSLM, _DSLM, _SARN],
324
+ [0, 64 | 0, 64 | 0, 0],
325
+ ];
326
+ export var ExpiredIteratorException = [
327
+ -3,
328
+ n0,
329
+ _EIE,
330
+ {
331
+ [_e]: _c,
332
+ },
333
+ [_m],
334
+ [0],
335
+ ];
336
+ TypeRegistry.for(n0).registerError(ExpiredIteratorException, __ExpiredIteratorException);
337
+ export var ExpiredNextTokenException = [
338
+ -3,
339
+ n0,
340
+ _ENTE,
341
+ {
342
+ [_e]: _c,
343
+ },
344
+ [_m],
345
+ [0],
346
+ ];
347
+ TypeRegistry.for(n0).registerError(ExpiredNextTokenException, __ExpiredNextTokenException);
348
+ export var GetRecordsInput = [3, n0, _GRI, 0, [_SIh, _L, _SARN], [0, 1, 0]];
349
+ export var GetRecordsOutput = [
350
+ 3,
351
+ n0,
352
+ _GRO,
353
+ 0,
354
+ [_R, _NSI, _MBL, _CSh],
355
+ [() => RecordList, 0, 1, () => ChildShardList],
356
+ ];
357
+ export var GetResourcePolicyInput = [3, n0, _GRPI, 0, [_RARN], [0]];
358
+ export var GetResourcePolicyOutput = [3, n0, _GRPO, 0, [_P], [0]];
359
+ export var GetShardIteratorInput = [
360
+ 3,
361
+ n0,
362
+ _GSII,
363
+ 0,
364
+ [_SN, _SI, _SIT, _SSN, _Ti, _SARN],
365
+ [0, 0, 0, 0, 4, 0],
366
+ ];
367
+ export var GetShardIteratorOutput = [3, n0, _GSIO, 0, [_SIh], [0]];
368
+ export var HashKeyRange = [3, n0, _HKR, 0, [_SHK, _EHK], [0, 0]];
369
+ export var IncreaseStreamRetentionPeriodInput = [
370
+ 3,
371
+ n0,
372
+ _ISRPI,
373
+ 0,
374
+ [_SN, _RPH, _SARN],
375
+ [0, 1, 0],
376
+ ];
377
+ export var InternalFailureException = [
378
+ -3,
379
+ n0,
380
+ _IFE,
381
+ {
382
+ [_e]: _s,
383
+ },
384
+ [_m],
385
+ [0],
386
+ ];
387
+ TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
388
+ export var InvalidArgumentException = [
389
+ -3,
390
+ n0,
391
+ _IAE,
392
+ {
393
+ [_e]: _c,
394
+ },
395
+ [_m],
396
+ [0],
397
+ ];
398
+ TypeRegistry.for(n0).registerError(InvalidArgumentException, __InvalidArgumentException);
399
+ export var KMSAccessDeniedException = [
400
+ -3,
401
+ n0,
402
+ _KMSADE,
403
+ {
404
+ [_e]: _c,
405
+ },
406
+ [_m],
407
+ [0],
408
+ ];
409
+ TypeRegistry.for(n0).registerError(KMSAccessDeniedException, __KMSAccessDeniedException);
410
+ export var KMSDisabledException = [
411
+ -3,
412
+ n0,
413
+ _KMSDE,
414
+ {
415
+ [_e]: _c,
416
+ },
417
+ [_m],
418
+ [0],
419
+ ];
420
+ TypeRegistry.for(n0).registerError(KMSDisabledException, __KMSDisabledException);
421
+ export var KMSInvalidStateException = [
422
+ -3,
423
+ n0,
424
+ _KMSISE,
425
+ {
426
+ [_e]: _c,
427
+ },
428
+ [_m],
429
+ [0],
430
+ ];
431
+ TypeRegistry.for(n0).registerError(KMSInvalidStateException, __KMSInvalidStateException);
432
+ export var KMSNotFoundException = [
433
+ -3,
434
+ n0,
435
+ _KMSNFE,
436
+ {
437
+ [_e]: _c,
438
+ },
439
+ [_m],
440
+ [0],
441
+ ];
442
+ TypeRegistry.for(n0).registerError(KMSNotFoundException, __KMSNotFoundException);
443
+ export var KMSOptInRequired = [
444
+ -3,
445
+ n0,
446
+ _KMSOIR,
447
+ {
448
+ [_e]: _c,
449
+ },
450
+ [_m],
451
+ [0],
452
+ ];
453
+ TypeRegistry.for(n0).registerError(KMSOptInRequired, __KMSOptInRequired);
454
+ export var KMSThrottlingException = [
455
+ -3,
456
+ n0,
457
+ _KMSTE,
458
+ {
459
+ [_e]: _c,
460
+ },
461
+ [_m],
462
+ [0],
463
+ ];
464
+ TypeRegistry.for(n0).registerError(KMSThrottlingException, __KMSThrottlingException);
465
+ export var LimitExceededException = [
466
+ -3,
467
+ n0,
468
+ _LEE,
469
+ {
470
+ [_e]: _c,
471
+ },
472
+ [_m],
473
+ [0],
474
+ ];
475
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
476
+ export var ListShardsInput = [
477
+ 3,
478
+ n0,
479
+ _LSI,
480
+ 0,
481
+ [_SN, _NT, _ESSI, _MR, _SCT, _SF, _SARN],
482
+ [0, 0, 0, 1, 4, () => ShardFilter, 0],
483
+ ];
484
+ export var ListShardsOutput = [3, n0, _LSO, 0, [_S, _NT], [() => ShardList, 0]];
485
+ export var ListStreamConsumersInput = [3, n0, _LSCI, 0, [_SARN, _NT, _MR, _SCT], [0, 0, 1, 4]];
486
+ export var ListStreamConsumersOutput = [3, n0, _LSCO, 0, [_Co, _NT], [() => ConsumerList, 0]];
487
+ export var ListStreamsInput = [3, n0, _LSIi, 0, [_L, _ESSN, _NT], [1, 0, 0]];
488
+ export var ListStreamsOutput = [
489
+ 3,
490
+ n0,
491
+ _LSOi,
492
+ 0,
493
+ [_SNt, _HMS, _NT, _SS],
494
+ [64 | 0, 2, 0, () => StreamSummaryList],
495
+ ];
496
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN], [0]];
497
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
498
+ export var ListTagsForStreamInput = [3, n0, _LTFSI, 0, [_SN, _ESTK, _L, _SARN], [0, 0, 1, 0]];
499
+ export var ListTagsForStreamOutput = [3, n0, _LTFSO, 0, [_T, _HMT], [() => TagList, 2]];
500
+ export var MergeShardsInput = [3, n0, _MSI, 0, [_SN, _STM, _ASTM, _SARN], [0, 0, 0, 0]];
501
+ export var MinimumThroughputBillingCommitmentInput = [3, n0, _MTBCI, 0, [_St], [0]];
502
+ export var MinimumThroughputBillingCommitmentOutput = [
503
+ 3,
504
+ n0,
505
+ _MTBCO,
506
+ 0,
507
+ [_St, _SA, _EA, _EAEA],
508
+ [0, 4, 4, 4],
509
+ ];
510
+ export var ProvisionedThroughputExceededException = [
511
+ -3,
512
+ n0,
513
+ _PTEE,
514
+ {
515
+ [_e]: _c,
516
+ },
517
+ [_m],
518
+ [0],
519
+ ];
520
+ TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException, __ProvisionedThroughputExceededException);
521
+ export var PutRecordInput = [
522
+ 3,
523
+ n0,
524
+ _PRI,
525
+ 0,
526
+ [_SN, _D, _PK, _EHKx, _SNFO, _SARN],
527
+ [0, 21, 0, 0, 0, 0],
528
+ ];
529
+ export var PutRecordOutput = [3, n0, _PRO, 0, [_SI, _SNe, _ET], [0, 0, 0]];
530
+ export var PutRecordsInput = [
531
+ 3,
532
+ n0,
533
+ _PRIu,
534
+ 0,
535
+ [_R, _SN, _SARN],
536
+ [() => PutRecordsRequestEntryList, 0, 0],
537
+ ];
538
+ export var PutRecordsOutput = [
539
+ 3,
540
+ n0,
541
+ _PROu,
542
+ 0,
543
+ [_FRC, _R, _ET],
544
+ [1, () => PutRecordsResultEntryList, 0],
545
+ ];
546
+ export var PutRecordsRequestEntry = [3, n0, _PRRE, 0, [_D, _EHKx, _PK], [21, 0, 0]];
547
+ export var PutRecordsResultEntry = [3, n0, _PRREu, 0, [_SNe, _SI, _EC, _EMr], [0, 0, 0, 0]];
548
+ export var PutResourcePolicyInput = [3, n0, _PRPI, 0, [_RARN, _P], [0, 0]];
549
+ export var _Record = [3, n0, _Re, 0, [_SNe, _AAT, _D, _PK, _ET], [0, 4, 21, 0, 0]];
550
+ export var RegisterStreamConsumerInput = [3, n0, _RSCI, 0, [_SARN, _CN, _T], [0, 0, 128 | 0]];
551
+ export var RegisterStreamConsumerOutput = [3, n0, _RSCO, 0, [_C], [() => Consumer]];
552
+ export var RemoveTagsFromStreamInput = [3, n0, _RTFSI, 0, [_SN, _TK, _SARN], [0, 64 | 0, 0]];
553
+ export var ResourceInUseException = [
554
+ -3,
555
+ n0,
556
+ _RIUE,
557
+ {
558
+ [_e]: _c,
559
+ },
560
+ [_m],
561
+ [0],
562
+ ];
563
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
564
+ export var ResourceNotFoundException = [
565
+ -3,
566
+ n0,
567
+ _RNFE,
568
+ {
569
+ [_e]: _c,
570
+ },
571
+ [_m],
572
+ [0],
573
+ ];
574
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
575
+ export var SequenceNumberRange = [3, n0, _SNR, 0, [_SSN, _ESN], [0, 0]];
576
+ export var Shard = [
577
+ 3,
578
+ n0,
579
+ _Sh,
580
+ 0,
581
+ [_SI, _PSI, _APSI, _HKR, _SNR],
582
+ [0, 0, 0, () => HashKeyRange, () => SequenceNumberRange],
583
+ ];
584
+ export var ShardFilter = [3, n0, _SF, 0, [_Ty, _SI, _Ti], [0, 0, 4]];
585
+ export var SplitShardInput = [3, n0, _SSI, 0, [_SN, _STS, _NSHK, _SARN], [0, 0, 0, 0]];
586
+ export var StartingPosition = [3, n0, _SP, 0, [_Ty, _SNe, _Ti], [0, 0, 4]];
587
+ export var StartStreamEncryptionInput = [3, n0, _SSEI, 0, [_SN, _ET, _KI, _SARN], [0, 0, 0, 0]];
588
+ export var StopStreamEncryptionInput = [3, n0, _SSEIt, 0, [_SN, _ET, _KI, _SARN], [0, 0, 0, 0]];
589
+ export var StreamDescription = [
590
+ 3,
591
+ n0,
592
+ _SD,
593
+ 0,
594
+ [_SN, _SARN, _SSt, _SMD, _S, _HMSa, _RPH, _SCT, _EMn, _ET, _KI],
595
+ [0, 0, 0, () => StreamModeDetails, () => ShardList, 2, 1, 4, () => EnhancedMonitoringList, 0, 0],
596
+ ];
597
+ export var StreamDescriptionSummary = [
598
+ 3,
599
+ n0,
600
+ _SDS,
601
+ 0,
602
+ [_SN, _SARN, _SSt, _SMD, _RPH, _SCT, _EMn, _ET, _KI, _OSC, _CC, _WT, _MRSIKB],
603
+ [0, 0, 0, () => StreamModeDetails, 1, 4, () => EnhancedMonitoringList, 0, 0, 1, 1, () => WarmThroughputObject, 1],
604
+ ];
605
+ export var StreamModeDetails = [3, n0, _SMD, 0, [_SM], [0]];
606
+ export var StreamSummary = [
607
+ 3,
608
+ n0,
609
+ _SStr,
610
+ 0,
611
+ [_SN, _SARN, _SSt, _SMD, _SCT],
612
+ [0, 0, 0, () => StreamModeDetails, 4],
613
+ ];
614
+ export var SubscribeToShardEvent = [
615
+ 3,
616
+ n0,
617
+ _STSE,
618
+ 0,
619
+ [_R, _CSN, _MBL, _CSh],
620
+ [() => RecordList, 0, 1, () => ChildShardList],
621
+ ];
622
+ export var SubscribeToShardInput = [
623
+ 3,
624
+ n0,
625
+ _STSI,
626
+ 0,
627
+ [_CARN, _SI, _SP],
628
+ [0, 0, () => StartingPosition],
629
+ ];
630
+ export var SubscribeToShardOutput = [
631
+ 3,
632
+ n0,
633
+ _STSO,
634
+ 0,
635
+ [_ES],
636
+ [[() => SubscribeToShardEventStream, 0]],
637
+ ];
638
+ export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
639
+ export var TagResourceInput = [3, n0, _TRI, 0, [_T, _RARN], [128 | 0, 0]];
640
+ export var UntagResourceInput = [3, n0, _URI, 0, [_TK, _RARN], [64 | 0, 0]];
641
+ export var UpdateAccountSettingsInput = [
642
+ 3,
643
+ n0,
644
+ _UASI,
645
+ 0,
646
+ [_MTBC],
647
+ [() => MinimumThroughputBillingCommitmentInput],
648
+ ];
649
+ export var UpdateAccountSettingsOutput = [
650
+ 3,
651
+ n0,
652
+ _UASO,
653
+ 0,
654
+ [_MTBC],
655
+ [() => MinimumThroughputBillingCommitmentOutput],
656
+ ];
657
+ export var UpdateMaxRecordSizeInput = [3, n0, _UMRSI, 0, [_SARN, _MRSIKB], [0, 1]];
658
+ export var UpdateShardCountInput = [3, n0, _USCI, 0, [_SN, _TSC, _ST, _SARN], [0, 1, 0, 0]];
659
+ export var UpdateShardCountOutput = [3, n0, _USCO, 0, [_SN, _CSC, _TSC, _SARN], [0, 1, 1, 0]];
660
+ export var UpdateStreamModeInput = [
661
+ 3,
662
+ n0,
663
+ _USMI,
664
+ 0,
665
+ [_SARN, _SMD, _WTMB],
666
+ [0, () => StreamModeDetails, 1],
667
+ ];
668
+ export var UpdateStreamWarmThroughputInput = [3, n0, _USWTI, 0, [_SARN, _SN, _WTMB], [0, 0, 1]];
669
+ export var UpdateStreamWarmThroughputOutput = [
670
+ 3,
671
+ n0,
672
+ _USWTO,
673
+ 0,
674
+ [_SARN, _SN, _WT],
675
+ [0, 0, () => WarmThroughputObject],
676
+ ];
677
+ export var ValidationException = [
678
+ -3,
679
+ n0,
680
+ _VE,
681
+ {
682
+ [_e]: _c,
683
+ },
684
+ [_m],
685
+ [0],
686
+ ];
687
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
688
+ export var WarmThroughputObject = [3, n0, _WTO, 0, [_TMB, _CMB], [1, 1]];
689
+ export var __Unit = "unit";
690
+ export var KinesisServiceException = [-3, _sm, "KinesisServiceException", 0, [], []];
691
+ TypeRegistry.for(_sm).registerError(KinesisServiceException, __KinesisServiceException);
692
+ export var ChildShardList = [1, n0, _CSL, 0, () => ChildShard];
693
+ export var ConsumerList = [1, n0, _CL, 0, () => Consumer];
694
+ export var EnhancedMonitoringList = [1, n0, _EML, 0, () => EnhancedMetrics];
695
+ export var MetricsNameList = 64 | 0;
696
+ export var PutRecordsRequestEntryList = [1, n0, _PRREL, 0, () => PutRecordsRequestEntry];
697
+ export var PutRecordsResultEntryList = [1, n0, _PRRELu, 0, () => PutRecordsResultEntry];
698
+ export var RecordList = [1, n0, _RL, 0, () => _Record];
699
+ export var ShardIdList = 64 | 0;
700
+ export var ShardList = [1, n0, _SLh, 0, () => Shard];
701
+ export var StreamNameList = 64 | 0;
702
+ export var StreamSummaryList = [1, n0, _SSL, 0, () => StreamSummary];
703
+ export var TagKeyList = 64 | 0;
704
+ export var TagList = [1, n0, _TL, 0, () => Tag];
705
+ export var TagMap = 128 | 0;
706
+ export var SubscribeToShardEventStream = [
707
+ 3,
708
+ n0,
709
+ _STSES,
710
+ {
711
+ [_st]: 1,
712
+ },
713
+ [_STSE, _RNFE, _RIUE, _KMSDE, _KMSISE, _KMSADE, _KMSNFE, _KMSOIR, _KMSTE, _IFE],
714
+ [
715
+ () => SubscribeToShardEvent,
716
+ [() => ResourceNotFoundException, 0],
717
+ [() => ResourceInUseException, 0],
718
+ [() => KMSDisabledException, 0],
719
+ [() => KMSInvalidStateException, 0],
720
+ [() => KMSAccessDeniedException, 0],
721
+ [() => KMSNotFoundException, 0],
722
+ [() => KMSOptInRequired, 0],
723
+ [() => KMSThrottlingException, 0],
724
+ [() => InternalFailureException, 0],
725
+ ],
726
+ ];
727
+ export var AddTagsToStream = [9, n0, _ATTS, 0, () => AddTagsToStreamInput, () => __Unit];
728
+ export var CreateStream = [9, n0, _CSr, 0, () => CreateStreamInput, () => __Unit];
729
+ export var DecreaseStreamRetentionPeriod = [
730
+ 9,
731
+ n0,
732
+ _DSRP,
733
+ 0,
734
+ () => DecreaseStreamRetentionPeriodInput,
735
+ () => __Unit,
736
+ ];
737
+ export var DeleteResourcePolicy = [
738
+ 9,
739
+ n0,
740
+ _DRP,
741
+ 0,
742
+ () => DeleteResourcePolicyInput,
743
+ () => __Unit,
744
+ ];
745
+ export var DeleteStream = [9, n0, _DS, 0, () => DeleteStreamInput, () => __Unit];
746
+ export var DeregisterStreamConsumer = [
747
+ 9,
748
+ n0,
749
+ _DSC,
750
+ 0,
751
+ () => DeregisterStreamConsumerInput,
752
+ () => __Unit,
753
+ ];
754
+ export var DescribeAccountSettings = [
755
+ 9,
756
+ n0,
757
+ _DAS,
758
+ 0,
759
+ () => DescribeAccountSettingsInput,
760
+ () => DescribeAccountSettingsOutput,
761
+ ];
762
+ export var DescribeLimits = [
763
+ 9,
764
+ n0,
765
+ _DL,
766
+ 0,
767
+ () => DescribeLimitsInput,
768
+ () => DescribeLimitsOutput,
769
+ ];
770
+ export var DescribeStream = [
771
+ 9,
772
+ n0,
773
+ _DSe,
774
+ 0,
775
+ () => DescribeStreamInput,
776
+ () => DescribeStreamOutput,
777
+ ];
778
+ export var DescribeStreamConsumer = [
779
+ 9,
780
+ n0,
781
+ _DSCe,
782
+ 0,
783
+ () => DescribeStreamConsumerInput,
784
+ () => DescribeStreamConsumerOutput,
785
+ ];
786
+ export var DescribeStreamSummary = [
787
+ 9,
788
+ n0,
789
+ _DSS,
790
+ 0,
791
+ () => DescribeStreamSummaryInput,
792
+ () => DescribeStreamSummaryOutput,
793
+ ];
794
+ export var DisableEnhancedMonitoring = [
795
+ 9,
796
+ n0,
797
+ _DEM,
798
+ 0,
799
+ () => DisableEnhancedMonitoringInput,
800
+ () => EnhancedMonitoringOutput,
801
+ ];
802
+ export var EnableEnhancedMonitoring = [
803
+ 9,
804
+ n0,
805
+ _EEM,
806
+ 0,
807
+ () => EnableEnhancedMonitoringInput,
808
+ () => EnhancedMonitoringOutput,
809
+ ];
810
+ export var GetRecords = [9, n0, _GR, 0, () => GetRecordsInput, () => GetRecordsOutput];
811
+ export var GetResourcePolicy = [
812
+ 9,
813
+ n0,
814
+ _GRP,
815
+ 0,
816
+ () => GetResourcePolicyInput,
817
+ () => GetResourcePolicyOutput,
818
+ ];
819
+ export var GetShardIterator = [
820
+ 9,
821
+ n0,
822
+ _GSI,
823
+ 0,
824
+ () => GetShardIteratorInput,
825
+ () => GetShardIteratorOutput,
826
+ ];
827
+ export var IncreaseStreamRetentionPeriod = [
828
+ 9,
829
+ n0,
830
+ _ISRP,
831
+ 0,
832
+ () => IncreaseStreamRetentionPeriodInput,
833
+ () => __Unit,
834
+ ];
835
+ export var ListShards = [9, n0, _LS, 0, () => ListShardsInput, () => ListShardsOutput];
836
+ export var ListStreamConsumers = [
837
+ 9,
838
+ n0,
839
+ _LSC,
840
+ 0,
841
+ () => ListStreamConsumersInput,
842
+ () => ListStreamConsumersOutput,
843
+ ];
844
+ export var ListStreams = [9, n0, _LSi, 0, () => ListStreamsInput, () => ListStreamsOutput];
845
+ export var ListTagsForResource = [
846
+ 9,
847
+ n0,
848
+ _LTFR,
849
+ 0,
850
+ () => ListTagsForResourceInput,
851
+ () => ListTagsForResourceOutput,
852
+ ];
853
+ export var ListTagsForStream = [
854
+ 9,
855
+ n0,
856
+ _LTFS,
857
+ 0,
858
+ () => ListTagsForStreamInput,
859
+ () => ListTagsForStreamOutput,
860
+ ];
861
+ export var MergeShards = [9, n0, _MS, 0, () => MergeShardsInput, () => __Unit];
862
+ export var PutRecord = [9, n0, _PR, 0, () => PutRecordInput, () => PutRecordOutput];
863
+ export var PutRecords = [9, n0, _PRu, 0, () => PutRecordsInput, () => PutRecordsOutput];
864
+ export var PutResourcePolicy = [9, n0, _PRP, 0, () => PutResourcePolicyInput, () => __Unit];
865
+ export var RegisterStreamConsumer = [
866
+ 9,
867
+ n0,
868
+ _RSC,
869
+ 0,
870
+ () => RegisterStreamConsumerInput,
871
+ () => RegisterStreamConsumerOutput,
872
+ ];
873
+ export var RemoveTagsFromStream = [
874
+ 9,
875
+ n0,
876
+ _RTFS,
877
+ 0,
878
+ () => RemoveTagsFromStreamInput,
879
+ () => __Unit,
880
+ ];
881
+ export var SplitShard = [9, n0, _SSp, 0, () => SplitShardInput, () => __Unit];
882
+ export var StartStreamEncryption = [
883
+ 9,
884
+ n0,
885
+ _SSE,
886
+ 0,
887
+ () => StartStreamEncryptionInput,
888
+ () => __Unit,
889
+ ];
890
+ export var StopStreamEncryption = [
891
+ 9,
892
+ n0,
893
+ _SSEt,
894
+ 0,
895
+ () => StopStreamEncryptionInput,
896
+ () => __Unit,
897
+ ];
898
+ export var SubscribeToShard = [
899
+ 9,
900
+ n0,
901
+ _STSu,
902
+ 0,
903
+ () => SubscribeToShardInput,
904
+ () => SubscribeToShardOutput,
905
+ ];
906
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => __Unit];
907
+ export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => __Unit];
908
+ export var UpdateAccountSettings = [
909
+ 9,
910
+ n0,
911
+ _UAS,
912
+ 0,
913
+ () => UpdateAccountSettingsInput,
914
+ () => UpdateAccountSettingsOutput,
915
+ ];
916
+ export var UpdateMaxRecordSize = [9, n0, _UMRS, 0, () => UpdateMaxRecordSizeInput, () => __Unit];
917
+ export var UpdateShardCount = [
918
+ 9,
919
+ n0,
920
+ _USC,
921
+ 0,
922
+ () => UpdateShardCountInput,
923
+ () => UpdateShardCountOutput,
924
+ ];
925
+ export var UpdateStreamMode = [9, n0, _USM, 0, () => UpdateStreamModeInput, () => __Unit];
926
+ export var UpdateStreamWarmThroughput = [
927
+ 9,
928
+ n0,
929
+ _USWT,
930
+ 0,
931
+ () => UpdateStreamWarmThroughputInput,
932
+ () => UpdateStreamWarmThroughputOutput,
933
+ ];