@aws-sdk/client-kinesis 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/Kinesis.d.ts +0 -29
- package/dist-types/ts3.4/KinesisClient.d.ts +0 -26
- package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KinesisServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -265
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +0 -2
- package/package.json +30 -30
|
@@ -19,7 +19,6 @@ export interface RegisterStreamConsumerCommandInput
|
|
|
19
19
|
export interface RegisterStreamConsumerCommandOutput
|
|
20
20
|
extends RegisterStreamConsumerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RegisterStreamConsumerCommand extends $Command<
|
|
24
23
|
RegisterStreamConsumerCommandInput,
|
|
25
24
|
RegisterStreamConsumerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RegisterStreamConsumerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RegisterStreamConsumerCommandInput;
|
|
29
28
|
constructor(input: RegisterStreamConsumerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { RemoveTagsFromStreamInput } from "../models/models_0";
|
|
|
14
14
|
export interface RemoveTagsFromStreamCommandInput
|
|
15
15
|
extends RemoveTagsFromStreamInput {}
|
|
16
16
|
export interface RemoveTagsFromStreamCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class RemoveTagsFromStreamCommand extends $Command<
|
|
19
18
|
RemoveTagsFromStreamCommandInput,
|
|
20
19
|
RemoveTagsFromStreamCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class RemoveTagsFromStreamCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: RemoveTagsFromStreamCommandInput;
|
|
24
23
|
constructor(input: RemoveTagsFromStreamCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { SplitShardInput } from "../models/models_0";
|
|
14
14
|
export interface SplitShardCommandInput extends SplitShardInput {}
|
|
15
15
|
export interface SplitShardCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class SplitShardCommand extends $Command<
|
|
18
17
|
SplitShardCommandInput,
|
|
19
18
|
SplitShardCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class SplitShardCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: SplitShardCommandInput;
|
|
23
22
|
constructor(input: SplitShardCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { StartStreamEncryptionInput } from "../models/models_0";
|
|
|
14
14
|
export interface StartStreamEncryptionCommandInput
|
|
15
15
|
extends StartStreamEncryptionInput {}
|
|
16
16
|
export interface StartStreamEncryptionCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class StartStreamEncryptionCommand extends $Command<
|
|
19
18
|
StartStreamEncryptionCommandInput,
|
|
20
19
|
StartStreamEncryptionCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class StartStreamEncryptionCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: StartStreamEncryptionCommandInput;
|
|
24
23
|
constructor(input: StartStreamEncryptionCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { StopStreamEncryptionInput } from "../models/models_0";
|
|
|
14
14
|
export interface StopStreamEncryptionCommandInput
|
|
15
15
|
extends StopStreamEncryptionInput {}
|
|
16
16
|
export interface StopStreamEncryptionCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class StopStreamEncryptionCommand extends $Command<
|
|
19
18
|
StopStreamEncryptionCommandInput,
|
|
20
19
|
StopStreamEncryptionCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class StopStreamEncryptionCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: StopStreamEncryptionCommandInput;
|
|
24
23
|
constructor(input: StopStreamEncryptionCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SubscribeToShardCommandInput extends SubscribeToShardInput {}
|
|
|
18
18
|
export interface SubscribeToShardCommandOutput
|
|
19
19
|
extends SubscribeToShardOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SubscribeToShardCommand extends $Command<
|
|
23
22
|
SubscribeToShardCommandInput,
|
|
24
23
|
SubscribeToShardCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SubscribeToShardCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SubscribeToShardCommandInput;
|
|
28
27
|
constructor(input: SubscribeToShardCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateShardCountCommandInput extends UpdateShardCountInput {}
|
|
|
18
18
|
export interface UpdateShardCountCommandOutput
|
|
19
19
|
extends UpdateShardCountOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateShardCountCommand extends $Command<
|
|
23
22
|
UpdateShardCountCommandInput,
|
|
24
23
|
UpdateShardCountCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateShardCountCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateShardCountCommandInput;
|
|
28
27
|
constructor(input: UpdateShardCountCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UpdateStreamModeInput } from "../models/models_0";
|
|
14
14
|
export interface UpdateStreamModeCommandInput extends UpdateStreamModeInput {}
|
|
15
15
|
export interface UpdateStreamModeCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UpdateStreamModeCommand extends $Command<
|
|
18
17
|
UpdateStreamModeCommandInput,
|
|
19
18
|
UpdateStreamModeCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UpdateStreamModeCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UpdateStreamModeCommandInput;
|
|
23
22
|
constructor(input: UpdateStreamModeCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: KinesisClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class KinesisServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|