Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-kinesis

Package Overview
Dependencies
Maintainers
5
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-kinesis - npm Package Compare versions

Comparing version 3.533.0 to 3.535.0

3

dist-types/commands/AddTagsToStreamCommand.d.ts

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: AddTagsToStreamCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: AddTagsToStreamCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Adds or updates tags for the specified Kinesis data stream. You can assign up to 50

@@ -90,4 +90,5 @@ * tags to a data stream.</p>

*
* @public
*/
export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: CreateStreamCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: CreateStreamCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Creates a Kinesis data stream. A stream captures and transports data records that are

@@ -114,4 +114,5 @@ * continuously emitted from different data sources or <i>producers</i>.

*
* @public
*/
export declare class CreateStreamCommand extends CreateStreamCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DecreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DecreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Decreases the Kinesis data stream's retention period, which is the length of time data

@@ -87,4 +87,5 @@ * records are accessible after they are added to the stream. The minimum value of a

*
* @public
*/
export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Delete a policy for the specified data stream or consumer. Request patterns can be one of the following:</p>

@@ -85,4 +85,5 @@ * <ul>

*
* @public
*/
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DeleteStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DeleteStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Deletes a Kinesis data stream and all its shards and data. You must shut down any

@@ -100,4 +100,5 @@ * applications that are operating on the stream before you delete the stream. If an

*
* @public
*/
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DeregisterStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterStreamConsumerCommandInput, DeregisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DeregisterStreamConsumerCommandInput]): import("@smithy/smithy-client").CommandImpl<DeregisterStreamConsumerCommandInput, DeregisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>To deregister a consumer, provide its ARN. Alternatively, you can provide the ARN of

@@ -76,4 +76,5 @@ * the data stream and the name you gave the consumer when you registered it. You may also

*
* @public
*/
export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DescribeLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Describes the shard limits and usage for the account.</p>

@@ -65,4 +65,5 @@ * <p>If you update your account limits, the old limits might be returned for a few

*
* @public
*/
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DescribeStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Describes the specified Kinesis data stream.</p>

@@ -134,4 +134,5 @@ * <note>

*
* @public
*/
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DescribeStreamConsumerCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>To get the description of a registered consumer, provide the ARN of the consumer.

@@ -87,4 +87,5 @@ * Alternatively, you can provide the ARN of the data stream and the name you gave the

*
* @public
*/
export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeStreamSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DescribeStreamSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Provides a summarized description of the specified Kinesis data stream without the

@@ -106,4 +106,5 @@ * shard list.</p>

*
* @public
*/
export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DisableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DisableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Disables enhanced monitoring.</p>

@@ -93,4 +93,5 @@ * <note>

*
* @public
*/
export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: EnableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: EnableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Enables enhanced Kinesis data stream monitoring for shard-level metrics.</p>

@@ -93,4 +93,5 @@ * <note>

*
* @public
*/
export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: GetRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordsCommandInput, GetRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: GetRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordsCommandInput, GetRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Gets data records from a Kinesis data stream's shard.</p>

@@ -182,4 +182,5 @@ * <note>

*
* @public
*/
export declare class GetRecordsCommand extends GetRecordsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns a policy attached to the specified data stream or consumer. Request patterns can be one of the following:</p>

@@ -83,4 +83,5 @@ * <ul>

*
* @public
*/
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: GetShardIteratorCommandInput): import("@smithy/smithy-client").CommandImpl<GetShardIteratorCommandInput, GetShardIteratorCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: GetShardIteratorCommandInput): import("@smithy/smithy-client").CommandImpl<GetShardIteratorCommandInput, GetShardIteratorCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Gets an Amazon Kinesis shard iterator. A shard iterator expires 5 minutes after it is

@@ -119,4 +119,5 @@ * returned to the requester.</p>

*
* @public
*/
export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: IncreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: IncreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Increases the Kinesis data stream's retention period, which is the length of time data

@@ -90,4 +90,5 @@ * records are accessible after they are added to the stream. The maximum value of a

*
* @public
*/
export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListShardsCommandInput): import("@smithy/smithy-client").CommandImpl<ListShardsCommandInput, ListShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListShardsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListShardsCommandInput, ListShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Lists the shards in a stream and provides information about each shard. This operation

@@ -120,4 +120,5 @@ * has a limit of 1000 transactions per second per data stream.</p>

*
* @public
*/
export declare class ListShardsCommand extends ListShardsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListStreamConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: ListStreamConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Lists the consumers registered to receive data from a stream using enhanced fan-out,

@@ -89,4 +89,5 @@ * and provides information about each consumer.</p>

