@aws-sdk/client-kinesis 3.477.0 → 3.481.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 (141) 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-cjs/pagination/ListStreamConsumersPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListStreamsPaginator.js +2 -24
  36. package/dist-es/commands/AddTagsToStreamCommand.js +20 -43
  37. package/dist-es/commands/CreateStreamCommand.js +18 -41
  38. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +20 -43
  39. package/dist-es/commands/DeleteResourcePolicyCommand.js +20 -43
  40. package/dist-es/commands/DeleteStreamCommand.js +20 -43
  41. package/dist-es/commands/DeregisterStreamConsumerCommand.js +21 -44
  42. package/dist-es/commands/DescribeLimitsCommand.js +18 -41
  43. package/dist-es/commands/DescribeStreamCommand.js +20 -43
  44. package/dist-es/commands/DescribeStreamConsumerCommand.js +21 -44
  45. package/dist-es/commands/DescribeStreamSummaryCommand.js +20 -43
  46. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +20 -43
  47. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +20 -43
  48. package/dist-es/commands/GetRecordsCommand.js +20 -43
  49. package/dist-es/commands/GetResourcePolicyCommand.js +20 -43
  50. package/dist-es/commands/GetShardIteratorCommand.js +20 -43
  51. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +20 -43
  52. package/dist-es/commands/ListShardsCommand.js +20 -43
  53. package/dist-es/commands/ListStreamConsumersCommand.js +20 -43
  54. package/dist-es/commands/ListStreamsCommand.js +18 -41
  55. package/dist-es/commands/ListTagsForStreamCommand.js +20 -43
  56. package/dist-es/commands/MergeShardsCommand.js +20 -43
  57. package/dist-es/commands/PutRecordCommand.js +20 -43
  58. package/dist-es/commands/PutRecordsCommand.js +20 -43
  59. package/dist-es/commands/PutResourcePolicyCommand.js +20 -43
  60. package/dist-es/commands/RegisterStreamConsumerCommand.js +20 -43
  61. package/dist-es/commands/RemoveTagsFromStreamCommand.js +20 -43
  62. package/dist-es/commands/SplitShardCommand.js +20 -43
  63. package/dist-es/commands/StartStreamEncryptionCommand.js +20 -43
  64. package/dist-es/commands/StopStreamEncryptionCommand.js +20 -43
  65. package/dist-es/commands/SubscribeToShardCommand.js +24 -46
  66. package/dist-es/commands/UpdateShardCountCommand.js +20 -43
  67. package/dist-es/commands/UpdateStreamModeCommand.js +20 -43
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-es/pagination/ListStreamConsumersPaginator.js +2 -23
  70. package/dist-es/pagination/ListStreamsPaginator.js +2 -23
  71. package/dist-types/commands/AddTagsToStreamCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateStreamCommand.d.ts +6 -21
  73. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteStreamCommand.d.ts +6 -21
  76. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeLimitsCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeStreamCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +6 -21
  81. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +6 -21
  82. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +6 -21
  83. package/dist-types/commands/GetRecordsCommand.d.ts +6 -21
  84. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  85. package/dist-types/commands/GetShardIteratorCommand.d.ts +6 -21
  86. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -21
  87. package/dist-types/commands/ListShardsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListStreamConsumersCommand.d.ts +6 -21
  89. package/dist-types/commands/ListStreamsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -21
  91. package/dist-types/commands/MergeShardsCommand.d.ts +6 -21
  92. package/dist-types/commands/PutRecordCommand.d.ts +6 -21
  93. package/dist-types/commands/PutRecordsCommand.d.ts +6 -21
  94. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  95. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +6 -21
  96. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +6 -21
  97. package/dist-types/commands/SplitShardCommand.d.ts +6 -21
  98. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +6 -21
  99. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +6 -21
  100. package/dist-types/commands/SubscribeToShardCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateShardCountCommand.d.ts +6 -21
  102. package/dist-types/commands/UpdateStreamModeCommand.d.ts +6 -21
  103. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  104. package/dist-types/pagination/ListStreamConsumersPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListStreamsPaginator.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  139. package/dist-types/ts3.4/pagination/ListStreamConsumersPaginator.d.ts +3 -3
  140. package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +3 -3
  141. package/package.json +11 -10
@@ -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
  }
