@aws-sdk/client-kinesis 3.478.0 → 3.484.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.
Files changed (133) hide show
  1. package/dist-cjs/commands/AddTagsToStreamCommand.js +20 -43
  2. package/dist-cjs/commands/CreateStreamCommand.js +18 -41
  3. package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +20 -43
  4. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +20 -43
  5. package/dist-cjs/commands/DeleteStreamCommand.js +20 -43
  6. package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +21 -44
  7. package/dist-cjs/commands/DescribeLimitsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeStreamCommand.js +20 -43
  9. package/dist-cjs/commands/DescribeStreamConsumerCommand.js +21 -44
  10. package/dist-cjs/commands/DescribeStreamSummaryCommand.js +20 -43
  11. package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +20 -43
  12. package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +20 -43
  13. package/dist-cjs/commands/GetRecordsCommand.js +20 -43
  14. package/dist-cjs/commands/GetResourcePolicyCommand.js +20 -43
  15. package/dist-cjs/commands/GetShardIteratorCommand.js +20 -43
  16. package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +20 -43
  17. package/dist-cjs/commands/ListShardsCommand.js +20 -43
  18. package/dist-cjs/commands/ListStreamConsumersCommand.js +20 -43
  19. package/dist-cjs/commands/ListStreamsCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForStreamCommand.js +20 -43
  21. package/dist-cjs/commands/MergeShardsCommand.js +20 -43
  22. package/dist-cjs/commands/PutRecordCommand.js +20 -43
  23. package/dist-cjs/commands/PutRecordsCommand.js +20 -43
  24. package/dist-cjs/commands/PutResourcePolicyCommand.js +20 -43
  25. package/dist-cjs/commands/RegisterStreamConsumerCommand.js +20 -43
  26. package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +20 -43
  27. package/dist-cjs/commands/SplitShardCommand.js +20 -43
  28. package/dist-cjs/commands/StartStreamEncryptionCommand.js +20 -43
  29. package/dist-cjs/commands/StopStreamEncryptionCommand.js +20 -43
  30. package/dist-cjs/commands/SubscribeToShardCommand.js +24 -46
  31. package/dist-cjs/commands/UpdateShardCountCommand.js +20 -43
  32. package/dist-cjs/commands/UpdateStreamModeCommand.js +20 -43
  33. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  34. package/dist-es/commands/AddTagsToStreamCommand.js +20 -43
  35. package/dist-es/commands/CreateStreamCommand.js +18 -41
  36. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +20 -43
  37. package/dist-es/commands/DeleteResourcePolicyCommand.js +20 -43
  38. package/dist-es/commands/DeleteStreamCommand.js +20 -43
  39. package/dist-es/commands/DeregisterStreamConsumerCommand.js +21 -44
  40. package/dist-es/commands/DescribeLimitsCommand.js +18 -41
  41. package/dist-es/commands/DescribeStreamCommand.js +20 -43
  42. package/dist-es/commands/DescribeStreamConsumerCommand.js +21 -44
  43. package/dist-es/commands/DescribeStreamSummaryCommand.js +20 -43
  44. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +20 -43
  45. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +20 -43
  46. package/dist-es/commands/GetRecordsCommand.js +20 -43
  47. package/dist-es/commands/GetResourcePolicyCommand.js +20 -43
  48. package/dist-es/commands/GetShardIteratorCommand.js +20 -43
  49. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +20 -43
  50. package/dist-es/commands/ListShardsCommand.js +20 -43
  51. package/dist-es/commands/ListStreamConsumersCommand.js +20 -43
  52. package/dist-es/commands/ListStreamsCommand.js +18 -41
  53. package/dist-es/commands/ListTagsForStreamCommand.js +20 -43
  54. package/dist-es/commands/MergeShardsCommand.js +20 -43
  55. package/dist-es/commands/PutRecordCommand.js +20 -43
  56. package/dist-es/commands/PutRecordsCommand.js +20 -43
  57. package/dist-es/commands/PutResourcePolicyCommand.js +20 -43
  58. package/dist-es/commands/RegisterStreamConsumerCommand.js +20 -43
  59. package/dist-es/commands/RemoveTagsFromStreamCommand.js +20 -43
  60. package/dist-es/commands/SplitShardCommand.js +20 -43
  61. package/dist-es/commands/StartStreamEncryptionCommand.js +20 -43
  62. package/dist-es/commands/StopStreamEncryptionCommand.js +20 -43
  63. package/dist-es/commands/SubscribeToShardCommand.js +24 -46
  64. package/dist-es/commands/UpdateShardCountCommand.js +20 -43
  65. package/dist-es/commands/UpdateStreamModeCommand.js +20 -43
  66. package/dist-es/endpoint/EndpointParameters.js +6 -0
  67. package/dist-types/commands/AddTagsToStreamCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateStreamCommand.d.ts +6 -21
  69. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteStreamCommand.d.ts +6 -21
  72. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeLimitsCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeStreamCommand.d.ts +6 -21
  75. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +6 -21
  77. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +6 -21
  78. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +6 -21
  79. package/dist-types/commands/GetRecordsCommand.d.ts +6 -21
  80. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  81. package/dist-types/commands/GetShardIteratorCommand.d.ts +6 -21
  82. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -21
  83. package/dist-types/commands/ListShardsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListStreamConsumersCommand.d.ts +6 -21
  85. package/dist-types/commands/ListStreamsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -21
  87. package/dist-types/commands/MergeShardsCommand.d.ts +6 -21
  88. package/dist-types/commands/PutRecordCommand.d.ts +6 -21
  89. package/dist-types/commands/PutRecordsCommand.d.ts +6 -21
  90. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  91. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +6 -21
  92. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +6 -21
  93. package/dist-types/commands/SplitShardCommand.d.ts +6 -21
  94. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +6 -21
  95. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +6 -21
  96. package/dist-types/commands/SubscribeToShardCommand.d.ts +6 -21
  97. package/dist-types/commands/UpdateShardCountCommand.d.ts +6 -21
  98. package/dist-types/commands/UpdateStreamModeCommand.d.ts +6 -21
  99. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  100. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  133. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStreamCommandInput extends DescribeStreamInput {
21
20
  */
22
21
  export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStreamCommand_base: {
24
+ new (input: DescribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified Kinesis data stream.</p>
@@ -128,23 +131,5 @@ export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __Met
128
131
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
129
132
  *
130
133
  */
131
- export declare class DescribeStreamCommand extends $Command<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisClientResolvedConfig> {
132
- readonly input: DescribeStreamCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: DescribeStreamCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStreamCommandInput, DescribeStreamCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
150
135
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { DescribeStreamConsumerInput, DescribeStreamConsumerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStreamConsumerCommandInput extends DescribeStreamConsum
21
20
  */
22
21
  export interface DescribeStreamConsumerCommandOutput extends DescribeStreamConsumerOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStreamConsumerCommand_base: {
24
+ new (input: DescribeStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>To get the description of a registered consumer, provide the ARN of the consumer.
@@ -81,23 +84,5 @@ export interface DescribeStreamConsumerCommandOutput extends DescribeStreamConsu
81
84
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeStreamConsumerCommand extends $Command<DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput, KinesisClientResolvedConfig> {
85
- readonly input: DescribeStreamConsumerCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeStreamConsumerCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { DescribeStreamSummaryInput, DescribeStreamSummaryOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeStreamSummaryCommandInput extends DescribeStreamSummary
21
20
  */
22
21
  export interface DescribeStreamSummaryCommandOutput extends DescribeStreamSummaryOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeStreamSummaryCommand_base: {
24
+ new (input: DescribeStreamSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides a summarized description of the specified Kinesis data stream without the
@@ -100,23 +103,5 @@ export interface DescribeStreamSummaryCommandOutput extends DescribeStreamSummar
100
103
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
101
104
  *
102
105
  */
103
- export declare class DescribeStreamSummaryCommand extends $Command<DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput, KinesisClientResolvedConfig> {
104
- readonly input: DescribeStreamSummaryCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: DescribeStreamSummaryCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { DisableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableEnhancedMonitoringCommandInput extends DisableEnhancedMo
21
20
  */
22
21
  export interface DisableEnhancedMonitoringCommandOutput extends EnhancedMonitoringOutput, __MetadataBearer {
23
22
  }
23
+ declare const DisableEnhancedMonitoringCommand_base: {
24
+ new (input: DisableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables enhanced monitoring.</p>
@@ -87,23 +90,5 @@ export interface DisableEnhancedMonitoringCommandOutput extends EnhancedMonitori
87
90
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
88
91
  *
89
92
  */
90
- export declare class DisableEnhancedMonitoringCommand extends $Command<DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig> {
91
- readonly input: DisableEnhancedMonitoringCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: DisableEnhancedMonitoringCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { EnableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableEnhancedMonitoringCommandInput extends EnableEnhancedMoni
21
20
  */
22
21
  export interface EnableEnhancedMonitoringCommandOutput extends EnhancedMonitoringOutput, __MetadataBearer {
23
22
  }
23
+ declare const EnableEnhancedMonitoringCommand_base: {
24
+ new (input: EnableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables enhanced Kinesis data stream monitoring for shard-level metrics.</p>
@@ -87,23 +90,5 @@ export interface EnableEnhancedMonitoringCommandOutput extends EnhancedMonitorin
87
90
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
88
91
  *
89
92
  */
90
- export declare class EnableEnhancedMonitoringCommand extends $Command<EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig> {
91
- readonly input: EnableEnhancedMonitoringCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: EnableEnhancedMonitoringCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { GetRecordsInput, GetRecordsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRecordsCommandInput extends GetRecordsInput {
21
20
  */
22
21
  export interface GetRecordsCommandOutput extends GetRecordsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetRecordsCommand_base: {
24
+ new (input: GetRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordsCommandInput, GetRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets data records from a Kinesis data stream's shard.</p>
@@ -176,23 +179,5 @@ export interface GetRecordsCommandOutput extends GetRecordsOutput, __MetadataBea
176
179
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
177
180
  *
178
181
  */
179
- export declare class GetRecordsCommand extends $Command<GetRecordsCommandInput, GetRecordsCommandOutput, KinesisClientResolvedConfig> {
180
- readonly input: GetRecordsCommandInput;
181
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
182
- /**
183
- * @public
184
- */
185
- constructor(input: GetRecordsCommandInput);
186
- /**
187
- * @internal
188
- */
189
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecordsCommandInput, GetRecordsCommandOutput>;
190
- /**
191
- * @internal
192
- */
193
- private serialize;
194
- /**
195
- * @internal
196
- */
197
- private deserialize;
182
+ export declare class GetRecordsCommand extends GetRecordsCommand_base {
198
183
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
21
20
  */
22
21
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetResourcePolicyCommand_base: {
24
+ new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a policy attached to the specified data stream or consumer. Request patterns can be one of the following:</p>
@@ -77,23 +80,5 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput,
77
80
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
78
81
  *
79
82
  */
80
- export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, KinesisClientResolvedConfig> {
81
- readonly input: GetResourcePolicyCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetResourcePolicyCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetShardIteratorCommandInput extends GetShardIteratorInput {
21
20
  */
22
21
  export interface GetShardIteratorCommandOutput extends GetShardIteratorOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetShardIteratorCommand_base: {
24
+ new (input: GetShardIteratorCommandInput): import("@smithy/smithy-client").CommandImpl<GetShardIteratorCommandInput, GetShardIteratorCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an Amazon Kinesis shard iterator. A shard iterator expires 5 minutes after it is
@@ -113,23 +116,5 @@ export interface GetShardIteratorCommandOutput extends GetShardIteratorOutput, _
113
116
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
114
117
  *
115
118
  */
116
- export declare class GetShardIteratorCommand extends $Command<GetShardIteratorCommandInput, GetShardIteratorCommandOutput, KinesisClientResolvedConfig> {
117
- readonly input: GetShardIteratorCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: GetShardIteratorCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetShardIteratorCommandInput, GetShardIteratorCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { IncreaseStreamRetentionPeriodInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface IncreaseStreamRetentionPeriodCommandInput extends IncreaseStrea
21
20
  */
22
21
  export interface IncreaseStreamRetentionPeriodCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const IncreaseStreamRetentionPeriodCommand_base: {
24
+ new (input: IncreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Increases the Kinesis data stream's retention period, which is the length of time data
@@ -84,23 +87,5 @@ export interface IncreaseStreamRetentionPeriodCommandOutput extends __MetadataBe
84
87
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
85
88
  *
86
89
  */
87
- export declare class IncreaseStreamRetentionPeriodCommand extends $Command<IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig> {
88
- readonly input: IncreaseStreamRetentionPeriodCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: IncreaseStreamRetentionPeriodCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { ListShardsInput, ListShardsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListShardsCommandInput extends ListShardsInput {
21
20
  */
22
21
  export interface ListShardsCommandOutput extends ListShardsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListShardsCommand_base: {
24
+ new (input: ListShardsCommandInput): import("@smithy/smithy-client").CommandImpl<ListShardsCommandInput, ListShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the shards in a stream and provides information about each shard. This operation
@@ -114,23 +117,5 @@ export interface ListShardsCommandOutput extends ListShardsOutput, __MetadataBea
114
117
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
115
118
  *
116
119
  */
117
- export declare class ListShardsCommand extends $Command<ListShardsCommandInput, ListShardsCommandOutput, KinesisClientResolvedConfig> {
118
- readonly input: ListShardsCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: ListShardsCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListShardsCommandInput, ListShardsCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class ListShardsCommand extends ListShardsCommand_base {
136
121
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { ListStreamConsumersInput, ListStreamConsumersOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStreamConsumersCommandInput extends ListStreamConsumersInpu
21
20
  */
22
21
  export interface ListStreamConsumersCommandOutput extends ListStreamConsumersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListStreamConsumersCommand_base: {
24
+ new (input: ListStreamConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the consumers registered to receive data from a stream using enhanced fan-out,
@@ -83,23 +86,5 @@ export interface ListStreamConsumersCommandOutput extends ListStreamConsumersOut
83
86
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
84
87
  *
85
88
  */
86
- export declare class ListStreamConsumersCommand extends $Command<ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput, KinesisClientResolvedConfig> {
87
- readonly input: ListStreamConsumersCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListStreamConsumersCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStreamsCommandInput extends ListStreamsInput {
21
20
  */
22
21
  export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListStreamsCommand_base: {
24
+ new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists your Kinesis data streams.</p>
@@ -94,23 +97,5 @@ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataB
94
97
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
95
98
  *
96
99
  */
97
- export declare class ListStreamsCommand extends $Command<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisClientResolvedConfig> {
98
- readonly input: ListStreamsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListStreamsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamsCommandInput, ListStreamsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListStreamsCommand extends ListStreamsCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForStreamCommandInput extends ListTagsForStreamInput {
21
20
  */
22
21
  export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForStreamCommand_base: {
24
+ new (input: ListTagsForStreamCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags for the specified Kinesis data stream. This operation has a limit of
@@ -82,23 +85,5 @@ export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput,
82
85
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
83
86
  *
84
87
  */
85
- export declare class ListTagsForStreamCommand extends $Command<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig> {
86
- readonly input: ListTagsForStreamCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListTagsForStreamCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
4
  import { MergeShardsInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface MergeShardsCommandInput extends MergeShardsInput {
21
20
  */
22
21
  export interface MergeShardsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const MergeShardsCommand_base: {
24
+ new (input: MergeShardsCommandInput): import("@smithy/smithy-client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Merges two adjacent shards in a Kinesis data stream and combines them into a single
@@ -118,23 +121,5 @@ export interface MergeShardsCommandOutput extends __MetadataBearer {
118
121
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
119
122
  *
120
123
  */
121
- export declare class MergeShardsCommand extends $Command<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig> {
122
- readonly input: MergeShardsCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: MergeShardsCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergeShardsCommandInput, MergeShardsCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class MergeShardsCommand extends MergeShardsCommand_base {
140
125
  }