types-boto3-kinesis 1.35.93__py3-none-any.whl → 1.37.0__py3-none-any.whl
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.
- types_boto3_kinesis/__init__.py +4 -2
- types_boto3_kinesis/__init__.pyi +4 -2
- types_boto3_kinesis/__main__.py +4 -4
- types_boto3_kinesis/client.py +64 -74
- types_boto3_kinesis/client.pyi +64 -74
- types_boto3_kinesis/literals.py +4 -5
- types_boto3_kinesis/literals.pyi +4 -5
- types_boto3_kinesis/paginator.py +2 -2
- types_boto3_kinesis/paginator.pyi +2 -2
- types_boto3_kinesis/type_defs.py +75 -66
- types_boto3_kinesis/type_defs.pyi +74 -66
- types_boto3_kinesis/version.py +1 -1
- types_boto3_kinesis/waiter.py +4 -4
- types_boto3_kinesis/waiter.pyi +4 -4
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/METADATA +27 -11
- types_boto3_kinesis-1.37.0.dist-info/RECORD +20 -0
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/WHEEL +1 -1
- types_boto3_kinesis-1.35.93.dist-info/RECORD +0 -20
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_kinesis/client.pyi
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for kinesis service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -12,8 +14,6 @@ Usage::
|
|
|
12
14
|
session = Session()
|
|
13
15
|
client: KinesisClient = session.client("kinesis")
|
|
14
16
|
```
|
|
15
|
-
|
|
16
|
-
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
@@ -32,55 +32,55 @@ from .paginator import (
|
|
|
32
32
|
ListStreamsPaginator,
|
|
33
33
|
)
|
|
34
34
|
from .type_defs import (
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
AddTagsToStreamInputTypeDef,
|
|
36
|
+
CreateStreamInputTypeDef,
|
|
37
|
+
DecreaseStreamRetentionPeriodInputTypeDef,
|
|
38
|
+
DeleteResourcePolicyInputTypeDef,
|
|
39
|
+
DeleteStreamInputTypeDef,
|
|
40
|
+
DeregisterStreamConsumerInputTypeDef,
|
|
41
41
|
DescribeLimitsOutputTypeDef,
|
|
42
|
-
|
|
42
|
+
DescribeStreamConsumerInputTypeDef,
|
|
43
43
|
DescribeStreamConsumerOutputTypeDef,
|
|
44
|
-
|
|
44
|
+
DescribeStreamInputTypeDef,
|
|
45
45
|
DescribeStreamOutputTypeDef,
|
|
46
|
-
|
|
46
|
+
DescribeStreamSummaryInputTypeDef,
|
|
47
47
|
DescribeStreamSummaryOutputTypeDef,
|
|
48
|
-
|
|
48
|
+
DisableEnhancedMonitoringInputTypeDef,
|
|
49
49
|
EmptyResponseMetadataTypeDef,
|
|
50
|
-
|
|
50
|
+
EnableEnhancedMonitoringInputTypeDef,
|
|
51
51
|
EnhancedMonitoringOutputTypeDef,
|
|
52
|
-
|
|
52
|
+
GetRecordsInputTypeDef,
|
|
53
53
|
GetRecordsOutputTypeDef,
|
|
54
|
-
|
|
54
|
+
GetResourcePolicyInputTypeDef,
|
|
55
55
|
GetResourcePolicyOutputTypeDef,
|
|
56
|
-
|
|
56
|
+
GetShardIteratorInputTypeDef,
|
|
57
57
|
GetShardIteratorOutputTypeDef,
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
IncreaseStreamRetentionPeriodInputTypeDef,
|
|
59
|
+
ListShardsInputTypeDef,
|
|
60
60
|
ListShardsOutputTypeDef,
|
|
61
|
-
|
|
61
|
+
ListStreamConsumersInputTypeDef,
|
|
62
62
|
ListStreamConsumersOutputTypeDef,
|
|
63
|
-
|
|
63
|
+
ListStreamsInputTypeDef,
|
|
64
64
|
ListStreamsOutputTypeDef,
|
|
65
|
-
|
|
65
|
+
ListTagsForStreamInputTypeDef,
|
|
66
66
|
ListTagsForStreamOutputTypeDef,
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
MergeShardsInputTypeDef,
|
|
68
|
+
PutRecordInputTypeDef,
|
|
69
69
|
PutRecordOutputTypeDef,
|
|
70
|
-
|
|
70
|
+
PutRecordsInputTypeDef,
|
|
71
71
|
PutRecordsOutputTypeDef,
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
PutResourcePolicyInputTypeDef,
|
|
73
|
+
RegisterStreamConsumerInputTypeDef,
|
|
74
74
|
RegisterStreamConsumerOutputTypeDef,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
75
|
+
RemoveTagsFromStreamInputTypeDef,
|
|
76
|
+
SplitShardInputTypeDef,
|
|
77
|
+
StartStreamEncryptionInputTypeDef,
|
|
78
|
+
StopStreamEncryptionInputTypeDef,
|
|
79
|
+
SubscribeToShardInputTypeDef,
|
|
80
80
|
SubscribeToShardOutputTypeDef,
|
|
81
|
-
|
|
81
|
+
UpdateShardCountInputTypeDef,
|
|
82
82
|
UpdateShardCountOutputTypeDef,
|
|
83
|
-
|
|
83
|
+
UpdateStreamModeInputTypeDef,
|
|
84
84
|
)
|
|
85
85
|
from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
|
|
86
86
|
|
|
@@ -151,7 +151,7 @@ class KinesisClient(BaseClient):
|
|
|
151
151
|
"""
|
|
152
152
|
|
|
153
153
|
def add_tags_to_stream(
|
|
154
|
-
self, **kwargs: Unpack[
|
|
154
|
+
self, **kwargs: Unpack[AddTagsToStreamInputTypeDef]
|
|
155
155
|
) -> EmptyResponseMetadataTypeDef:
|
|
156
156
|
"""
|
|
157
157
|
Adds or updates tags for the specified Kinesis data stream.
|
|
@@ -161,7 +161,7 @@ class KinesisClient(BaseClient):
|
|
|
161
161
|
"""
|
|
162
162
|
|
|
163
163
|
def create_stream(
|
|
164
|
-
self, **kwargs: Unpack[
|
|
164
|
+
self, **kwargs: Unpack[CreateStreamInputTypeDef]
|
|
165
165
|
) -> EmptyResponseMetadataTypeDef:
|
|
166
166
|
"""
|
|
167
167
|
Creates a Kinesis data stream.
|
|
@@ -171,7 +171,7 @@ class KinesisClient(BaseClient):
|
|
|
171
171
|
"""
|
|
172
172
|
|
|
173
173
|
def decrease_stream_retention_period(
|
|
174
|
-
self, **kwargs: Unpack[
|
|
174
|
+
self, **kwargs: Unpack[DecreaseStreamRetentionPeriodInputTypeDef]
|
|
175
175
|
) -> EmptyResponseMetadataTypeDef:
|
|
176
176
|
"""
|
|
177
177
|
Decreases the Kinesis data stream's retention period, which is the length of
|
|
@@ -182,7 +182,7 @@ class KinesisClient(BaseClient):
|
|
|
182
182
|
"""
|
|
183
183
|
|
|
184
184
|
def delete_resource_policy(
|
|
185
|
-
self, **kwargs: Unpack[
|
|
185
|
+
self, **kwargs: Unpack[DeleteResourcePolicyInputTypeDef]
|
|
186
186
|
) -> EmptyResponseMetadataTypeDef:
|
|
187
187
|
"""
|
|
188
188
|
Delete a policy for the specified data stream or consumer.
|
|
@@ -192,7 +192,7 @@ class KinesisClient(BaseClient):
|
|
|
192
192
|
"""
|
|
193
193
|
|
|
194
194
|
def delete_stream(
|
|
195
|
-
self, **kwargs: Unpack[
|
|
195
|
+
self, **kwargs: Unpack[DeleteStreamInputTypeDef]
|
|
196
196
|
) -> EmptyResponseMetadataTypeDef:
|
|
197
197
|
"""
|
|
198
198
|
Deletes a Kinesis data stream and all its shards and data.
|
|
@@ -202,7 +202,7 @@ class KinesisClient(BaseClient):
|
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
def deregister_stream_consumer(
|
|
205
|
-
self, **kwargs: Unpack[
|
|
205
|
+
self, **kwargs: Unpack[DeregisterStreamConsumerInputTypeDef]
|
|
206
206
|
) -> EmptyResponseMetadataTypeDef:
|
|
207
207
|
"""
|
|
208
208
|
To deregister a consumer, provide its ARN.
|
|
@@ -220,7 +220,7 @@ class KinesisClient(BaseClient):
|
|
|
220
220
|
"""
|
|
221
221
|
|
|
222
222
|
def describe_stream(
|
|
223
|
-
self, **kwargs: Unpack[
|
|
223
|
+
self, **kwargs: Unpack[DescribeStreamInputTypeDef]
|
|
224
224
|
) -> DescribeStreamOutputTypeDef:
|
|
225
225
|
"""
|
|
226
226
|
Describes the specified Kinesis data stream.
|
|
@@ -230,7 +230,7 @@ class KinesisClient(BaseClient):
|
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
def describe_stream_consumer(
|
|
233
|
-
self, **kwargs: Unpack[
|
|
233
|
+
self, **kwargs: Unpack[DescribeStreamConsumerInputTypeDef]
|
|
234
234
|
) -> DescribeStreamConsumerOutputTypeDef:
|
|
235
235
|
"""
|
|
236
236
|
To get the description of a registered consumer, provide the ARN of the
|
|
@@ -241,7 +241,7 @@ class KinesisClient(BaseClient):
|
|
|
241
241
|
"""
|
|
242
242
|
|
|
243
243
|
def describe_stream_summary(
|
|
244
|
-
self, **kwargs: Unpack[
|
|
244
|
+
self, **kwargs: Unpack[DescribeStreamSummaryInputTypeDef]
|
|
245
245
|
) -> DescribeStreamSummaryOutputTypeDef:
|
|
246
246
|
"""
|
|
247
247
|
Provides a summarized description of the specified Kinesis data stream without
|
|
@@ -252,7 +252,7 @@ class KinesisClient(BaseClient):
|
|
|
252
252
|
"""
|
|
253
253
|
|
|
254
254
|
def disable_enhanced_monitoring(
|
|
255
|
-
self, **kwargs: Unpack[
|
|
255
|
+
self, **kwargs: Unpack[DisableEnhancedMonitoringInputTypeDef]
|
|
256
256
|
) -> EnhancedMonitoringOutputTypeDef:
|
|
257
257
|
"""
|
|
258
258
|
Disables enhanced monitoring.
|
|
@@ -262,7 +262,7 @@ class KinesisClient(BaseClient):
|
|
|
262
262
|
"""
|
|
263
263
|
|
|
264
264
|
def enable_enhanced_monitoring(
|
|
265
|
-
self, **kwargs: Unpack[
|
|
265
|
+
self, **kwargs: Unpack[EnableEnhancedMonitoringInputTypeDef]
|
|
266
266
|
) -> EnhancedMonitoringOutputTypeDef:
|
|
267
267
|
"""
|
|
268
268
|
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
|
@@ -271,9 +271,7 @@ class KinesisClient(BaseClient):
|
|
|
271
271
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#enable_enhanced_monitoring)
|
|
272
272
|
"""
|
|
273
273
|
|
|
274
|
-
def get_records(
|
|
275
|
-
self, **kwargs: Unpack[GetRecordsInputRequestTypeDef]
|
|
276
|
-
) -> GetRecordsOutputTypeDef:
|
|
274
|
+
def get_records(self, **kwargs: Unpack[GetRecordsInputTypeDef]) -> GetRecordsOutputTypeDef:
|
|
277
275
|
"""
|
|
278
276
|
Gets data records from a Kinesis data stream's shard.
|
|
279
277
|
|
|
@@ -282,7 +280,7 @@ class KinesisClient(BaseClient):
|
|
|
282
280
|
"""
|
|
283
281
|
|
|
284
282
|
def get_resource_policy(
|
|
285
|
-
self, **kwargs: Unpack[
|
|
283
|
+
self, **kwargs: Unpack[GetResourcePolicyInputTypeDef]
|
|
286
284
|
) -> GetResourcePolicyOutputTypeDef:
|
|
287
285
|
"""
|
|
288
286
|
Returns a policy attached to the specified data stream or consumer.
|
|
@@ -292,7 +290,7 @@ class KinesisClient(BaseClient):
|
|
|
292
290
|
"""
|
|
293
291
|
|
|
294
292
|
def get_shard_iterator(
|
|
295
|
-
self, **kwargs: Unpack[
|
|
293
|
+
self, **kwargs: Unpack[GetShardIteratorInputTypeDef]
|
|
296
294
|
) -> GetShardIteratorOutputTypeDef:
|
|
297
295
|
"""
|
|
298
296
|
Gets an Amazon Kinesis shard iterator.
|
|
@@ -302,7 +300,7 @@ class KinesisClient(BaseClient):
|
|
|
302
300
|
"""
|
|
303
301
|
|
|
304
302
|
def increase_stream_retention_period(
|
|
305
|
-
self, **kwargs: Unpack[
|
|
303
|
+
self, **kwargs: Unpack[IncreaseStreamRetentionPeriodInputTypeDef]
|
|
306
304
|
) -> EmptyResponseMetadataTypeDef:
|
|
307
305
|
"""
|
|
308
306
|
Increases the Kinesis data stream's retention period, which is the length of
|
|
@@ -312,9 +310,7 @@ class KinesisClient(BaseClient):
|
|
|
312
310
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#increase_stream_retention_period)
|
|
313
311
|
"""
|
|
314
312
|
|
|
315
|
-
def list_shards(
|
|
316
|
-
self, **kwargs: Unpack[ListShardsInputRequestTypeDef]
|
|
317
|
-
) -> ListShardsOutputTypeDef:
|
|
313
|
+
def list_shards(self, **kwargs: Unpack[ListShardsInputTypeDef]) -> ListShardsOutputTypeDef:
|
|
318
314
|
"""
|
|
319
315
|
Lists the shards in a stream and provides information about each shard.
|
|
320
316
|
|
|
@@ -323,7 +319,7 @@ class KinesisClient(BaseClient):
|
|
|
323
319
|
"""
|
|
324
320
|
|
|
325
321
|
def list_stream_consumers(
|
|
326
|
-
self, **kwargs: Unpack[
|
|
322
|
+
self, **kwargs: Unpack[ListStreamConsumersInputTypeDef]
|
|
327
323
|
) -> ListStreamConsumersOutputTypeDef:
|
|
328
324
|
"""
|
|
329
325
|
Lists the consumers registered to receive data from a stream using enhanced
|
|
@@ -333,9 +329,7 @@ class KinesisClient(BaseClient):
|
|
|
333
329
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#list_stream_consumers)
|
|
334
330
|
"""
|
|
335
331
|
|
|
336
|
-
def list_streams(
|
|
337
|
-
self, **kwargs: Unpack[ListStreamsInputRequestTypeDef]
|
|
338
|
-
) -> ListStreamsOutputTypeDef:
|
|
332
|
+
def list_streams(self, **kwargs: Unpack[ListStreamsInputTypeDef]) -> ListStreamsOutputTypeDef:
|
|
339
333
|
"""
|
|
340
334
|
Lists your Kinesis data streams.
|
|
341
335
|
|
|
@@ -344,7 +338,7 @@ class KinesisClient(BaseClient):
|
|
|
344
338
|
"""
|
|
345
339
|
|
|
346
340
|
def list_tags_for_stream(
|
|
347
|
-
self, **kwargs: Unpack[
|
|
341
|
+
self, **kwargs: Unpack[ListTagsForStreamInputTypeDef]
|
|
348
342
|
) -> ListTagsForStreamOutputTypeDef:
|
|
349
343
|
"""
|
|
350
344
|
Lists the tags for the specified Kinesis data stream.
|
|
@@ -354,7 +348,7 @@ class KinesisClient(BaseClient):
|
|
|
354
348
|
"""
|
|
355
349
|
|
|
356
350
|
def merge_shards(
|
|
357
|
-
self, **kwargs: Unpack[
|
|
351
|
+
self, **kwargs: Unpack[MergeShardsInputTypeDef]
|
|
358
352
|
) -> EmptyResponseMetadataTypeDef:
|
|
359
353
|
"""
|
|
360
354
|
Merges two adjacent shards in a Kinesis data stream and combines them into a
|
|
@@ -364,7 +358,7 @@ class KinesisClient(BaseClient):
|
|
|
364
358
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#merge_shards)
|
|
365
359
|
"""
|
|
366
360
|
|
|
367
|
-
def put_record(self, **kwargs: Unpack[
|
|
361
|
+
def put_record(self, **kwargs: Unpack[PutRecordInputTypeDef]) -> PutRecordOutputTypeDef:
|
|
368
362
|
"""
|
|
369
363
|
Writes a single data record into an Amazon Kinesis data stream.
|
|
370
364
|
|
|
@@ -372,9 +366,7 @@ class KinesisClient(BaseClient):
|
|
|
372
366
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#put_record)
|
|
373
367
|
"""
|
|
374
368
|
|
|
375
|
-
def put_records(
|
|
376
|
-
self, **kwargs: Unpack[PutRecordsInputRequestTypeDef]
|
|
377
|
-
) -> PutRecordsOutputTypeDef:
|
|
369
|
+
def put_records(self, **kwargs: Unpack[PutRecordsInputTypeDef]) -> PutRecordsOutputTypeDef:
|
|
378
370
|
"""
|
|
379
371
|
Writes multiple data records into a Kinesis data stream in a single call (also
|
|
380
372
|
referred to as a <code>PutRecords</code> request).
|
|
@@ -384,7 +376,7 @@ class KinesisClient(BaseClient):
|
|
|
384
376
|
"""
|
|
385
377
|
|
|
386
378
|
def put_resource_policy(
|
|
387
|
-
self, **kwargs: Unpack[
|
|
379
|
+
self, **kwargs: Unpack[PutResourcePolicyInputTypeDef]
|
|
388
380
|
) -> EmptyResponseMetadataTypeDef:
|
|
389
381
|
"""
|
|
390
382
|
Attaches a resource-based policy to a data stream or registered consumer.
|
|
@@ -394,7 +386,7 @@ class KinesisClient(BaseClient):
|
|
|
394
386
|
"""
|
|
395
387
|
|
|
396
388
|
def register_stream_consumer(
|
|
397
|
-
self, **kwargs: Unpack[
|
|
389
|
+
self, **kwargs: Unpack[RegisterStreamConsumerInputTypeDef]
|
|
398
390
|
) -> RegisterStreamConsumerOutputTypeDef:
|
|
399
391
|
"""
|
|
400
392
|
Registers a consumer with a Kinesis data stream.
|
|
@@ -404,7 +396,7 @@ class KinesisClient(BaseClient):
|
|
|
404
396
|
"""
|
|
405
397
|
|
|
406
398
|
def remove_tags_from_stream(
|
|
407
|
-
self, **kwargs: Unpack[
|
|
399
|
+
self, **kwargs: Unpack[RemoveTagsFromStreamInputTypeDef]
|
|
408
400
|
) -> EmptyResponseMetadataTypeDef:
|
|
409
401
|
"""
|
|
410
402
|
Removes tags from the specified Kinesis data stream.
|
|
@@ -413,9 +405,7 @@ class KinesisClient(BaseClient):
|
|
|
413
405
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/client/#remove_tags_from_stream)
|
|
414
406
|
"""
|
|
415
407
|
|
|
416
|
-
def split_shard(
|
|
417
|
-
self, **kwargs: Unpack[SplitShardInputRequestTypeDef]
|
|
418
|
-
) -> EmptyResponseMetadataTypeDef:
|
|
408
|
+
def split_shard(self, **kwargs: Unpack[SplitShardInputTypeDef]) -> EmptyResponseMetadataTypeDef:
|
|
419
409
|
"""
|
|
420
410
|
Splits a shard into two new shards in the Kinesis data stream, to increase the
|
|
421
411
|
stream's capacity to ingest and transport data.
|
|
@@ -425,7 +415,7 @@ class KinesisClient(BaseClient):
|
|
|
425
415
|
"""
|
|
426
416
|
|
|
427
417
|
def start_stream_encryption(
|
|
428
|
-
self, **kwargs: Unpack[
|
|
418
|
+
self, **kwargs: Unpack[StartStreamEncryptionInputTypeDef]
|
|
429
419
|
) -> EmptyResponseMetadataTypeDef:
|
|
430
420
|
"""
|
|
431
421
|
Enables or updates server-side encryption using an Amazon Web Services KMS key
|
|
@@ -436,7 +426,7 @@ class KinesisClient(BaseClient):
|
|
|
436
426
|
"""
|
|
437
427
|
|
|
438
428
|
def stop_stream_encryption(
|
|
439
|
-
self, **kwargs: Unpack[
|
|
429
|
+
self, **kwargs: Unpack[StopStreamEncryptionInputTypeDef]
|
|
440
430
|
) -> EmptyResponseMetadataTypeDef:
|
|
441
431
|
"""
|
|
442
432
|
Disables server-side encryption for a specified stream.
|
|
@@ -446,7 +436,7 @@ class KinesisClient(BaseClient):
|
|
|
446
436
|
"""
|
|
447
437
|
|
|
448
438
|
def subscribe_to_shard(
|
|
449
|
-
self, **kwargs: Unpack[
|
|
439
|
+
self, **kwargs: Unpack[SubscribeToShardInputTypeDef]
|
|
450
440
|
) -> SubscribeToShardOutputTypeDef:
|
|
451
441
|
"""
|
|
452
442
|
This operation establishes an HTTP/2 connection between the consumer you
|
|
@@ -458,7 +448,7 @@ class KinesisClient(BaseClient):
|
|
|
458
448
|
"""
|
|
459
449
|
|
|
460
450
|
def update_shard_count(
|
|
461
|
-
self, **kwargs: Unpack[
|
|
451
|
+
self, **kwargs: Unpack[UpdateShardCountInputTypeDef]
|
|
462
452
|
) -> UpdateShardCountOutputTypeDef:
|
|
463
453
|
"""
|
|
464
454
|
Updates the shard count of the specified stream to the specified number of
|
|
@@ -469,7 +459,7 @@ class KinesisClient(BaseClient):
|
|
|
469
459
|
"""
|
|
470
460
|
|
|
471
461
|
def update_stream_mode(
|
|
472
|
-
self, **kwargs: Unpack[
|
|
462
|
+
self, **kwargs: Unpack[UpdateStreamModeInputTypeDef]
|
|
473
463
|
) -> EmptyResponseMetadataTypeDef:
|
|
474
464
|
"""
|
|
475
465
|
Updates the capacity mode of the data stream.
|
types_boto3_kinesis/literals.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for kinesis service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ConsumerStatusType = "ACTIVE"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -212,7 +212,6 @@ ServiceName = Literal[
|
|
|
212
212
|
"efs",
|
|
213
213
|
"eks",
|
|
214
214
|
"eks-auth",
|
|
215
|
-
"elastic-inference",
|
|
216
215
|
"elasticache",
|
|
217
216
|
"elasticbeanstalk",
|
|
218
217
|
"elastictranscoder",
|
|
@@ -261,8 +260,6 @@ ServiceName = Literal[
|
|
|
261
260
|
"iot",
|
|
262
261
|
"iot-data",
|
|
263
262
|
"iot-jobs-data",
|
|
264
|
-
"iot1click-devices",
|
|
265
|
-
"iot1click-projects",
|
|
266
263
|
"iotanalytics",
|
|
267
264
|
"iotdeviceadvisor",
|
|
268
265
|
"iotevents",
|
|
@@ -513,6 +510,7 @@ RegionName = Literal[
|
|
|
513
510
|
"ap-southeast-3",
|
|
514
511
|
"ap-southeast-4",
|
|
515
512
|
"ap-southeast-5",
|
|
513
|
+
"ap-southeast-7",
|
|
516
514
|
"ca-central-1",
|
|
517
515
|
"ca-west-1",
|
|
518
516
|
"eu-central-1",
|
|
@@ -526,6 +524,7 @@ RegionName = Literal[
|
|
|
526
524
|
"il-central-1",
|
|
527
525
|
"me-central-1",
|
|
528
526
|
"me-south-1",
|
|
527
|
+
"mx-central-1",
|
|
529
528
|
"sa-east-1",
|
|
530
529
|
"us-east-1",
|
|
531
530
|
"us-east-2",
|
types_boto3_kinesis/literals.pyi
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for kinesis service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ConsumerStatusType = "ACTIVE"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -210,7 +210,6 @@ ServiceName = Literal[
|
|
|
210
210
|
"efs",
|
|
211
211
|
"eks",
|
|
212
212
|
"eks-auth",
|
|
213
|
-
"elastic-inference",
|
|
214
213
|
"elasticache",
|
|
215
214
|
"elasticbeanstalk",
|
|
216
215
|
"elastictranscoder",
|
|
@@ -259,8 +258,6 @@ ServiceName = Literal[
|
|
|
259
258
|
"iot",
|
|
260
259
|
"iot-data",
|
|
261
260
|
"iot-jobs-data",
|
|
262
|
-
"iot1click-devices",
|
|
263
|
-
"iot1click-projects",
|
|
264
261
|
"iotanalytics",
|
|
265
262
|
"iotdeviceadvisor",
|
|
266
263
|
"iotevents",
|
|
@@ -511,6 +508,7 @@ RegionName = Literal[
|
|
|
511
508
|
"ap-southeast-3",
|
|
512
509
|
"ap-southeast-4",
|
|
513
510
|
"ap-southeast-5",
|
|
511
|
+
"ap-southeast-7",
|
|
514
512
|
"ca-central-1",
|
|
515
513
|
"ca-west-1",
|
|
516
514
|
"eu-central-1",
|
|
@@ -524,6 +522,7 @@ RegionName = Literal[
|
|
|
524
522
|
"il-central-1",
|
|
525
523
|
"me-central-1",
|
|
526
524
|
"me-south-1",
|
|
525
|
+
"mx-central-1",
|
|
527
526
|
"sa-east-1",
|
|
528
527
|
"us-east-1",
|
|
529
528
|
"us-east-2",
|
types_boto3_kinesis/paginator.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for kinesis service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -24,8 +26,6 @@ Usage::
|
|
|
24
26
|
list_stream_consumers_paginator: ListStreamConsumersPaginator = client.get_paginator("list_stream_consumers")
|
|
25
27
|
list_streams_paginator: ListStreamsPaginator = client.get_paginator("list_streams")
|
|
26
28
|
```
|
|
27
|
-
|
|
28
|
-
Copyright 2025 Vlad Emelianov
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
31
|
from __future__ import annotations
|
|
@@ -3,6 +3,8 @@ Type annotations for kinesis service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -24,8 +26,6 @@ Usage::
|
|
|
24
26
|
list_stream_consumers_paginator: ListStreamConsumersPaginator = client.get_paginator("list_stream_consumers")
|
|
25
27
|
list_streams_paginator: ListStreamsPaginator = client.get_paginator("list_streams")
|
|
26
28
|
```
|
|
27
|
-
|
|
28
|
-
Copyright 2025 Vlad Emelianov
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
31
|
from __future__ import annotations
|