@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
|
-
|
|
884
|
+
4,
|
|
885
885
|
n0,
|
|
886
886
|
_STSES,
|
|
887
887
|
{ [_st]: 1 },
|
package/dist-es/index.js
CHANGED
package/dist-types/index.d.ts
CHANGED
|
@@ -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
|
|
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$:
|
|
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$:
|
|
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.
|
|
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.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^4.4.
|
|
38
|
-
"@smithy/core": "^3.
|
|
39
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
40
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
41
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
42
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
43
|
-
"@smithy/hash-node": "^4.2.
|
|
44
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
45
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
48
|
-
"@smithy/middleware-serde": "^4.2.
|
|
49
|
-
"@smithy/middleware-stack": "^4.2.
|
|
50
|
-
"@smithy/node-config-provider": "^4.3.
|
|
51
|
-
"@smithy/node-http-handler": "^4.4.
|
|
52
|
-
"@smithy/protocol-http": "^5.3.
|
|
53
|
-
"@smithy/smithy-client": "^4.10.
|
|
54
|
-
"@smithy/types": "^4.
|
|
55
|
-
"@smithy/url-parser": "^4.2.
|
|
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.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
61
|
-
"@smithy/util-endpoints": "^3.2.
|
|
62
|
-
"@smithy/util-middleware": "^4.2.
|
|
63
|
-
"@smithy/util-retry": "^4.2.
|
|
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.
|
|
65
|
+
"@smithy/util-waiter": "^4.2.7",
|
|
66
66
|
"tslib": "^2.6.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|