*
* @public
*/
export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Lists your Kinesis data streams.</p>

@@ -100,4 +100,5 @@ * <p>The number of streams may be too large to return from a single call to

*
* @public
*/
export declare class ListStreamsCommand extends ListStreamsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListTagsForStreamCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Lists the tags for the specified Kinesis data stream. This operation has a limit of

@@ -88,4 +88,5 @@ * five transactions per second per account.</p>

*
* @public
*/
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: MergeShardsCommandInput): import("@smithy/smithy-client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: MergeShardsCommandInput): import("@smithy/smithy-client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Merges two adjacent shards in a Kinesis data stream and combines them into a single

@@ -124,4 +124,5 @@ * shard to reduce the stream's capacity to ingest and transport data. This API is only

*
* @public
*/
export declare class MergeShardsCommand extends MergeShardsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Writes a single data record into an Amazon Kinesis data stream. Call

@@ -150,4 +150,5 @@ * <code>PutRecord</code> to send data into the stream for real-time ingestion and

*
* @public
*/
export declare class PutRecordCommand extends PutRecordCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: PutRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: PutRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Writes multiple data records into a Kinesis data stream in a single call (also

@@ -180,4 +180,5 @@ * referred to as a <code>PutRecords</code> request). Use this operation to send data into

*
* @public
*/
export declare class PutRecordsCommand extends PutRecordsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Attaches a resource-based policy to a data stream or registered consumer. If you are using an identity other than the root user of

@@ -93,4 +93,5 @@ * the Amazon Web Services account that owns the resource, the calling identity must have the <code>PutResourcePolicy</code> permissions on the

*
* @public
*/
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: RegisterStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: RegisterStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Registers a consumer with a Kinesis data stream. When you use this operation, the

@@ -92,4 +92,5 @@ * consumer you register can then call <a>SubscribeToShard</a> to receive data

*
* @public
*/
export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: RemoveTagsFromStreamCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: RemoveTagsFromStreamCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Removes tags from the specified Kinesis data stream. Removed tags are deleted and

@@ -89,4 +89,5 @@ * cannot be recovered after this operation successfully completes.</p>

*
* @public
*/
export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: SplitShardCommandInput): import("@smithy/smithy-client").CommandImpl<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: SplitShardCommandInput): import("@smithy/smithy-client").CommandImpl<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Splits a shard into two new shards in the Kinesis data stream, to increase the

@@ -128,4 +128,5 @@ * stream's capacity to ingest and transport data. <code>SplitShard</code> is called when

*
* @public
*/
export declare class SplitShardCommand extends SplitShardCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: StartStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: StartStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Enables or updates server-side encryption using an Amazon Web Services KMS key for a

@@ -125,4 +125,5 @@ * specified stream. </p>

*
* @public
*/
export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: StopStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: StopStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Disables server-side encryption for a specified stream. </p>

@@ -97,4 +97,5 @@ * <note>

*
* @public
*/
export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: SubscribeToShardCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: SubscribeToShardCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>This operation establishes an HTTP/2 connection between the consumer you specify in

@@ -158,4 +158,5 @@ * the <code>ConsumerARN</code> parameter and the shard you specify in the

*
* @public
*/
export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateShardCountCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateShardCountCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Updates the shard count of the specified stream to the specified number of shards.

@@ -139,4 +139,5 @@ * This API is only supported for the data streams with the provisioned capacity

*
* @public
*/
export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateStreamModeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateStreamModeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p> Updates the capacity mode of the data stream. Currently, in Kinesis Data Streams, you

@@ -77,4 +77,5 @@ * can choose between an <b>on-demand</b> capacity mode and a

*
* @public
*/
export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {
}

@@ -63,2 +63,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

