mypy-boto3-kinesis 1.33.0__tar.gz → 1.34.153__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.
Files changed (27) hide show
  1. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/LICENSE +1 -1
  2. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/PKG-INFO +7 -7
  3. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/README.md +2 -2
  4. mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/__init__.py → mypy_boto3_kinesis-1.34.153/mypy_boto3_kinesis/__init__.pyi +0 -1
  5. mypy_boto3_kinesis-1.34.153/mypy_boto3_kinesis/__main__.py +40 -0
  6. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/client.py +15 -16
  7. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/client.pyi +15 -15
  8. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/literals.py +25 -7
  9. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/literals.pyi +25 -5
  10. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/paginator.py +3 -4
  11. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/paginator.pyi +3 -3
  12. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/type_defs.py +4 -5
  13. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/type_defs.pyi +4 -4
  14. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/version.py +1 -1
  15. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/waiter.py +2 -2
  16. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/waiter.pyi +2 -2
  17. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis.egg-info/PKG-INFO +7 -7
  18. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/setup.py +4 -7
  19. mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/__main__.py +0 -39
  20. /mypy-boto3-kinesis-1.33.0/mypy_boto3_kinesis/__init__.pyi → /mypy_boto3_kinesis-1.34.153/mypy_boto3_kinesis/__init__.py +0 -0
  21. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis/py.typed +0 -0
  22. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis.egg-info/SOURCES.txt +0 -0
  23. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis.egg-info/dependency_links.txt +0 -0
  24. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis.egg-info/not-zip-safe +0 -0
  25. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis.egg-info/requires.txt +0 -0
  26. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/mypy_boto3_kinesis.egg-info/top_level.txt +0 -0
  27. {mypy-boto3-kinesis-1.33.0 → mypy_boto3_kinesis-1.34.153}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Vlad Emelianov
