@aws-sdk/client-kinesis 3.954.0 → 3.956.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 CHANGED
@@ -881,7 +881,7 @@ var ShardList = [1, n0, _SLh, 0, () => Shard$];
881
881
  var StreamSummaryList = [1, n0, _SSL, 0, () => StreamSummary$];
882
882
  var TagList = [1, n0, _TL, 0, () => Tag$];
883
883
  var SubscribeToShardEventStream$ = [
884
- 3,
884
+ 4,
885
885
  n0,
886
886
  _STSES,
887
887
  { [_st]: 1 },
package/dist-es/index.js CHANGED
@@ -6,4 +6,5 @@ export * from "./pagination";
6
6
  export * from "./waiters";
7
7
  export * from "./models/enums";
8
8
  export * from "./models/errors";
9
+ export * from "./models/models_0";
9
10
  export { KinesisServiceException } from "./models/KinesisServiceException";
@@ -574,7 +574,7 @@ var TagKeyList = 64 | 0;
574
574
  var TagList = [1, n0, _TL, 0, () => Tag$];
575
575
  var TagMap = 128 | 0;
576
576
  export var SubscribeToShardEventStream$ = [
577
- 3,
577
+ 4,
578
578
  n0,
579
579
  _STSES,
580
580
  { [_st]: 1 },
@@ -16,5 +16,5 @@ export * from "./pagination";
16
16
  export * from "./waiters";
17
17
  export * from "./models/enums";
18
18
  export * from "./models/errors";
19
- export type * from "./models/models_0";
19
+ export * from "./models/models_0";
20
20
  export { KinesisServiceException } from "./models/KinesisServiceException";
@@ -1,4 +1,4 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
2
2
  export declare var AccessDeniedException$: StaticErrorSchema;
3
3
  export declare var AddTagsToStreamInput$: StaticStructureSchema;
4
4
  export declare var ChildShard$: StaticStructureSchema;
@@ -97,7 +97,7 @@ export declare var UpdateStreamWarmThroughputOutput$: StaticStructureSchema;
97
97
  export declare var ValidationException$: StaticErrorSchema;
98
98
  export declare var WarmThroughputObject$: StaticStructureSchema;
99
99
  export declare var KinesisServiceException$: StaticErrorSchema;
100
- export declare var SubscribeToShardEventStream$: StaticStructureSchema;
100
+ export declare var SubscribeToShardEventStream$: StaticUnionSchema;
101
101
  export declare var AddTagsToStream$: StaticOperationSchema;
102
102
  export declare var CreateStream$: StaticOperationSchema;
103
103
  export declare var DecreaseStreamRetentionPeriod$: StaticOperationSchema;
@@ -2,6 +2,7 @@ import {
2
2
  StaticErrorSchema,
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
+ StaticUnionSchema,
5
6
  } from "@smithy/types";
6
7
  export declare var AccessDeniedException$: StaticErrorSchema;
7
8
  export declare var AddTagsToStreamInput$: StaticStructureSchema;
@@ -101,7 +102,7 @@ export declare var UpdateStreamWarmThroughputOutput$: StaticStructureSchema;
101
102
  export declare var ValidationException$: StaticErrorSchema;
102
103
  export declare var WarmThroughputObject$: StaticStructureSchema;
103
104
  export declare var KinesisServiceException$: StaticErrorSchema;
104
- export declare var SubscribeToShardEventStream$: StaticStructureSchema;
105
+ export declare var SubscribeToShardEventStream$: StaticUnionSchema;
105
106
  export declare var AddTagsToStream$: StaticOperationSchema;
106
107
  export declare var CreateStream$: StaticOperationSchema;
107
108
  export declare var DecreaseStreamRetentionPeriod$: 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.954.0",
4
+ "version": "3.956.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,46 +23,46 @@
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.954.0",
27
- "@aws-sdk/credential-provider-node": "3.954.0",
28
- "@aws-sdk/middleware-host-header": "3.953.0",
29
- "@aws-sdk/middleware-logger": "3.953.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
31
- "@aws-sdk/middleware-user-agent": "3.954.0",
32
- "@aws-sdk/region-config-resolver": "3.953.0",
33
- "@aws-sdk/types": "3.953.0",
34
- "@aws-sdk/util-endpoints": "3.953.0",
35
- "@aws-sdk/util-user-agent-browser": "3.953.0",
36
- "@aws-sdk/util-user-agent-node": "3.954.0",
37
- "@smithy/config-resolver": "^4.4.4",
38
- "@smithy/core": "^3.19.0",
39
- "@smithy/eventstream-serde-browser": "^4.2.6",
40
- "@smithy/eventstream-serde-config-resolver": "^4.3.6",
41
- "@smithy/eventstream-serde-node": "^4.2.6",
42
- "@smithy/fetch-http-handler": "^5.3.7",
43
- "@smithy/hash-node": "^4.2.6",
44
- "@smithy/invalid-dependency": "^4.2.6",
45
- "@smithy/middleware-content-length": "^4.2.6",
46
- "@smithy/middleware-endpoint": "^4.4.0",
47
- "@smithy/middleware-retry": "^4.4.16",
48
- "@smithy/middleware-serde": "^4.2.7",
49
- "@smithy/middleware-stack": "^4.2.6",
50
- "@smithy/node-config-provider": "^4.3.6",
51
- "@smithy/node-http-handler": "^4.4.6",
52
- "@smithy/protocol-http": "^5.3.6",
53
- "@smithy/smithy-client": "^4.10.1",
54
- "@smithy/types": "^4.10.0",
55
- "@smithy/url-parser": "^4.2.6",
26
+ "@aws-sdk/core": "3.956.0",
27
+ "@aws-sdk/credential-provider-node": "3.956.0",
28
+ "@aws-sdk/middleware-host-header": "3.956.0",
29
+ "@aws-sdk/middleware-logger": "3.956.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
31
+ "@aws-sdk/middleware-user-agent": "3.956.0",
32
+ "@aws-sdk/region-config-resolver": "3.956.0",
33
+ "@aws-sdk/types": "3.956.0",
34
+ "@aws-sdk/util-endpoints": "3.956.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
36
+ "@aws-sdk/util-user-agent-node": "3.956.0",
37
+ "@smithy/config-resolver": "^4.4.5",
38
+ "@smithy/core": "^3.20.0",
39
+ "@smithy/eventstream-serde-browser": "^4.2.7",
40
+ "@smithy/eventstream-serde-config-resolver": "^4.3.7",
41
+ "@smithy/eventstream-serde-node": "^4.2.7",
42
+ "@smithy/fetch-http-handler": "^5.3.8",
43
+ "@smithy/hash-node": "^4.2.7",
44
+ "@smithy/invalid-dependency": "^4.2.7",
45
+ "@smithy/middleware-content-length": "^4.2.7",
46
+ "@smithy/middleware-endpoint": "^4.4.1",
47
+ "@smithy/middleware-retry": "^4.4.17",
48
+ "@smithy/middleware-serde": "^4.2.8",
49
+ "@smithy/middleware-stack": "^4.2.7",
50
+ "@smithy/node-config-provider": "^4.3.7",
51
+ "@smithy/node-http-handler": "^4.4.7",
52
+ "@smithy/protocol-http": "^5.3.7",
53
+ "@smithy/smithy-client": "^4.10.2",
54
+ "@smithy/types": "^4.11.0",
55
+ "@smithy/url-parser": "^4.2.7",
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.15",
60
- "@smithy/util-defaults-mode-node": "^4.2.18",
61
- "@smithy/util-endpoints": "^3.2.6",
62
- "@smithy/util-middleware": "^4.2.6",
63
- "@smithy/util-retry": "^4.2.6",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
60
+ "@smithy/util-defaults-mode-node": "^4.2.19",
61
+ "@smithy/util-endpoints": "^3.2.7",
62
+ "@smithy/util-middleware": "^4.2.7",
63
+ "@smithy/util-retry": "^4.2.7",
64
64
  "@smithy/util-utf8": "^4.2.0",
65
- "@smithy/util-waiter": "^4.2.6",
65
+ "@smithy/util-waiter": "^4.2.7",
66
66
  "tslib": "^2.6.2"
67
67
  },
68
68
  "devDependencies": {