@aws-sdk/client-kinesis 3.337.0 → 3.341.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/KinesisClient.js +2 -1
- package/dist-cjs/commands/AddTagsToStreamCommand.js +2 -1
- package/dist-cjs/commands/CreateStreamCommand.js +2 -1
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +2 -1
- package/dist-cjs/commands/DeleteStreamCommand.js +2 -1
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +2 -1
- package/dist-cjs/commands/DescribeLimitsCommand.js +2 -1
- package/dist-cjs/commands/DescribeStreamCommand.js +2 -1
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -1
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -1
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -1
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -1
- package/dist-cjs/commands/GetRecordsCommand.js +2 -1
- package/dist-cjs/commands/GetShardIteratorCommand.js +2 -1
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +2 -1
- package/dist-cjs/commands/ListShardsCommand.js +2 -1
- package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -1
- package/dist-cjs/commands/ListStreamsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -1
- package/dist-cjs/commands/MergeShardsCommand.js +2 -1
- package/dist-cjs/commands/PutRecordCommand.js +2 -1
- package/dist-cjs/commands/PutRecordsCommand.js +2 -1
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -1
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +2 -1
- package/dist-cjs/commands/SplitShardCommand.js +2 -1
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +2 -1
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +2 -1
- package/dist-cjs/commands/SubscribeToShardCommand.js +2 -1
- package/dist-cjs/commands/UpdateShardCountCommand.js +2 -1
- package/dist-cjs/commands/UpdateStreamModeCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/KinesisServiceException.js +2 -1
- package/dist-es/KinesisClient.js +1 -0
- package/dist-es/commands/AddTagsToStreamCommand.js +1 -0
- package/dist-es/commands/CreateStreamCommand.js +1 -0
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +1 -0
- package/dist-es/commands/DeleteStreamCommand.js +1 -0
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +1 -0
- package/dist-es/commands/DescribeLimitsCommand.js +1 -0
- package/dist-es/commands/DescribeStreamCommand.js +1 -0
- package/dist-es/commands/DescribeStreamConsumerCommand.js +1 -0
- package/dist-es/commands/DescribeStreamSummaryCommand.js +1 -0
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +1 -0
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +1 -0
- package/dist-es/commands/GetRecordsCommand.js +1 -0
- package/dist-es/commands/GetShardIteratorCommand.js +1 -0
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +1 -0
- package/dist-es/commands/ListShardsCommand.js +1 -0
- package/dist-es/commands/ListStreamConsumersCommand.js +1 -0
- package/dist-es/commands/ListStreamsCommand.js +1 -0
- package/dist-es/commands/ListTagsForStreamCommand.js +1 -0
- package/dist-es/commands/MergeShardsCommand.js +1 -0
- package/dist-es/commands/PutRecordCommand.js +1 -0
- package/dist-es/commands/PutRecordsCommand.js +1 -0
- package/dist-es/commands/RegisterStreamConsumerCommand.js +1 -0
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +1 -0
- package/dist-es/commands/SplitShardCommand.js +1 -0
- package/dist-es/commands/StartStreamEncryptionCommand.js +1 -0
- package/dist-es/commands/StopStreamEncryptionCommand.js +1 -0
- package/dist-es/commands/SubscribeToShardCommand.js +1 -0
- package/dist-es/commands/UpdateShardCountCommand.js +1 -0
- package/dist-es/commands/UpdateStreamModeCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/KinesisServiceException.js +1 -0
- package/dist-types/KinesisClient.d.ts +3 -3
- package/dist-types/commands/AddTagsToStreamCommand.d.ts +4 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +4 -0
- package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLimitsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +4 -0
- package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +4 -0
- package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +4 -0
- package/dist-types/commands/GetRecordsCommand.d.ts +4 -0
- package/dist-types/commands/GetShardIteratorCommand.d.ts +4 -0
- package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +4 -0
- package/dist-types/commands/ListShardsCommand.d.ts +4 -0
- package/dist-types/commands/ListStreamConsumersCommand.d.ts +4 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +4 -0
- package/dist-types/commands/MergeShardsCommand.d.ts +4 -0
- package/dist-types/commands/PutRecordCommand.d.ts +4 -0
- package/dist-types/commands/PutRecordsCommand.d.ts +4 -0
- package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +4 -0
- package/dist-types/commands/SplitShardCommand.d.ts +4 -0
- package/dist-types/commands/StartStreamEncryptionCommand.d.ts +4 -0
- package/dist-types/commands/StopStreamEncryptionCommand.d.ts +4 -0
- package/dist-types/commands/SubscribeToShardCommand.d.ts +4 -0
- package/dist-types/commands/UpdateShardCountCommand.d.ts +4 -0
- package/dist-types/commands/UpdateStreamModeCommand.d.ts +4 -0
- package/dist-types/index.d.ts +9 -2
- package/dist-types/models/KinesisServiceException.d.ts +1 -0
- package/dist-types/ts3.4/KinesisClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/KinesisServiceException.d.ts +1 -0
- package/package.json +32 -32
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutRecordCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutRecordsCommand, se_PutRecordsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutRecordsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_RegisterStreamConsumerCommand, se_RegisterStreamConsumerCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class RegisterStreamConsumerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_RemoveTagsFromStreamCommand, se_RemoveTagsFromStreamCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class RemoveTagsFromStreamCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_SplitShardCommand, se_SplitShardCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class SplitShardCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StartStreamEncryptionCommand, se_StartStreamEncryptionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StartStreamEncryptionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StopStreamEncryptionCommand, se_StopStreamEncryptionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StopStreamEncryptionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { SubscribeToShardOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_SubscribeToShardCommand, se_SubscribeToShardCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class SubscribeToShardCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateShardCountCommand, se_UpdateShardCountCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateShardCountCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateStreamModeCommand, se_UpdateStreamModeCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateStreamModeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./Kinesis";
|
|
2
1
|
export * from "./KinesisClient";
|
|
2
|
+
export * from "./Kinesis";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
6
5
|
export * from "./waiters";
|
|
6
|
+
export * from "./models";
|
|
7
7
|
export { KinesisServiceException } from "./models/KinesisServiceException";
|
|
@@ -39,6 +39,7 @@ import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "./c
|
|
|
39
39
|
import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "./commands/UpdateShardCountCommand";
|
|
40
40
|
import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "./commands/UpdateStreamModeCommand";
|
|
41
41
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
42
|
+
export { __Client };
|
|
42
43
|
/**
|
|
43
44
|
* @public
|
|
44
45
|
*/
|
|
@@ -157,7 +158,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
157
158
|
/**
|
|
158
159
|
* @public
|
|
159
160
|
*/
|
|
160
|
-
type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
161
|
+
export type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
161
162
|
/**
|
|
162
163
|
* @public
|
|
163
164
|
*
|
|
@@ -168,7 +169,7 @@ export interface KinesisClientConfig extends KinesisClientConfigType {
|
|
|
168
169
|
/**
|
|
169
170
|
* @public
|
|
170
171
|
*/
|
|
171
|
-
type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
|
|
172
|
+
export type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
|
|
172
173
|
/**
|
|
173
174
|
* @public
|
|
174
175
|
*
|
|
@@ -195,4 +196,3 @@ export declare class KinesisClient extends __Client<__HttpHandlerOptions, Servic
|
|
|
195
196
|
*/
|
|
196
197
|
destroy(): void;
|
|
197
198
|
}
|
|
198
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { AddTagsToStreamInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { CreateStreamInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DecreaseStreamRetentionPeriodInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DeleteStreamInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DeregisterStreamConsumerInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DescribeStreamConsumerInput, DescribeStreamConsumerOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DescribeStreamSummaryInput, DescribeStreamSummaryOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { DisableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { EnableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { GetRecordsInput, GetRecordsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { IncreaseStreamRetentionPeriodInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { ListShardsInput, ListShardsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { ListStreamConsumersInput, ListStreamConsumersOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { MergeShardsInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { PutRecordInput, PutRecordOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { PutRecordsInput, PutRecordsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { RegisterStreamConsumerInput, RegisterStreamConsumerOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { RemoveTagsFromStreamInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { SplitShardInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { StartStreamEncryptionInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { StopStreamEncryptionInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { SubscribeToShardInput, SubscribeToShardOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { UpdateShardCountInput, UpdateShardCountOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
|
|
5
5
|
import { UpdateStreamModeInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon Kinesis Data Streams Service API Reference</fullname>
|
|
3
|
+
* <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time
|
|
4
|
+
* processing of streaming big data.</p>
|
|
5
|
+
*
|
|
6
|
+
* @packageDocumentation
|
|
7
|
+
*/
|
|
2
8
|
export * from "./KinesisClient";
|
|
9
|
+
export * from "./Kinesis";
|
|
3
10
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
11
|
export * from "./pagination";
|
|
6
12
|
export * from "./waiters";
|
|
13
|
+
export * from "./models";
|
|
7
14
|
export { KinesisServiceException } from "./models/KinesisServiceException";
|
|
@@ -172,6 +172,7 @@ import {
|
|
|
172
172
|
ClientResolvedEndpointParameters,
|
|
173
173
|
EndpointParameters,
|
|
174
174
|
} from "./endpoint/EndpointParameters";
|
|
175
|
+
export { __Client };
|
|
175
176
|
export type ServiceInputTypes =
|
|
176
177
|
| AddTagsToStreamCommandInput
|
|
177
178
|
| CreateStreamCommandInput
|
|
@@ -257,7 +258,7 @@ export interface ClientDefaults
|
|
|
257
258
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
258
259
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
259
260
|
}
|
|
260
|
-
type KinesisClientConfigType = Partial<
|
|
261
|
+
export type KinesisClientConfigType = Partial<
|
|
261
262
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
262
263
|
> &
|
|
263
264
|
ClientDefaults &
|
|
@@ -270,7 +271,7 @@ type KinesisClientConfigType = Partial<
|
|
|
270
271
|
EventStreamSerdeInputConfig &
|
|
271
272
|
ClientInputEndpointParameters;
|
|
272
273
|
export interface KinesisClientConfig extends KinesisClientConfigType {}
|
|
273
|
-
type KinesisClientResolvedConfigType =
|
|
274
|
+
export type KinesisClientResolvedConfigType =
|
|
274
275
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
275
276
|
Required<ClientDefaults> &
|
|
276
277
|
RegionResolvedConfig &
|
|
@@ -293,4 +294,3 @@ export declare class KinesisClient extends __Client<
|
|
|
293
294
|
constructor(configuration: KinesisClientConfig);
|
|
294
295
|
destroy(): void;
|
|
295
296
|
}
|
|
296
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisClient";
|
|
14
14
|
import { AddTagsToStreamInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface AddTagsToStreamCommandInput extends AddTagsToStreamInput {}
|
|
16
17
|
export interface AddTagsToStreamCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class AddTagsToStreamCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisClient";
|
|
14
14
|
import { CreateStreamInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateStreamCommandInput extends CreateStreamInput {}
|
|
16
17
|
export interface CreateStreamCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class CreateStreamCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisClient";
|
|
14
14
|
import { DecreaseStreamRetentionPeriodInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DecreaseStreamRetentionPeriodCommandInput
|
|
16
17
|
extends DecreaseStreamRetentionPeriodInput {}
|
|
17
18
|
export interface DecreaseStreamRetentionPeriodCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisClient";
|
|
14
14
|
import { DeleteStreamInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteStreamCommandInput extends DeleteStreamInput {}
|
|
16
17
|
export interface DeleteStreamCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteStreamCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisClient";
|
|
14
14
|
import { DeregisterStreamConsumerInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeregisterStreamConsumerCommandInput
|
|
16
17
|
extends DeregisterStreamConsumerInput {}
|
|
17
18
|
export interface DeregisterStreamConsumerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisClient";
|
|
14
14
|
import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeLimitsCommandInput extends DescribeLimitsInput {}
|
|
16
17
|
export interface DescribeLimitsCommandOutput
|
|
17
18
|
extends DescribeLimitsOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../KinesisClient";
|
|
14
14
|
import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeStreamCommandInput extends DescribeStreamInput {}
|
|
16
17
|
export interface DescribeStreamCommandOutput
|
|
17
18
|
extends DescribeStreamOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeStreamConsumerInput,
|
|
16
16
|
DescribeStreamConsumerOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeStreamConsumerCommandInput
|
|
19
20
|
extends DescribeStreamConsumerInput {}
|
|
20
21
|
export interface DescribeStreamConsumerCommandOutput
|