3
+ Copyright (c) 2024 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-kinesis
3
- Version: 1.33.0
4
- Summary: Type annotations for boto3.Kinesis 1.33.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.34.153
4
+ Summary: Type annotations for boto3.Kinesis 1.34.153 service generated with mypy-boto3-builder 7.25.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 :: Typed
30
- Requires-Python: >=3.7
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.Kinesis 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
46
+ [boto3.Kinesis 1.34.153](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.20.3](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.25.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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.Kinesis 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
13
+ [boto3.Kinesis 1.34.153](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.20.3](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 7.25.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
@@ -40,7 +40,6 @@ from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
40
40
 
41
41
  Client = KinesisClient
42
42
 
43
-
44
43
  __all__ = (
45
44
  "Client",
46
45
  "DescribeStreamPaginator",
@@ -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.34.153\n"
14
+ "Version: 1.34.153\n"
15
+ "Builder version: 7.25.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.34.153")
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,15 +110,17 @@ 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",
116
+ "bedrock-agent",
117
+ "bedrock-agent-runtime",
117
118
  "bedrock-runtime",
118
119
  "billingconductor",
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",
@@ -126,6 +128,7 @@ ServiceName = Literal[
126
128
  "chime-sdk-messaging",
127
129
  "chime-sdk-voice",
128
130
  "cleanrooms",
131
+ "cleanroomsml",
129
132
  "cloud9",
130
133
  "cloudcontrol",
131
134
  "clouddirectory",
@@ -143,6 +146,7 @@ ServiceName = Literal[
143
146
  "codebuild",
144
147
  "codecatalyst",
145
148
  "codecommit",
149
+ "codeconnections",
146
150
  "codedeploy",
147
151
  "codeguru-reviewer",
148
152
  "codeguru-security",
@@ -163,6 +167,7 @@ ServiceName = Literal[
163
167
  "connectcampaigns",
164
168
  "connectcases",
165
169
  "connectparticipant",
170
+ "controlcatalog",
166
171
  "controltower",
167
172
  "cost-optimization-hub",
168
173
  "cur",
@@ -173,6 +178,7 @@ ServiceName = Literal[
173
178
  "datasync",
174
179
  "datazone",
175
180
  "dax",
181
+ "deadline",
176
182
  "detective",
177
183
  "devicefarm",
178
184
  "devops-guru",
@@ -229,7 +235,6 @@ ServiceName = Literal[
229
235
  "guardduty",
230
236
  "health",
231
237
  "healthlake",
232
- "honeycode",
233
238
  "iam",
234
239
  "identitystore",
235
240
  "imagebuilder",
@@ -241,7 +246,6 @@ ServiceName = Literal[
241
246
  "iot",
242
247
  "iot-data",
243
248
  "iot-jobs-data",
244
- "iot-roborunner",
245
249
  "iot1click-devices",
246
250
  "iot1click-projects",
247
251
  "iotanalytics",
@@ -291,9 +295,12 @@ ServiceName = Literal[
291
295
  "m2",
292
296
  "machinelearning",
293
297
  "macie2",
298
+ "mailmanager",
294
299
  "managedblockchain",
295
300
  "managedblockchain-query",
301
+ "marketplace-agreement",
296
302
  "marketplace-catalog",
303
+ "marketplace-deployment",
297
304
  "marketplace-entitlement",
298
305
  "marketplacecommerceanalytics",
299
306
  "mediaconnect",
@@ -314,14 +321,15 @@ ServiceName = Literal[
314
321
  "migrationhub-config",
315
322
  "migrationhuborchestrator",
316
323
  "migrationhubstrategy",
317
- "mobile",
318
324
  "mq",
319
325
  "mturk",
320
326
  "mwaa",
321
327
  "neptune",
328
+ "neptune-graph",
322
329
  "neptunedata",
323
330
  "network-firewall",
324
331
  "networkmanager",
332
+ "networkmonitor",
325
333
  "nimble",
326
334
  "oam",
327
335
  "omics",
@@ -336,6 +344,7 @@ ServiceName = Literal[
336
344
  "payment-cryptography",
337
345
  "payment-cryptography-data",
338
346
  "pca-connector-ad",
347
+ "pca-connector-scep",
339
348
  "personalize",
340
349
  "personalize-events",
341
350
  "personalize-runtime",
@@ -349,6 +358,9 @@ ServiceName = Literal[
349
358
  "pricing",
350
359
  "privatenetworks",
351
360
  "proton",
361
+ "qapps",
362
+ "qbusiness",
363
+ "qconnect",
352
364
  "qldb",
353
365
  "qldb-session",
354
366
  "quicksight",
@@ -372,6 +384,7 @@ ServiceName = Literal[
372
384
  "route53-recovery-control-config",
373
385
  "route53-recovery-readiness",
374
386
  "route53domains",
387
+ "route53profiles",
375
388
  "route53resolver",
376
389
  "rum",
377
390
  "s3",
@@ -410,6 +423,7 @@ ServiceName = Literal[
410
423
  "ssm",
411
424
  "ssm-contacts",
412
425
  "ssm-incidents",
426
+ "ssm-quicksetup",
413
427
  "ssm-sap",
414
428
  "sso",
415
429
  "sso-admin",
@@ -417,11 +431,14 @@ ServiceName = Literal[
417
431
  "stepfunctions",
418
432
  "storagegateway",
419
433
  "sts",
434
+ "supplychain",
420
435
  "support",
421
436
  "support-app",
422
437
  "swf",
423
438
  "synthetics",
439
+ "taxsettings",
424
440
  "textract",
441
+ "timestream-influxdb",
425
442
  "timestream-query",
426
443
  "timestream-write",
427
444
  "tnb",
@@ -473,6 +490,7 @@ RegionName = Literal[
473
490
  "ap-southeast-3",
474
491
  "ap-southeast-4",
475
492
  "ca-central-1",
493
+ "ca-west-1",
476
494
  "eu-central-1",
477
495
  "eu-central-2",
478
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,15 +110,17 @@ 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",
116
+ "bedrock-agent",
117
+ "bedrock-agent-runtime",
115
118
  "bedrock-runtime",
116
119
  "billingconductor",
117
120
  "braket",
118
121
  "budgets",
119
122
  "ce",
123
+ "chatbot",
120
124
  "chime",
121
125
  "chime-sdk-identity",
122
126
  "chime-sdk-media-pipelines",
@@ -124,6 +128,7 @@ ServiceName = Literal[
124
128
  "chime-sdk-messaging",
125
129
  "chime-sdk-voice",
126
130
  "cleanrooms",
131
+ "cleanroomsml",
127
132
  "cloud9",
128
133
  "cloudcontrol",
129
134
  "clouddirectory",
@@ -141,6 +146,7 @@ ServiceName = Literal[
141
146
  "codebuild",
142
147
  "codecatalyst",
143
148
  "codecommit",
149
+ "codeconnections",
144
150
  "codedeploy",
145
151
  "codeguru-reviewer",
146
152
  "codeguru-security",
@@ -161,6 +167,7 @@ ServiceName = Literal[
161
167
  "connectcampaigns",
162
168
  "connectcases",
163
169
  "connectparticipant",
170
+ "controlcatalog",
164
171
  "controltower",
165
172
  "cost-optimization-hub",
166
173
  "cur",
@@ -171,6 +178,7 @@ ServiceName = Literal[
171
178
  "datasync",
172
179
  "datazone",
173
180
  "dax",
181
+ "deadline",
174
182
  "detective",
175
183
  "devicefarm",
176
184
  "devops-guru",
@@ -227,7 +235,6 @@ ServiceName = Literal[
227
235
  "guardduty",
228
236
  "health",
229
237
  "healthlake",
230
- "honeycode",
231
238
  "iam",
232
239
  "identitystore",
233
240
  "imagebuilder",
@@ -239,7 +246,6 @@ ServiceName = Literal[
239
246
  "iot",
240
247
  "iot-data",
241
248
  "iot-jobs-data",
242
- "iot-roborunner",
243
249
  "iot1click-devices",
244
250
  "iot1click-projects",
245
251
  "iotanalytics",
@@ -289,9 +295,12 @@ ServiceName = Literal[
289
295
  "m2",
290
296
  "machinelearning",
291
297
  "macie2",
298
+ "mailmanager",
292
299
  "managedblockchain",
293
300
  "managedblockchain-query",
301
+ "marketplace-agreement",
294
302
  "marketplace-catalog",
303
+ "marketplace-deployment",
295
304
  "marketplace-entitlement",
296
305
  "marketplacecommerceanalytics",
297
306
  "mediaconnect",
@@ -312,14 +321,15 @@ ServiceName = Literal[
312
321
  "migrationhub-config",
313
322
  "migrationhuborchestrator",
314
323
  "migrationhubstrategy",
315
- "mobile",
316
324
  "mq",
317
325
  "mturk",
318
326
  "mwaa",
319
327
  "neptune",
328
+ "neptune-graph",
320
329
  "neptunedata",
321
330
  "network-firewall",
322
331
  "networkmanager",
332
+ "networkmonitor",
323
333
  "nimble",
324
334
  "oam",
325
335
  "omics",
@@ -334,6 +344,7 @@ ServiceName = Literal[
334
344
  "payment-cryptography",
335
345
  "payment-cryptography-data",
336
346
  "pca-connector-ad",
347
+ "pca-connector-scep",
337
348
  "personalize",
338
349
  "personalize-events",
339
350
  "personalize-runtime",
@@ -347,6 +358,9 @@ ServiceName = Literal[
347
358
  "pricing",
348
359
  "privatenetworks",
349
360
  "proton",
361
+ "qapps",
362
+ "qbusiness",
363
+ "qconnect",
350
364
  "qldb",
351
365
  "qldb-session",
352
366
  "quicksight",
@@ -370,6 +384,7 @@ ServiceName = Literal[
370
384
  "route53-recovery-control-config",
371
385
  "route53-recovery-readiness",
372
386
  "route53domains",
387
+ "route53profiles",
373
388
  "route53resolver",
374
389
  "rum",
375
390
  "s3",
@@ -408,6 +423,7 @@ ServiceName = Literal[
408
423
  "ssm",
409
424
  "ssm-contacts",
410
425
  "ssm-incidents",
426
+ "ssm-quicksetup",
411
427
  "ssm-sap",
412
428
  "sso",
413
429
  "sso-admin",
@@ -415,11 +431,14 @@ ServiceName = Literal[
415
431
  "stepfunctions",
416
432
  "storagegateway",
417
433
  "sts",
434
+ "supplychain",
418
435
  "support",
419
436
  "support-app",
420
437
  "swf",
421
438
  "synthetics",
439
+ "taxsettings",
422
440
  "textract",
441
+ "timestream-influxdb",
423
442
  "timestream-query",
424
443
  "timestream-write",
425
444
  "tnb",
@@ -471,6 +490,7 @@ RegionName = Literal[
471
490
  "ap-southeast-3",
472
491
  "ap-southeast-4",
473
492
  "ca-central-1",
493
+ "ca-west-1",
474
494
  "eu-central-1",
475
495
  "eu-central-2",
476
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(
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.33.0"
5
+ __version__ = "1.34.153"
@@ -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)
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-kinesis
3
- Version: 1.33.0
4
- Summary: Type annotations for boto3.Kinesis 1.33.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.34.153
4
+ Summary: Type annotations for boto3.Kinesis 1.34.153 service generated with mypy-boto3-builder 7.25.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 :: Typed
30
- Requires-Python: >=3.7
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.Kinesis 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
46
+ [boto3.Kinesis 1.34.153](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.20.3](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.25.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
@@ -11,15 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
11
11
 
12
12
  setup(
13
13
  name="mypy-boto3-kinesis",
14
- version="1.33.0",
14
+ version="1.34.153",
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.33.0 service generated with mypy-boto3-builder 7.20.3"
22
- ),
20
+ description="Type annotations for boto3.Kinesis 1.34.153 service generated with mypy-boto3-builder 7.25.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 :: Typed",
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.7",
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.33.0\nVersion: 1.33.0\nBuilder version:"
14
- " 7.20.3\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.33.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()