@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.
- package/dist-cjs/index.js +1056 -1644
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/KinesisClient.js +2 -0
- package/dist-es/commands/AddTagsToStreamCommand.js +3 -9
- package/dist-es/commands/CreateStreamCommand.js +3 -9
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteStreamCommand.js +3 -9
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +3 -9
- package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -9
- package/dist-es/commands/DescribeLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeStreamCommand.js +3 -9
- package/dist-es/commands/DescribeStreamConsumerCommand.js +3 -9
- package/dist-es/commands/DescribeStreamSummaryCommand.js +3 -9
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +3 -9
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +3 -9
- package/dist-es/commands/GetRecordsCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetShardIteratorCommand.js +3 -9
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +3 -9
- package/dist-es/commands/ListShardsCommand.js +3 -9
- package/dist-es/commands/ListStreamConsumersCommand.js +3 -9
- package/dist-es/commands/ListStreamsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTagsForStreamCommand.js +3 -9
- package/dist-es/commands/MergeShardsCommand.js +3 -9
- package/dist-es/commands/PutRecordCommand.js +3 -9
- package/dist-es/commands/PutRecordsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RegisterStreamConsumerCommand.js +3 -9
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +3 -9
- package/dist-es/commands/SplitShardCommand.js +3 -9
- package/dist-es/commands/StartStreamEncryptionCommand.js +3 -9
- package/dist-es/commands/StopStreamEncryptionCommand.js +3 -9
- package/dist-es/commands/SubscribeToShardCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateMaxRecordSizeCommand.js +3 -9
- package/dist-es/commands/UpdateShardCountCommand.js +3 -9
- package/dist-es/commands/UpdateStreamModeCommand.js +3 -9
- package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -28
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +933 -0
- package/dist-types/KinesisClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -8
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +154 -0
- package/dist-types/ts3.4/KinesisClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -6
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +159 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1297
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -353
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -476
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { EventStreamSerdeContext as __EventStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput } from "../commands/AddTagsToStreamCommand";
|
|
4
|
-
import { CreateStreamCommandInput, CreateStreamCommandOutput } from "../commands/CreateStreamCommand";
|
|
5
|
-
import { DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput } from "../commands/DecreaseStreamRetentionPeriodCommand";
|
|
6
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
7
|
-
import { DeleteStreamCommandInput, DeleteStreamCommandOutput } from "../commands/DeleteStreamCommand";
|
|
8
|
-
import { DeregisterStreamConsumerCommandInput, DeregisterStreamConsumerCommandOutput } from "../commands/DeregisterStreamConsumerCommand";
|
|
9
|
-
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
|
|
10
|
-
import { DescribeLimitsCommandInput, DescribeLimitsCommandOutput } from "../commands/DescribeLimitsCommand";
|
|
11
|
-
import { DescribeStreamCommandInput, DescribeStreamCommandOutput } from "../commands/DescribeStreamCommand";
|
|
12
|
-
import { DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput } from "../commands/DescribeStreamConsumerCommand";
|
|
13
|
-
import { DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput } from "../commands/DescribeStreamSummaryCommand";
|
|
14
|
-
import { DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput } from "../commands/DisableEnhancedMonitoringCommand";
|
|
15
|
-
import { EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput } from "../commands/EnableEnhancedMonitoringCommand";
|
|
16
|
-
import { GetRecordsCommandInput, GetRecordsCommandOutput } from "../commands/GetRecordsCommand";
|
|
17
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
18
|
-
import { GetShardIteratorCommandInput, GetShardIteratorCommandOutput } from "../commands/GetShardIteratorCommand";
|
|
19
|
-
import { IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput } from "../commands/IncreaseStreamRetentionPeriodCommand";
|
|
20
|
-
import { ListShardsCommandInput, ListShardsCommandOutput } from "../commands/ListShardsCommand";
|
|
21
|
-
import { ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput } from "../commands/ListStreamConsumersCommand";
|
|
22
|
-
import { ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand";
|
|
23
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
24
|
-
import { ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput } from "../commands/ListTagsForStreamCommand";
|
|
25
|
-
import { MergeShardsCommandInput, MergeShardsCommandOutput } from "../commands/MergeShardsCommand";
|
|
26
|
-
import { PutRecordCommandInput, PutRecordCommandOutput } from "../commands/PutRecordCommand";
|
|
27
|
-
import { PutRecordsCommandInput, PutRecordsCommandOutput } from "../commands/PutRecordsCommand";
|
|
28
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
29
|
-
import { RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput } from "../commands/RegisterStreamConsumerCommand";
|
|
30
|
-
import { RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput } from "../commands/RemoveTagsFromStreamCommand";
|
|
31
|
-
import { SplitShardCommandInput, SplitShardCommandOutput } from "../commands/SplitShardCommand";
|
|
32
|
-
import { StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput } from "../commands/StartStreamEncryptionCommand";
|
|
33
|
-
import { StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput } from "../commands/StopStreamEncryptionCommand";
|
|
34
|
-
import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "../commands/SubscribeToShardCommand";
|
|
35
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
36
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
37
|
-
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
|
|
38
|
-
import { UpdateMaxRecordSizeCommandInput, UpdateMaxRecordSizeCommandOutput } from "../commands/UpdateMaxRecordSizeCommand";
|
|
39
|
-
import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "../commands/UpdateShardCountCommand";
|
|
40
|
-
import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "../commands/UpdateStreamModeCommand";
|
|
41
|
-
import { UpdateStreamWarmThroughputCommandInput, UpdateStreamWarmThroughputCommandOutput } from "../commands/UpdateStreamWarmThroughputCommand";
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_json1_1AddTagsToStreamCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_AddTagsToStreamCommand: (input: AddTagsToStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_1CreateStreamCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_CreateStreamCommand: (input: CreateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_1DecreaseStreamRetentionPeriodCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_DecreaseStreamRetentionPeriodCommand: (input: DecreaseStreamRetentionPeriodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_json1_1DeleteStreamCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_DeleteStreamCommand: (input: DeleteStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_json1_1DeregisterStreamConsumerCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_DeregisterStreamConsumerCommand: (input: DeregisterStreamConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_json1_1DescribeAccountSettingsCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_json1_1DescribeLimitsCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DescribeLimitsCommand: (input: DescribeLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_json1_1DescribeStreamCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_DescribeStreamCommand: (input: DescribeStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_json1_1DescribeStreamConsumerCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_DescribeStreamConsumerCommand: (input: DescribeStreamConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_json1_1DescribeStreamSummaryCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_DescribeStreamSummaryCommand: (input: DescribeStreamSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_json1_1DisableEnhancedMonitoringCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_DisableEnhancedMonitoringCommand: (input: DisableEnhancedMonitoringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_1EnableEnhancedMonitoringCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_EnableEnhancedMonitoringCommand: (input: EnableEnhancedMonitoringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_1GetRecordsCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_GetRecordsCommand: (input: GetRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_json1_1GetResourcePolicyCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_json1_1GetShardIteratorCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_GetShardIteratorCommand: (input: GetShardIteratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_json1_1IncreaseStreamRetentionPeriodCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_IncreaseStreamRetentionPeriodCommand: (input: IncreaseStreamRetentionPeriodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_json1_1ListShardsCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_ListShardsCommand: (input: ListShardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_json1_1ListStreamConsumersCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_ListStreamConsumersCommand: (input: ListStreamConsumersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_json1_1ListStreamsCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_ListStreamsCommand: (input: ListStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_json1_1ListTagsForStreamCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_ListTagsForStreamCommand: (input: ListTagsForStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_json1_1MergeShardsCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_MergeShardsCommand: (input: MergeShardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_json1_1PutRecordCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_PutRecordCommand: (input: PutRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_json1_1PutRecordsCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_PutRecordsCommand: (input: PutRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_json1_1PutResourcePolicyCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_json1_1RegisterStreamConsumerCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_RegisterStreamConsumerCommand: (input: RegisterStreamConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_json1_1RemoveTagsFromStreamCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_RemoveTagsFromStreamCommand: (input: RemoveTagsFromStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_json1_1SplitShardCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_SplitShardCommand: (input: SplitShardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_json1_1StartStreamEncryptionCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_StartStreamEncryptionCommand: (input: StartStreamEncryptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_json1_1StopStreamEncryptionCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_StopStreamEncryptionCommand: (input: StopStreamEncryptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_json1_1SubscribeToShardCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_SubscribeToShardCommand: (input: SubscribeToShardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_json1_1TagResourceCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* serializeAws_json1_1UpdateAccountSettingsCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
/**
|
|
183
|
-
* serializeAws_json1_1UpdateMaxRecordSizeCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const se_UpdateMaxRecordSizeCommand: (input: UpdateMaxRecordSizeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
/**
|
|
187
|
-
* serializeAws_json1_1UpdateShardCountCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const se_UpdateShardCountCommand: (input: UpdateShardCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
/**
|
|
191
|
-
* serializeAws_json1_1UpdateStreamModeCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const se_UpdateStreamModeCommand: (input: UpdateStreamModeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
/**
|
|
195
|
-
* serializeAws_json1_1UpdateStreamWarmThroughputCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const se_UpdateStreamWarmThroughputCommand: (input: UpdateStreamWarmThroughputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_json1_1AddTagsToStreamCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_AddTagsToStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToStreamCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_json1_1CreateStreamCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_CreateStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_json1_1DecreaseStreamRetentionPeriodCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_DecreaseStreamRetentionPeriodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseStreamRetentionPeriodCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_json1_1DeleteStreamCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_DeleteStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_json1_1DeregisterStreamConsumerCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_DeregisterStreamConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterStreamConsumerCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_json1_1DescribeAccountSettingsCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_json1_1DescribeLimitsCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_DescribeLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLimitsCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_json1_1DescribeStreamCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_DescribeStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStreamCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_json1_1DescribeStreamConsumerCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_DescribeStreamConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStreamConsumerCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_json1_1DescribeStreamSummaryCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_DescribeStreamSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStreamSummaryCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_json1_1DisableEnhancedMonitoringCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_DisableEnhancedMonitoringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableEnhancedMonitoringCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_json1_1EnableEnhancedMonitoringCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_EnableEnhancedMonitoringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableEnhancedMonitoringCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_json1_1GetRecordsCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_GetRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecordsCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_json1_1GetResourcePolicyCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_json1_1GetShardIteratorCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_GetShardIteratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetShardIteratorCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_json1_1IncreaseStreamRetentionPeriodCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_IncreaseStreamRetentionPeriodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IncreaseStreamRetentionPeriodCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_json1_1ListShardsCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_ListShardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListShardsCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_json1_1ListStreamConsumersCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_ListStreamConsumersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamConsumersCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_json1_1ListStreamsCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_ListStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamsCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
282
|
-
/**
|
|
283
|
-
* deserializeAws_json1_1ListTagsForStreamCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const de_ListTagsForStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForStreamCommandOutput>;
|
|
286
|
-
/**
|
|
287
|
-
* deserializeAws_json1_1MergeShardsCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const de_MergeShardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeShardsCommandOutput>;
|
|
290
|
-
/**
|
|
291
|
-
* deserializeAws_json1_1PutRecordCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const de_PutRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRecordCommandOutput>;
|
|
294
|
-
/**
|
|
295
|
-
* deserializeAws_json1_1PutRecordsCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const de_PutRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRecordsCommandOutput>;
|
|
298
|
-
/**
|
|
299
|
-
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
302
|
-
/**
|
|
303
|
-
* deserializeAws_json1_1RegisterStreamConsumerCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const de_RegisterStreamConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterStreamConsumerCommandOutput>;
|
|
306
|
-
/**
|
|
307
|
-
* deserializeAws_json1_1RemoveTagsFromStreamCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const de_RemoveTagsFromStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromStreamCommandOutput>;
|
|
310
|
-
/**
|
|
311
|
-
* deserializeAws_json1_1SplitShardCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const de_SplitShardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SplitShardCommandOutput>;
|
|
314
|
-
/**
|
|
315
|
-
* deserializeAws_json1_1StartStreamEncryptionCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const de_StartStreamEncryptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartStreamEncryptionCommandOutput>;
|
|
318
|
-
/**
|
|
319
|
-
* deserializeAws_json1_1StopStreamEncryptionCommand
|
|
320
|
-
*/
|
|
321
|
-
export declare const de_StopStreamEncryptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopStreamEncryptionCommandOutput>;
|
|
322
|
-
/**
|
|
323
|
-
* deserializeAws_json1_1SubscribeToShardCommand
|
|
324
|
-
*/
|
|
325
|
-
export declare const de_SubscribeToShardCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<SubscribeToShardCommandOutput>;
|
|
326
|
-
/**
|
|
327
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
328
|
-
*/
|
|
329
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
330
|
-
/**
|
|
331
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
332
|
-
*/
|
|
333
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
334
|
-
/**
|
|
335
|
-
* deserializeAws_json1_1UpdateAccountSettingsCommand
|
|
336
|
-
*/
|
|
337
|
-
export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
338
|
-
/**
|
|
339
|
-
* deserializeAws_json1_1UpdateMaxRecordSizeCommand
|
|
340
|
-
*/
|
|
341
|
-
export declare const de_UpdateMaxRecordSizeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMaxRecordSizeCommandOutput>;
|
|
342
|
-
/**
|
|
343
|
-
* deserializeAws_json1_1UpdateShardCountCommand
|
|
344
|
-
*/
|
|
345
|
-
export declare const de_UpdateShardCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateShardCountCommandOutput>;
|
|
346
|
-
/**
|
|
347
|
-
* deserializeAws_json1_1UpdateStreamModeCommand
|
|
348
|
-
*/
|
|
349
|
-
export declare const de_UpdateStreamModeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamModeCommandOutput>;
|
|
350
|
-
/**
|
|
351
|
-
* deserializeAws_json1_1UpdateStreamWarmThroughputCommand
|
|
352
|
-
*/
|
|
353
|
-
export declare const de_UpdateStreamWarmThroughputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamWarmThroughputCommandOutput>;
|