@aws-sdk/client-kinesis 3.986.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultKinesisHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2013-12-02",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.kinesis",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "http://kinesis.amazonaws.com/doc/2013-12-02",
30
32
  version: "2013-12-02",
31
33
  serviceTarget: "Kinesis_20131202",
@@ -234,19 +234,117 @@ const _WTO = "WarmThroughputObject";
234
234
  const _c = "client";
235
235
  const _e = "error";
236
236
  const _m = "message";
237
- const _s = "server";
238
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesis";
237
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesis";
238
+ const _se = "server";
239
239
  const _st = "streaming";
240
240
  const n0 = "com.amazonaws.kinesis";
241
241
  import { TypeRegistry } from "@smithy/core/schema";
242
242
  import { AccessDeniedException, ExpiredIteratorException, ExpiredNextTokenException, InternalFailureException, InvalidArgumentException, KMSAccessDeniedException, KMSDisabledException, KMSInvalidStateException, KMSNotFoundException, KMSOptInRequired, KMSThrottlingException, LimitExceededException, ProvisionedThroughputExceededException, ResourceInUseException, ResourceNotFoundException, ValidationException, } from "../models/errors";
243
243
  import { KinesisServiceException } from "../models/KinesisServiceException";
244
+ const _s_registry = TypeRegistry.for(_s);
245
+ export var KinesisServiceException$ = [-3, _s, "KinesisServiceException", 0, [], []];
246
+ _s_registry.registerError(KinesisServiceException$, KinesisServiceException);
247
+ const n0_registry = TypeRegistry.for(n0);
244
248
  export var AccessDeniedException$ = [-3, n0, _ADE,
245
249
  { [_e]: _c },
246
250
  [_m],
247
251
  [0]
248
252
  ];
