@aws-sdk/client-kinesis 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/Kinesis.js +0 -5
- package/dist-cjs/KinesisClient.js +0 -10
- package/dist-cjs/commands/AddTagsToStreamCommand.js +0 -32
- package/dist-cjs/commands/CreateStreamCommand.js +0 -64
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +0 -29
- package/dist-cjs/commands/DeleteStreamCommand.js +0 -42
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +0 -31
- package/dist-cjs/commands/DescribeLimitsCommand.js +0 -27
- package/dist-cjs/commands/DescribeStreamCommand.js +0 -40
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +0 -31
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +0 -31
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +0 -24
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +0 -24
- package/dist-cjs/commands/GetRecordsCommand.js +0 -70
- package/dist-cjs/commands/GetShardIteratorCommand.js +0 -57
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +0 -32
- package/dist-cjs/commands/ListShardsCommand.js +0 -32
- package/dist-cjs/commands/ListStreamConsumersCommand.js +0 -26
- package/dist-cjs/commands/ListStreamsCommand.js +0 -39
- package/dist-cjs/commands/ListTagsForStreamCommand.js +0 -25
- package/dist-cjs/commands/MergeShardsCommand.js +0 -59
- package/dist-cjs/commands/PutRecordCommand.js +0 -59
- package/dist-cjs/commands/PutRecordsCommand.js +0 -79
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +0 -37
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +0 -29
- package/dist-cjs/commands/SplitShardCommand.js +0 -65
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +0 -39
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +0 -39
- package/dist-cjs/commands/SubscribeToShardCommand.js +0 -45
- package/dist-cjs/commands/UpdateShardCountCommand.js +0 -67
- package/dist-cjs/commands/index.js +31 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -34
- package/dist-cjs/models/models_0.js +0 -225
- package/dist-cjs/pagination/ListStreamConsumersPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +5 -0
- package/dist-cjs/waiters/waitForStreamExists.js +0 -9
- package/dist-cjs/waiters/waitForStreamNotExists.js +0 -9
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -34
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/index.d.ts +5 -34
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/Kinesis.d.ts +29 -591
- package/dist-types/ts3.4/KinesisClient.d.ts +25 -94
- package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +2 -60
- package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -36
- package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +2 -53
- package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +2 -55
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +2 -55
- package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +2 -75
- package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +2 -61
- package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +2 -63
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/index.d.ts +5 -34
- package/dist-types/ts3.4/models/models_0.d.ts +316 -1659
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +2 -0
- package/package.json +36 -36
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { KinesisClientConfig } from "./KinesisClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { KinesisClientConfig } from "./KinesisClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
2
|
import { KinesisClientConfig } from "./KinesisClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
7
5
|
apiVersion: string;
|
|
8
6
|
disableHostPrefix: boolean;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeStreamCommandInput } from "../commands/DescribeStreamCommand";
|
|
3
3
|
import { KinesisClient } from "../KinesisClient";
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* @deprecated Use waitUntilStreamExists instead. waitForStreamExists does not throw error in non-success cases.
|
|
7
|
-
*/
|
|
4
|
+
|
|
8
5
|
export declare const waitForStreamExists: (params: WaiterConfiguration<KinesisClient>, input: DescribeStreamCommandInput) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* @param params - Waiter configuration options.
|
|
12
|
-
* @param input - The input to DescribeStreamCommand for polling.
|
|
13
|
-
*/
|
|
6
|
+
|
|
14
7
|
export declare const waitUntilStreamExists: (params: WaiterConfiguration<KinesisClient>, input: DescribeStreamCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeStreamCommandInput } from "../commands/DescribeStreamCommand";
|
|
3
3
|
import { KinesisClient } from "../KinesisClient";
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* @deprecated Use waitUntilStreamNotExists instead. waitForStreamNotExists does not throw error in non-success cases.
|
|
7
|
-
*/
|
|
4
|
+
|
|
8
5
|
export declare const waitForStreamNotExists: (params: WaiterConfiguration<KinesisClient>, input: DescribeStreamCommandInput) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* @param params - Waiter configuration options.
|
|
12
|
-
* @param input - The input to DescribeStreamCommand for polling.
|
|
13
|
-
*/
|
|
6
|
+
|
|
14
7
|
export declare const waitUntilStreamNotExists: (params: WaiterConfiguration<KinesisClient>, input: DescribeStreamCommandInput) => Promise<WaiterResult>;
|
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.39.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,44 +19,44 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/eventstream-serde-browser": "3.
|
|
28
|
-
"@aws-sdk/eventstream-serde-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/eventstream-serde-node": "3.
|
|
30
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
31
|
-
"@aws-sdk/hash-node": "3.
|
|
32
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
33
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
34
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
35
|
-
"@aws-sdk/middleware-logger": "3.
|
|
36
|
-
"@aws-sdk/middleware-retry": "3.
|
|
37
|
-
"@aws-sdk/middleware-serde": "3.
|
|
38
|
-
"@aws-sdk/middleware-signing": "3.
|
|
39
|
-
"@aws-sdk/middleware-stack": "3.
|
|
40
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
41
|
-
"@aws-sdk/node-config-provider": "3.
|
|
42
|
-
"@aws-sdk/node-http-handler": "3.
|
|
43
|
-
"@aws-sdk/protocol-http": "3.
|
|
44
|
-
"@aws-sdk/smithy-client": "3.
|
|
45
|
-
"@aws-sdk/types": "3.
|
|
46
|
-
"@aws-sdk/url-parser": "3.
|
|
47
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
48
|
-
"@aws-sdk/util-base64-node": "3.
|
|
49
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
50
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
54
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.39.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.39.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.39.0",
|
|
27
|
+
"@aws-sdk/eventstream-serde-browser": "3.39.0",
|
|
28
|
+
"@aws-sdk/eventstream-serde-config-resolver": "3.38.0",
|
|
29
|
+
"@aws-sdk/eventstream-serde-node": "3.39.0",
|
|
30
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
31
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
32
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-retry": "3.39.0",
|
|
37
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
38
|
+
"@aws-sdk/middleware-signing": "3.39.0",
|
|
39
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
41
|
+
"@aws-sdk/node-config-provider": "3.39.0",
|
|
42
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
43
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
44
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
45
|
+
"@aws-sdk/types": "3.38.0",
|
|
46
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
47
|
+
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
48
|
+
"@aws-sdk/util-base64-node": "3.37.0",
|
|
49
|
+
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
50
|
+
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-node": "3.39.0",
|
|
53
|
+
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
54
|
+
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
55
|
+
"@aws-sdk/util-waiter": "3.38.0",
|
|
56
56
|
"tslib": "^2.3.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
60
60
|
"@types/node": "^12.7.5",
|
|
61
61
|
"downlevel-dts": "0.7.0",
|
|
62
62
|
"jest": "^26.1.0",
|