@aws-sdk/client-kinesis 3.523.0 → 3.525.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/package.json +17 -17
- package/dist-cjs/Kinesis.js +0 -1
- package/dist-cjs/KinesisClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/AddTagsToStreamCommand.js +0 -1
- package/dist-cjs/commands/CreateStreamCommand.js +0 -1
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +0 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +0 -1
- package/dist-cjs/commands/DeleteStreamCommand.js +0 -1
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +0 -1
- package/dist-cjs/commands/DescribeLimitsCommand.js +0 -1
- package/dist-cjs/commands/DescribeStreamCommand.js +0 -1
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +0 -1
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +0 -1
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +0 -1
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +0 -1
- package/dist-cjs/commands/GetRecordsCommand.js +0 -1
- package/dist-cjs/commands/GetResourcePolicyCommand.js +0 -1
- package/dist-cjs/commands/GetShardIteratorCommand.js +0 -1
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +0 -1
- package/dist-cjs/commands/ListShardsCommand.js +0 -1
- package/dist-cjs/commands/ListStreamConsumersCommand.js +0 -1
- package/dist-cjs/commands/ListStreamsCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForStreamCommand.js +0 -1
- package/dist-cjs/commands/MergeShardsCommand.js +0 -1
- package/dist-cjs/commands/PutRecordCommand.js +0 -1
- package/dist-cjs/commands/PutRecordsCommand.js +0 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +0 -1
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +0 -1
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +0 -1
- package/dist-cjs/commands/SplitShardCommand.js +0 -1
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +0 -1
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +0 -1
- package/dist-cjs/commands/SubscribeToShardCommand.js +0 -1
- package/dist-cjs/commands/UpdateShardCountCommand.js +0 -1
- package/dist-cjs/commands/UpdateStreamModeCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/KinesisServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListStreamConsumersPaginator.js +0 -1
- package/dist-cjs/pagination/ListStreamsPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
- package/dist-cjs/waiters/index.js +0 -1
- package/dist-cjs/waiters/waitForStreamExists.js +0 -1
- package/dist-cjs/waiters/waitForStreamNotExists.js +0 -1
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.525.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-kinesis",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.525.0",
|
|
25
|
+
"@aws-sdk/core": "3.525.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.525.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
32
32
|
"@aws-sdk/types": "3.523.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
37
|
+
"@smithy/core": "^1.3.5",
|
|
38
38
|
"@smithy/eventstream-serde-browser": "^2.1.3",
|
|
39
39
|
"@smithy/eventstream-serde-config-resolver": "^2.1.3",
|
|
40
40
|
"@smithy/eventstream-serde-node": "^2.1.3",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"@smithy/hash-node": "^2.1.3",
|
|
43
43
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
45
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
46
|
-
"@smithy/middleware-retry": "^2.1.
|
|
45
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
46
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
47
47
|
"@smithy/middleware-serde": "^2.1.3",
|
|
48
48
|
"@smithy/middleware-stack": "^2.1.3",
|
|
49
|
-
"@smithy/node-config-provider": "^2.2.
|
|
49
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
50
50
|
"@smithy/node-http-handler": "^2.4.1",
|
|
51
51
|
"@smithy/protocol-http": "^3.2.1",
|
|
52
|
-
"@smithy/smithy-client": "^2.4.
|
|
52
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
53
53
|
"@smithy/types": "^2.10.1",
|
|
54
54
|
"@smithy/url-parser": "^2.1.3",
|
|
55
55
|
"@smithy/util-base64": "^2.1.1",
|
|
56
56
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
57
57
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
60
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
60
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
61
61
|
"@smithy/util-middleware": "^2.1.3",
|
|
62
62
|
"@smithy/util-retry": "^2.1.3",
|
|
63
63
|
"@smithy/util-utf8": "^2.1.1",
|
package/dist-cjs/Kinesis.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|