*/
deleteStream(): Promise<DeleteStreamCommandOutput>;
deleteStream(args: DeleteStreamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamCommandOutput>;

@@ -70,2 +71,3 @@ deleteStream(args: DeleteStreamCommandInput, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;

*/
deregisterStreamConsumer(): Promise<DeregisterStreamConsumerCommandOutput>;
deregisterStreamConsumer(args: DeregisterStreamConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterStreamConsumerCommandOutput>;

@@ -77,2 +79,3 @@ deregisterStreamConsumer(args: DeregisterStreamConsumerCommandInput, cb: (err: any, data?: DeregisterStreamConsumerCommandOutput) => void): void;

*/
describeLimits(): Promise<DescribeLimitsCommandOutput>;
describeLimits(args: DescribeLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLimitsCommandOutput>;

@@ -84,2 +87,3 @@ describeLimits(args: DescribeLimitsCommandInput, cb: (err: any, data?: DescribeLimitsCommandOutput) => void): void;

*/
describeStream(): Promise<DescribeStreamCommandOutput>;
describeStream(args: DescribeStreamCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamCommandOutput>;

@@ -91,2 +95,3 @@ describeStream(args: DescribeStreamCommandInput, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;

*/
describeStreamConsumer(): Promise<DescribeStreamConsumerCommandOutput>;
describeStreamConsumer(args: DescribeStreamConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamConsumerCommandOutput>;

@@ -98,2 +103,3 @@ describeStreamConsumer(args: DescribeStreamConsumerCommandInput, cb: (err: any, data?: DescribeStreamConsumerCommandOutput) => void): void;

*/
describeStreamSummary(): Promise<DescribeStreamSummaryCommandOutput>;
describeStreamSummary(args: DescribeStreamSummaryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamSummaryCommandOutput>;

@@ -141,2 +147,3 @@ describeStreamSummary(args: DescribeStreamSummaryCommandInput, cb: (err: any, data?: DescribeStreamSummaryCommandOutput) => void): void;

*/
listShards(): Promise<ListShardsCommandOutput>;
listShards(args: ListShardsCommandInput, options?: __HttpHandlerOptions): Promise<ListShardsCommandOutput>;

@@ -154,2 +161,3 @@ listShards(args: ListShardsCommandInput, cb: (err: any, data?: ListShardsCommandOutput) => void): void;

*/
listStreams(): Promise<ListStreamsCommandOutput>;
listStreams(args: ListStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamsCommandOutput>;

@@ -161,2 +169,3 @@ listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;

*/
listTagsForStream(): Promise<ListTagsForStreamCommandOutput>;
listTagsForStream(args: ListTagsForStreamCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForStreamCommandOutput>;

@@ -239,8 +248,8 @@ listTagsForStream(args: ListTagsForStreamCommandInput, cb: (err: any, data?: ListTagsForStreamCommandOutput) => void): void;

/**
* @public
* <fullname>Amazon Kinesis Data Streams Service API Reference</fullname>
* <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time
* processing of streaming big data.</p>
* @public
*/
export declare class Kinesis extends KinesisClient implements Kinesis {
}

@@ -191,6 +191,6 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";

/**
* @public
* <fullname>Amazon Kinesis Data Streams Service API Reference</fullname>
* <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time
* processing of streaming big data.</p>
* @public
*/

@@ -197,0 +197,0 @@ export declare class KinesisClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisClientResolvedConfig> {

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: AddTagsToStreamCommandInput
): import("@smithy/smithy-client").CommandImpl<
AddTagsToStreamCommandInput,
AddTagsToStreamCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: CreateStreamCommandInput
): import("@smithy/smithy-client").CommandImpl<
CreateStreamCommandInput,
CreateStreamCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateStreamCommand extends CreateStreamCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DecreaseStreamRetentionPeriodCommandInput
): import("@smithy/smithy-client").CommandImpl<
DecreaseStreamRetentionPeriodCommandInput,
DecreaseStreamRetentionPeriodCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {}

@@ -23,4 +23,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DeleteResourcePolicyCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteResourcePolicyCommandInput,
DeleteResourcePolicyCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DeleteStreamCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DeleteStreamCommandInput,
DeleteStreamCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DeregisterStreamConsumerCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DeregisterStreamConsumerCommandInput,
DeregisterStreamConsumerCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DescribeLimitsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DescribeLimitsCommandInput,
DescribeLimitsCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DescribeStreamCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DescribeStreamCommandInput,
DescribeStreamCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DescribeStreamConsumerCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DescribeStreamConsumerCommandInput,
DescribeStreamConsumerCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DescribeStreamSummaryCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DescribeStreamSummaryCommandInput,
DescribeStreamSummaryCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DisableEnhancedMonitoringCommandInput
): import("@smithy/smithy-client").CommandImpl<
DisableEnhancedMonitoringCommandInput,
DisableEnhancedMonitoringCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: EnableEnhancedMonitoringCommandInput
): import("@smithy/smithy-client").CommandImpl<
EnableEnhancedMonitoringCommandInput,
EnableEnhancedMonitoringCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: GetRecordsCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetRecordsCommandInput,
GetRecordsCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetRecordsCommand extends GetRecordsCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: GetResourcePolicyCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetResourcePolicyCommandInput,
GetResourcePolicyCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: GetShardIteratorCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetShardIteratorCommandInput,
GetShardIteratorCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: IncreaseStreamRetentionPeriodCommandInput
): import("@smithy/smithy-client").CommandImpl<
IncreaseStreamRetentionPeriodCommandInput,
IncreaseStreamRetentionPeriodCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListShardsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListShardsCommandInput,
ListShardsCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListShardsCommand extends ListShardsCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: ListStreamConsumersCommandInput
): import("@smithy/smithy-client").CommandImpl<
ListStreamConsumersCommandInput,
ListStreamConsumersCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListStreamsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListStreamsCommandInput,
ListStreamsCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListStreamsCommand extends ListStreamsCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListTagsForStreamCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListTagsForStreamCommandInput,
ListTagsForStreamCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: MergeShardsCommandInput
): import("@smithy/smithy-client").CommandImpl<
MergeShardsCommandInput,
MergeShardsCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class MergeShardsCommand extends MergeShardsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: PutRecordCommandInput
): import("@smithy/smithy-client").CommandImpl<
PutRecordCommandInput,
PutRecordCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class PutRecordCommand extends PutRecordCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: PutRecordsCommandInput
): import("@smithy/smithy-client").CommandImpl<
PutRecordsCommandInput,
PutRecordsCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class PutRecordsCommand extends PutRecordsCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: PutResourcePolicyCommandInput
): import("@smithy/smithy-client").CommandImpl<
PutResourcePolicyCommandInput,
PutResourcePolicyCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: RegisterStreamConsumerCommandInput
): import("@smithy/smithy-client").CommandImpl<
RegisterStreamConsumerCommandInput,
RegisterStreamConsumerCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {}

