@aws-sdk/client-kinesis 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +110 -112
- package/dist-cjs/models/KinesisServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Kinesis.js +1 -1
- package/dist-es/KinesisClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddTagsToStreamCommand.js +2 -2
- package/dist-es/commands/CreateStreamCommand.js +2 -2
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteStreamCommand.js +2 -2
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -2
- package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeStreamCommand.js +2 -2
- package/dist-es/commands/DescribeStreamConsumerCommand.js +2 -2
- package/dist-es/commands/DescribeStreamSummaryCommand.js +2 -2
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +2 -2
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +2 -2
- package/dist-es/commands/GetRecordsCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetShardIteratorCommand.js +2 -2
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -2
- package/dist-es/commands/ListShardsCommand.js +2 -2
- package/dist-es/commands/ListStreamConsumersCommand.js +2 -2
- package/dist-es/commands/ListStreamsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
- package/dist-es/commands/MergeShardsCommand.js +2 -2
- package/dist-es/commands/PutRecordCommand.js +2 -2
- package/dist-es/commands/PutRecordsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterStreamConsumerCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -2
- package/dist-es/commands/SplitShardCommand.js +2 -2
- package/dist-es/commands/StartStreamEncryptionCommand.js +2 -2
- package/dist-es/commands/StopStreamEncryptionCommand.js +2 -2
- package/dist-es/commands/SubscribeToShardCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateMaxRecordSizeCommand.js +2 -2
- package/dist-es/commands/UpdateShardCountCommand.js +2 -2
- package/dist-es/commands/UpdateStreamModeCommand.js +2 -2
- package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KinesisServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForStreamExists.js +1 -1
- package/dist-es/waiters/waitForStreamNotExists.js +1 -1
- package/dist-types/Kinesis.d.ts +1 -1
- package/dist-types/KinesisClient.d.ts +6 -6
- package/dist-types/commands/AddTagsToStreamCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamCommand.d.ts +6 -4
- package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStreamCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStreamCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +6 -4
- package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +6 -4
- package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +6 -4
- package/dist-types/commands/GetRecordsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetShardIteratorCommand.d.ts +6 -4
- package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -4
- package/dist-types/commands/ListShardsCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamConsumersCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -4
- package/dist-types/commands/MergeShardsCommand.d.ts +6 -4
- package/dist-types/commands/PutRecordCommand.d.ts +6 -4
- package/dist-types/commands/PutRecordsCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +6 -4
- package/dist-types/commands/SplitShardCommand.d.ts +6 -4
- package/dist-types/commands/StartStreamEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/StopStreamEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/SubscribeToShardCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMaxRecordSizeCommand.d.ts +6 -4
- package/dist-types/commands/UpdateShardCountCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamModeCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamWarmThroughputCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KinesisServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Kinesis.d.ts +1 -1
- package/dist-types/ts3.4/KinesisClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMaxRecordSizeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamWarmThroughputCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KinesisServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForStreamExists.d.ts +1 -1
- package/dist-types/waiters/waitForStreamNotExists.d.ts +1 -1
- package/package.json +14 -39
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface CreateStreamCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const CreateStreamCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: CreateStreamCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
CreateStreamCommandInput,
|
|
18
18
|
CreateStreamCommandOutput,
|
|
19
19
|
KinesisClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const CreateStreamCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: CreateStreamCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
CreateStreamCommandInput,
|
|
27
27
|
CreateStreamCommandOutput,
|
|
28
28
|
KinesisClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DecreaseStreamRetentionPeriodCommandOutput
|
|
|
15
15
|
declare const DecreaseStreamRetentionPeriodCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DecreaseStreamRetentionPeriodCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DecreaseStreamRetentionPeriodCommandInput,
|
|
20
20
|
DecreaseStreamRetentionPeriodCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DecreaseStreamRetentionPeriodCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DecreaseStreamRetentionPeriodCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DecreaseStreamRetentionPeriodCommandInput,
|
|
29
29
|
DecreaseStreamRetentionPeriodCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteResourcePolicyCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteResourcePolicyCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteResourcePolicyCommandInput,
|
|
19
19
|
DeleteResourcePolicyCommandOutput,
|
|
20
20
|
KinesisClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteResourcePolicyCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteResourcePolicyCommandInput,
|
|
28
28
|
DeleteResourcePolicyCommandOutput,
|
|
29
29
|
KinesisClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteStreamCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteStreamCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteStreamCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteStreamCommandInput,
|
|
18
18
|
DeleteStreamCommandOutput,
|
|
19
19
|
KinesisClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteStreamCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
...[input]: [] | [DeleteStreamCommandInput]
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteStreamCommandInput,
|
|
27
27
|
DeleteStreamCommandOutput,
|
|
28
28
|
KinesisClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeregisterStreamConsumerCommandOutput
|
|
|
15
15
|
declare const DeregisterStreamConsumerCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeregisterStreamConsumerCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeregisterStreamConsumerCommandInput,
|
|
20
20
|
DeregisterStreamConsumerCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeregisterStreamConsumerCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DeregisterStreamConsumerCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeregisterStreamConsumerCommandInput,
|
|
29
29
|
DeregisterStreamConsumerCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAccountSettingsCommandOutput
|
|
|
19
19
|
declare const DescribeAccountSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAccountSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAccountSettingsCommandInput,
|
|
24
24
|
DescribeAccountSettingsCommandOutput,
|
|
25
25
|
KinesisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAccountSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeAccountSettingsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAccountSettingsCommandInput,
|
|
33
33
|
DescribeAccountSettingsCommandOutput,
|
|
34
34
|
KinesisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAccountSettingsCommand extends DescribeAccountSettingsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeLimitsCommandOutput
|
|
|
15
15
|
declare const DescribeLimitsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeLimitsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeLimitsCommandInput,
|
|
20
20
|
DescribeLimitsCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeLimitsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DescribeLimitsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeLimitsCommandInput,
|
|
29
29
|
DescribeLimitsCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeStreamCommandOutput
|
|
|
15
15
|
declare const DescribeStreamCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeStreamCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeStreamCommandInput,
|
|
20
20
|
DescribeStreamCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeStreamCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DescribeStreamCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeStreamCommandInput,
|
|
29
29
|
DescribeStreamCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeStreamConsumerCommandOutput
|
|
|
19
19
|
declare const DescribeStreamConsumerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeStreamConsumerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeStreamConsumerCommandInput,
|
|
24
24
|
DescribeStreamConsumerCommandOutput,
|
|
25
25
|
KinesisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeStreamConsumerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeStreamConsumerCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeStreamConsumerCommandInput,
|
|
33
33
|
DescribeStreamConsumerCommandOutput,
|
|
34
34
|
KinesisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeStreamSummaryCommandOutput
|
|
|
19
19
|
declare const DescribeStreamSummaryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeStreamSummaryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeStreamSummaryCommandInput,
|
|
24
24
|
DescribeStreamSummaryCommandOutput,
|
|
25
25
|
KinesisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeStreamSummaryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeStreamSummaryCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeStreamSummaryCommandInput,
|
|
33
33
|
DescribeStreamSummaryCommandOutput,
|
|
34
34
|
KinesisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisableEnhancedMonitoringCommandOutput
|
|
|
19
19
|
declare const DisableEnhancedMonitoringCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableEnhancedMonitoringCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableEnhancedMonitoringCommandInput,
|
|
24
24
|
DisableEnhancedMonitoringCommandOutput,
|
|
25
25
|
KinesisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableEnhancedMonitoringCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisableEnhancedMonitoringCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableEnhancedMonitoringCommandInput,
|
|
33
33
|
DisableEnhancedMonitoringCommandOutput,
|
|
34
34
|
KinesisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface EnableEnhancedMonitoringCommandOutput
|
|
|
19
19
|
declare const EnableEnhancedMonitoringCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EnableEnhancedMonitoringCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EnableEnhancedMonitoringCommandInput,
|
|
24
24
|
EnableEnhancedMonitoringCommandOutput,
|
|
25
25
|
KinesisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EnableEnhancedMonitoringCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: EnableEnhancedMonitoringCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EnableEnhancedMonitoringCommandInput,
|
|
33
33
|
EnableEnhancedMonitoringCommandOutput,
|
|
34
34
|
KinesisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetRecordsCommandOutput
|
|
|
15
15
|
declare const GetRecordsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetRecordsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetRecordsCommandInput,
|
|
20
20
|
GetRecordsCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetRecordsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetRecordsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetRecordsCommandInput,
|
|
29
29
|
GetRecordsCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetRecordsCommand extends GetRecordsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetResourcePolicyCommandOutput
|
|
|
18
18
|
declare const GetResourcePolicyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetResourcePolicyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetResourcePolicyCommandInput,
|
|
23
23
|
GetResourcePolicyCommandOutput,
|
|
24
24
|
KinesisClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetResourcePolicyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetResourcePolicyCommandInput,
|
|
32
32
|
GetResourcePolicyCommandOutput,
|
|
33
33
|
KinesisClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetShardIteratorCommandOutput
|
|
|
18
18
|
declare const GetShardIteratorCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetShardIteratorCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetShardIteratorCommandInput,
|
|
23
23
|
GetShardIteratorCommandOutput,
|
|
24
24
|
KinesisClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetShardIteratorCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetShardIteratorCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetShardIteratorCommandInput,
|
|
32
32
|
GetShardIteratorCommandOutput,
|
|
33
33
|
KinesisClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface IncreaseStreamRetentionPeriodCommandOutput
|
|
|
15
15
|
declare const IncreaseStreamRetentionPeriodCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: IncreaseStreamRetentionPeriodCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
IncreaseStreamRetentionPeriodCommandInput,
|
|
20
20
|
IncreaseStreamRetentionPeriodCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const IncreaseStreamRetentionPeriodCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: IncreaseStreamRetentionPeriodCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
IncreaseStreamRetentionPeriodCommandInput,
|
|
29
29
|
IncreaseStreamRetentionPeriodCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListShardsCommandOutput
|
|
|
15
15
|
declare const ListShardsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListShardsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListShardsCommandInput,
|
|
20
20
|
ListShardsCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListShardsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListShardsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListShardsCommandInput,
|
|
29
29
|
ListShardsCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListShardsCommand extends ListShardsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListStreamConsumersCommandOutput
|
|
|
19
19
|
declare const ListStreamConsumersCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListStreamConsumersCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListStreamConsumersCommandInput,
|
|
24
24
|
ListStreamConsumersCommandOutput,
|
|
25
25
|
KinesisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListStreamConsumersCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListStreamConsumersCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListStreamConsumersCommandInput,
|
|
33
33
|
ListStreamConsumersCommandOutput,
|
|
34
34
|
KinesisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListStreamsCommandOutput
|
|
|
15
15
|
declare const ListStreamsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListStreamsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListStreamsCommandInput,
|
|
20
20
|
ListStreamsCommandOutput,
|
|
21
21
|
KinesisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListStreamsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListStreamsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListStreamsCommandInput,
|
|
29
29
|
ListStreamsCommandOutput,
|
|
30
30
|
KinesisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
37
39
|
protected static __types: {
|