mypy-boto3-kinesis 1.28.12__tar.gz → 1.33.0__tar.gz
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.
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/PKG-INFO +20 -119
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/README.md +16 -116
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/__init__.pyi → mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/__init__.py +2 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis/__main__.py +4 -3
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/client.pyi → mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/client.py +97 -20
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/client.py → mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/client.pyi +55 -24
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/literals.pyi → mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/literals.py +21 -3
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/literals.py → mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/literals.pyi +19 -5
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis/paginator.py +9 -11
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis/paginator.pyi +9 -11
- mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/type_defs.py +855 -0
- mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/type_defs.pyi +854 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis/version.py +2 -1
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis/waiter.py +1 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis/waiter.pyi +1 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis.egg-info/PKG-INFO +20 -119
- mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis.egg-info/requires.txt +3 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/setup.py +6 -5
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/type_defs.py +0 -1317
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/type_defs.pyi +0 -1256
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis.egg-info/requires.txt +0 -3
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/LICENSE +0 -0
- mypy-boto3-kinesis-1.28.12/mypy_boto3_kinesis/__init__.py → mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/__init__.pyi +1 -1
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis/py.typed +0 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis.egg-info/not-zip-safe +0 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/mypy_boto3_kinesis.egg-info/top_level.txt +0 -0
- {mypy-boto3-kinesis-1.28.12 → mypy-boto3-kinesis-1.33.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-kinesis
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.Kinesis 1.
|
|
3
|
+
Version: 1.33.0
|
|
4
|
+
Summary: Type annotations for boto3.Kinesis 1.33.0 service generated with mypy-boto3-builder 7.20.3
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 kinesis type-annotations
|
|
12
|
+
Keywords: boto3 kinesis type-annotations botocore mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Typed
|
|
@@ -42,7 +43,7 @@ License-File: LICENSE
|
|
|
42
43
|

|
|
43
44
|
|
|
44
45
|
Type annotations for
|
|
45
|
-
[boto3.Kinesis 1.
|
|
46
|
+
[boto3.Kinesis 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
|
|
46
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
52
53
|
|
|
53
54
|
Generated by
|
|
54
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
|
|
55
56
|
|
|
56
57
|
More information can be found on
|
|
57
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -79,7 +80,7 @@ See how it helps to find and fix potential bugs:
|
|
|
79
80
|
- [Paginators annotations](#paginators-annotations)
|
|
80
81
|
- [Waiters annotations](#waiters-annotations)
|
|
81
82
|
- [Literals](#literals)
|
|
82
|
-
- [
|
|
83
|
+
- [Type definitions](#type-definitions)
|
|
83
84
|
- [How it works](#how-it-works)
|
|
84
85
|
- [What's new](#what's-new)
|
|
85
86
|
- [Implemented features](#implemented-features)
|
|
@@ -329,131 +330,31 @@ stream_not_exists_waiter: StreamNotExistsWaiter = client.get_waiter("stream_not_
|
|
|
329
330
|
`mypy_boto3_kinesis.literals` module contains literals extracted from shapes
|
|
330
331
|
that can be used in user code for type checking.
|
|
331
332
|
|
|
333
|
+
Full list of `Kinesis` Literals can be found in
|
|
334
|
+
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/literals/).
|
|
335
|
+
|
|
332
336
|
```python
|
|
333
|
-
from mypy_boto3_kinesis.literals import
|
|
334
|
-
ConsumerStatusType,
|
|
335
|
-
DescribeStreamPaginatorName,
|
|
336
|
-
EncryptionTypeType,
|
|
337
|
-
ListShardsPaginatorName,
|
|
338
|
-
ListStreamConsumersPaginatorName,
|
|
339
|
-
ListStreamsPaginatorName,
|
|
340
|
-
MetricsNameType,
|
|
341
|
-
ScalingTypeType,
|
|
342
|
-
ShardFilterTypeType,
|
|
343
|
-
ShardIteratorTypeType,
|
|
344
|
-
StreamExistsWaiterName,
|
|
345
|
-
StreamModeType,
|
|
346
|
-
StreamNotExistsWaiterName,
|
|
347
|
-
StreamStatusType,
|
|
348
|
-
KinesisServiceName,
|
|
349
|
-
ServiceName,
|
|
350
|
-
ResourceServiceName,
|
|
351
|
-
PaginatorName,
|
|
352
|
-
WaiterName,
|
|
353
|
-
RegionName,
|
|
354
|
-
)
|
|
337
|
+
from mypy_boto3_kinesis.literals import ConsumerStatusType
|
|
355
338
|
|
|
356
339
|
|
|
357
|
-
def check_value(value: ConsumerStatusType) -> bool:
|
|
358
|
-
...
|
|
340
|
+
def check_value(value: ConsumerStatusType) -> bool: ...
|
|
359
341
|
```
|
|
360
342
|
|
|
361
|
-
<a id="
|
|
343
|
+
<a id="type-definitions"></a>
|
|
362
344
|
|
|
363
|
-
###
|
|
345
|
+
### Type definitions
|
|
364
346
|
|
|
365
347
|
`mypy_boto3_kinesis.type_defs` module contains structures and shapes assembled
|
|
366
|
-
to typed dictionaries for additional type checking.
|
|
348
|
+
to typed dictionaries and unions for additional type checking.
|
|
349
|
+
|
|
350
|
+
Full list of `Kinesis` TypeDefs can be found in
|
|
351
|
+
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/type_defs/).
|
|
367
352
|
|
|
368
353
|
```python
|
|
369
|
-
from mypy_boto3_kinesis.type_defs import
|
|
370
|
-
AddTagsToStreamInputRequestTypeDef,
|
|
371
|
-
HashKeyRangeTypeDef,
|
|
372
|
-
ConsumerDescriptionTypeDef,
|
|
373
|
-
ConsumerTypeDef,
|
|
374
|
-
StreamModeDetailsTypeDef,
|
|
375
|
-
DecreaseStreamRetentionPeriodInputRequestTypeDef,
|
|
376
|
-
DeleteStreamInputRequestTypeDef,
|
|
377
|
-
DeregisterStreamConsumerInputRequestTypeDef,
|
|
378
|
-
DescribeLimitsOutputTypeDef,
|
|
379
|
-
DescribeStreamConsumerInputRequestTypeDef,
|
|
380
|
-
DescribeStreamInputDescribeStreamPaginateTypeDef,
|
|
381
|
-
DescribeStreamInputRequestTypeDef,
|
|
382
|
-
WaiterConfigTypeDef,
|
|
383
|
-
DescribeStreamSummaryInputRequestTypeDef,
|
|
384
|
-
DisableEnhancedMonitoringInputRequestTypeDef,
|
|
385
|
-
EmptyResponseMetadataTypeDef,
|
|
386
|
-
EnableEnhancedMonitoringInputRequestTypeDef,
|
|
387
|
-
EnhancedMetricsTypeDef,
|
|
388
|
-
EnhancedMonitoringOutputTypeDef,
|
|
389
|
-
GetRecordsInputRequestTypeDef,
|
|
390
|
-
RecordTypeDef,
|
|
391
|
-
GetShardIteratorInputRequestTypeDef,
|
|
392
|
-
GetShardIteratorOutputTypeDef,
|
|
393
|
-
IncreaseStreamRetentionPeriodInputRequestTypeDef,
|
|
394
|
-
InternalFailureExceptionTypeDef,
|
|
395
|
-
KMSAccessDeniedExceptionTypeDef,
|
|
396
|
-
KMSDisabledExceptionTypeDef,
|
|
397
|
-
KMSInvalidStateExceptionTypeDef,
|
|
398
|
-
KMSNotFoundExceptionTypeDef,
|
|
399
|
-
KMSOptInRequiredTypeDef,
|
|
400
|
-
KMSThrottlingExceptionTypeDef,
|
|
401
|
-
ShardFilterTypeDef,
|
|
402
|
-
ListStreamConsumersInputListStreamConsumersPaginateTypeDef,
|
|
403
|
-
ListStreamConsumersInputRequestTypeDef,
|
|
404
|
-
ListStreamsInputListStreamsPaginateTypeDef,
|
|
405
|
-
ListStreamsInputRequestTypeDef,
|
|
406
|
-
ListTagsForStreamInputRequestTypeDef,
|
|
407
|
-
TagTypeDef,
|
|
408
|
-
MergeShardsInputRequestTypeDef,
|
|
409
|
-
PaginatorConfigTypeDef,
|
|
410
|
-
PutRecordInputRequestTypeDef,
|
|
411
|
-
PutRecordOutputTypeDef,
|
|
412
|
-
PutRecordsRequestEntryTypeDef,
|
|
413
|
-
PutRecordsResultEntryTypeDef,
|
|
414
|
-
RegisterStreamConsumerInputRequestTypeDef,
|
|
415
|
-
RemoveTagsFromStreamInputRequestTypeDef,
|
|
416
|
-
ResourceInUseExceptionTypeDef,
|
|
417
|
-
ResourceNotFoundExceptionTypeDef,
|
|
418
|
-
ResponseMetadataTypeDef,
|
|
419
|
-
SequenceNumberRangeTypeDef,
|
|
420
|
-
SplitShardInputRequestTypeDef,
|
|
421
|
-
StartStreamEncryptionInputRequestTypeDef,
|
|
422
|
-
StartingPositionTypeDef,
|
|
423
|
-
StopStreamEncryptionInputRequestTypeDef,
|
|
424
|
-
StreamModeDetailsOutputTypeDef,
|
|
425
|
-
UpdateShardCountInputRequestTypeDef,
|
|
426
|
-
UpdateShardCountOutputTypeDef,
|
|
427
|
-
ChildShardTypeDef,
|
|
428
|
-
DescribeStreamConsumerOutputTypeDef,
|
|
429
|
-
ListStreamConsumersOutputTypeDef,
|
|
430
|
-
RegisterStreamConsumerOutputTypeDef,
|
|
431
|
-
CreateStreamInputRequestTypeDef,
|
|
432
|
-
UpdateStreamModeInputRequestTypeDef,
|
|
433
|
-
DescribeStreamInputStreamExistsWaitTypeDef,
|
|
434
|
-
DescribeStreamInputStreamNotExistsWaitTypeDef,
|
|
435
|
-
ListShardsInputListShardsPaginateTypeDef,
|
|
436
|
-
ListShardsInputRequestTypeDef,
|
|
437
|
-
ListTagsForStreamOutputTypeDef,
|
|
438
|
-
PutRecordsInputRequestTypeDef,
|
|
439
|
-
PutRecordsOutputTypeDef,
|
|
440
|
-
ShardTypeDef,
|
|
441
|
-
SubscribeToShardInputRequestTypeDef,
|
|
442
|
-
StreamDescriptionSummaryTypeDef,
|
|
443
|
-
StreamSummaryTypeDef,
|
|
444
|
-
GetRecordsOutputTypeDef,
|
|
445
|
-
SubscribeToShardEventTypeDef,
|
|
446
|
-
ListShardsOutputTypeDef,
|
|
447
|
-
StreamDescriptionTypeDef,
|
|
448
|
-
DescribeStreamSummaryOutputTypeDef,
|
|
449
|
-
ListStreamsOutputTypeDef,
|
|
450
|
-
SubscribeToShardEventStreamTypeDef,
|
|
451
|
-
DescribeStreamOutputTypeDef,
|
|
452
|
-
SubscribeToShardOutputTypeDef,
|
|
453
|
-
)
|
|
354
|
+
from mypy_boto3_kinesis.type_defs import AddTagsToStreamInputRequestTypeDef
|
|
454
355
|
|
|
455
356
|
|
|
456
|
-
def
|
|
357
|
+
def get_value() -> AddTagsToStreamInputRequestTypeDef:
|
|
457
358
|
return {...}
|
|
458
359
|
```
|
|
459
360
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Kinesis 1.
|
|
13
|
+
[boto3.Kinesis 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -47,7 +47,7 @@ See how it helps to find and fix potential bugs:
|
|
|
47
47
|
- [Paginators annotations](#paginators-annotations)
|
|
48
48
|
- [Waiters annotations](#waiters-annotations)
|
|
49
49
|
- [Literals](#literals)
|
|
50
|
-
- [
|
|
50
|
+
- [Type definitions](#type-definitions)
|
|
51
51
|
- [How it works](#how-it-works)
|
|
52
52
|
- [What's new](#what's-new)
|
|
53
53
|
- [Implemented features](#implemented-features)
|
|
@@ -297,131 +297,31 @@ stream_not_exists_waiter: StreamNotExistsWaiter = client.get_waiter("stream_not_
|
|
|
297
297
|
`mypy_boto3_kinesis.literals` module contains literals extracted from shapes
|
|
298
298
|
that can be used in user code for type checking.
|
|
299
299
|
|
|
300
|
+
Full list of `Kinesis` Literals can be found in
|
|
301
|
+
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/literals/).
|
|
302
|
+
|
|
300
303
|
```python
|
|
301
|
-
from mypy_boto3_kinesis.literals import
|
|
302
|
-
ConsumerStatusType,
|
|
303
|
-
DescribeStreamPaginatorName,
|
|
304
|
-
EncryptionTypeType,
|
|
305
|
-
ListShardsPaginatorName,
|
|
306
|
-
ListStreamConsumersPaginatorName,
|
|
307
|
-
ListStreamsPaginatorName,
|
|
308
|
-
MetricsNameType,
|
|
309
|
-
ScalingTypeType,
|
|
310
|
-
ShardFilterTypeType,
|
|
311
|
-
ShardIteratorTypeType,
|
|
312
|
-
StreamExistsWaiterName,
|
|
313
|
-
StreamModeType,
|
|
314
|
-
StreamNotExistsWaiterName,
|
|
315
|
-
StreamStatusType,
|
|
316
|
-
KinesisServiceName,
|
|
317
|
-
ServiceName,
|
|
318
|
-
ResourceServiceName,
|
|
319
|
-
PaginatorName,
|
|
320
|
-
WaiterName,
|
|
321
|
-
RegionName,
|
|
322
|
-
)
|
|
304
|
+
from mypy_boto3_kinesis.literals import ConsumerStatusType
|
|
323
305
|
|
|
324
306
|
|
|
325
|
-
def check_value(value: ConsumerStatusType) -> bool:
|
|
326
|
-
...
|
|
307
|
+
def check_value(value: ConsumerStatusType) -> bool: ...
|
|
327
308
|
```
|
|
328
309
|
|
|
329
|
-
<a id="
|
|
310
|
+
<a id="type-definitions"></a>
|
|
330
311
|
|
|
331
|
-
###
|
|
312
|
+
### Type definitions
|
|
332
313
|
|
|
333
314
|
`mypy_boto3_kinesis.type_defs` module contains structures and shapes assembled
|
|
334
|
-
to typed dictionaries for additional type checking.
|
|
315
|
+
to typed dictionaries and unions for additional type checking.
|
|
316
|
+
|
|
317
|
+
Full list of `Kinesis` TypeDefs can be found in
|
|
318
|
+
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/type_defs/).
|
|
335
319
|
|
|
336
320
|
```python
|
|
337
|
-
from mypy_boto3_kinesis.type_defs import
|
|
338
|
-
AddTagsToStreamInputRequestTypeDef,
|
|
339
|
-
HashKeyRangeTypeDef,
|
|
340
|
-
ConsumerDescriptionTypeDef,
|
|
341
|
-
ConsumerTypeDef,
|
|
342
|
-
StreamModeDetailsTypeDef,
|
|
343
|
-
DecreaseStreamRetentionPeriodInputRequestTypeDef,
|
|
344
|
-
DeleteStreamInputRequestTypeDef,
|
|
345
|
-
DeregisterStreamConsumerInputRequestTypeDef,
|
|
346
|
-
DescribeLimitsOutputTypeDef,
|
|
347
|
-
DescribeStreamConsumerInputRequestTypeDef,
|
|
348
|
-
DescribeStreamInputDescribeStreamPaginateTypeDef,
|
|
349
|
-
DescribeStreamInputRequestTypeDef,
|
|
350
|
-
WaiterConfigTypeDef,
|
|
351
|
-
DescribeStreamSummaryInputRequestTypeDef,
|
|
352
|
-
DisableEnhancedMonitoringInputRequestTypeDef,
|
|
353
|
-
EmptyResponseMetadataTypeDef,
|
|
354
|
-
EnableEnhancedMonitoringInputRequestTypeDef,
|
|
355
|
-
EnhancedMetricsTypeDef,
|
|
356
|
-
EnhancedMonitoringOutputTypeDef,
|
|
357
|
-
GetRecordsInputRequestTypeDef,
|
|
358
|
-
RecordTypeDef,
|
|
359
|
-
GetShardIteratorInputRequestTypeDef,
|
|
360
|
-
GetShardIteratorOutputTypeDef,
|
|
361
|
-
IncreaseStreamRetentionPeriodInputRequestTypeDef,
|
|
362
|
-
InternalFailureExceptionTypeDef,
|
|
363
|
-
KMSAccessDeniedExceptionTypeDef,
|
|
364
|
-
KMSDisabledExceptionTypeDef,
|
|
365
|
-
KMSInvalidStateExceptionTypeDef,
|
|
366
|
-
KMSNotFoundExceptionTypeDef,
|
|
367
|
-
KMSOptInRequiredTypeDef,
|
|
368
|
-
KMSThrottlingExceptionTypeDef,
|
|
369
|
-
ShardFilterTypeDef,
|
|
370
|
-
ListStreamConsumersInputListStreamConsumersPaginateTypeDef,
|
|
371
|
-
ListStreamConsumersInputRequestTypeDef,
|
|
372
|
-
ListStreamsInputListStreamsPaginateTypeDef,
|
|
373
|
-
ListStreamsInputRequestTypeDef,
|
|
374
|
-
ListTagsForStreamInputRequestTypeDef,
|
|
375
|
-
TagTypeDef,
|
|
376
|
-
MergeShardsInputRequestTypeDef,
|
|
377
|
-
PaginatorConfigTypeDef,
|
|
378
|
-
PutRecordInputRequestTypeDef,
|
|
379
|
-
PutRecordOutputTypeDef,
|
|
380
|
-
PutRecordsRequestEntryTypeDef,
|
|
381
|
-
PutRecordsResultEntryTypeDef,
|
|
382
|
-
RegisterStreamConsumerInputRequestTypeDef,
|
|
383
|
-
RemoveTagsFromStreamInputRequestTypeDef,
|
|
384
|
-
ResourceInUseExceptionTypeDef,
|
|
385
|
-
ResourceNotFoundExceptionTypeDef,
|
|
386
|
-
ResponseMetadataTypeDef,
|
|
387
|
-
SequenceNumberRangeTypeDef,
|
|
388
|
-
SplitShardInputRequestTypeDef,
|
|
389
|
-
StartStreamEncryptionInputRequestTypeDef,
|
|
390
|
-
StartingPositionTypeDef,
|
|
391
|
-
StopStreamEncryptionInputRequestTypeDef,
|
|
392
|
-
StreamModeDetailsOutputTypeDef,
|
|
393
|
-
UpdateShardCountInputRequestTypeDef,
|
|
394
|
-
UpdateShardCountOutputTypeDef,
|
|
395
|
-
ChildShardTypeDef,
|
|
396
|
-
DescribeStreamConsumerOutputTypeDef,
|
|
397
|
-
ListStreamConsumersOutputTypeDef,
|
|
398
|
-
RegisterStreamConsumerOutputTypeDef,
|
|
399
|
-
CreateStreamInputRequestTypeDef,
|
|
400
|
-
UpdateStreamModeInputRequestTypeDef,
|
|
401
|
-
DescribeStreamInputStreamExistsWaitTypeDef,
|
|
402
|
-
DescribeStreamInputStreamNotExistsWaitTypeDef,
|
|
403
|
-
ListShardsInputListShardsPaginateTypeDef,
|
|
404
|
-
ListShardsInputRequestTypeDef,
|
|
405
|
-
ListTagsForStreamOutputTypeDef,
|
|
406
|
-
PutRecordsInputRequestTypeDef,
|
|
407
|
-
PutRecordsOutputTypeDef,
|
|
408
|
-
ShardTypeDef,
|
|
409
|
-
SubscribeToShardInputRequestTypeDef,
|
|
410
|
-
StreamDescriptionSummaryTypeDef,
|
|
411
|
-
StreamSummaryTypeDef,
|
|
412
|
-
GetRecordsOutputTypeDef,
|
|
413
|
-
SubscribeToShardEventTypeDef,
|
|
414
|
-
ListShardsOutputTypeDef,
|
|
415
|
-
StreamDescriptionTypeDef,
|
|
416
|
-
DescribeStreamSummaryOutputTypeDef,
|
|
417
|
-
ListStreamsOutputTypeDef,
|
|
418
|
-
SubscribeToShardEventStreamTypeDef,
|
|
419
|
-
DescribeStreamOutputTypeDef,
|
|
420
|
-
SubscribeToShardOutputTypeDef,
|
|
421
|
-
)
|
|
321
|
+
from mypy_boto3_kinesis.type_defs import AddTagsToStreamInputRequestTypeDef
|
|
422
322
|
|
|
423
323
|
|
|
424
|
-
def
|
|
324
|
+
def get_value() -> AddTagsToStreamInputRequestTypeDef:
|
|
425
325
|
return {...}
|
|
426
326
|
```
|
|
427
327
|
|
|
@@ -28,6 +28,7 @@ Usage::
|
|
|
28
28
|
list_streams_paginator: ListStreamsPaginator = client.get_paginator("list_streams")
|
|
29
29
|
```
|
|
30
30
|
"""
|
|
31
|
+
|
|
31
32
|
from .client import KinesisClient
|
|
32
33
|
from .paginator import (
|
|
33
34
|
DescribeStreamPaginator,
|
|
@@ -39,6 +40,7 @@ from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
|
|
|
39
40
|
|
|
40
41
|
Client = KinesisClient
|
|
41
42
|
|
|
43
|
+
|
|
42
44
|
__all__ = (
|
|
43
45
|
"Client",
|
|
44
46
|
"DescribeStreamPaginator",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
"""
|
|
4
|
+
|
|
4
5
|
import sys
|
|
5
6
|
|
|
6
7
|
|
|
@@ -9,8 +10,8 @@ def print_info() -> None:
|
|
|
9
10
|
Print package info to stdout.
|
|
10
11
|
"""
|
|
11
12
|
print(
|
|
12
|
-
"Type annotations for boto3.Kinesis 1.
|
|
13
|
-
" 7.
|
|
13
|
+
"Type annotations for boto3.Kinesis 1.33.0\nVersion: 1.33.0\nBuilder version:"
|
|
14
|
+
" 7.20.3\nDocs: "
|
|
14
15
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis//\nBoto3 docs: "
|
|
15
16
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis\nOther"
|
|
16
17
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -22,7 +23,7 @@ def print_version() -> None:
|
|
|
22
23
|
"""
|
|
23
24
|
Print package version to stdout.
|
|
24
25
|
"""
|
|
25
|
-
print("1.
|
|
26
|
+
print("1.33.0")
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
def main() -> None:
|