mypy-boto3-kinesis 1.34.0__tar.gz → 1.35.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.34.0 → mypy_boto3_kinesis-1.35.0}/LICENSE +1 -1
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/PKG-INFO +7 -7
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/README.md +2 -2
- mypy-boto3-kinesis-1.34.0/mypy_boto3_kinesis/__init__.py → mypy_boto3_kinesis-1.35.0/mypy_boto3_kinesis/__init__.pyi +0 -1
- mypy_boto3_kinesis-1.35.0/mypy_boto3_kinesis/__main__.py +40 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/client.py +15 -16
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/client.pyi +15 -15
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/literals.py +18 -7
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/literals.pyi +18 -5
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/paginator.py +3 -4
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/paginator.pyi +3 -3
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/type_defs.py +4 -5
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/type_defs.pyi +4 -4
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/version.py +1 -1
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/waiter.py +2 -2
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/waiter.pyi +2 -2
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/PKG-INFO +7 -7
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/setup.py +5 -8
- mypy-boto3-kinesis-1.34.0/mypy_boto3_kinesis/__main__.py +0 -39
- /mypy-boto3-kinesis-1.34.0/mypy_boto3_kinesis/__init__.pyi → /mypy_boto3_kinesis-1.35.0/mypy_boto3_kinesis/__init__.py +0 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis/py.typed +0 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/not-zip-safe +0 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/requires.txt +0 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/top_level.txt +0 -0
- {mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.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.35.0
|
|
4
|
+
Summary: Type annotations for boto3.Kinesis 1.35.0 service generated with mypy-boto3-builder 7.26.0
|
|
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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-kinesis"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Kinesis 1.
|
|
46
|
+
[boto3.Kinesis 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Kinesis 1.
|
|
13
|
+
[boto3.Kinesis 1.35.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.26.0](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
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def print_info() -> None:
|
|
9
|
+
"""
|
|
10
|
+
Print package info to stdout.
|
|
11
|
+
"""
|
|
12
|
+
print(
|
|
13
|
+
"Type annotations for boto3.Kinesis 1.35.0\n"
|
|
14
|
+
"Version: 1.35.0\n"
|
|
15
|
+
"Builder version: 7.26.0\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis\n"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def print_version() -> None:
|
|
24
|
+
"""
|
|
25
|
+
Print package version to stdout.
|
|
26
|
+
"""
|
|
27
|
+
print("1.35.0")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def main() -> None:
|
|
31
|
+
"""
|
|
32
|
+
Main CLI entrypoint.
|
|
33
|
+
"""
|
|
34
|
+
if "--version" in sys.argv:
|
|
35
|
+
return print_version()
|
|
36
|
+
print_info()
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
if __name__ == "__main__":
|
|
40
|
+
main()
|
|
@@ -59,7 +59,6 @@ if sys.version_info >= (3, 12):
|
|
|
59
59
|
else:
|
|
60
60
|
from typing_extensions import Literal
|
|
61
61
|
|
|
62
|
-
|
|
63
62
|
__all__ = ("KinesisClient",)
|
|
64
63
|
|
|
65
64
|
|
|
@@ -139,7 +138,7 @@ class KinesisClient(BaseClient):
|
|
|
139
138
|
*,
|
|
140
139
|
StreamName: str,
|
|
141
140
|
ShardCount: int = ...,
|
|
142
|
-
StreamModeDetails: StreamModeDetailsTypeDef =
|
|
141
|
+
StreamModeDetails: StreamModeDetailsTypeDef = ...,
|
|
143
142
|
) -> EmptyResponseMetadataTypeDef:
|
|
144
143
|
"""
|
|
145
144
|
Creates a Kinesis data stream.
|
|
@@ -202,7 +201,7 @@ class KinesisClient(BaseClient):
|
|
|
202
201
|
StreamName: str = ...,
|
|
203
202
|
Limit: int = ...,
|
|
204
203
|
ExclusiveStartShardId: str = ...,
|
|
205
|
-
StreamARN: str =
|
|
204
|
+
StreamARN: str = ...,
|
|
206
205
|
) -> DescribeStreamOutputTypeDef:
|
|
207
206
|
"""
|
|
208
207
|
Describes the specified Kinesis data stream.
|
|
@@ -239,7 +238,7 @@ class KinesisClient(BaseClient):
|
|
|
239
238
|
*,
|
|
240
239
|
ShardLevelMetrics: Sequence[MetricsNameType],
|
|
241
240
|
StreamName: str = ...,
|
|
242
|
-
StreamARN: str =
|
|
241
|
+
StreamARN: str = ...,
|
|
243
242
|
) -> EnhancedMonitoringOutputTypeDef:
|
|
244
243
|
"""
|
|
245
244
|
Disables enhanced monitoring.
|
|
@@ -253,7 +252,7 @@ class KinesisClient(BaseClient):
|
|
|
253
252
|
*,
|
|
254
253
|
ShardLevelMetrics: Sequence[MetricsNameType],
|
|
255
254
|
StreamName: str = ...,
|
|
256
|
-
StreamARN: str =
|
|
255
|
+
StreamARN: str = ...,
|
|
257
256
|
) -> EnhancedMonitoringOutputTypeDef:
|
|
258
257
|
"""
|
|
259
258
|
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
|
@@ -302,7 +301,7 @@ class KinesisClient(BaseClient):
|
|
|
302
301
|
StreamName: str = ...,
|
|
303
302
|
StartingSequenceNumber: str = ...,
|
|
304
303
|
Timestamp: TimestampTypeDef = ...,
|
|
305
|
-
StreamARN: str =
|
|
304
|
+
StreamARN: str = ...,
|
|
306
305
|
) -> GetShardIteratorOutputTypeDef:
|
|
307
306
|
"""
|
|
308
307
|
Gets an Amazon Kinesis shard iterator.
|
|
@@ -332,7 +331,7 @@ class KinesisClient(BaseClient):
|
|
|
332
331
|
MaxResults: int = ...,
|
|
333
332
|
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
334
333
|
ShardFilter: ShardFilterTypeDef = ...,
|
|
335
|
-
StreamARN: str =
|
|
334
|
+
StreamARN: str = ...,
|
|
336
335
|
) -> ListShardsOutputTypeDef:
|
|
337
336
|
"""
|
|
338
337
|
Lists the shards in a stream and provides information about each shard.
|
|
@@ -347,7 +346,7 @@ class KinesisClient(BaseClient):
|
|
|
347
346
|
StreamARN: str,
|
|
348
347
|
NextToken: str = ...,
|
|
349
348
|
MaxResults: int = ...,
|
|
350
|
-
StreamCreationTimestamp: TimestampTypeDef =
|
|
349
|
+
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
351
350
|
) -> ListStreamConsumersOutputTypeDef:
|
|
352
351
|
"""
|
|
353
352
|
Lists the consumers registered to receive data from a stream using enhanced
|
|
@@ -374,7 +373,7 @@ class KinesisClient(BaseClient):
|
|
|
374
373
|
StreamName: str = ...,
|
|
375
374
|
ExclusiveStartTagKey: str = ...,
|
|
376
375
|
Limit: int = ...,
|
|
377
|
-
StreamARN: str =
|
|
376
|
+
StreamARN: str = ...,
|
|
378
377
|
) -> ListTagsForStreamOutputTypeDef:
|
|
379
378
|
"""
|
|
380
379
|
Lists the tags for the specified Kinesis data stream.
|
|
@@ -389,7 +388,7 @@ class KinesisClient(BaseClient):
|
|
|
389
388
|
ShardToMerge: str,
|
|
390
389
|
AdjacentShardToMerge: str,
|
|
391
390
|
StreamName: str = ...,
|
|
392
|
-
StreamARN: str =
|
|
391
|
+
StreamARN: str = ...,
|
|
393
392
|
) -> EmptyResponseMetadataTypeDef:
|
|
394
393
|
"""
|
|
395
394
|
Merges two adjacent shards in a Kinesis data stream and combines them into a
|
|
@@ -408,7 +407,7 @@ class KinesisClient(BaseClient):
|
|
|
408
407
|
StreamName: str = ...,
|
|
409
408
|
ExplicitHashKey: str = ...,
|
|
410
409
|
SequenceNumberForOrdering: str = ...,
|
|
411
|
-
StreamARN: str =
|
|
410
|
+
StreamARN: str = ...,
|
|
412
411
|
) -> PutRecordOutputTypeDef:
|
|
413
412
|
"""
|
|
414
413
|
Writes a single data record into an Amazon Kinesis data stream.
|
|
@@ -422,7 +421,7 @@ class KinesisClient(BaseClient):
|
|
|
422
421
|
*,
|
|
423
422
|
Records: Sequence[PutRecordsRequestEntryTypeDef],
|
|
424
423
|
StreamName: str = ...,
|
|
425
|
-
StreamARN: str =
|
|
424
|
+
StreamARN: str = ...,
|
|
426
425
|
) -> PutRecordsOutputTypeDef:
|
|
427
426
|
"""
|
|
428
427
|
Writes multiple data records into a Kinesis data stream in a single call (also
|
|
@@ -467,7 +466,7 @@ class KinesisClient(BaseClient):
|
|
|
467
466
|
ShardToSplit: str,
|
|
468
467
|
NewStartingHashKey: str,
|
|
469
468
|
StreamName: str = ...,
|
|
470
|
-
StreamARN: str =
|
|
469
|
+
StreamARN: str = ...,
|
|
471
470
|
) -> EmptyResponseMetadataTypeDef:
|
|
472
471
|
"""
|
|
473
472
|
Splits a shard into two new shards in the Kinesis data stream, to increase the
|
|
@@ -484,7 +483,7 @@ class KinesisClient(BaseClient):
|
|
|
484
483
|
EncryptionType: EncryptionTypeType,
|
|
485
484
|
KeyId: str,
|
|
486
485
|
StreamName: str = ...,
|
|
487
|
-
StreamARN: str =
|
|
486
|
+
StreamARN: str = ...,
|
|
488
487
|
) -> EmptyResponseMetadataTypeDef:
|
|
489
488
|
"""
|
|
490
489
|
Enables or updates server-side encryption using an Amazon Web Services KMS key
|
|
@@ -501,7 +500,7 @@ class KinesisClient(BaseClient):
|
|
|
501
500
|
EncryptionType: EncryptionTypeType,
|
|
502
501
|
KeyId: str,
|
|
503
502
|
StreamName: str = ...,
|
|
504
|
-
StreamARN: str =
|
|
503
|
+
StreamARN: str = ...,
|
|
505
504
|
) -> EmptyResponseMetadataTypeDef:
|
|
506
505
|
"""
|
|
507
506
|
Disables server-side encryption for a specified stream.
|
|
@@ -529,7 +528,7 @@ class KinesisClient(BaseClient):
|
|
|
529
528
|
TargetShardCount: int,
|
|
530
529
|
ScalingType: Literal["UNIFORM_SCALING"],
|
|
531
530
|
StreamName: str = ...,
|
|
532
|
-
StreamARN: str =
|
|
531
|
+
StreamARN: str = ...,
|
|
533
532
|
) -> UpdateShardCountOutputTypeDef:
|
|
534
533
|
"""
|
|
535
534
|
Updates the shard count of the specified stream to the specified number of
|
|
@@ -135,7 +135,7 @@ class KinesisClient(BaseClient):
|
|
|
135
135
|
*,
|
|
136
136
|
StreamName: str,
|
|
137
137
|
ShardCount: int = ...,
|
|
138
|
-
StreamModeDetails: StreamModeDetailsTypeDef =
|
|
138
|
+
StreamModeDetails: StreamModeDetailsTypeDef = ...,
|
|
139
139
|
) -> EmptyResponseMetadataTypeDef:
|
|
140
140
|
"""
|
|
141
141
|
Creates a Kinesis data stream.
|
|
@@ -198,7 +198,7 @@ class KinesisClient(BaseClient):
|
|
|
198
198
|
StreamName: str = ...,
|
|
199
199
|
Limit: int = ...,
|
|
200
200
|
ExclusiveStartShardId: str = ...,
|
|
201
|
-
StreamARN: str =
|
|
201
|
+
StreamARN: str = ...,
|
|
202
202
|
) -> DescribeStreamOutputTypeDef:
|
|
203
203
|
"""
|
|
204
204
|
Describes the specified Kinesis data stream.
|
|
@@ -235,7 +235,7 @@ class KinesisClient(BaseClient):
|
|
|
235
235
|
*,
|
|
236
236
|
ShardLevelMetrics: Sequence[MetricsNameType],
|
|
237
237
|
StreamName: str = ...,
|
|
238
|
-
StreamARN: str =
|
|
238
|
+
StreamARN: str = ...,
|
|
239
239
|
) -> EnhancedMonitoringOutputTypeDef:
|
|
240
240
|
"""
|
|
241
241
|
Disables enhanced monitoring.
|
|
@@ -249,7 +249,7 @@ class KinesisClient(BaseClient):
|
|
|
249
249
|
*,
|
|
250
250
|
ShardLevelMetrics: Sequence[MetricsNameType],
|
|
251
251
|
StreamName: str = ...,
|
|
252
|
-
StreamARN: str =
|
|
252
|
+
StreamARN: str = ...,
|
|
253
253
|
) -> EnhancedMonitoringOutputTypeDef:
|
|
254
254
|
"""
|
|
255
255
|
Enables enhanced Kinesis data stream monitoring for shard-level metrics.
|
|
@@ -298,7 +298,7 @@ class KinesisClient(BaseClient):
|
|
|
298
298
|
StreamName: str = ...,
|
|
299
299
|
StartingSequenceNumber: str = ...,
|
|
300
300
|
Timestamp: TimestampTypeDef = ...,
|
|
301
|
-
StreamARN: str =
|
|
301
|
+
StreamARN: str = ...,
|
|
302
302
|
) -> GetShardIteratorOutputTypeDef:
|
|
303
303
|
"""
|
|
304
304
|
Gets an Amazon Kinesis shard iterator.
|
|
@@ -328,7 +328,7 @@ class KinesisClient(BaseClient):
|
|
|
328
328
|
MaxResults: int = ...,
|
|
329
329
|
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
330
330
|
ShardFilter: ShardFilterTypeDef = ...,
|
|
331
|
-
StreamARN: str =
|
|
331
|
+
StreamARN: str = ...,
|
|
332
332
|
) -> ListShardsOutputTypeDef:
|
|
333
333
|
"""
|
|
334
334
|
Lists the shards in a stream and provides information about each shard.
|
|
@@ -343,7 +343,7 @@ class KinesisClient(BaseClient):
|
|
|
343
343
|
StreamARN: str,
|
|
344
344
|
NextToken: str = ...,
|
|
345
345
|
MaxResults: int = ...,
|
|
346
|
-
StreamCreationTimestamp: TimestampTypeDef =
|
|
346
|
+
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
347
347
|
) -> ListStreamConsumersOutputTypeDef:
|
|
348
348
|
"""
|
|
349
349
|
Lists the consumers registered to receive data from a stream using enhanced
|
|
@@ -370,7 +370,7 @@ class KinesisClient(BaseClient):
|
|
|
370
370
|
StreamName: str = ...,
|
|
371
371
|
ExclusiveStartTagKey: str = ...,
|
|
372
372
|
Limit: int = ...,
|
|
373
|
-
StreamARN: str =
|
|
373
|
+
StreamARN: str = ...,
|
|
374
374
|
) -> ListTagsForStreamOutputTypeDef:
|
|
375
375
|
"""
|
|
376
376
|
Lists the tags for the specified Kinesis data stream.
|
|
@@ -385,7 +385,7 @@ class KinesisClient(BaseClient):
|
|
|
385
385
|
ShardToMerge: str,
|
|
386
386
|
AdjacentShardToMerge: str,
|
|
387
387
|
StreamName: str = ...,
|
|
388
|
-
StreamARN: str =
|
|
388
|
+
StreamARN: str = ...,
|
|
389
389
|
) -> EmptyResponseMetadataTypeDef:
|
|
390
390
|
"""
|
|
391
391
|
Merges two adjacent shards in a Kinesis data stream and combines them into a
|
|
@@ -404,7 +404,7 @@ class KinesisClient(BaseClient):
|
|
|
404
404
|
StreamName: str = ...,
|
|
405
405
|
ExplicitHashKey: str = ...,
|
|
406
406
|
SequenceNumberForOrdering: str = ...,
|
|
407
|
-
StreamARN: str =
|
|
407
|
+
StreamARN: str = ...,
|
|
408
408
|
) -> PutRecordOutputTypeDef:
|
|
409
409
|
"""
|
|
410
410
|
Writes a single data record into an Amazon Kinesis data stream.
|
|
@@ -418,7 +418,7 @@ class KinesisClient(BaseClient):
|
|
|
418
418
|
*,
|
|
419
419
|
Records: Sequence[PutRecordsRequestEntryTypeDef],
|
|
420
420
|
StreamName: str = ...,
|
|
421
|
-
StreamARN: str =
|
|
421
|
+
StreamARN: str = ...,
|
|
422
422
|
) -> PutRecordsOutputTypeDef:
|
|
423
423
|
"""
|
|
424
424
|
Writes multiple data records into a Kinesis data stream in a single call (also
|
|
@@ -463,7 +463,7 @@ class KinesisClient(BaseClient):
|
|
|
463
463
|
ShardToSplit: str,
|
|
464
464
|
NewStartingHashKey: str,
|
|
465
465
|
StreamName: str = ...,
|
|
466
|
-
StreamARN: str =
|
|
466
|
+
StreamARN: str = ...,
|
|
467
467
|
) -> EmptyResponseMetadataTypeDef:
|
|
468
468
|
"""
|
|
469
469
|
Splits a shard into two new shards in the Kinesis data stream, to increase the
|
|
@@ -480,7 +480,7 @@ class KinesisClient(BaseClient):
|
|
|
480
480
|
EncryptionType: EncryptionTypeType,
|
|
481
481
|
KeyId: str,
|
|
482
482
|
StreamName: str = ...,
|
|
483
|
-
StreamARN: str =
|
|
483
|
+
StreamARN: str = ...,
|
|
484
484
|
) -> EmptyResponseMetadataTypeDef:
|
|
485
485
|
"""
|
|
486
486
|
Enables or updates server-side encryption using an Amazon Web Services KMS key
|
|
@@ -497,7 +497,7 @@ class KinesisClient(BaseClient):
|
|
|
497
497
|
EncryptionType: EncryptionTypeType,
|
|
498
498
|
KeyId: str,
|
|
499
499
|
StreamName: str = ...,
|
|
500
|
-
StreamARN: str =
|
|
500
|
+
StreamARN: str = ...,
|
|
501
501
|
) -> EmptyResponseMetadataTypeDef:
|
|
502
502
|
"""
|
|
503
503
|
Disables server-side encryption for a specified stream.
|
|
@@ -525,7 +525,7 @@ class KinesisClient(BaseClient):
|
|
|
525
525
|
TargetShardCount: int,
|
|
526
526
|
ScalingType: Literal["UNIFORM_SCALING"],
|
|
527
527
|
StreamName: str = ...,
|
|
528
|
-
StreamARN: str =
|
|
528
|
+
StreamARN: str = ...,
|
|
529
529
|
) -> UpdateShardCountOutputTypeDef:
|
|
530
530
|
"""
|
|
531
531
|
Updates the shard count of the specified stream to the specified number of
|
|
@@ -19,7 +19,6 @@ if sys.version_info >= (3, 12):
|
|
|
19
19
|
else:
|
|
20
20
|
from typing_extensions import Literal
|
|
21
21
|
|
|
22
|
-
|
|
23
22
|
__all__ = (
|
|
24
23
|
"ConsumerStatusType",
|
|
25
24
|
"DescribeStreamPaginatorName",
|
|
@@ -43,7 +42,6 @@ __all__ = (
|
|
|
43
42
|
"RegionName",
|
|
44
43
|
)
|
|
45
44
|
|
|
46
|
-
|
|
47
45
|
ConsumerStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
|
|
48
46
|
DescribeStreamPaginatorName = Literal["describe_stream"]
|
|
49
47
|
EncryptionTypeType = Literal["KMS", "NONE"]
|
|
@@ -82,7 +80,6 @@ ServiceName = Literal[
|
|
|
82
80
|
"account",
|
|
83
81
|
"acm",
|
|
84
82
|
"acm-pca",
|
|
85
|
-
"alexaforbusiness",
|
|
86
83
|
"amp",
|
|
87
84
|
"amplify",
|
|
88
85
|
"amplifybackend",
|
|
@@ -97,12 +94,15 @@ ServiceName = Literal[
|
|
|
97
94
|
"appintegrations",
|
|
98
95
|
"application-autoscaling",
|
|
99
96
|
"application-insights",
|
|
97
|
+
"application-signals",
|
|
100
98
|
"applicationcostprofiler",
|
|
101
99
|
"appmesh",
|
|
102
100
|
"apprunner",
|
|
103
101
|
"appstream",
|
|
104
102
|
"appsync",
|
|
103
|
+
"apptest",
|
|
105
104
|
"arc-zonal-shift",
|
|
105
|
+
"artifact",
|
|
106
106
|
"athena",
|
|
107
107
|
"auditmanager",
|
|
108
108
|
"autoscaling",
|
|
@@ -110,7 +110,6 @@ ServiceName = Literal[
|
|
|
110
110
|
"b2bi",
|
|
111
111
|
"backup",
|
|
112
112
|
"backup-gateway",
|
|
113
|
-
"backupstorage",
|
|
114
113
|
"batch",
|
|
115
114
|
"bcm-data-exports",
|
|
116
115
|
"bedrock",
|
|
@@ -121,6 +120,7 @@ ServiceName = Literal[
|
|
|
121
120
|
"braket",
|
|
122
121
|
"budgets",
|
|
123
122
|
"ce",
|
|
123
|
+
"chatbot",
|
|
124
124
|
"chime",
|
|
125
125
|
"chime-sdk-identity",
|
|
126
126
|
"chime-sdk-media-pipelines",
|
|
@@ -146,6 +146,7 @@ ServiceName = Literal[
|
|
|
146
146
|
"codebuild",
|
|
147
147
|
"codecatalyst",
|
|
148
148
|
"codecommit",
|
|
149
|
+
"codeconnections",
|
|
149
150
|
"codedeploy",
|
|
150
151
|
"codeguru-reviewer",
|
|
151
152
|
"codeguru-security",
|
|
@@ -166,6 +167,7 @@ ServiceName = Literal[
|
|
|
166
167
|
"connectcampaigns",
|
|
167
168
|
"connectcases",
|
|
168
169
|
"connectparticipant",
|
|
170
|
+
"controlcatalog",
|
|
169
171
|
"controltower",
|
|
170
172
|
"cost-optimization-hub",
|
|
171
173
|
"cur",
|
|
@@ -176,6 +178,7 @@ ServiceName = Literal[
|
|
|
176
178
|
"datasync",
|
|
177
179
|
"datazone",
|
|
178
180
|
"dax",
|
|
181
|
+
"deadline",
|
|
179
182
|
"detective",
|
|
180
183
|
"devicefarm",
|
|
181
184
|
"devops-guru",
|
|
@@ -232,7 +235,6 @@ ServiceName = Literal[
|
|
|
232
235
|
"guardduty",
|
|
233
236
|
"health",
|
|
234
237
|
"healthlake",
|
|
235
|
-
"honeycode",
|
|
236
238
|
"iam",
|
|
237
239
|
"identitystore",
|
|
238
240
|
"imagebuilder",
|
|
@@ -244,7 +246,6 @@ ServiceName = Literal[
|
|
|
244
246
|
"iot",
|
|
245
247
|
"iot-data",
|
|
246
248
|
"iot-jobs-data",
|
|
247
|
-
"iot-roborunner",
|
|
248
249
|
"iot1click-devices",
|
|
249
250
|
"iot1click-projects",
|
|
250
251
|
"iotanalytics",
|
|
@@ -294,6 +295,7 @@ ServiceName = Literal[
|
|
|
294
295
|
"m2",
|
|
295
296
|
"machinelearning",
|
|
296
297
|
"macie2",
|
|
298
|
+
"mailmanager",
|
|
297
299
|
"managedblockchain",
|
|
298
300
|
"managedblockchain-query",
|
|
299
301
|
"marketplace-agreement",
|
|
@@ -319,14 +321,15 @@ ServiceName = Literal[
|
|
|
319
321
|
"migrationhub-config",
|
|
320
322
|
"migrationhuborchestrator",
|
|
321
323
|
"migrationhubstrategy",
|
|
322
|
-
"mobile",
|
|
323
324
|
"mq",
|
|
324
325
|
"mturk",
|
|
325
326
|
"mwaa",
|
|
326
327
|
"neptune",
|
|
328
|
+
"neptune-graph",
|
|
327
329
|
"neptunedata",
|
|
328
330
|
"network-firewall",
|
|
329
331
|
"networkmanager",
|
|
332
|
+
"networkmonitor",
|
|
330
333
|
"nimble",
|
|
331
334
|
"oam",
|
|
332
335
|
"omics",
|
|
@@ -341,6 +344,7 @@ ServiceName = Literal[
|
|
|
341
344
|
"payment-cryptography",
|
|
342
345
|
"payment-cryptography-data",
|
|
343
346
|
"pca-connector-ad",
|
|
347
|
+
"pca-connector-scep",
|
|
344
348
|
"personalize",
|
|
345
349
|
"personalize-events",
|
|
346
350
|
"personalize-runtime",
|
|
@@ -354,6 +358,7 @@ ServiceName = Literal[
|
|
|
354
358
|
"pricing",
|
|
355
359
|
"privatenetworks",
|
|
356
360
|
"proton",
|
|
361
|
+
"qapps",
|
|
357
362
|
"qbusiness",
|
|
358
363
|
"qconnect",
|
|
359
364
|
"qldb",
|
|
@@ -379,6 +384,7 @@ ServiceName = Literal[
|
|
|
379
384
|
"route53-recovery-control-config",
|
|
380
385
|
"route53-recovery-readiness",
|
|
381
386
|
"route53domains",
|
|
387
|
+
"route53profiles",
|
|
382
388
|
"route53resolver",
|
|
383
389
|
"rum",
|
|
384
390
|
"s3",
|
|
@@ -417,6 +423,7 @@ ServiceName = Literal[
|
|
|
417
423
|
"ssm",
|
|
418
424
|
"ssm-contacts",
|
|
419
425
|
"ssm-incidents",
|
|
426
|
+
"ssm-quicksetup",
|
|
420
427
|
"ssm-sap",
|
|
421
428
|
"sso",
|
|
422
429
|
"sso-admin",
|
|
@@ -424,11 +431,14 @@ ServiceName = Literal[
|
|
|
424
431
|
"stepfunctions",
|
|
425
432
|
"storagegateway",
|
|
426
433
|
"sts",
|
|
434
|
+
"supplychain",
|
|
427
435
|
"support",
|
|
428
436
|
"support-app",
|
|
429
437
|
"swf",
|
|
430
438
|
"synthetics",
|
|
439
|
+
"taxsettings",
|
|
431
440
|
"textract",
|
|
441
|
+
"timestream-influxdb",
|
|
432
442
|
"timestream-query",
|
|
433
443
|
"timestream-write",
|
|
434
444
|
"tnb",
|
|
@@ -480,6 +490,7 @@ RegionName = Literal[
|
|
|
480
490
|
"ap-southeast-3",
|
|
481
491
|
"ap-southeast-4",
|
|
482
492
|
"ca-central-1",
|
|
493
|
+
"ca-west-1",
|
|
483
494
|
"eu-central-1",
|
|
484
495
|
"eu-central-2",
|
|
485
496
|
"eu-north-1",
|
|
@@ -80,7 +80,6 @@ ServiceName = Literal[
|
|
|
80
80
|
"account",
|
|
81
81
|
"acm",
|
|
82
82
|
"acm-pca",
|
|
83
|
-
"alexaforbusiness",
|
|
84
83
|
"amp",
|
|
85
84
|
"amplify",
|
|
86
85
|
"amplifybackend",
|
|
@@ -95,12 +94,15 @@ ServiceName = Literal[
|
|
|
95
94
|
"appintegrations",
|
|
96
95
|
"application-autoscaling",
|
|
97
96
|
"application-insights",
|
|
97
|
+
"application-signals",
|
|
98
98
|
"applicationcostprofiler",
|
|
99
99
|
"appmesh",
|
|
100
100
|
"apprunner",
|
|
101
101
|
"appstream",
|
|
102
102
|
"appsync",
|
|
103
|
+
"apptest",
|
|
103
104
|
"arc-zonal-shift",
|
|
105
|
+
"artifact",
|
|
104
106
|
"athena",
|
|
105
107
|
"auditmanager",
|
|
106
108
|
"autoscaling",
|
|
@@ -108,7 +110,6 @@ ServiceName = Literal[
|
|
|
108
110
|
"b2bi",
|
|
109
111
|
"backup",
|
|
110
112
|
"backup-gateway",
|
|
111
|
-
"backupstorage",
|
|
112
113
|
"batch",
|
|
113
114
|
"bcm-data-exports",
|
|
114
115
|
"bedrock",
|
|
@@ -119,6 +120,7 @@ ServiceName = Literal[
|
|
|
119
120
|
"braket",
|
|
120
121
|
"budgets",
|
|
121
122
|
"ce",
|
|
123
|
+
"chatbot",
|
|
122
124
|
"chime",
|
|
123
125
|
"chime-sdk-identity",
|
|
124
126
|
"chime-sdk-media-pipelines",
|
|
@@ -144,6 +146,7 @@ ServiceName = Literal[
|
|
|
144
146
|
"codebuild",
|
|
145
147
|
"codecatalyst",
|
|
146
148
|
"codecommit",
|
|
149
|
+
"codeconnections",
|
|
147
150
|
"codedeploy",
|
|
148
151
|
"codeguru-reviewer",
|
|
149
152
|
"codeguru-security",
|
|
@@ -164,6 +167,7 @@ ServiceName = Literal[
|
|
|
164
167
|
"connectcampaigns",
|
|
165
168
|
"connectcases",
|
|
166
169
|
"connectparticipant",
|
|
170
|
+
"controlcatalog",
|
|
167
171
|
"controltower",
|
|
168
172
|
"cost-optimization-hub",
|
|
169
173
|
"cur",
|
|
@@ -174,6 +178,7 @@ ServiceName = Literal[
|
|
|
174
178
|
"datasync",
|
|
175
179
|
"datazone",
|
|
176
180
|
"dax",
|
|
181
|
+
"deadline",
|
|
177
182
|
"detective",
|
|
178
183
|
"devicefarm",
|
|
179
184
|
"devops-guru",
|
|
@@ -230,7 +235,6 @@ ServiceName = Literal[
|
|
|
230
235
|
"guardduty",
|
|
231
236
|
"health",
|
|
232
237
|
"healthlake",
|
|
233
|
-
"honeycode",
|
|
234
238
|
"iam",
|
|
235
239
|
"identitystore",
|
|
236
240
|
"imagebuilder",
|
|
@@ -242,7 +246,6 @@ ServiceName = Literal[
|
|
|
242
246
|
"iot",
|
|
243
247
|
"iot-data",
|
|
244
248
|
"iot-jobs-data",
|
|
245
|
-
"iot-roborunner",
|
|
246
249
|
"iot1click-devices",
|
|
247
250
|
"iot1click-projects",
|
|
248
251
|
"iotanalytics",
|
|
@@ -292,6 +295,7 @@ ServiceName = Literal[
|
|
|
292
295
|
"m2",
|
|
293
296
|
"machinelearning",
|
|
294
297
|
"macie2",
|
|
298
|
+
"mailmanager",
|
|
295
299
|
"managedblockchain",
|
|
296
300
|
"managedblockchain-query",
|
|
297
301
|
"marketplace-agreement",
|
|
@@ -317,14 +321,15 @@ ServiceName = Literal[
|
|
|
317
321
|
"migrationhub-config",
|
|
318
322
|
"migrationhuborchestrator",
|
|
319
323
|
"migrationhubstrategy",
|
|
320
|
-
"mobile",
|
|
321
324
|
"mq",
|
|
322
325
|
"mturk",
|
|
323
326
|
"mwaa",
|
|
324
327
|
"neptune",
|
|
328
|
+
"neptune-graph",
|
|
325
329
|
"neptunedata",
|
|
326
330
|
"network-firewall",
|
|
327
331
|
"networkmanager",
|
|
332
|
+
"networkmonitor",
|
|
328
333
|
"nimble",
|
|
329
334
|
"oam",
|
|
330
335
|
"omics",
|
|
@@ -339,6 +344,7 @@ ServiceName = Literal[
|
|
|
339
344
|
"payment-cryptography",
|
|
340
345
|
"payment-cryptography-data",
|
|
341
346
|
"pca-connector-ad",
|
|
347
|
+
"pca-connector-scep",
|
|
342
348
|
"personalize",
|
|
343
349
|
"personalize-events",
|
|
344
350
|
"personalize-runtime",
|
|
@@ -352,6 +358,7 @@ ServiceName = Literal[
|
|
|
352
358
|
"pricing",
|
|
353
359
|
"privatenetworks",
|
|
354
360
|
"proton",
|
|
361
|
+
"qapps",
|
|
355
362
|
"qbusiness",
|
|
356
363
|
"qconnect",
|
|
357
364
|
"qldb",
|
|
@@ -377,6 +384,7 @@ ServiceName = Literal[
|
|
|
377
384
|
"route53-recovery-control-config",
|
|
378
385
|
"route53-recovery-readiness",
|
|
379
386
|
"route53domains",
|
|
387
|
+
"route53profiles",
|
|
380
388
|
"route53resolver",
|
|
381
389
|
"rum",
|
|
382
390
|
"s3",
|
|
@@ -415,6 +423,7 @@ ServiceName = Literal[
|
|
|
415
423
|
"ssm",
|
|
416
424
|
"ssm-contacts",
|
|
417
425
|
"ssm-incidents",
|
|
426
|
+
"ssm-quicksetup",
|
|
418
427
|
"ssm-sap",
|
|
419
428
|
"sso",
|
|
420
429
|
"sso-admin",
|
|
@@ -422,11 +431,14 @@ ServiceName = Literal[
|
|
|
422
431
|
"stepfunctions",
|
|
423
432
|
"storagegateway",
|
|
424
433
|
"sts",
|
|
434
|
+
"supplychain",
|
|
425
435
|
"support",
|
|
426
436
|
"support-app",
|
|
427
437
|
"swf",
|
|
428
438
|
"synthetics",
|
|
439
|
+
"taxsettings",
|
|
429
440
|
"textract",
|
|
441
|
+
"timestream-influxdb",
|
|
430
442
|
"timestream-query",
|
|
431
443
|
"timestream-write",
|
|
432
444
|
"tnb",
|
|
@@ -478,6 +490,7 @@ RegionName = Literal[
|
|
|
478
490
|
"ap-southeast-3",
|
|
479
491
|
"ap-southeast-4",
|
|
480
492
|
"ca-central-1",
|
|
493
|
+
"ca-west-1",
|
|
481
494
|
"eu-central-1",
|
|
482
495
|
"eu-central-2",
|
|
483
496
|
"eu-north-1",
|
|
@@ -47,7 +47,6 @@ __all__ = (
|
|
|
47
47
|
"ListStreamsPaginator",
|
|
48
48
|
)
|
|
49
49
|
|
|
50
|
-
|
|
51
50
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
52
51
|
|
|
53
52
|
|
|
@@ -69,7 +68,7 @@ class DescribeStreamPaginator(Paginator):
|
|
|
69
68
|
*,
|
|
70
69
|
StreamName: str = ...,
|
|
71
70
|
StreamARN: str = ...,
|
|
72
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
71
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
73
72
|
) -> _PageIterator[DescribeStreamOutputTypeDef]:
|
|
74
73
|
"""
|
|
75
74
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Paginator.DescribeStream.paginate)
|
|
@@ -91,7 +90,7 @@ class ListShardsPaginator(Paginator):
|
|
|
91
90
|
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
92
91
|
ShardFilter: ShardFilterTypeDef = ...,
|
|
93
92
|
StreamARN: str = ...,
|
|
94
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
93
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
95
94
|
) -> _PageIterator[ListShardsOutputTypeDef]:
|
|
96
95
|
"""
|
|
97
96
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Paginator.ListShards.paginate)
|
|
@@ -110,7 +109,7 @@ class ListStreamConsumersPaginator(Paginator):
|
|
|
110
109
|
*,
|
|
111
110
|
StreamARN: str,
|
|
112
111
|
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
113
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
112
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
114
113
|
) -> _PageIterator[ListStreamConsumersOutputTypeDef]:
|
|
115
114
|
"""
|
|
116
115
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Paginator.ListStreamConsumers.paginate)
|
|
@@ -66,7 +66,7 @@ class DescribeStreamPaginator(Paginator):
|
|
|
66
66
|
*,
|
|
67
67
|
StreamName: str = ...,
|
|
68
68
|
StreamARN: str = ...,
|
|
69
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
69
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
70
70
|
) -> _PageIterator[DescribeStreamOutputTypeDef]:
|
|
71
71
|
"""
|
|
72
72
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Paginator.DescribeStream.paginate)
|
|
@@ -87,7 +87,7 @@ class ListShardsPaginator(Paginator):
|
|
|
87
87
|
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
88
88
|
ShardFilter: ShardFilterTypeDef = ...,
|
|
89
89
|
StreamARN: str = ...,
|
|
90
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
90
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
91
91
|
) -> _PageIterator[ListShardsOutputTypeDef]:
|
|
92
92
|
"""
|
|
93
93
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Paginator.ListShards.paginate)
|
|
@@ -105,7 +105,7 @@ class ListStreamConsumersPaginator(Paginator):
|
|
|
105
105
|
*,
|
|
106
106
|
StreamARN: str,
|
|
107
107
|
StreamCreationTimestamp: TimestampTypeDef = ...,
|
|
108
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
108
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
109
109
|
) -> _PageIterator[ListStreamConsumersOutputTypeDef]:
|
|
110
110
|
"""
|
|
111
111
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Paginator.ListStreamConsumers.paginate)
|
|
@@ -42,7 +42,6 @@ if sys.version_info >= (3, 12):
|
|
|
42
42
|
else:
|
|
43
43
|
from typing_extensions import TypedDict
|
|
44
44
|
|
|
45
|
-
|
|
46
45
|
__all__ = (
|
|
47
46
|
"AddTagsToStreamInputRequestTypeDef",
|
|
48
47
|
"BlobTypeDef",
|
|
@@ -209,10 +208,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
209
208
|
"ResponseMetadataTypeDef",
|
|
210
209
|
{
|
|
211
210
|
"RequestId": str,
|
|
212
|
-
"HostId": str,
|
|
213
211
|
"HTTPStatusCode": int,
|
|
214
212
|
"HTTPHeaders": Dict[str, str],
|
|
215
213
|
"RetryAttempts": int,
|
|
214
|
+
"HostId": NotRequired[str],
|
|
216
215
|
},
|
|
217
216
|
)
|
|
218
217
|
DescribeStreamConsumerInputRequestTypeDef = TypedDict(
|
|
@@ -573,8 +572,8 @@ ListStreamConsumersOutputTypeDef = TypedDict(
|
|
|
573
572
|
"ListStreamConsumersOutputTypeDef",
|
|
574
573
|
{
|
|
575
574
|
"Consumers": List[ConsumerTypeDef],
|
|
576
|
-
"NextToken": str,
|
|
577
575
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
576
|
+
"NextToken": NotRequired[str],
|
|
578
577
|
},
|
|
579
578
|
)
|
|
580
579
|
PutRecordOutputTypeDef = TypedDict(
|
|
@@ -757,9 +756,9 @@ ListStreamsOutputTypeDef = TypedDict(
|
|
|
757
756
|
{
|
|
758
757
|
"StreamNames": List[str],
|
|
759
758
|
"HasMoreStreams": bool,
|
|
760
|
-
"NextToken": str,
|
|
761
759
|
"StreamSummaries": List[StreamSummaryTypeDef],
|
|
762
760
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
761
|
+
"NextToken": NotRequired[str],
|
|
763
762
|
},
|
|
764
763
|
)
|
|
765
764
|
DescribeStreamSummaryOutputTypeDef = TypedDict(
|
|
@@ -804,8 +803,8 @@ ListShardsOutputTypeDef = TypedDict(
|
|
|
804
803
|
"ListShardsOutputTypeDef",
|
|
805
804
|
{
|
|
806
805
|
"Shards": List[ShardTypeDef],
|
|
807
|
-
"NextToken": str,
|
|
808
806
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
807
|
+
"NextToken": NotRequired[str],
|
|
809
808
|
},
|
|
810
809
|
)
|
|
811
810
|
StreamDescriptionTypeDef = TypedDict(
|
|
@@ -208,10 +208,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
208
208
|
"ResponseMetadataTypeDef",
|
|
209
209
|
{
|
|
210
210
|
"RequestId": str,
|
|
211
|
-
"HostId": str,
|
|
212
211
|
"HTTPStatusCode": int,
|
|
213
212
|
"HTTPHeaders": Dict[str, str],
|
|
214
213
|
"RetryAttempts": int,
|
|
214
|
+
"HostId": NotRequired[str],
|
|
215
215
|
},
|
|
216
216
|
)
|
|
217
217
|
DescribeStreamConsumerInputRequestTypeDef = TypedDict(
|
|
@@ -572,8 +572,8 @@ ListStreamConsumersOutputTypeDef = TypedDict(
|
|
|
572
572
|
"ListStreamConsumersOutputTypeDef",
|
|
573
573
|
{
|
|
574
574
|
"Consumers": List[ConsumerTypeDef],
|
|
575
|
-
"NextToken": str,
|
|
576
575
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
576
|
+
"NextToken": NotRequired[str],
|
|
577
577
|
},
|
|
578
578
|
)
|
|
579
579
|
PutRecordOutputTypeDef = TypedDict(
|
|
@@ -756,9 +756,9 @@ ListStreamsOutputTypeDef = TypedDict(
|
|
|
756
756
|
{
|
|
757
757
|
"StreamNames": List[str],
|
|
758
758
|
"HasMoreStreams": bool,
|
|
759
|
-
"NextToken": str,
|
|
760
759
|
"StreamSummaries": List[StreamSummaryTypeDef],
|
|
761
760
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
761
|
+
"NextToken": NotRequired[str],
|
|
762
762
|
},
|
|
763
763
|
)
|
|
764
764
|
DescribeStreamSummaryOutputTypeDef = TypedDict(
|
|
@@ -803,8 +803,8 @@ ListShardsOutputTypeDef = TypedDict(
|
|
|
803
803
|
"ListShardsOutputTypeDef",
|
|
804
804
|
{
|
|
805
805
|
"Shards": List[ShardTypeDef],
|
|
806
|
-
"NextToken": str,
|
|
807
806
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
807
|
+
"NextToken": NotRequired[str],
|
|
808
808
|
},
|
|
809
809
|
)
|
|
810
810
|
StreamDescriptionTypeDef = TypedDict(
|
|
@@ -42,7 +42,7 @@ class StreamExistsWaiter(Waiter):
|
|
|
42
42
|
Limit: int = ...,
|
|
43
43
|
ExclusiveStartShardId: str = ...,
|
|
44
44
|
StreamARN: str = ...,
|
|
45
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
45
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
46
46
|
) -> None:
|
|
47
47
|
"""
|
|
48
48
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Waiter.StreamExists.wait)
|
|
@@ -63,7 +63,7 @@ class StreamNotExistsWaiter(Waiter):
|
|
|
63
63
|
Limit: int = ...,
|
|
64
64
|
ExclusiveStartShardId: str = ...,
|
|
65
65
|
StreamARN: str = ...,
|
|
66
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
66
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
67
67
|
) -> None:
|
|
68
68
|
"""
|
|
69
69
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Waiter.StreamNotExists.wait)
|
|
@@ -41,7 +41,7 @@ class StreamExistsWaiter(Waiter):
|
|
|
41
41
|
Limit: int = ...,
|
|
42
42
|
ExclusiveStartShardId: str = ...,
|
|
43
43
|
StreamARN: str = ...,
|
|
44
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
44
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
45
45
|
) -> None:
|
|
46
46
|
"""
|
|
47
47
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Waiter.StreamExists.wait)
|
|
@@ -61,7 +61,7 @@ class StreamNotExistsWaiter(Waiter):
|
|
|
61
61
|
Limit: int = ...,
|
|
62
62
|
ExclusiveStartShardId: str = ...,
|
|
63
63
|
StreamARN: str = ...,
|
|
64
|
-
WaiterConfig: WaiterConfigTypeDef =
|
|
64
|
+
WaiterConfig: WaiterConfigTypeDef = ...,
|
|
65
65
|
) -> None:
|
|
66
66
|
"""
|
|
67
67
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Waiter.StreamNotExists.wait)
|
{mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/PKG-INFO
RENAMED
|
@@ -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.35.0
|
|
4
|
+
Summary: Type annotations for boto3.Kinesis 1.35.0 service generated with mypy-boto3-builder 7.26.0
|
|
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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-kinesis"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Kinesis 1.
|
|
46
|
+
[boto3.Kinesis 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -4,22 +4,20 @@ Setup script for mypy-boto3-kinesis.
|
|
|
4
4
|
|
|
5
5
|
from pathlib import Path
|
|
6
6
|
|
|
7
|
-
from setuptools import setup
|
|
7
|
+
from setuptools import setup # type: ignore
|
|
8
8
|
|
|
9
9
|
LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-kinesis",
|
|
14
|
-
version="1.
|
|
14
|
+
version="1.35.0",
|
|
15
15
|
packages=["mypy_boto3_kinesis"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description=
|
|
21
|
-
"Type annotations for boto3.Kinesis 1.34.0 service generated with mypy-boto3-builder 7.21.0"
|
|
22
|
-
),
|
|
20
|
+
description="Type annotations for boto3.Kinesis 1.35.0 service generated with mypy-boto3-builder 7.26.0",
|
|
23
21
|
classifiers=[
|
|
24
22
|
"Development Status :: 5 - Production/Stable",
|
|
25
23
|
"Intended Audience :: Developers",
|
|
@@ -28,7 +26,6 @@ setup(
|
|
|
28
26
|
"Natural Language :: English",
|
|
29
27
|
"Operating System :: OS Independent",
|
|
30
28
|
"Programming Language :: Python :: 3",
|
|
31
|
-
"Programming Language :: Python :: 3.7",
|
|
32
29
|
"Programming Language :: Python :: 3.8",
|
|
33
30
|
"Programming Language :: Python :: 3.9",
|
|
34
31
|
"Programming Language :: Python :: 3.10",
|
|
@@ -37,13 +34,13 @@ setup(
|
|
|
37
34
|
"Programming Language :: Python :: 3.13",
|
|
38
35
|
"Programming Language :: Python :: 3 :: Only",
|
|
39
36
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
40
|
-
"Typing ::
|
|
37
|
+
"Typing :: Stubs Only",
|
|
41
38
|
],
|
|
42
39
|
keywords="boto3 kinesis type-annotations botocore mypy typeshed autocomplete",
|
|
43
40
|
long_description=LONG_DESCRIPTION,
|
|
44
41
|
long_description_content_type="text/markdown",
|
|
45
42
|
package_data={"mypy_boto3_kinesis": ["py.typed", "*.pyi"]},
|
|
46
|
-
python_requires=">=3.
|
|
43
|
+
python_requires=">=3.8",
|
|
47
44
|
project_urls={
|
|
48
45
|
"Documentation": "https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/",
|
|
49
46
|
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Main CLI entrypoint.
|
|
3
|
-
"""
|
|
4
|
-
|
|
5
|
-
import sys
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def print_info() -> None:
|
|
9
|
-
"""
|
|
10
|
-
Print package info to stdout.
|
|
11
|
-
"""
|
|
12
|
-
print(
|
|
13
|
-
"Type annotations for boto3.Kinesis 1.34.0\nVersion: 1.34.0\nBuilder version:"
|
|
14
|
-
" 7.21.0\nDocs: "
|
|
15
|
-
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis//\nBoto3 docs: "
|
|
16
|
-
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis\nOther"
|
|
17
|
-
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
18
|
-
" https://github.com/youtype/mypy_boto3_builder/releases"
|
|
19
|
-
)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
def print_version() -> None:
|
|
23
|
-
"""
|
|
24
|
-
Print package version to stdout.
|
|
25
|
-
"""
|
|
26
|
-
print("1.34.0")
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
def main() -> None:
|
|
30
|
-
"""
|
|
31
|
-
Main CLI entrypoint.
|
|
32
|
-
"""
|
|
33
|
-
if "--version" in sys.argv:
|
|
34
|
-
return print_version()
|
|
35
|
-
print_info()
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
if __name__ == "__main__":
|
|
39
|
-
main()
|
|
File without changes
|
|
File without changes
|
{mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/requires.txt
RENAMED
|
File without changes
|
{mypy-boto3-kinesis-1.34.0 → mypy_boto3_kinesis-1.35.0}/mypy_boto3_kinesis.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|