@@ -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 { PutRecordInput, PutRecordOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutRecordCommandInput extends PutRecordInput {
21
20
  */
22
21
  export interface PutRecordCommandOutput extends PutRecordOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutRecordCommand_base: {
24
+ new (input: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Writes a single data record into an Amazon Kinesis data stream. Call
@@ -144,23 +147,5 @@ export interface PutRecordCommandOutput extends PutRecordOutput, __MetadataBeare
144
147
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
145
148
  *
146
149
  */
147
- export declare class PutRecordCommand extends $Command<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig> {
148
- readonly input: PutRecordCommandInput;
149
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
150
- /**
151
- * @public
152
- */
153
- constructor(input: PutRecordCommandInput);
154
- /**
155
- * @internal
156
- */
157
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRecordCommandInput, PutRecordCommandOutput>;
158
- /**
159
- * @internal
160
- */
161
- private serialize;
162
- /**
163
- * @internal
164
- */
165
- private deserialize;
150
+ export declare class PutRecordCommand extends PutRecordCommand_base {
166
151
  }
@@ -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 { PutRecordsInput, PutRecordsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutRecordsCommandInput extends PutRecordsInput {
21
20
  */
22
21
  export interface PutRecordsCommandOutput extends PutRecordsOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutRecordsCommand_base: {
24
+ new (input: PutRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Writes multiple data records into a Kinesis data stream in a single call (also
@@ -174,23 +177,5 @@ export interface PutRecordsCommandOutput extends PutRecordsOutput, __MetadataBea
174
177
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
175
178
  *
176
179
  */
177
- export declare class PutRecordsCommand extends $Command<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig> {
178
- readonly input: PutRecordsCommandInput;
179
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
180
- /**
181
- * @public
182
- */
183
- constructor(input: PutRecordsCommandInput);
184
- /**
185
- * @internal
186
- */
187
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRecordsCommandInput, PutRecordsCommandOutput>;
188
- /**
189
- * @internal
190
- */
191
- private serialize;
192
- /**
193
- * @internal
194
- */
195
- private deserialize;
180
+ export declare class PutRecordsCommand extends PutRecordsCommand_base {
196
181
  }
@@ -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 { PutResourcePolicyInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
21
20
  */
22
21
  export interface PutResourcePolicyCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutResourcePolicyCommand_base: {
24
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Attaches a resource-based policy to a data stream or registered consumer. If you are using an identity other than the root user of
@@ -87,23 +90,5 @@ export interface PutResourcePolicyCommandOutput extends __MetadataBearer {
87
90
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
88
91
  *
89
92
  */
90
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig> {
91
- readonly input: PutResourcePolicyCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: PutResourcePolicyCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_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 { RegisterStreamConsumerInput, RegisterStreamConsumerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterStreamConsumerCommandInput extends RegisterStreamConsum
21
20
  */
22
21
  export interface RegisterStreamConsumerCommandOutput extends RegisterStreamConsumerOutput, __MetadataBearer {
23
22
  }
23
+ declare const RegisterStreamConsumerCommand_base: {
24
+ new (input: RegisterStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers a consumer with a Kinesis data stream. When you use this operation, the
@@ -86,23 +89,5 @@ export interface RegisterStreamConsumerCommandOutput extends RegisterStreamConsu
86
89
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
87
90
  *
88
91
  */
89
- export declare class RegisterStreamConsumerCommand extends $Command<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig> {
90
- readonly input: RegisterStreamConsumerCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: RegisterStreamConsumerCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {
108
93
  }
@@ -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 { RemoveTagsFromStreamInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsFromStreamCommandInput extends RemoveTagsFromStreamIn
21
20
  */
22
21
  export interface RemoveTagsFromStreamCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsFromStreamCommand_base: {
24
+ new (input: RemoveTagsFromStreamCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the specified Kinesis data stream. Removed tags are deleted and
@@ -83,23 +86,5 @@ export interface RemoveTagsFromStreamCommandOutput extends __MetadataBearer {
83
86
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
84
87
  *
85
88
  */
86
- export declare class RemoveTagsFromStreamCommand extends $Command<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig> {
87
- readonly input: RemoveTagsFromStreamCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: RemoveTagsFromStreamCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_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 { SplitShardInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SplitShardCommandInput extends SplitShardInput {
21
20
  */
22
21
  export interface SplitShardCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SplitShardCommand_base: {
24
+ new (input: SplitShardCommandInput): import("@smithy/smithy-client").CommandImpl<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Splits a shard into two new shards in the Kinesis data stream, to increase the
@@ -122,23 +125,5 @@ export interface SplitShardCommandOutput extends __MetadataBearer {
122
125
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
123
126
  *
124
127
  */
125
- export declare class SplitShardCommand extends $Command<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig> {
126
- readonly input: SplitShardCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: SplitShardCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SplitShardCommandInput, SplitShardCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class SplitShardCommand extends SplitShardCommand_base {
144
129
  }
@@ -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 { StartStreamEncryptionInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartStreamEncryptionCommandInput extends StartStreamEncryption
21
20
  */
22
21
  export interface StartStreamEncryptionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StartStreamEncryptionCommand_base: {
24
+ new (input: StartStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables or updates server-side encryption using an Amazon Web Services KMS key for a
@@ -119,23 +122,5 @@ export interface StartStreamEncryptionCommandOutput extends __MetadataBearer {
119
122
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
120
123
  *
121
124
  */
122
- export declare class StartStreamEncryptionCommand extends $Command<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig> {
123
- readonly input: StartStreamEncryptionCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: StartStreamEncryptionCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {
141
126
  }
@@ -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 { StopStreamEncryptionInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopStreamEncryptionCommandInput extends StopStreamEncryptionIn
21
20
  */
22
21
  export interface StopStreamEncryptionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StopStreamEncryptionCommand_base: {
24
+ new (input: StopStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables server-side encryption for a specified stream. </p>
@@ -91,23 +94,5 @@ export interface StopStreamEncryptionCommandOutput extends __MetadataBearer {
91
94
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
92
95
  *
93
96
  */
94
- export declare class StopStreamEncryptionCommand extends $Command<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig> {
95
- readonly input: StopStreamEncryptionCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: StopStreamEncryptionCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {
113
98
  }
@@ -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 { SubscribeToShardInput, SubscribeToShardOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubscribeToShardCommandInput extends SubscribeToShardInput {
21
20
  */
22
21
  export interface SubscribeToShardCommandOutput extends SubscribeToShardOutput, __MetadataBearer {
23
22
  }
23
+ declare const SubscribeToShardCommand_base: {
24
+ new (input: SubscribeToShardCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation establishes an HTTP/2 connection between the consumer you specify in
@@ -152,23 +155,5 @@ export interface SubscribeToShardCommandOutput extends SubscribeToShardOutput, _
152
155
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
153
156
  *
154
157
  */
155
- export declare class SubscribeToShardCommand extends $Command<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig> {
156
- readonly input: SubscribeToShardCommandInput;
157
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
- /**
159
- * @public
160
- */
161
- constructor(input: SubscribeToShardCommandInput);
162
- /**
163
- * @internal
164
- */
165
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubscribeToShardCommandInput, SubscribeToShardCommandOutput>;
166
- /**
167
- * @internal
168
- */
169
- private serialize;
170
- /**
171
- * @internal
172
- */
173
- private deserialize;
158
+ export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {
174
159
  }
@@ -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 { UpdateShardCountInput, UpdateShardCountOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateShardCountCommandInput extends UpdateShardCountInput {
21
20
  */
22
21
  export interface UpdateShardCountCommandOutput extends UpdateShardCountOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateShardCountCommand_base: {
24
+ new (input: UpdateShardCountCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the shard count of the specified stream to the specified number of shards.
@@ -133,23 +136,5 @@ export interface UpdateShardCountCommandOutput extends UpdateShardCountOutput, _
133
136
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
134
137
  *
135
138
  */
136
- export declare class UpdateShardCountCommand extends $Command<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig> {
137
- readonly input: UpdateShardCountCommandInput;
138
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
139
- /**
140
- * @public
141
- */
142
- constructor(input: UpdateShardCountCommandInput);
143
- /**
144
- * @internal
145
- */
146
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateShardCountCommandInput, UpdateShardCountCommandOutput>;
147
- /**
148
- * @internal
149
- */
150
- private serialize;
151
- /**
152
- * @internal
153
- */
154
- private deserialize;
139
+ export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {
155
140
  }
@@ -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 { UpdateStreamModeInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateStreamModeCommandInput extends UpdateStreamModeInput {
21
20
  */
22
21
  export interface UpdateStreamModeCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateStreamModeCommand_base: {
24
+ new (input: UpdateStreamModeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Updates the capacity mode of the data stream. Currently, in Kinesis Data Streams, you
@@ -71,23 +74,5 @@ export interface UpdateStreamModeCommandOutput extends __MetadataBearer {
71
74
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
72
75
  *
73
76
  */
74
- export declare class UpdateStreamModeCommand extends $Command<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig> {
75
- readonly input: UpdateStreamModeCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: UpdateStreamModeCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {
93
78
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { KinesisPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListStreamConsumers(config: KinesisPaginationConfiguration, input: ListStreamConsumersCommandInput, ...additionalArguments: any): Paginator<ListStreamConsumersCommandOutput>;
7
+ export declare const paginateListStreamConsumers: (config: KinesisPaginationConfiguration, input: ListStreamConsumersCommandInput, ...rest: any[]) => Paginator<ListStreamConsumersCommandOutput>;