@aws-sdk/client-keyspacesstreams 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.
@@ -0,0 +1,45 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticMapSchema,
5
+ StaticOperationSchema,
6
+ StaticStructureSchema,
7
+ } from "@smithy/types";
8
+ export declare var AccessDeniedException: StaticErrorSchema;
9
+ export declare var GetRecordsInput: StaticStructureSchema;
10
+ export declare var GetRecordsOutput: StaticStructureSchema;
11
+ export declare var GetShardIteratorInput: StaticStructureSchema;
12
+ export declare var GetShardIteratorOutput: StaticStructureSchema;
13
+ export declare var GetStreamInput: StaticStructureSchema;
14
+ export declare var GetStreamOutput: StaticStructureSchema;
15
+ export declare var InternalServerException: StaticErrorSchema;
16
+ export declare var KeyspacesCell: StaticStructureSchema;
17
+ export declare var KeyspacesCellMapDefinition: StaticStructureSchema;
18
+ export declare var KeyspacesMetadata: StaticStructureSchema;
19
+ export declare var KeyspacesRow: StaticStructureSchema;
20
+ export declare var ListStreamsInput: StaticStructureSchema;
21
+ export declare var ListStreamsOutput: StaticStructureSchema;
22
+ export declare var _Record: StaticStructureSchema;
23
+ export declare var ResourceNotFoundException: StaticErrorSchema;
24
+ export declare var SequenceNumberRange: StaticStructureSchema;
25
+ export declare var Shard: StaticStructureSchema;
26
+ export declare var ShardFilter: StaticStructureSchema;
27
+ export declare var _Stream: StaticStructureSchema;
28
+ export declare var ThrottlingException: StaticErrorSchema;
29
+ export declare var ValidationException: StaticErrorSchema;
30
+ export declare var __Unit: "unit";
31
+ export declare var KeyspacesStreamsServiceException: StaticErrorSchema;
32
+ export declare var KeyspacesCellList: StaticListSchema;
33
+ export declare var KeyspacesCellMap: StaticListSchema;
34
+ export declare var RecordList: StaticListSchema;
35
+ export declare var ShardDescriptionList: StaticListSchema;
36
+ export declare var ShardIdList: number;
37
+ export declare var StreamList: StaticListSchema;
38
+ export declare var KeyspacesCells: StaticMapSchema;
39
+ export declare var KeyspacesKeysMap: StaticMapSchema;
40
+ export declare var KeyspacesUdtMap: StaticMapSchema;
41
+ export declare var KeyspacesCellValue: StaticStructureSchema;
42
+ export declare var GetRecords: StaticOperationSchema;
43
+ export declare var GetShardIterator: StaticOperationSchema;
44
+ export declare var GetStream: StaticOperationSchema;
45
+ export declare var ListStreams: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-keyspacesstreams",
3
3
  "description": "AWS SDK for JavaScript Keyspacesstreams Client for Node.js, Browser and React Native",
4
- "version": "3.927.0",
4
+ "version": "3.929.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-keyspacesstreams",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.927.0",
24
- "@aws-sdk/credential-provider-node": "3.927.0",
23
+ "@aws-sdk/core": "3.928.0",
24
+ "@aws-sdk/credential-provider-node": "3.929.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.927.0",
28
+ "@aws-sdk/middleware-user-agent": "3.928.0",
29
29
  "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.927.0",
33
+ "@aws-sdk/util-user-agent-node": "3.928.0",
34
34
  "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -1,381 +0,0 @@