@@ -23,4 +23,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: RemoveTagsFromStreamCommandInput
): import("@smithy/smithy-client").CommandImpl<
RemoveTagsFromStreamCommandInput,
RemoveTagsFromStreamCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: SplitShardCommandInput
): import("@smithy/smithy-client").CommandImpl<
SplitShardCommandInput,
SplitShardCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class SplitShardCommand extends SplitShardCommand_base {}

@@ -23,4 +23,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: StartStreamEncryptionCommandInput
): import("@smithy/smithy-client").CommandImpl<
StartStreamEncryptionCommandInput,
StartStreamEncryptionCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {}

@@ -23,4 +23,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: StopStreamEncryptionCommandInput
): import("@smithy/smithy-client").CommandImpl<
StopStreamEncryptionCommandInput,
StopStreamEncryptionCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: SubscribeToShardCommandInput
): import("@smithy/smithy-client").CommandImpl<
SubscribeToShardCommandInput,
SubscribeToShardCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateShardCountCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateShardCountCommandInput,
UpdateShardCountCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateStreamModeCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateStreamModeCommandInput,
UpdateStreamModeCommandOutput,
KinesisClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {}

@@ -184,2 +184,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

): void;
deleteStream(): Promise<DeleteStreamCommandOutput>;
deleteStream(

@@ -198,2 +199,3 @@ args: DeleteStreamCommandInput,

): void;
deregisterStreamConsumer(): Promise<DeregisterStreamConsumerCommandOutput>;
deregisterStreamConsumer(

@@ -212,2 +214,3 @@ args: DeregisterStreamConsumerCommandInput,

): void;
describeLimits(): Promise<DescribeLimitsCommandOutput>;
describeLimits(

@@ -226,2 +229,3 @@ args: DescribeLimitsCommandInput,

): void;
describeStream(): Promise<DescribeStreamCommandOutput>;
describeStream(

@@ -240,2 +244,3 @@ args: DescribeStreamCommandInput,

): void;
describeStreamConsumer(): Promise<DescribeStreamConsumerCommandOutput>;
describeStreamConsumer(

@@ -254,2 +259,3 @@ args: DescribeStreamConsumerCommandInput,

): void;
describeStreamSummary(): Promise<DescribeStreamSummaryCommandOutput>;
describeStreamSummary(

@@ -346,2 +352,3 @@ args: DescribeStreamSummaryCommandInput,

): void;
listShards(): Promise<ListShardsCommandOutput>;
listShards(

@@ -373,2 +380,3 @@ args: ListShardsCommandInput,

): void;
listStreams(): Promise<ListStreamsCommandOutput>;
listStreams(

@@ -387,2 +395,3 @@ args: ListStreamsCommandInput,

): void;
listTagsForStream(): Promise<ListTagsForStreamCommandOutput>;
listTagsForStream(

@@ -389,0 +398,0 @@ args: ListTagsForStreamCommandInput,

{
"name": "@aws-sdk/client-kinesis",
"description": "AWS SDK for JavaScript Kinesis Client for Node.js, Browser and React Native",
"version": "3.533.0",
"version": "3.535.0",
"scripts": {

@@ -24,47 +24,47 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.533.0",
"@aws-sdk/core": "3.533.0",
"@aws-sdk/credential-provider-node": "3.533.0",
"@aws-sdk/middleware-host-header": "3.533.0",
"@aws-sdk/middleware-logger": "3.533.0",
"@aws-sdk/middleware-recursion-detection": "3.533.0",
"@aws-sdk/middleware-user-agent": "3.533.0",
"@aws-sdk/region-config-resolver": "3.533.0",
"@aws-sdk/types": "3.533.0",
"@aws-sdk/util-endpoints": "3.533.0",
"@aws-sdk/util-user-agent-browser": "3.533.0",
"@aws-sdk/util-user-agent-node": "3.533.0",
"@smithy/config-resolver": "^2.1.5",
"@smithy/core": "^1.3.8",
"@smithy/eventstream-serde-browser": "^2.1.4",
"@smithy/eventstream-serde-config-resolver": "^2.1.4",
"@smithy/eventstream-serde-node": "^2.1.4",
"@smithy/fetch-http-handler": "^2.4.5",
"@smithy/hash-node": "^2.1.4",
"@smithy/invalid-dependency": "^2.1.4",
"@smithy/middleware-content-length": "^2.1.4",
"@smithy/middleware-endpoint": "^2.4.6",
"@smithy/middleware-retry": "^2.1.7",
"@smithy/middleware-serde": "^2.2.1",
"@smithy/middleware-stack": "^2.1.4",
"@smithy/node-config-provider": "^2.2.5",
"@smithy/node-http-handler": "^2.4.3",
"@smithy/protocol-http": "^3.2.2",
"@smithy/smithy-client": "^2.4.5",
"@smithy/types": "^2.11.0",
"@smithy/url-parser": "^2.1.4",
"@smithy/util-base64": "^2.2.1",
"@smithy/util-body-length-browser": "^2.1.1",
"@smithy/util-body-length-node": "^2.2.2",
"@smithy/util-defaults-mode-browser": "^2.1.7",
"@smithy/util-defaults-mode-node": "^2.2.7",
"@smithy/util-endpoints": "^1.1.5",
"@smithy/util-middleware": "^2.1.4",
"@smithy/util-retry": "^2.1.4",
"@smithy/util-utf8": "^2.2.0",
"@smithy/util-waiter": "^2.1.4",
"tslib": "^2.5.0"
"@aws-sdk/client-sts": "3.535.0",
"@aws-sdk/core": "3.535.0",
"@aws-sdk/credential-provider-node": "3.535.0",
"@aws-sdk/middleware-host-header": "3.535.0",
"@aws-sdk/middleware-logger": "3.535.0",
"@aws-sdk/middleware-recursion-detection": "3.535.0",
"@aws-sdk/middleware-user-agent": "3.535.0",
"@aws-sdk/region-config-resolver": "3.535.0",
"@aws-sdk/types": "3.535.0",
"@aws-sdk/util-endpoints": "3.535.0",
"@aws-sdk/util-user-agent-browser": "3.535.0",
"@aws-sdk/util-user-agent-node": "3.535.0",
"@smithy/config-resolver": "^2.2.0",
"@smithy/core": "^1.4.0",
"@smithy/eventstream-serde-browser": "^2.2.0",
"@smithy/eventstream-serde-config-resolver": "^2.2.0",
"@smithy/eventstream-serde-node": "^2.2.0",
"@smithy/fetch-http-handler": "^2.5.0",
"@smithy/hash-node": "^2.2.0",
"@smithy/invalid-dependency": "^2.2.0",
"@smithy/middleware-content-length": "^2.2.0",
"@smithy/middleware-endpoint": "^2.5.0",
"@smithy/middleware-retry": "^2.2.0",
"@smithy/middleware-serde": "^2.3.0",
"@smithy/middleware-stack": "^2.2.0",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/node-http-handler": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
"@smithy/url-parser": "^2.2.0",
"@smithy/util-base64": "^2.3.0",
"@smithy/util-body-length-browser": "^2.2.0",
"@smithy/util-body-length-node": "^2.3.0",
"@smithy/util-defaults-mode-browser": "^2.2.0",
"@smithy/util-defaults-mode-node": "^2.3.0",
"@smithy/util-endpoints": "^1.2.0",
"@smithy/util-middleware": "^2.2.0",
"@smithy/util-retry": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"@smithy/util-waiter": "^2.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@smithy/service-client-documentation-generator": "^2.1.1",
"@smithy/service-client-documentation-generator": "^2.2.0",
"@tsconfig/node14": "1.0.3",

@@ -71,0 +71,0 @@ "@types/node": "^14.14.31",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc