@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Kinesis.d.ts +526 -150
- package/dist-types/ts3.4/KinesisClient.d.ts +312 -105
- package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/KinesisServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1073 -982
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListStreamConsumersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +356 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -39
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -39
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +13 -7
- package/package.json +38 -38
|
@@ -1,105 +1,312 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|