1
- import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";
2
- import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
4
- import { KeyspacesStreamsServiceException as __BaseException } from "../models/KeyspacesStreamsServiceException";
5
- import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/models_0";
6
- export const se_GetRecordsCommand = async (input, context) => {
7
- const headers = sharedHeaders("GetRecords");
8
- let body;
9
- body = JSON.stringify(_json(input));
10
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
11
- };
12
- export const se_GetShardIteratorCommand = async (input, context) => {
13
- const headers = sharedHeaders("GetShardIterator");
14
- let body;
15
- body = JSON.stringify(_json(input));
16
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
17
- };
18
- export const se_GetStreamCommand = async (input, context) => {
19
- const headers = sharedHeaders("GetStream");
20
- let body;
21
- body = JSON.stringify(_json(input));
22
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
23
- };
24
- export const se_ListStreamsCommand = async (input, context) => {
25
- const headers = sharedHeaders("ListStreams");
26
- let body;
27
- body = JSON.stringify(_json(input));
28
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
29
- };
30
- export const de_GetRecordsCommand = async (output, context) => {
31
- if (output.statusCode >= 300) {
32
- return de_CommandError(output, context);
33
- }
34
- const data = await parseBody(output.body, context);
35
- let contents = {};
36
- contents = de_GetRecordsOutput(data, context);
37
- const response = {
38
- $metadata: deserializeMetadata(output),
39
- ...contents,
40
- };
41
- return response;
42
- };
43
- export const de_GetShardIteratorCommand = async (output, context) => {
44
- if (output.statusCode >= 300) {
45
- return de_CommandError(output, context);
46
- }
47
- const data = await parseBody(output.body, context);
48
- let contents = {};
49
- contents = _json(data);
50
- const response = {
51
- $metadata: deserializeMetadata(output),
52
- ...contents,
53
- };
54
- return response;
55
- };
56
- export const de_GetStreamCommand = async (output, context) => {
57
- if (output.statusCode >= 300) {
58
- return de_CommandError(output, context);
59
- }
60
- const data = await parseBody(output.body, context);
61
- let contents = {};
62
- contents = de_GetStreamOutput(data, context);
63
- const response = {
64
- $metadata: deserializeMetadata(output),
65
- ...contents,
66
- };
67
- return response;
68
- };
69
- export const de_ListStreamsCommand = async (output, context) => {
70
- if (output.statusCode >= 300) {
71
- return de_CommandError(output, context);
72
- }
73
- const data = await parseBody(output.body, context);
74
- let contents = {};
75
- contents = _json(data);
76
- const response = {
77
- $metadata: deserializeMetadata(output),
78
- ...contents,
79
- };
80
- return response;
81
- };
82
- const de_CommandError = async (output, context) => {
83
- const parsedOutput = {
84
- ...output,
85
- body: await parseErrorBody(output.body, context),
86
- };
87
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
88
- switch (errorCode) {
89
- case "AccessDeniedException":
90
- case "com.amazonaws.keyspacesstreams#AccessDeniedException":
91
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
92
- case "InternalServerException":
93
- case "com.amazonaws.keyspacesstreams#InternalServerException":
94
- throw await de_InternalServerExceptionRes(parsedOutput, context);
95
- case "ResourceNotFoundException":
96
- case "com.amazonaws.keyspacesstreams#ResourceNotFoundException":
97
- throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
98
- case "ThrottlingException":
99
- case "com.amazonaws.keyspacesstreams#ThrottlingException":
100
- throw await de_ThrottlingExceptionRes(parsedOutput, context);
101
- case "ValidationException":
102
- case "com.amazonaws.keyspacesstreams#ValidationException":
103
- throw await de_ValidationExceptionRes(parsedOutput, context);
104
- default:
105
- const parsedBody = parsedOutput.body;
106
- return throwDefaultError({
107
- output,
108
- parsedBody,
109
- errorCode,
110
- });
111
- }
112
- };
113
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
114
- const body = parsedOutput.body;
115
- const deserialized = _json(body);
116
- const exception = new AccessDeniedException({
117
- $metadata: deserializeMetadata(parsedOutput),
118
- ...deserialized,
119
- });
120
- return __decorateServiceException(exception, body);
121
- };
122
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
123
- const body = parsedOutput.body;
124
- const deserialized = _json(body);
125
- const exception = new InternalServerException({
126
- $metadata: deserializeMetadata(parsedOutput),
127
- ...deserialized,
128
- });
129
- return __decorateServiceException(exception, body);
130
- };
131
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
132
- const body = parsedOutput.body;
133
- const deserialized = _json(body);
134
- const exception = new ResourceNotFoundException({
135
- $metadata: deserializeMetadata(parsedOutput),
136
- ...deserialized,
137
- });
138
- return __decorateServiceException(exception, body);
139
- };
140
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
141
- const body = parsedOutput.body;
142
- const deserialized = _json(body);
143
- const exception = new ThrottlingException({
144
- $metadata: deserializeMetadata(parsedOutput),
145
- ...deserialized,
146
- });
147
- return __decorateServiceException(exception, body);
148
- };
149
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
150
- const body = parsedOutput.body;
151
- const deserialized = _json(body);
152
- const exception = new ValidationException({
153
- $metadata: deserializeMetadata(parsedOutput),
154
- ...deserialized,
155
- });
156
- return __decorateServiceException(exception, body);
157
- };
158
- const de_GetRecordsOutput = (output, context) => {
159
- return take(output, {
160
- changeRecords: (_) => de_RecordList(_, context),
161
- nextShardIterator: __expectString,
162
- });
163
- };
164
- const de_GetStreamOutput = (output, context) => {
165
- return take(output, {
166
- creationRequestDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
167
- keyspaceName: __expectString,
168
- nextToken: __expectString,
169
- shards: _json,
170
- streamArn: __expectString,
171
- streamLabel: __expectString,
172
- streamStatus: __expectString,
173
- streamViewType: __expectString,
174
- tableName: __expectString,
175
- });
176
- };
177
- const de_KeyspacesCell = (output, context) => {
178
- return take(output, {
179
- metadata: _json,
180
- value: (_) => de_KeyspacesCellValue(__expectUnion(_), context),
181
- });
182
- };
183
- const de_KeyspacesCellList = (output, context) => {
184
- const retVal = (output || [])
185
- .filter((e) => e != null)
186
- .map((entry) => {
187
- return de_KeyspacesCell(entry, context);
188
- });
189
- return retVal;
190
- };
191
- const de_KeyspacesCellMap = (output, context) => {
192
- const retVal = (output || [])
193
- .filter((e) => e != null)
194
- .map((entry) => {
195
- return de_KeyspacesCellMapDefinition(entry, context);
196
- });
197
- return retVal;
198
- };
199
- const de_KeyspacesCellMapDefinition = (output, context) => {
200
- return take(output, {
201
- key: (_) => de_KeyspacesCellValue(__expectUnion(_), context),
202
- metadata: _json,
203
- value: (_) => de_KeyspacesCellValue(__expectUnion(_), context),
204
- });
205
- };
206
- const de_KeyspacesCells = (output, context) => {
207
- return Object.entries(output).reduce((acc, [key, value]) => {
208
- if (value === null) {
209
- return acc;
210
- }
211
- acc[key] = de_KeyspacesCell(value, context);
212
- return acc;
213
- }, {});
214
- };
215
- const de_KeyspacesCellValue = (output, context) => {
216
- if (__expectString(output.asciiT) !== undefined) {
217
- return { asciiT: __expectString(output.asciiT) };
218
- }
219
- if (__expectString(output.bigintT) !== undefined) {
220
- return { bigintT: __expectString(output.bigintT) };
221
- }
222
- if (output.blobT != null) {
223
- return {
224
- blobT: context.base64Decoder(output.blobT),
225
- };
226
- }
227
- if (__expectBoolean(output.boolT) !== undefined) {
228
- return { boolT: __expectBoolean(output.boolT) };
229
- }
230
- if (__expectString(output.counterT) !== undefined) {
231
- return { counterT: __expectString(output.counterT) };
232
- }
233
- if (__expectString(output.dateT) !== undefined) {
234
- return { dateT: __expectString(output.dateT) };
235
- }
236
- if (__expectString(output.decimalT) !== undefined) {
237
- return { decimalT: __expectString(output.decimalT) };
238
- }
239
- if (__expectString(output.doubleT) !== undefined) {
240
- return { doubleT: __expectString(output.doubleT) };
241
- }
242
- if (__expectString(output.floatT) !== undefined) {
243
- return { floatT: __expectString(output.floatT) };
244
- }
245
- if (__expectString(output.inetT) !== undefined) {
246
- return { inetT: __expectString(output.inetT) };
247
- }
248
- if (__expectString(output.intT) !== undefined) {
249
- return { intT: __expectString(output.intT) };
250
- }
251
- if (output.listT != null) {
252
- return {
253
- listT: de_KeyspacesCellList(output.listT, context),
254
- };
255
- }
256
- if (output.mapT != null) {
257
- return {
258
- mapT: de_KeyspacesCellMap(output.mapT, context),
259
- };
260
- }
261
- if (output.setT != null) {
262
- return {
263
- setT: de_KeyspacesCellList(output.setT, context),
264
- };
265
- }
266
- if (__expectString(output.smallintT) !== undefined) {
267
- return { smallintT: __expectString(output.smallintT) };
268
- }
269
- if (__expectString(output.textT) !== undefined) {
270
- return { textT: __expectString(output.textT) };
271
- }
272
- if (__expectString(output.timeT) !== undefined) {
273
- return { timeT: __expectString(output.timeT) };
274
- }
275
- if (__expectString(output.timestampT) !== undefined) {
276
- return { timestampT: __expectString(output.timestampT) };
277
- }
278
- if (__expectString(output.timeuuidT) !== undefined) {
279
- return { timeuuidT: __expectString(output.timeuuidT) };
280
- }
281
- if (__expectString(output.tinyintT) !== undefined) {
282
- return { tinyintT: __expectString(output.tinyintT) };
283
- }
284
- if (output.tupleT != null) {
285
- return {
286
- tupleT: de_KeyspacesCellList(output.tupleT, context),
287
- };
288
- }
289
- if (output.udtT != null) {
290
- return {
291
- udtT: de_KeyspacesUdtMap(output.udtT, context),
292
- };
293
- }
294
- if (__expectString(output.uuidT) !== undefined) {
295
- return { uuidT: __expectString(output.uuidT) };
296
- }
297
- if (__expectString(output.varcharT) !== undefined) {
298
- return { varcharT: __expectString(output.varcharT) };
299
- }
300
- if (__expectString(output.varintT) !== undefined) {
301
- return { varintT: __expectString(output.varintT) };
302
- }
303
- return { $unknown: Object.entries(output)[0] };
304
- };
305
- const de_KeyspacesKeysMap = (output, context) => {
306
- return Object.entries(output).reduce((acc, [key, value]) => {
307
- if (value === null) {
308
- return acc;
309
- }
310
- acc[key] = de_KeyspacesCellValue(__expectUnion(value), context);
311
- return acc;
312
- }, {});
313
- };
314
- const de_KeyspacesRow = (output, context) => {
315
- return take(output, {
316
- rowMetadata: _json,
317
- staticCells: (_) => de_KeyspacesCells(_, context),
318
- valueCells: (_) => de_KeyspacesCells(_, context),
319
- });
320
- };
321
- const de_KeyspacesUdtMap = (output, context) => {
322
- return Object.entries(output).reduce((acc, [key, value]) => {
323
- if (value === null) {
324
- return acc;
325
- }
326
- acc[key] = de_KeyspacesCell(value, context);
327
- return acc;
328
- }, {});
329
- };
330
- const de__Record = (output, context) => {
331
- return take(output, {
332
- clusteringKeys: (_) => de_KeyspacesKeysMap(_, context),
333
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
334
- eventVersion: __expectString,
335
- newImage: (_) => de_KeyspacesRow(_, context),
336
- oldImage: (_) => de_KeyspacesRow(_, context),
337
- origin: __expectString,
338
- partitionKeys: (_) => de_KeyspacesKeysMap(_, context),
339
- sequenceNumber: __expectString,
340
- });
341
- };
342
- const de_RecordList = (output, context) => {
343
- const retVal = (output || [])
344
- .filter((e) => e != null)
345
- .map((entry) => {
346
- return de__Record(entry, context);
347
- });
348
- return retVal;
349
- };
350
- const deserializeMetadata = (output) => ({
351
- httpStatusCode: output.statusCode,
352
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
353
- extendedRequestId: output.headers["x-amz-id-2"],
354
- cfId: output.headers["x-amz-cf-id"],
355
- });
356
- const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
357
- const throwDefaultError = withBaseException(__BaseException);
358
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
359
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
360
- const contents = {
361
- protocol,
362
- hostname,
363
- port,
364
- method: "POST",
365
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
366
- headers,
367
- };
368
- if (resolvedHostname !== undefined) {
369
- contents.hostname = resolvedHostname;
370
- }
371
- if (body !== undefined) {
372
- contents.body = body;
373
- }
374
- return new __HttpRequest(contents);
375
- };
376
- function sharedHeaders(operation) {
377
- return {
378
- "content-type": "application/x-amz-json-1.0",
379
- "x-amz-target": `KeyspacesStreams.${operation}`,
380
- };
381
- }
@@ -1,38 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { GetRecordsCommandInput, GetRecordsCommandOutput } from "../commands/GetRecordsCommand";
4
- import { GetShardIteratorCommandInput, GetShardIteratorCommandOutput } from "../commands/GetShardIteratorCommand";
5
- import { GetStreamCommandInput, GetStreamCommandOutput } from "../commands/GetStreamCommand";
6
- import { ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand";
7
- /**
8
- * serializeAws_json1_0GetRecordsCommand
9
- */
10
- export declare const se_GetRecordsCommand: (input: GetRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
11
- /**
12
- * serializeAws_json1_0GetShardIteratorCommand
13
- */
14
- export declare const se_GetShardIteratorCommand: (input: GetShardIteratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- /**
16
- * serializeAws_json1_0GetStreamCommand
17
- */
18
- export declare const se_GetStreamCommand: (input: GetStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- /**
20
- * serializeAws_json1_0ListStreamsCommand
21
- */
22
- export declare const se_ListStreamsCommand: (input: ListStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- /**
24
- * deserializeAws_json1_0GetRecordsCommand
25
- */
26
- export declare const de_GetRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecordsCommandOutput>;
27
- /**
28
- * deserializeAws_json1_0GetShardIteratorCommand
29
- */
30
- export declare const de_GetShardIteratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetShardIteratorCommandOutput>;
31
- /**
32
- * deserializeAws_json1_0GetStreamCommand
33
- */
34
- export declare const de_GetStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamCommandOutput>;
35
- /**
36
- * deserializeAws_json1_0ListStreamsCommand
37
- */
38
- export declare const de_ListStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamsCommandOutput>;
@@ -1,53 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- GetRecordsCommandInput,
8
- GetRecordsCommandOutput,
9
- } from "../commands/GetRecordsCommand";
10
- import {
11
- GetShardIteratorCommandInput,
12
- GetShardIteratorCommandOutput,
13
- } from "../commands/GetShardIteratorCommand";
14
- import {
15
- GetStreamCommandInput,
16
- GetStreamCommandOutput,
17
- } from "../commands/GetStreamCommand";
18
- import {
19
- ListStreamsCommandInput,
20
- ListStreamsCommandOutput,
21
- } from "../commands/ListStreamsCommand";
22
- export declare const se_GetRecordsCommand: (
23
- input: GetRecordsCommandInput,
24
- context: __SerdeContext
25
- ) => Promise<__HttpRequest>;
26
- export declare const se_GetShardIteratorCommand: (
27
- input: GetShardIteratorCommandInput,
28
- context: __SerdeContext
29
- ) => Promise<__HttpRequest>;
30
- export declare const se_GetStreamCommand: (
31
- input: GetStreamCommandInput,
32
- context: __SerdeContext
33
- ) => Promise<__HttpRequest>;
34
- export declare const se_ListStreamsCommand: (
35
- input: ListStreamsCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const de_GetRecordsCommand: (
39
- output: __HttpResponse,
40
- context: __SerdeContext
41
- ) => Promise<GetRecordsCommandOutput>;
42
- export declare const de_GetShardIteratorCommand: (
43
- output: __HttpResponse,
44
- context: __SerdeContext
45
- ) => Promise<GetShardIteratorCommandOutput>;
46
- export declare const de_GetStreamCommand: (
47
- output: __HttpResponse,
48
- context: __SerdeContext
49
- ) => Promise<GetStreamCommandOutput>;
50
- export declare const de_ListStreamsCommand: (
51
- output: __HttpResponse,
52
- context: __SerdeContext
53
- ) => Promise<ListStreamsCommandOutput>;