249
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
253
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
254
+ export var ExpiredIteratorException$ = [-3, n0, _EIE,
255
+ { [_e]: _c },
256
+ [_m],
257
+ [0]
258
+ ];
259
+ n0_registry.registerError(ExpiredIteratorException$, ExpiredIteratorException);
260
+ export var ExpiredNextTokenException$ = [-3, n0, _ENTE,
261
+ { [_e]: _c },
262
+ [_m],
263
+ [0]
264
+ ];
265
+ n0_registry.registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
266
+ export var InternalFailureException$ = [-3, n0, _IFE,
267
+ { [_e]: _se },
268
+ [_m],
269
+ [0]
270
+ ];
271
+ n0_registry.registerError(InternalFailureException$, InternalFailureException);
272
+ export var InvalidArgumentException$ = [-3, n0, _IAE,
273
+ { [_e]: _c },
274
+ [_m],
275
+ [0]
276
+ ];
277
+ n0_registry.registerError(InvalidArgumentException$, InvalidArgumentException);
278
+ export var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
279
+ { [_e]: _c },
280
+ [_m],
281
+ [0]
282
+ ];
283
+ n0_registry.registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
284
+ export var KMSDisabledException$ = [-3, n0, _KMSDE,
285
+ { [_e]: _c },
286
+ [_m],
287
+ [0]
288
+ ];
289
+ n0_registry.registerError(KMSDisabledException$, KMSDisabledException);
290
+ export var KMSInvalidStateException$ = [-3, n0, _KMSISE,
291
+ { [_e]: _c },
292
+ [_m],
293
+ [0]
294
+ ];
295
+ n0_registry.registerError(KMSInvalidStateException$, KMSInvalidStateException);
296
+ export var KMSNotFoundException$ = [-3, n0, _KMSNFE,
297
+ { [_e]: _c },
298
+ [_m],
299
+ [0]
300
+ ];
301
+ n0_registry.registerError(KMSNotFoundException$, KMSNotFoundException);
302
+ export var KMSOptInRequired$ = [-3, n0, _KMSOIR,
303
+ { [_e]: _c },
304
+ [_m],
305
+ [0]
306
+ ];
307
+ n0_registry.registerError(KMSOptInRequired$, KMSOptInRequired);
308
+ export var KMSThrottlingException$ = [-3, n0, _KMSTE,
309
+ { [_e]: _c },
310
+ [_m],
311
+ [0]
312
+ ];
313
+ n0_registry.registerError(KMSThrottlingException$, KMSThrottlingException);
314
+ export var LimitExceededException$ = [-3, n0, _LEE,
315
+ { [_e]: _c },
316
+ [_m],
317
+ [0]
318
+ ];
319
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
320
+ export var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
321
+ { [_e]: _c },
322
+ [_m],
323
+ [0]
324
+ ];
325
+ n0_registry.registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
326
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
327
+ { [_e]: _c },
328
+ [_m],
329
+ [0]
330
+ ];
331
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
332
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
333
+ { [_e]: _c },
334
+ [_m],
335
+ [0]
336
+ ];
337
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
338
+ export var ValidationException$ = [-3, n0, _VE,
339
+ { [_e]: _c },
340
+ [_m],
341
+ [0]
342
+ ];
343
+ n0_registry.registerError(ValidationException$, ValidationException);
344
+ export const errorTypeRegistries = [
345
+ _s_registry,
346
+ n0_registry,
347
+ ];
250
348
  export var AddTagsToStreamInput$ = [3, n0, _ATTSI,
251
349
  0,
252
350
  [_T, _SN, _SARN, _SI],
@@ -362,18 +460,6 @@ export var EnhancedMonitoringOutput$ = [3, n0, _EMO,
362
460
  [_SN, _CSLM, _DSLM, _SARN],
363
461
  [0, 64 | 0, 64 | 0, 0]
364
462
  ];
365
- export var ExpiredIteratorException$ = [-3, n0, _EIE,
366
- { [_e]: _c },
367
- [_m],
368
- [0]
369
- ];
370
- TypeRegistry.for(n0).registerError(ExpiredIteratorException$, ExpiredIteratorException);
371
- export var ExpiredNextTokenException$ = [-3, n0, _ENTE,
372
- { [_e]: _c },
373
- [_m],
374
- [0]
375
- ];
376
- TypeRegistry.for(n0).registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
377
463
  export var GetRecordsInput$ = [3, n0, _GRI,
378
464
  0,
379
465
  [_SIha, _L, _SARN, _SI],
@@ -414,60 +500,6 @@ export var IncreaseStreamRetentionPeriodInput$ = [3, n0, _ISRPI,
414
500
  [_RPH, _SN, _SARN, _SI],
415
501
  [1, 0, 0, 0], 1
416
502
  ];
417
- export var InternalFailureException$ = [-3, n0, _IFE,
418
- { [_e]: _s },
419
- [_m],
420
- [0]
421
- ];
422
- TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
423
- export var InvalidArgumentException$ = [-3, n0, _IAE,
424
- { [_e]: _c },
425
- [_m],
426
- [0]
427
- ];
428
- TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
429
- export var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
430
- { [_e]: _c },
431
- [_m],
432
- [0]
433
- ];
434
- TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
435
- export var KMSDisabledException$ = [-3, n0, _KMSDE,
436
- { [_e]: _c },
437
- [_m],
438
- [0]
439
- ];
440
- TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
441
- export var KMSInvalidStateException$ = [-3, n0, _KMSISE,
442
- { [_e]: _c },
443
- [_m],
444
- [0]
445
- ];
446
- TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
447
- export var KMSNotFoundException$ = [-3, n0, _KMSNFE,
448
- { [_e]: _c },
449
- [_m],
450
- [0]
451
- ];
452
- TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
453
- export var KMSOptInRequired$ = [-3, n0, _KMSOIR,
454
- { [_e]: _c },
455
- [_m],
456
- [0]
457
- ];
458
- TypeRegistry.for(n0).registerError(KMSOptInRequired$, KMSOptInRequired);
459
- export var KMSThrottlingException$ = [-3, n0, _KMSTE,
460
- { [_e]: _c },
461
- [_m],
462
- [0]
463
- ];
464
- TypeRegistry.for(n0).registerError(KMSThrottlingException$, KMSThrottlingException);
465
- export var LimitExceededException$ = [-3, n0, _LEE,
466
- { [_e]: _c },
467
- [_m],
468
- [0]
469
- ];
470
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
471
503
  export var ListShardsInput$ = [3, n0, _LSI,
472
504
  0,
473
505
  [_SN, _NT, _ESSI, _MR, _SCT, _SF, _SARN, _SI],
@@ -533,12 +565,6 @@ export var MinimumThroughputBillingCommitmentOutput$ = [3, n0, _MTBCO,
533
565
  [_St, _SA, _EA, _EAEA],
534
566
  [0, 4, 4, 4], 1
535
567
  ];
536
- export var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
537
- { [_e]: _c },
538
- [_m],
539
- [0]
540
- ];
541
- TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
542
568
  export var PutRecordInput$ = [3, n0, _PRI,
543
569
  0,
544
570
  [_D, _PK, _SN, _EHKx, _SNFO, _SARN, _SI],
@@ -594,18 +620,6 @@ export var RemoveTagsFromStreamInput$ = [3, n0, _RTFSI,
594
620
  [_TK, _SN, _SARN, _SI],
595
621
  [64 | 0, 0, 0, 0], 1
596
622
  ];
597
- export var ResourceInUseException$ = [-3, n0, _RIUE,
598
- { [_e]: _c },
599
- [_m],
600
- [0]
601
- ];
602
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
603
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
604
- { [_e]: _c },
605
- [_m],
606
- [0]
607
- ];
608
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
609
623
  export var SequenceNumberRange$ = [3, n0, _SNR,
610
624
  0,
611
625
  [_SSN, _ESN],
@@ -731,20 +745,12 @@ export var UpdateStreamWarmThroughputOutput$ = [3, n0, _USWTO,
731
745
  [_SARN, _SN, _WT],
732
746
  [0, 0, () => WarmThroughputObject$]
733
747
  ];
734
- export var ValidationException$ = [-3, n0, _VE,
735
- { [_e]: _c },
736
- [_m],
737
- [0]
738
- ];
739
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
740
748
  export var WarmThroughputObject$ = [3, n0, _WTO,
741
749
  0,
742
750
  [_TMB, _CMB],
743
751
  [1, 1]
744
752
  ];
745
753
  var __Unit = "unit";
746
- export var KinesisServiceException$ = [-3, _sm, "KinesisServiceException", 0, [], []];
747
- TypeRegistry.for(_sm).registerError(KinesisServiceException$, KinesisServiceException);
748
754
  var ChildShardList = [1, n0, _CSL,
749
755
  0, () => ChildShard$
750
756
  ];
@@ -1,5 +1,28 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var KinesisServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ExpiredIteratorException$: StaticErrorSchema;
6
+ export declare var ExpiredNextTokenException$: StaticErrorSchema;
7
+ export declare var InternalFailureException$: StaticErrorSchema;
8
+ export declare var InvalidArgumentException$: StaticErrorSchema;
9
+ export declare var KMSAccessDeniedException$: StaticErrorSchema;
10
+ export declare var KMSDisabledException$: StaticErrorSchema;
11
+ export declare var KMSInvalidStateException$: StaticErrorSchema;
12
+ export declare var KMSNotFoundException$: StaticErrorSchema;
13
+ export declare var KMSOptInRequired$: StaticErrorSchema;
14
+ export declare var KMSThrottlingException$: StaticErrorSchema;
15
+ export declare var LimitExceededException$: StaticErrorSchema;
16
+ export declare var ProvisionedThroughputExceededException$: StaticErrorSchema;
17
+ export declare var ResourceInUseException$: StaticErrorSchema;
18
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
19
+ export declare var ValidationException$: StaticErrorSchema;
20
+ /**
21
+ * TypeRegistry instances containing modeled errors.
22
+ * @internal
23
+ *
24
+ */
25
+ export declare const errorTypeRegistries: TypeRegistry[];
3
26
  export declare var AddTagsToStreamInput$: StaticStructureSchema;
4
27
  export declare var ChildShard$: StaticStructureSchema;
5
28
  export declare var Consumer$: StaticStructureSchema;
@@ -23,8 +46,6 @@ export declare var DisableEnhancedMonitoringInput$: StaticStructureSchema;
23
46
  export declare var EnableEnhancedMonitoringInput$: StaticStructureSchema;
24
47
  export declare var EnhancedMetrics$: StaticStructureSchema;
25
48
  export declare var EnhancedMonitoringOutput$: StaticStructureSchema;
26
- export declare var ExpiredIteratorException$: StaticErrorSchema;
27
- export declare var ExpiredNextTokenException$: StaticErrorSchema;
28
49
  export declare var GetRecordsInput$: StaticStructureSchema;
29
50
  export declare var GetRecordsOutput$: StaticStructureSchema;
30
51
  export declare var GetResourcePolicyInput$: StaticStructureSchema;
@@ -33,15 +54,6 @@ export declare var GetShardIteratorInput$: StaticStructureSchema;
33
54
  export declare var GetShardIteratorOutput$: StaticStructureSchema;
34
55
  export declare var HashKeyRange$: StaticStructureSchema;
35
56
  export declare var IncreaseStreamRetentionPeriodInput$: StaticStructureSchema;
36
- export declare var InternalFailureException$: StaticErrorSchema;
37
- export declare var InvalidArgumentException$: StaticErrorSchema;
38
- export declare var KMSAccessDeniedException$: StaticErrorSchema;
39
- export declare var KMSDisabledException$: StaticErrorSchema;
40
- export declare var KMSInvalidStateException$: StaticErrorSchema;
41
- export declare var KMSNotFoundException$: StaticErrorSchema;
42
- export declare var KMSOptInRequired$: StaticErrorSchema;
43
- export declare var KMSThrottlingException$: StaticErrorSchema;
44
- export declare var LimitExceededException$: StaticErrorSchema;
45
57
  export declare var ListShardsInput$: StaticStructureSchema;
46
58
  export declare var ListShardsOutput$: StaticStructureSchema;
47
59
  export declare var ListStreamConsumersInput$: StaticStructureSchema;
@@ -55,7 +67,6 @@ export declare var ListTagsForStreamOutput$: StaticStructureSchema;
55
67
  export declare var MergeShardsInput$: StaticStructureSchema;
56
68
  export declare var MinimumThroughputBillingCommitmentInput$: StaticStructureSchema;
57
69
  export declare var MinimumThroughputBillingCommitmentOutput$: StaticStructureSchema;
58
- export declare var ProvisionedThroughputExceededException$: StaticErrorSchema;
59
70
  export declare var PutRecordInput$: StaticStructureSchema;
60
71
  export declare var PutRecordOutput$: StaticStructureSchema;
61
72
  export declare var PutRecordsInput$: StaticStructureSchema;
@@ -67,8 +78,6 @@ export declare var _Record$: StaticStructureSchema;
67
78
  export declare var RegisterStreamConsumerInput$: StaticStructureSchema;
68
79
  export declare var RegisterStreamConsumerOutput$: StaticStructureSchema;
69
80
  export declare var RemoveTagsFromStreamInput$: StaticStructureSchema;
70
- export declare var ResourceInUseException$: StaticErrorSchema;
71
- export declare var ResourceNotFoundException$: StaticErrorSchema;
72
81
  export declare var SequenceNumberRange$: StaticStructureSchema;
73
82
  export declare var Shard$: StaticStructureSchema;
74
83
  export declare var ShardFilter$: StaticStructureSchema;
@@ -94,9 +103,7 @@ export declare var UpdateShardCountOutput$: StaticStructureSchema;
94
103
  export declare var UpdateStreamModeInput$: StaticStructureSchema;
95
104
  export declare var UpdateStreamWarmThroughputInput$: StaticStructureSchema;
96
105
  export declare var UpdateStreamWarmThroughputOutput$: StaticStructureSchema;
97
- export declare var ValidationException$: StaticErrorSchema;
98
106
  export declare var WarmThroughputObject$: StaticStructureSchema;
99
- export declare var KinesisServiceException$: StaticErrorSchema;
100
107
  export declare var SubscribeToShardEventStream$: StaticUnionSchema;
101
108
  export declare var AddTagsToStream$: StaticOperationSchema;
102
109
  export declare var CreateStream$: StaticOperationSchema;
@@ -1,10 +1,28 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var KinesisServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ExpiredIteratorException$: StaticErrorSchema;
11
+ export declare var ExpiredNextTokenException$: StaticErrorSchema;
12
+ export declare var InternalFailureException$: StaticErrorSchema;
13
+ export declare var InvalidArgumentException$: StaticErrorSchema;
14
+ export declare var KMSAccessDeniedException$: StaticErrorSchema;
15
+ export declare var KMSDisabledException$: StaticErrorSchema;
16
+ export declare var KMSInvalidStateException$: StaticErrorSchema;
17
+ export declare var KMSNotFoundException$: StaticErrorSchema;
18
+ export declare var KMSOptInRequired$: StaticErrorSchema;
19
+ export declare var KMSThrottlingException$: StaticErrorSchema;
20
+ export declare var LimitExceededException$: StaticErrorSchema;
21
+ export declare var ProvisionedThroughputExceededException$: StaticErrorSchema;
22
+ export declare var ResourceInUseException$: StaticErrorSchema;
23
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
24
+ export declare var ValidationException$: StaticErrorSchema;
25
+ export declare const errorTypeRegistries: TypeRegistry[];
8
26
  export declare var AddTagsToStreamInput$: StaticStructureSchema;
9
27
  export declare var ChildShard$: StaticStructureSchema;
10
28
  export declare var Consumer$: StaticStructureSchema;
@@ -28,8 +46,6 @@ export declare var DisableEnhancedMonitoringInput$: StaticStructureSchema;
28
46
  export declare var EnableEnhancedMonitoringInput$: StaticStructureSchema;
29
47
  export declare var EnhancedMetrics$: StaticStructureSchema;
30
48
  export declare var EnhancedMonitoringOutput$: StaticStructureSchema;
31
- export declare var ExpiredIteratorException$: StaticErrorSchema;
32
- export declare var ExpiredNextTokenException$: StaticErrorSchema;
33
49
  export declare var GetRecordsInput$: StaticStructureSchema;
34
50
  export declare var GetRecordsOutput$: StaticStructureSchema;
35
51
  export declare var GetResourcePolicyInput$: StaticStructureSchema;
@@ -38,15 +54,6 @@ export declare var GetShardIteratorInput$: StaticStructureSchema;
38
54
  export declare var GetShardIteratorOutput$: StaticStructureSchema;
39
55
  export declare var HashKeyRange$: StaticStructureSchema;
40
56
  export declare var IncreaseStreamRetentionPeriodInput$: StaticStructureSchema;
41
- export declare var InternalFailureException$: StaticErrorSchema;
42
- export declare var InvalidArgumentException$: StaticErrorSchema;
43
- export declare var KMSAccessDeniedException$: StaticErrorSchema;
44
- export declare var KMSDisabledException$: StaticErrorSchema;
45
- export declare var KMSInvalidStateException$: StaticErrorSchema;
46
- export declare var KMSNotFoundException$: StaticErrorSchema;
47
- export declare var KMSOptInRequired$: StaticErrorSchema;
48
- export declare var KMSThrottlingException$: StaticErrorSchema;
49
- export declare var LimitExceededException$: StaticErrorSchema;
50
57
  export declare var ListShardsInput$: StaticStructureSchema;
51
58
  export declare var ListShardsOutput$: StaticStructureSchema;
52
59
  export declare var ListStreamConsumersInput$: StaticStructureSchema;
@@ -60,7 +67,6 @@ export declare var ListTagsForStreamOutput$: StaticStructureSchema;
60
67
  export declare var MergeShardsInput$: StaticStructureSchema;
61
68
  export declare var MinimumThroughputBillingCommitmentInput$: StaticStructureSchema;
62
69
  export declare var MinimumThroughputBillingCommitmentOutput$: StaticStructureSchema;
63
- export declare var ProvisionedThroughputExceededException$: StaticErrorSchema;
64
70
  export declare var PutRecordInput$: StaticStructureSchema;
65
71
  export declare var PutRecordOutput$: StaticStructureSchema;
66
72
  export declare var PutRecordsInput$: StaticStructureSchema;
@@ -72,8 +78,6 @@ export declare var _Record$: StaticStructureSchema;
72
78
  export declare var RegisterStreamConsumerInput$: StaticStructureSchema;
73
79
  export declare var RegisterStreamConsumerOutput$: StaticStructureSchema;
74
80
  export declare var RemoveTagsFromStreamInput$: StaticStructureSchema;
75
- export declare var ResourceInUseException$: StaticErrorSchema;
76
- export declare var ResourceNotFoundException$: StaticErrorSchema;
77
81
  export declare var SequenceNumberRange$: StaticStructureSchema;
78
82
  export declare var Shard$: StaticStructureSchema;
79
83
  export declare var ShardFilter$: StaticStructureSchema;
@@ -99,9 +103,7 @@ export declare var UpdateShardCountOutput$: StaticStructureSchema;
99
103
  export declare var UpdateStreamModeInput$: StaticStructureSchema;
100
104
  export declare var UpdateStreamWarmThroughputInput$: StaticStructureSchema;
101
105
  export declare var UpdateStreamWarmThroughputOutput$: StaticStructureSchema;
102
- export declare var ValidationException$: StaticErrorSchema;
103
106
  export declare var WarmThroughputObject$: StaticStructureSchema;
104
- export declare var KinesisServiceException$: StaticErrorSchema;
105
107
  export declare var SubscribeToShardEventStream$: StaticUnionSchema;
106
108
  export declare var AddTagsToStream$: StaticOperationSchema;
107
109
  export declare var CreateStream$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis",
3
3
  "description": "AWS SDK for JavaScript Kinesis Client for Node.js, Browser and React Native",
4
- "version": "3.986.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kinesis",
@@ -23,19 +23,19 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.8",
27
+ "@aws-sdk/credential-provider-node": "^3.972.7",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.986.0",
34
+ "@aws-sdk/util-endpoints": "3.988.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.5",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.22.1",
38
+ "@smithy/core": "^3.23.0",
39
39
  "@smithy/eventstream-serde-browser": "^4.2.8",
40
40
  "@smithy/eventstream-serde-config-resolver": "^4.3.8",
41
41
  "@smithy/eventstream-serde-node": "^4.2.8",
@@ -43,21 +43,21 @@
43
43
  "@smithy/hash-node": "^4.2.8",
44
44
  "@smithy/invalid-dependency": "^4.2.8",
45
45
  "@smithy/middleware-content-length": "^4.2.8",
46
- "@smithy/middleware-endpoint": "^4.4.13",
47
- "@smithy/middleware-retry": "^4.4.30",
46
+ "@smithy/middleware-endpoint": "^4.4.14",
47
+ "@smithy/middleware-retry": "^4.4.31",
48
48
  "@smithy/middleware-serde": "^4.2.9",
49
49
  "@smithy/middleware-stack": "^4.2.8",
50
50
  "@smithy/node-config-provider": "^4.3.8",
51
- "@smithy/node-http-handler": "^4.4.9",
51
+ "@smithy/node-http-handler": "^4.4.10",
52
52
  "@smithy/protocol-http": "^5.3.8",
53
- "@smithy/smithy-client": "^4.11.2",
53
+ "@smithy/smithy-client": "^4.11.3",
54
54
  "@smithy/types": "^4.12.0",
55
55
  "@smithy/url-parser": "^4.2.8",
56
56
  "@smithy/util-base64": "^4.3.0",
57
57
  "@smithy/util-body-length-browser": "^4.2.0",
58
58
  "@smithy/util-body-length-node": "^4.2.1",
59
- "@smithy/util-defaults-mode-browser": "^4.3.29",
60
- "@smithy/util-defaults-mode-node": "^4.2.32",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
60
+ "@smithy/util-defaults-mode-node": "^4.2.33",
61
61
  "@smithy/util-endpoints": "^3.2.8",
62
62
  "@smithy/util-middleware": "^4.2.8",
63
63
  "@smithy/util-retry": "^4.2.8",