@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
@@ -1,476 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import {
6
- EventStreamSerdeContext as __EventStreamSerdeContext,
7
- SerdeContext as __SerdeContext,
8
- } from "@smithy/types";
9
- import {
10
- AddTagsToStreamCommandInput,
11
- AddTagsToStreamCommandOutput,
12
- } from "../commands/AddTagsToStreamCommand";
13
- import {
14
- CreateStreamCommandInput,
15
- CreateStreamCommandOutput,
16
- } from "../commands/CreateStreamCommand";
17
- import {
18
- DecreaseStreamRetentionPeriodCommandInput,
19
- DecreaseStreamRetentionPeriodCommandOutput,
20
- } from "../commands/DecreaseStreamRetentionPeriodCommand";
21
- import {
22
- DeleteResourcePolicyCommandInput,
23
- DeleteResourcePolicyCommandOutput,
24
- } from "../commands/DeleteResourcePolicyCommand";
25
- import {
26
- DeleteStreamCommandInput,
27
- DeleteStreamCommandOutput,
28
- } from "../commands/DeleteStreamCommand";
29
- import {
30
- DeregisterStreamConsumerCommandInput,
31
- DeregisterStreamConsumerCommandOutput,
32
- } from "../commands/DeregisterStreamConsumerCommand";
33
- import {
34
- DescribeAccountSettingsCommandInput,
35
- DescribeAccountSettingsCommandOutput,
36
- } from "../commands/DescribeAccountSettingsCommand";
37
- import {
38
- DescribeLimitsCommandInput,
39
- DescribeLimitsCommandOutput,
40
- } from "../commands/DescribeLimitsCommand";
41
- import {
42
- DescribeStreamCommandInput,
43
- DescribeStreamCommandOutput,
44
- } from "../commands/DescribeStreamCommand";
45
- import {
46
- DescribeStreamConsumerCommandInput,
47
- DescribeStreamConsumerCommandOutput,
48
- } from "../commands/DescribeStreamConsumerCommand";
49
- import {
50
- DescribeStreamSummaryCommandInput,
51
- DescribeStreamSummaryCommandOutput,
52
- } from "../commands/DescribeStreamSummaryCommand";
53
- import {
54
- DisableEnhancedMonitoringCommandInput,
55
- DisableEnhancedMonitoringCommandOutput,
56
- } from "../commands/DisableEnhancedMonitoringCommand";
57
- import {
58
- EnableEnhancedMonitoringCommandInput,
59
- EnableEnhancedMonitoringCommandOutput,
60
- } from "../commands/EnableEnhancedMonitoringCommand";
61
- import {
62
- GetRecordsCommandInput,
63
- GetRecordsCommandOutput,
64
- } from "../commands/GetRecordsCommand";
65
- import {
66
- GetResourcePolicyCommandInput,
67
- GetResourcePolicyCommandOutput,
68
- } from "../commands/GetResourcePolicyCommand";
69
- import {
70
- GetShardIteratorCommandInput,
71
- GetShardIteratorCommandOutput,
72
- } from "../commands/GetShardIteratorCommand";
73
- import {
74
- IncreaseStreamRetentionPeriodCommandInput,
75
- IncreaseStreamRetentionPeriodCommandOutput,
76
- } from "../commands/IncreaseStreamRetentionPeriodCommand";
77
- import {
78
- ListShardsCommandInput,
79
- ListShardsCommandOutput,
80
- } from "../commands/ListShardsCommand";
81
- import {
82
- ListStreamConsumersCommandInput,
83
- ListStreamConsumersCommandOutput,
84
- } from "../commands/ListStreamConsumersCommand";
85
- import {
86
- ListStreamsCommandInput,
87
- ListStreamsCommandOutput,
88
- } from "../commands/ListStreamsCommand";
89
- import {
90
- ListTagsForResourceCommandInput,
91
- ListTagsForResourceCommandOutput,
92
- } from "../commands/ListTagsForResourceCommand";
93
- import {
94
- ListTagsForStreamCommandInput,
95
- ListTagsForStreamCommandOutput,
96
- } from "../commands/ListTagsForStreamCommand";
97
- import {
98
- MergeShardsCommandInput,
99
- MergeShardsCommandOutput,
100
- } from "../commands/MergeShardsCommand";
101
- import {
102
- PutRecordCommandInput,
103
- PutRecordCommandOutput,
104
- } from "../commands/PutRecordCommand";
105
- import {
106
- PutRecordsCommandInput,
107
- PutRecordsCommandOutput,
108
- } from "../commands/PutRecordsCommand";
109
- import {
110
- PutResourcePolicyCommandInput,
111
- PutResourcePolicyCommandOutput,
112
- } from "../commands/PutResourcePolicyCommand";
113
- import {
114
- RegisterStreamConsumerCommandInput,
115
- RegisterStreamConsumerCommandOutput,
116
- } from "../commands/RegisterStreamConsumerCommand";
117
- import {
118
- RemoveTagsFromStreamCommandInput,
119
- RemoveTagsFromStreamCommandOutput,
120
- } from "../commands/RemoveTagsFromStreamCommand";
121
- import {
122
- SplitShardCommandInput,
123
- SplitShardCommandOutput,
124
- } from "../commands/SplitShardCommand";
125
- import {
126
- StartStreamEncryptionCommandInput,
127
- StartStreamEncryptionCommandOutput,
128
- } from "../commands/StartStreamEncryptionCommand";
129
- import {
130
- StopStreamEncryptionCommandInput,
131
- StopStreamEncryptionCommandOutput,
132
- } from "../commands/StopStreamEncryptionCommand";
133
- import {
134
- SubscribeToShardCommandInput,
135
- SubscribeToShardCommandOutput,
136
- } from "../commands/SubscribeToShardCommand";
137
- import {
138
- TagResourceCommandInput,
139
- TagResourceCommandOutput,
140
- } from "../commands/TagResourceCommand";
141
- import {
142
- UntagResourceCommandInput,
143
- UntagResourceCommandOutput,
144
- } from "../commands/UntagResourceCommand";
145
- import {
146
- UpdateAccountSettingsCommandInput,
147
- UpdateAccountSettingsCommandOutput,
148
- } from "../commands/UpdateAccountSettingsCommand";
149
- import {
150
- UpdateMaxRecordSizeCommandInput,
151
- UpdateMaxRecordSizeCommandOutput,
152
- } from "../commands/UpdateMaxRecordSizeCommand";
153
- import {
154
- UpdateShardCountCommandInput,
155
- UpdateShardCountCommandOutput,
156
- } from "../commands/UpdateShardCountCommand";
157
- import {
158
- UpdateStreamModeCommandInput,
159
- UpdateStreamModeCommandOutput,
160
- } from "../commands/UpdateStreamModeCommand";
161
- import {
162
- UpdateStreamWarmThroughputCommandInput,
163
- UpdateStreamWarmThroughputCommandOutput,
164
- } from "../commands/UpdateStreamWarmThroughputCommand";
165
- export declare const se_AddTagsToStreamCommand: (
166
- input: AddTagsToStreamCommandInput,
167
- context: __SerdeContext
168
- ) => Promise<__HttpRequest>;
169
- export declare const se_CreateStreamCommand: (
170
- input: CreateStreamCommandInput,
171
- context: __SerdeContext
172
- ) => Promise<__HttpRequest>;
173
- export declare const se_DecreaseStreamRetentionPeriodCommand: (
174
- input: DecreaseStreamRetentionPeriodCommandInput,
175
- context: __SerdeContext
176
- ) => Promise<__HttpRequest>;
177
- export declare const se_DeleteResourcePolicyCommand: (
178
- input: DeleteResourcePolicyCommandInput,
179
- context: __SerdeContext
180
- ) => Promise<__HttpRequest>;
181
- export declare const se_DeleteStreamCommand: (
182
- input: DeleteStreamCommandInput,
183
- context: __SerdeContext
184
- ) => Promise<__HttpRequest>;
185
- export declare const se_DeregisterStreamConsumerCommand: (
186
- input: DeregisterStreamConsumerCommandInput,
187
- context: __SerdeContext
188
- ) => Promise<__HttpRequest>;
189
- export declare const se_DescribeAccountSettingsCommand: (
190
- input: DescribeAccountSettingsCommandInput,
191
- context: __SerdeContext
192
- ) => Promise<__HttpRequest>;
193
- export declare const se_DescribeLimitsCommand: (
194
- input: DescribeLimitsCommandInput,
195
- context: __SerdeContext
196
- ) => Promise<__HttpRequest>;
197
- export declare const se_DescribeStreamCommand: (
198
- input: DescribeStreamCommandInput,
199
- context: __SerdeContext
200
- ) => Promise<__HttpRequest>;
201
- export declare const se_DescribeStreamConsumerCommand: (
202
- input: DescribeStreamConsumerCommandInput,
203
- context: __SerdeContext
204
- ) => Promise<__HttpRequest>;
205
- export declare const se_DescribeStreamSummaryCommand: (
206
- input: DescribeStreamSummaryCommandInput,
207
- context: __SerdeContext
208
- ) => Promise<__HttpRequest>;
209
- export declare const se_DisableEnhancedMonitoringCommand: (
210
- input: DisableEnhancedMonitoringCommandInput,
211
- context: __SerdeContext
212
- ) => Promise<__HttpRequest>;
213
- export declare const se_EnableEnhancedMonitoringCommand: (
214
- input: EnableEnhancedMonitoringCommandInput,
215
- context: __SerdeContext
216
- ) => Promise<__HttpRequest>;
217
- export declare const se_GetRecordsCommand: (
218
- input: GetRecordsCommandInput,
219
- context: __SerdeContext
220
- ) => Promise<__HttpRequest>;
221
- export declare const se_GetResourcePolicyCommand: (
222
- input: GetResourcePolicyCommandInput,
223
- context: __SerdeContext
224
- ) => Promise<__HttpRequest>;
225
- export declare const se_GetShardIteratorCommand: (
226
- input: GetShardIteratorCommandInput,
227
- context: __SerdeContext
228
- ) => Promise<__HttpRequest>;
229
- export declare const se_IncreaseStreamRetentionPeriodCommand: (
230
- input: IncreaseStreamRetentionPeriodCommandInput,
231
- context: __SerdeContext
232
- ) => Promise<__HttpRequest>;
233
- export declare const se_ListShardsCommand: (
234
- input: ListShardsCommandInput,
235
- context: __SerdeContext
236
- ) => Promise<__HttpRequest>;
237
- export declare const se_ListStreamConsumersCommand: (
238
- input: ListStreamConsumersCommandInput,
239
- context: __SerdeContext
240
- ) => Promise<__HttpRequest>;
241
- export declare const se_ListStreamsCommand: (
242
- input: ListStreamsCommandInput,
243
- context: __SerdeContext
244
- ) => Promise<__HttpRequest>;
245
- export declare const se_ListTagsForResourceCommand: (
246
- input: ListTagsForResourceCommandInput,
247
- context: __SerdeContext
248
- ) => Promise<__HttpRequest>;
249
- export declare const se_ListTagsForStreamCommand: (
250
- input: ListTagsForStreamCommandInput,
251
- context: __SerdeContext
252
- ) => Promise<__HttpRequest>;
253
- export declare const se_MergeShardsCommand: (
254
- input: MergeShardsCommandInput,
255
- context: __SerdeContext
256
- ) => Promise<__HttpRequest>;
257
- export declare const se_PutRecordCommand: (
258
- input: PutRecordCommandInput,
259
- context: __SerdeContext
260
- ) => Promise<__HttpRequest>;
261
- export declare const se_PutRecordsCommand: (
262
- input: PutRecordsCommandInput,
263
- context: __SerdeContext
264
- ) => Promise<__HttpRequest>;
265
- export declare const se_PutResourcePolicyCommand: (
266
- input: PutResourcePolicyCommandInput,
267
- context: __SerdeContext
268
- ) => Promise<__HttpRequest>;
269
- export declare const se_RegisterStreamConsumerCommand: (
270
- input: RegisterStreamConsumerCommandInput,
271
- context: __SerdeContext
272
- ) => Promise<__HttpRequest>;
273
- export declare const se_RemoveTagsFromStreamCommand: (
274
- input: RemoveTagsFromStreamCommandInput,
275
- context: __SerdeContext
276
- ) => Promise<__HttpRequest>;
277
- export declare const se_SplitShardCommand: (
278
- input: SplitShardCommandInput,
279
- context: __SerdeContext
280
- ) => Promise<__HttpRequest>;
281
- export declare const se_StartStreamEncryptionCommand: (
282
- input: StartStreamEncryptionCommandInput,
283
- context: __SerdeContext
284
- ) => Promise<__HttpRequest>;
285
- export declare const se_StopStreamEncryptionCommand: (
286
- input: StopStreamEncryptionCommandInput,
287
- context: __SerdeContext
288
- ) => Promise<__HttpRequest>;
289
- export declare const se_SubscribeToShardCommand: (
290
- input: SubscribeToShardCommandInput,
291
- context: __SerdeContext
292
- ) => Promise<__HttpRequest>;
293
- export declare const se_TagResourceCommand: (
294
- input: TagResourceCommandInput,
295
- context: __SerdeContext
296
- ) => Promise<__HttpRequest>;
297
- export declare const se_UntagResourceCommand: (
298
- input: UntagResourceCommandInput,
299
- context: __SerdeContext
300
- ) => Promise<__HttpRequest>;
301
- export declare const se_UpdateAccountSettingsCommand: (
302
- input: UpdateAccountSettingsCommandInput,
303
- context: __SerdeContext
304
- ) => Promise<__HttpRequest>;
305
- export declare const se_UpdateMaxRecordSizeCommand: (
306
- input: UpdateMaxRecordSizeCommandInput,
307
- context: __SerdeContext
308
- ) => Promise<__HttpRequest>;
309
- export declare const se_UpdateShardCountCommand: (
310
- input: UpdateShardCountCommandInput,
311
- context: __SerdeContext
312
- ) => Promise<__HttpRequest>;
313
- export declare const se_UpdateStreamModeCommand: (
314
- input: UpdateStreamModeCommandInput,
315
- context: __SerdeContext
316
- ) => Promise<__HttpRequest>;
317
- export declare const se_UpdateStreamWarmThroughputCommand: (
318
- input: UpdateStreamWarmThroughputCommandInput,
319
- context: __SerdeContext
320
- ) => Promise<__HttpRequest>;
321
- export declare const de_AddTagsToStreamCommand: (
322
- output: __HttpResponse,
323
- context: __SerdeContext
324
- ) => Promise<AddTagsToStreamCommandOutput>;
325
- export declare const de_CreateStreamCommand: (
326
- output: __HttpResponse,
327
- context: __SerdeContext
328
- ) => Promise<CreateStreamCommandOutput>;
329
- export declare const de_DecreaseStreamRetentionPeriodCommand: (
330
- output: __HttpResponse,
331
- context: __SerdeContext
332
- ) => Promise<DecreaseStreamRetentionPeriodCommandOutput>;
333
- export declare const de_DeleteResourcePolicyCommand: (
334
- output: __HttpResponse,
335
- context: __SerdeContext
336
- ) => Promise<DeleteResourcePolicyCommandOutput>;
337
- export declare const de_DeleteStreamCommand: (
338
- output: __HttpResponse,
339
- context: __SerdeContext
340
- ) => Promise<DeleteStreamCommandOutput>;
341
- export declare const de_DeregisterStreamConsumerCommand: (
342
- output: __HttpResponse,
343
- context: __SerdeContext
344
- ) => Promise<DeregisterStreamConsumerCommandOutput>;
345
- export declare const de_DescribeAccountSettingsCommand: (
346
- output: __HttpResponse,
347
- context: __SerdeContext
348
- ) => Promise<DescribeAccountSettingsCommandOutput>;
349
- export declare const de_DescribeLimitsCommand: (
350
- output: __HttpResponse,
351
- context: __SerdeContext
352
- ) => Promise<DescribeLimitsCommandOutput>;
353
- export declare const de_DescribeStreamCommand: (
354
- output: __HttpResponse,
355
- context: __SerdeContext
356
- ) => Promise<DescribeStreamCommandOutput>;
357
- export declare const de_DescribeStreamConsumerCommand: (
358
- output: __HttpResponse,
359
- context: __SerdeContext
360
- ) => Promise<DescribeStreamConsumerCommandOutput>;
361
- export declare const de_DescribeStreamSummaryCommand: (
362
- output: __HttpResponse,
363
- context: __SerdeContext
364
- ) => Promise<DescribeStreamSummaryCommandOutput>;
365
- export declare const de_DisableEnhancedMonitoringCommand: (
366
- output: __HttpResponse,
367
- context: __SerdeContext
368
- ) => Promise<DisableEnhancedMonitoringCommandOutput>;
369
- export declare const de_EnableEnhancedMonitoringCommand: (
370
- output: __HttpResponse,
371
- context: __SerdeContext
372
- ) => Promise<EnableEnhancedMonitoringCommandOutput>;
373
- export declare const de_GetRecordsCommand: (
374
- output: __HttpResponse,
375
- context: __SerdeContext
376
- ) => Promise<GetRecordsCommandOutput>;
377
- export declare const de_GetResourcePolicyCommand: (
378
- output: __HttpResponse,
379
- context: __SerdeContext
380
- ) => Promise<GetResourcePolicyCommandOutput>;
381
- export declare const de_GetShardIteratorCommand: (
382
- output: __HttpResponse,
383
- context: __SerdeContext
384
- ) => Promise<GetShardIteratorCommandOutput>;
385
- export declare const de_IncreaseStreamRetentionPeriodCommand: (
386
- output: __HttpResponse,
387
- context: __SerdeContext
388
- ) => Promise<IncreaseStreamRetentionPeriodCommandOutput>;
389
- export declare const de_ListShardsCommand: (
390
- output: __HttpResponse,
391
- context: __SerdeContext
392
- ) => Promise<ListShardsCommandOutput>;
393
- export declare const de_ListStreamConsumersCommand: (
394
- output: __HttpResponse,
395
- context: __SerdeContext
396
- ) => Promise<ListStreamConsumersCommandOutput>;
397
- export declare const de_ListStreamsCommand: (
398
- output: __HttpResponse,
399
- context: __SerdeContext
400
- ) => Promise<ListStreamsCommandOutput>;
401
- export declare const de_ListTagsForResourceCommand: (
402
- output: __HttpResponse,
403
- context: __SerdeContext
404
- ) => Promise<ListTagsForResourceCommandOutput>;
405
- export declare const de_ListTagsForStreamCommand: (
406
- output: __HttpResponse,
407
- context: __SerdeContext
408
- ) => Promise<ListTagsForStreamCommandOutput>;
409
- export declare const de_MergeShardsCommand: (
410
- output: __HttpResponse,
411
- context: __SerdeContext
412
- ) => Promise<MergeShardsCommandOutput>;
413
- export declare const de_PutRecordCommand: (
414
- output: __HttpResponse,
415
- context: __SerdeContext
416
- ) => Promise<PutRecordCommandOutput>;
417
- export declare const de_PutRecordsCommand: (
418
- output: __HttpResponse,
419
- context: __SerdeContext
420
- ) => Promise<PutRecordsCommandOutput>;
421
- export declare const de_PutResourcePolicyCommand: (
422
- output: __HttpResponse,
423
- context: __SerdeContext
424
- ) => Promise<PutResourcePolicyCommandOutput>;
425
- export declare const de_RegisterStreamConsumerCommand: (
426
- output: __HttpResponse,
427
- context: __SerdeContext
428
- ) => Promise<RegisterStreamConsumerCommandOutput>;
429
- export declare const de_RemoveTagsFromStreamCommand: (
430
- output: __HttpResponse,
431
- context: __SerdeContext
432
- ) => Promise<RemoveTagsFromStreamCommandOutput>;
433
- export declare const de_SplitShardCommand: (
434
- output: __HttpResponse,
435
- context: __SerdeContext
436
- ) => Promise<SplitShardCommandOutput>;
437
- export declare const de_StartStreamEncryptionCommand: (
438
- output: __HttpResponse,
439
- context: __SerdeContext
440
- ) => Promise<StartStreamEncryptionCommandOutput>;
441
- export declare const de_StopStreamEncryptionCommand: (
442
- output: __HttpResponse,
443
- context: __SerdeContext
444
- ) => Promise<StopStreamEncryptionCommandOutput>;
445
- export declare const de_SubscribeToShardCommand: (
446
- output: __HttpResponse,
447
- context: __SerdeContext & __EventStreamSerdeContext
448
- ) => Promise<SubscribeToShardCommandOutput>;
449
- export declare const de_TagResourceCommand: (
450
- output: __HttpResponse,
451
- context: __SerdeContext
452
- ) => Promise<TagResourceCommandOutput>;
453
- export declare const de_UntagResourceCommand: (
454
- output: __HttpResponse,
455
- context: __SerdeContext
456
- ) => Promise<UntagResourceCommandOutput>;
457
- export declare const de_UpdateAccountSettingsCommand: (
458
- output: __HttpResponse,
459
- context: __SerdeContext
460
- ) => Promise<UpdateAccountSettingsCommandOutput>;
461
- export declare const de_UpdateMaxRecordSizeCommand: (
462
- output: __HttpResponse,
463
- context: __SerdeContext
464
- ) => Promise<UpdateMaxRecordSizeCommandOutput>;
465
- export declare const de_UpdateShardCountCommand: (
466
- output: __HttpResponse,
467
- context: __SerdeContext
468
- ) => Promise<UpdateShardCountCommandOutput>;
469
- export declare const de_UpdateStreamModeCommand: (
470
- output: __HttpResponse,
471
- context: __SerdeContext
472
- ) => Promise<UpdateStreamModeCommandOutput>;
473
- export declare const de_UpdateStreamWarmThroughputCommand: (
474
- output: __HttpResponse,
475
- context: __SerdeContext
476
- ) => Promise<UpdateStreamWarmThroughputCommandOutput>;