@aws-sdk/client-kinesis 3.169.0 → 3.170.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 (50) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Kinesis.d.ts +526 -150
  3. package/dist-types/ts3.4/KinesisClient.d.ts +312 -105
  4. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/index.d.ts +29 -29
  34. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  35. package/dist-types/ts3.4/index.d.ts +7 -7
  36. package/dist-types/ts3.4/models/KinesisServiceException.d.ts +8 -6
  37. package/dist-types/ts3.4/models/index.d.ts +1 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +1073 -982
  39. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  40. package/dist-types/ts3.4/pagination/ListStreamConsumersPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  42. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +356 -89
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -39
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -39
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -38
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  47. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  48. package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +13 -7
  49. package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +13 -7
  50. package/package.json +38 -38
@@ -1,105 +1,312 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { EventStreamSerdeInputConfig, EventStreamSerdeResolvedConfig } from "@aws-sdk/eventstream-serde-config-resolver";
3
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
4
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
5
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
6
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
7
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
8
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
10
- import { AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput } from "./commands/AddTagsToStreamCommand";
11
- import { CreateStreamCommandInput, CreateStreamCommandOutput } from "./commands/CreateStreamCommand";
12
- import { DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput } from "./commands/DecreaseStreamRetentionPeriodCommand";
13
- import { DeleteStreamCommandInput, DeleteStreamCommandOutput } from "./commands/DeleteStreamCommand";
14
- import { DeregisterStreamConsumerCommandInput, DeregisterStreamConsumerCommandOutput } from "./commands/DeregisterStreamConsumerCommand";
15
- import { DescribeLimitsCommandInput, DescribeLimitsCommandOutput } from "./commands/DescribeLimitsCommand";
16
- import { DescribeStreamCommandInput, DescribeStreamCommandOutput } from "./commands/DescribeStreamCommand";
17
- import { DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput } from "./commands/DescribeStreamConsumerCommand";
18
- import { DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput } from "./commands/DescribeStreamSummaryCommand";
19
- import { DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput } from "./commands/DisableEnhancedMonitoringCommand";
20
- import { EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput } from "./commands/EnableEnhancedMonitoringCommand";
21
- import { GetRecordsCommandInput, GetRecordsCommandOutput } from "./commands/GetRecordsCommand";
22
- import { GetShardIteratorCommandInput, GetShardIteratorCommandOutput } from "./commands/GetShardIteratorCommand";
23
- import { IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput } from "./commands/IncreaseStreamRetentionPeriodCommand";
24
- import { ListShardsCommandInput, ListShardsCommandOutput } from "./commands/ListShardsCommand";
25
- import { ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput } from "./commands/ListStreamConsumersCommand";
26
- import { ListStreamsCommandInput, ListStreamsCommandOutput } from "./commands/ListStreamsCommand";
27
- import { ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput } from "./commands/ListTagsForStreamCommand";
28
- import { MergeShardsCommandInput, MergeShardsCommandOutput } from "./commands/MergeShardsCommand";
29
- import { PutRecordCommandInput, PutRecordCommandOutput } from "./commands/PutRecordCommand";
30
- import { PutRecordsCommandInput, PutRecordsCommandOutput } from "./commands/PutRecordsCommand";
31
- import { RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput } from "./commands/RegisterStreamConsumerCommand";
32
- import { RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput } from "./commands/RemoveTagsFromStreamCommand";
33
- import { SplitShardCommandInput, SplitShardCommandOutput } from "./commands/SplitShardCommand";
34
- import { StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput } from "./commands/StartStreamEncryptionCommand";
35
- import { StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput } from "./commands/StopStreamEncryptionCommand";
36
- import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "./commands/SubscribeToShardCommand";
37
- import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "./commands/UpdateShardCountCommand";
38
- import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "./commands/UpdateStreamModeCommand";
39
- export declare type ServiceInputTypes = AddTagsToStreamCommandInput | CreateStreamCommandInput | DecreaseStreamRetentionPeriodCommandInput | DeleteStreamCommandInput | DeregisterStreamConsumerCommandInput | DescribeLimitsCommandInput | DescribeStreamCommandInput | DescribeStreamConsumerCommandInput | DescribeStreamSummaryCommandInput | DisableEnhancedMonitoringCommandInput | EnableEnhancedMonitoringCommandInput | GetRecordsCommandInput | GetShardIteratorCommandInput | IncreaseStreamRetentionPeriodCommandInput | ListShardsCommandInput | ListStreamConsumersCommandInput | ListStreamsCommandInput | ListTagsForStreamCommandInput | MergeShardsCommandInput | PutRecordCommandInput | PutRecordsCommandInput | RegisterStreamConsumerCommandInput | RemoveTagsFromStreamCommandInput | SplitShardCommandInput | StartStreamEncryptionCommandInput | StopStreamEncryptionCommandInput | SubscribeToShardCommandInput | UpdateShardCountCommandInput | UpdateStreamModeCommandInput;
40
- export declare type ServiceOutputTypes = AddTagsToStreamCommandOutput | CreateStreamCommandOutput | DecreaseStreamRetentionPeriodCommandOutput | DeleteStreamCommandOutput | DeregisterStreamConsumerCommandOutput | DescribeLimitsCommandOutput | DescribeStreamCommandOutput | DescribeStreamConsumerCommandOutput | DescribeStreamSummaryCommandOutput | DisableEnhancedMonitoringCommandOutput | EnableEnhancedMonitoringCommandOutput | GetRecordsCommandOutput | GetShardIteratorCommandOutput | IncreaseStreamRetentionPeriodCommandOutput | ListShardsCommandOutput | ListStreamConsumersCommandOutput | ListStreamsCommandOutput | ListTagsForStreamCommandOutput | MergeShardsCommandOutput | PutRecordCommandOutput | PutRecordsCommandOutput | RegisterStreamConsumerCommandOutput | RemoveTagsFromStreamCommandOutput | SplitShardCommandOutput | StartStreamEncryptionCommandOutput | StopStreamEncryptionCommandOutput | SubscribeToShardCommandOutput | UpdateShardCountCommandOutput | UpdateStreamModeCommandOutput;
41
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
-
43
- requestHandler?: __HttpHandler;
44
-
45
- sha256?: __HashConstructor;
46
-
47
- urlParser?: __UrlParser;
48
-
49
- bodyLengthChecker?: __BodyLengthCalculator;
50
-
51
- streamCollector?: __StreamCollector;
52
-
53
- base64Decoder?: __Decoder;
54
-
55
- base64Encoder?: __Encoder;
56
-
57
- utf8Decoder?: __Decoder;
58
-
59
- utf8Encoder?: __Encoder;
60
-
61
- runtime?: string;
62
-
63
- disableHostPrefix?: boolean;
64
-
65
- maxAttempts?: number | __Provider<number>;
66
-
67
- retryMode?: string | __Provider<string>;
68
-
69
- logger?: __Logger;
70
-
71
- useDualstackEndpoint?: boolean | __Provider<boolean>;
72
-
73
- useFipsEndpoint?: boolean | __Provider<boolean>;
74
-
75
- serviceId?: string;
76
-
77
- region?: string | __Provider<string>;
78
-
79
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
80
-
81
- regionInfoProvider?: RegionInfoProvider;
82
-
83
- defaultUserAgentProvider?: Provider<__UserAgent>;
84
-
85
- eventStreamSerdeProvider?: __EventStreamSerdeProvider;
86
-
87
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
88
- }
89
- declare type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig;
90
-
91
- export interface KinesisClientConfig extends KinesisClientConfigType {
92
- }
93
- declare type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig;
94
-
95
- export interface KinesisClientResolvedConfig extends KinesisClientResolvedConfigType {
96
- }
97
-
98
- export declare class KinesisClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisClientResolvedConfig> {
99
-
100
- readonly config: KinesisClientResolvedConfig;
101
- constructor(configuration: KinesisClientConfig);
102
-
103
- destroy(): void;
104
- }
105
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ EventStreamSerdeInputConfig,
9
+ EventStreamSerdeResolvedConfig,
10
+ } from "@aws-sdk/eventstream-serde-config-resolver";
11
+ import {
12
+ HostHeaderInputConfig,
13
+ HostHeaderResolvedConfig,
14
+ } from "@aws-sdk/middleware-host-header";
15
+ import {
16
+ RetryInputConfig,
17
+ RetryResolvedConfig,
18
+ } from "@aws-sdk/middleware-retry";
19
+ import {
20
+ AwsAuthInputConfig,
21
+ AwsAuthResolvedConfig,
22
+ } from "@aws-sdk/middleware-signing";
23
+ import {
24
+ UserAgentInputConfig,
25
+ UserAgentResolvedConfig,
26
+ } from "@aws-sdk/middleware-user-agent";
27
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
28
+ import {
29
+ Client as __Client,
30
+ DefaultsMode,
31
+ SmithyConfiguration as __SmithyConfiguration,
32
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
33
+ } from "@aws-sdk/smithy-client";
34
+ import {
35
+ BodyLengthCalculator as __BodyLengthCalculator,
36
+ Credentials as __Credentials,
37
+ Decoder as __Decoder,
38
+ Encoder as __Encoder,
39
+ EventStreamSerdeProvider as __EventStreamSerdeProvider,
40
+ HashConstructor as __HashConstructor,
41
+ HttpHandlerOptions as __HttpHandlerOptions,
42
+ Logger as __Logger,
43
+ Provider as __Provider,
44
+ Provider,
45
+ RegionInfoProvider,
46
+ StreamCollector as __StreamCollector,
47
+ UrlParser as __UrlParser,
48
+ UserAgent as __UserAgent,
49
+ } from "@aws-sdk/types";
50
+ import {
51
+ AddTagsToStreamCommandInput,
52
+ AddTagsToStreamCommandOutput,
53
+ } from "./commands/AddTagsToStreamCommand";
54
+ import {
55
+ CreateStreamCommandInput,
56
+ CreateStreamCommandOutput,
57
+ } from "./commands/CreateStreamCommand";
58
+ import {
59
+ DecreaseStreamRetentionPeriodCommandInput,
60
+ DecreaseStreamRetentionPeriodCommandOutput,
61
+ } from "./commands/DecreaseStreamRetentionPeriodCommand";
62
+ import {
63
+ DeleteStreamCommandInput,
64
+ DeleteStreamCommandOutput,
65
+ } from "./commands/DeleteStreamCommand";
66
+ import {
67
+ DeregisterStreamConsumerCommandInput,
68
+ DeregisterStreamConsumerCommandOutput,
69
+ } from "./commands/DeregisterStreamConsumerCommand";
70
+ import {
71
+ DescribeLimitsCommandInput,
72
+ DescribeLimitsCommandOutput,
73
+ } from "./commands/DescribeLimitsCommand";
74
+ import {
75
+ DescribeStreamCommandInput,
76
+ DescribeStreamCommandOutput,
77
+ } from "./commands/DescribeStreamCommand";
78
+ import {
79
+ DescribeStreamConsumerCommandInput,
80
+ DescribeStreamConsumerCommandOutput,
81
+ } from "./commands/DescribeStreamConsumerCommand";
82
+ import {
83
+ DescribeStreamSummaryCommandInput,
84
+ DescribeStreamSummaryCommandOutput,
85
+ } from "./commands/DescribeStreamSummaryCommand";
86
+ import {
87
+ DisableEnhancedMonitoringCommandInput,
88
+ DisableEnhancedMonitoringCommandOutput,
89
+ } from "./commands/DisableEnhancedMonitoringCommand";
90
+ import {
91
+ EnableEnhancedMonitoringCommandInput,
92
+ EnableEnhancedMonitoringCommandOutput,
93
+ } from "./commands/EnableEnhancedMonitoringCommand";
94
+ import {
95
+ GetRecordsCommandInput,
96
+ GetRecordsCommandOutput,
97
+ } from "./commands/GetRecordsCommand";
98
+ import {
99
+ GetShardIteratorCommandInput,
100
+ GetShardIteratorCommandOutput,
101
+ } from "./commands/GetShardIteratorCommand";
102
+ import {
103
+ IncreaseStreamRetentionPeriodCommandInput,
104
+ IncreaseStreamRetentionPeriodCommandOutput,
105
+ } from "./commands/IncreaseStreamRetentionPeriodCommand";
106
+ import {
107
+ ListShardsCommandInput,
108
+ ListShardsCommandOutput,
109
+ } from "./commands/ListShardsCommand";
110
+ import {
111
+ ListStreamConsumersCommandInput,
112
+ ListStreamConsumersCommandOutput,
113
+ } from "./commands/ListStreamConsumersCommand";
114
+ import {
115
+ ListStreamsCommandInput,
116
+ ListStreamsCommandOutput,
117
+ } from "./commands/ListStreamsCommand";
118
+ import {
119
+ ListTagsForStreamCommandInput,
120
+ ListTagsForStreamCommandOutput,
121
+ } from "./commands/ListTagsForStreamCommand";
122
+ import {
123
+ MergeShardsCommandInput,
124
+ MergeShardsCommandOutput,
125
+ } from "./commands/MergeShardsCommand";
126
+ import {
127
+ PutRecordCommandInput,
128
+ PutRecordCommandOutput,
129
+ } from "./commands/PutRecordCommand";
130
+ import {
131
+ PutRecordsCommandInput,
132
+ PutRecordsCommandOutput,
133
+ } from "./commands/PutRecordsCommand";
134
+ import {
135
+ RegisterStreamConsumerCommandInput,
136
+ RegisterStreamConsumerCommandOutput,
137
+ } from "./commands/RegisterStreamConsumerCommand";
138
+ import {
139
+ RemoveTagsFromStreamCommandInput,
140
+ RemoveTagsFromStreamCommandOutput,
141
+ } from "./commands/RemoveTagsFromStreamCommand";
142
+ import {
143
+ SplitShardCommandInput,
144
+ SplitShardCommandOutput,
145
+ } from "./commands/SplitShardCommand";
146
+ import {
147
+ StartStreamEncryptionCommandInput,
148
+ StartStreamEncryptionCommandOutput,
149
+ } from "./commands/StartStreamEncryptionCommand";
150
+ import {
151
+ StopStreamEncryptionCommandInput,
152
+ StopStreamEncryptionCommandOutput,
153
+ } from "./commands/StopStreamEncryptionCommand";
154
+ import {
155
+ SubscribeToShardCommandInput,
156
+ SubscribeToShardCommandOutput,
157
+ } from "./commands/SubscribeToShardCommand";
158
+ import {
159
+ UpdateShardCountCommandInput,
160
+ UpdateShardCountCommandOutput,
161
+ } from "./commands/UpdateShardCountCommand";
162
+ import {
163
+ UpdateStreamModeCommandInput,
164
+ UpdateStreamModeCommandOutput,
165
+ } from "./commands/UpdateStreamModeCommand";
166
+ export declare type ServiceInputTypes =
167
+ | AddTagsToStreamCommandInput
168
+ | CreateStreamCommandInput
169
+ | DecreaseStreamRetentionPeriodCommandInput
170
+ | DeleteStreamCommandInput
171
+ | DeregisterStreamConsumerCommandInput
172
+ | DescribeLimitsCommandInput
173
+ | DescribeStreamCommandInput
174
+ | DescribeStreamConsumerCommandInput
175
+ | DescribeStreamSummaryCommandInput
176
+ | DisableEnhancedMonitoringCommandInput
177
+ | EnableEnhancedMonitoringCommandInput
178
+ | GetRecordsCommandInput
179
+ | GetShardIteratorCommandInput
180
+ | IncreaseStreamRetentionPeriodCommandInput
181
+ | ListShardsCommandInput
182
+ | ListStreamConsumersCommandInput
183
+ | ListStreamsCommandInput
184
+ | ListTagsForStreamCommandInput
185
+ | MergeShardsCommandInput
186
+ | PutRecordCommandInput
187
+ | PutRecordsCommandInput
188
+ | RegisterStreamConsumerCommandInput
189
+ | RemoveTagsFromStreamCommandInput
190
+ | SplitShardCommandInput
191
+ | StartStreamEncryptionCommandInput
192
+ | StopStreamEncryptionCommandInput
193
+ | SubscribeToShardCommandInput
194
+ | UpdateShardCountCommandInput
195
+ | UpdateStreamModeCommandInput;
196
+ export declare type ServiceOutputTypes =
197
+ | AddTagsToStreamCommandOutput
198
+ | CreateStreamCommandOutput
199
+ | DecreaseStreamRetentionPeriodCommandOutput
200
+ | DeleteStreamCommandOutput
201
+ | DeregisterStreamConsumerCommandOutput
202
+ | DescribeLimitsCommandOutput
203
+ | DescribeStreamCommandOutput
204
+ | DescribeStreamConsumerCommandOutput
205
+ | DescribeStreamSummaryCommandOutput
206
+ | DisableEnhancedMonitoringCommandOutput
207
+ | EnableEnhancedMonitoringCommandOutput
208
+ | GetRecordsCommandOutput
209
+ | GetShardIteratorCommandOutput
210
+ | IncreaseStreamRetentionPeriodCommandOutput
211
+ | ListShardsCommandOutput
212
+ | ListStreamConsumersCommandOutput
213
+ | ListStreamsCommandOutput
214
+ | ListTagsForStreamCommandOutput
215
+ | MergeShardsCommandOutput
216
+ | PutRecordCommandOutput
217
+ | PutRecordsCommandOutput
218
+ | RegisterStreamConsumerCommandOutput
219
+ | RemoveTagsFromStreamCommandOutput
220
+ | SplitShardCommandOutput
221
+ | StartStreamEncryptionCommandOutput
222
+ | StopStreamEncryptionCommandOutput
223
+ | SubscribeToShardCommandOutput
224
+ | UpdateShardCountCommandOutput
225
+ | UpdateStreamModeCommandOutput;
226
+ export interface ClientDefaults
227
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
228
+ requestHandler?: __HttpHandler;
229
+
230
+ sha256?: __HashConstructor;
231
+
232
+ urlParser?: __UrlParser;
233
+
234
+ bodyLengthChecker?: __BodyLengthCalculator;
235
+
236
+ streamCollector?: __StreamCollector;
237
+
238
+ base64Decoder?: __Decoder;
239
+
240
+ base64Encoder?: __Encoder;
241
+
242
+ utf8Decoder?: __Decoder;
243
+
244
+ utf8Encoder?: __Encoder;
245
+
246
+ runtime?: string;
247
+
248
+ disableHostPrefix?: boolean;
249
+
250
+ maxAttempts?: number | __Provider<number>;
251
+
252
+ retryMode?: string | __Provider<string>;
253
+
254
+ logger?: __Logger;
255
+
256
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
257
+
258
+ useFipsEndpoint?: boolean | __Provider<boolean>;
259
+
260
+ serviceId?: string;
261
+
262
+ region?: string | __Provider<string>;
263
+
264
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
265
+
266
+ regionInfoProvider?: RegionInfoProvider;
267
+
268
+ defaultUserAgentProvider?: Provider<__UserAgent>;
269
+
270
+ eventStreamSerdeProvider?: __EventStreamSerdeProvider;
271
+
272
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
273
+ }
274
+ declare type KinesisClientConfigType = Partial<
275
+ __SmithyConfiguration<__HttpHandlerOptions>
276
+ > &
277
+ ClientDefaults &
278
+ RegionInputConfig &
279
+ EndpointsInputConfig &
280
+ RetryInputConfig &
281
+ HostHeaderInputConfig &
282
+ AwsAuthInputConfig &
283
+ UserAgentInputConfig &
284
+ EventStreamSerdeInputConfig;
285
+
286
+ export interface KinesisClientConfig extends KinesisClientConfigType {}
287
+ declare type KinesisClientResolvedConfigType =
288
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
289
+ Required<ClientDefaults> &
290
+ RegionResolvedConfig &
291
+ EndpointsResolvedConfig &
292
+ RetryResolvedConfig &
293
+ HostHeaderResolvedConfig &
294
+ AwsAuthResolvedConfig &
295
+ UserAgentResolvedConfig &
296
+ EventStreamSerdeResolvedConfig;
297
+
298
+ export interface KinesisClientResolvedConfig
299
+ extends KinesisClientResolvedConfigType {}
300
+
301
+ export declare class KinesisClient extends __Client<
302
+ __HttpHandlerOptions,
303
+ ServiceInputTypes,
304
+ ServiceOutputTypes,
305
+ KinesisClientResolvedConfig
306
+ > {
307
+ readonly config: KinesisClientResolvedConfig;
308
+ constructor(configuration: KinesisClientConfig);
309
+
310
+ destroy(): void;
311
+ }
312
+ export {};
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
- import { AddTagsToStreamInput } from "../models/models_0";
5
- export interface AddTagsToStreamCommandInput extends AddTagsToStreamInput {
6
- }
7
- export interface AddTagsToStreamCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsToStreamCommand extends $Command<AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput, KinesisClientResolvedConfig> {
11
- readonly input: AddTagsToStreamCommandInput;
12
- constructor(input: AddTagsToStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisClient";
13
+ import { AddTagsToStreamInput } from "../models/models_0";
14
+ export interface AddTagsToStreamCommandInput extends AddTagsToStreamInput {}
15
+ export interface AddTagsToStreamCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class AddTagsToStreamCommand extends $Command<
18
+ AddTagsToStreamCommandInput,
19
+ AddTagsToStreamCommandOutput,
20
+ KinesisClientResolvedConfig
21
+ > {
22
+ readonly input: AddTagsToStreamCommandInput;
23
+ constructor(input: AddTagsToStreamCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KinesisClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
- import { CreateStreamInput } from "../models/models_0";
5
- export interface CreateStreamCommandInput extends CreateStreamInput {
6
- }
7
- export interface CreateStreamCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreateStreamCommand extends $Command<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisClientResolvedConfig> {
11
- readonly input: CreateStreamCommandInput;
12
- constructor(input: CreateStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStreamCommandInput, CreateStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisClient";
13
+ import { CreateStreamInput } from "../models/models_0";
14
+ export interface CreateStreamCommandInput extends CreateStreamInput {}
15
+ export interface CreateStreamCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class CreateStreamCommand extends $Command<
18
+ CreateStreamCommandInput,
19
+ CreateStreamCommandOutput,
20
+ KinesisClientResolvedConfig
21
+ > {
22
+ readonly input: CreateStreamCommandInput;
23
+ constructor(input: CreateStreamCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KinesisClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateStreamCommandInput, CreateStreamCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
- import { DecreaseStreamRetentionPeriodInput } from "../models/models_0";
5
- export interface DecreaseStreamRetentionPeriodCommandInput extends DecreaseStreamRetentionPeriodInput {
6
- }
7
- export interface DecreaseStreamRetentionPeriodCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DecreaseStreamRetentionPeriodCommand extends $Command<DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig> {
11
- readonly input: DecreaseStreamRetentionPeriodCommandInput;
12
- constructor(input: DecreaseStreamRetentionPeriodCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisClient";
13
+ import { DecreaseStreamRetentionPeriodInput } from "../models/models_0";
14
+ export interface DecreaseStreamRetentionPeriodCommandInput
15
+ extends DecreaseStreamRetentionPeriodInput {}
16
+ export interface DecreaseStreamRetentionPeriodCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DecreaseStreamRetentionPeriodCommand extends $Command<
20
+ DecreaseStreamRetentionPeriodCommandInput,
21
+ DecreaseStreamRetentionPeriodCommandOutput,
22
+ KinesisClientResolvedConfig
23
+ > {
24
+ readonly input: DecreaseStreamRetentionPeriodCommandInput;
25
+ constructor(input: DecreaseStreamRetentionPeriodCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: KinesisClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DecreaseStreamRetentionPeriodCommandInput,
33
+ DecreaseStreamRetentionPeriodCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
- import { DeleteStreamInput } from "../models/models_0";
5
- export interface DeleteStreamCommandInput extends DeleteStreamInput {
6
- }
7
- export interface DeleteStreamCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteStreamCommand extends $Command<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisClientResolvedConfig> {
11
- readonly input: DeleteStreamCommandInput;
12
- constructor(input: DeleteStreamCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStreamCommandInput, DeleteStreamCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KinesisClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KinesisClient";
13
+ import { DeleteStreamInput } from "../models/models_0";
14
+ export interface DeleteStreamCommandInput extends DeleteStreamInput {}
15
+ export interface DeleteStreamCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteStreamCommand extends $Command<
18
+ DeleteStreamCommandInput,
19
+ DeleteStreamCommandOutput,
20
+ KinesisClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteStreamCommandInput;
23
+ constructor(input: DeleteStreamCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KinesisClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteStreamCommandInput, DeleteStreamCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }