types-boto3-kinesis 1.40.65__tar.gz → 1.41.1__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. {types_boto3_kinesis-1.40.65/types_boto3_kinesis.egg-info → types_boto3_kinesis-1.41.1}/PKG-INFO +11 -25
  2. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/README.md +3 -3
  3. types_boto3_kinesis-1.41.1/pyproject.toml +61 -0
  4. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/__main__.py +4 -4
  5. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/client.py +18 -22
  6. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/client.pyi +18 -22
  7. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/literals.py +3 -0
  8. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/literals.pyi +3 -0
  9. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/type_defs.py +20 -25
  10. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/type_defs.pyi +20 -25
  11. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/version.py +1 -1
  12. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1/types_boto3_kinesis.egg-info}/PKG-INFO +11 -25
  13. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis.egg-info/SOURCES.txt +1 -2
  14. types_boto3_kinesis-1.40.65/setup.py +0 -54
  15. types_boto3_kinesis-1.40.65/types_boto3_kinesis.egg-info/not-zip-safe +0 -1
  16. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/LICENSE +0 -0
  17. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/setup.cfg +0 -0
  18. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/__init__.py +0 -0
  19. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/__init__.pyi +0 -0
  20. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/paginator.py +0 -0
  21. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/paginator.pyi +0 -0
  22. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/py.typed +0 -0
  23. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/waiter.py +0 -0
  24. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis/waiter.pyi +0 -0
  25. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis.egg-info/dependency_links.txt +0 -0
  26. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis.egg-info/requires.txt +0 -0
  27. {types_boto3_kinesis-1.40.65 → types_boto3_kinesis-1.41.1}/types_boto3_kinesis.egg-info/top_level.txt +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-kinesis
3
- Version: 1.40.65
4
- Summary: Type annotations for boto3 Kinesis 1.40.65 service generated with mypy-boto3-builder 8.11.0
5
- Home-page: https://github.com/youtype/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT License
3
+ Version: 1.41.1
4
+ Summary: Type annotations for boto3 Kinesis 1.41.1 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
9
8
  Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/
10
9
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
10
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 kinesis boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,kinesis,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
16
- Classifier: License :: OSI Approved :: MIT License
17
16
  Classifier: Natural Language :: English
18
17
  Classifier: Operating System :: OS Independent
19
18
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
19
  Classifier: Programming Language :: Python :: 3.9
22
20
  Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
27
25
  Classifier: Programming Language :: Python :: 3 :: Only
28
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
27
  Classifier: Typing :: Stubs Only
30
- Requires-Python: >=3.8
28
+ Requires-Python: >=3.9
31
29
  Description-Content-Type: text/markdown
32
30
  License-File: LICENSE
33
31
  Requires-Dist: typing-extensions; python_version < "3.12"
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: home-page
40
- Dynamic: keywords
41
- Dynamic: license
42
32
  Dynamic: license-file
43
- Dynamic: project-url
44
- Dynamic: requires-dist
45
- Dynamic: requires-python
46
- Dynamic: summary
47
33
 
48
34
  <a id="types-boto3-kinesis"></a>
49
35
 
@@ -56,7 +42,7 @@ Dynamic: summary
56
42
 
57
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
44
 
59
- Type annotations for [boto3 Kinesis 1.40.65](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Kinesis 1.41.1](https://pypi.org/project/boto3/)
60
46
  compatible with [VSCode](https://code.visualstudio.com/),
61
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
51
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
52
 
67
53
  Generated with
68
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
54
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
69
55
 
70
56
  More information can be found on
71
57
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
119
105
  isolation.
120
106
 
121
107
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.65' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.41.1' mypy-boto3-builder`
123
109
  2. Select `boto3` AWS SDK.
124
110
  3. Add `Kinesis` service.
125
111
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 Kinesis 1.40.65](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Kinesis 1.41.1](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
20
  Generated with
21
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
22
22
 
23
23
  More information can be found on
24
24
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.40.65' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.41.1' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `Kinesis` service.
78
78
  4. Use provided commands to install generated packages.
@@ -0,0 +1,61 @@
1
+ # Setup script for types-boto3-kinesis.
2
+
3
+ # Copyright 2025 Vlad Emelianov
4
+
5
+ [project]
6
+ name = "types-boto3-kinesis"
7
+ version = "1.41.1"
8
+ license = "MIT"
9
+ authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
+ description = "Type annotations for boto3 Kinesis 1.41.1 service generated with mypy-boto3-builder 8.12.0"
11
+ readme = "README.md"
12
+ classifiers = [
13
+ "Development Status :: 5 - Production/Stable",
14
+ "Intended Audience :: Developers",
15
+ "Environment :: Console",
16
+ "Natural Language :: English",
17
+ "Operating System :: OS Independent",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.9",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
25
+ "Programming Language :: Python :: 3 :: Only",
26
+ "Programming Language :: Python :: Implementation :: CPython",
27
+ "Typing :: Stubs Only",
28
+ ]
29
+ keywords = [
30
+ "boto3",
31
+ "kinesis",
32
+ "boto3-stubs",
33
+ "type-annotations",
34
+ "mypy",
35
+ "typeshed",
36
+ "autocomplete",
37
+ ]
38
+ requires-python = ">=3.9"
39
+
40
+ dependencies = [
41
+ "typing-extensions; python_version<'3.12'",
42
+ ]
43
+
44
+
45
+ [project.urls]
46
+ Homepage = "https://github.com/youtype/mypy_boto3_builder"
47
+ Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/"
48
+ Source = "https://github.com/youtype/mypy_boto3_builder"
49
+ Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
50
+
51
+ [build-system]
52
+ requires = ["setuptools>=60"]
53
+ build-backend = "setuptools.build_meta"
54
+
55
+ [tool.setuptools]
56
+ platforms = ["any"]
57
+ include-package-data = true
58
+ packages = ["types_boto3_kinesis"]
59
+
60
+ [tool.setuptools.package-data]
61
+ "*" = ["*.pyi", "py.typed"]
@@ -12,9 +12,9 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 Kinesis 1.40.65\n"
16
- "Version: 1.40.65\n"
17
- "Builder version: 8.11.0\n"
15
+ "Type annotations for boto3 Kinesis 1.41.1\n"
16
+ "Version: 1.41.1\n"
17
+ "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_kinesis//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#kinesis\n"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.40.65\n")
29
+ sys.stdout.write("1.41.1\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -94,11 +95,6 @@ from .type_defs import (
94
95
  )
95
96
  from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
96
97
 
97
- if sys.version_info >= (3, 9):
98
- from builtins import type as Type
99
- from collections.abc import Mapping
100
- else:
101
- from typing import Mapping, Type
102
98
  if sys.version_info >= (3, 12):
103
99
  from typing import Literal, Unpack
104
100
  else:
@@ -109,23 +105,23 @@ __all__ = ("KinesisClient",)
109
105
 
110
106
 
111
107
  class Exceptions(BaseClientExceptions):
112
- AccessDeniedException: Type[BotocoreClientError]
113
- ClientError: Type[BotocoreClientError]
114
- ExpiredIteratorException: Type[BotocoreClientError]
115
- ExpiredNextTokenException: Type[BotocoreClientError]
116
- InternalFailureException: Type[BotocoreClientError]
117
- InvalidArgumentException: Type[BotocoreClientError]
118
- KMSAccessDeniedException: Type[BotocoreClientError]
119
- KMSDisabledException: Type[BotocoreClientError]
120
- KMSInvalidStateException: Type[BotocoreClientError]
121
- KMSNotFoundException: Type[BotocoreClientError]
122
- KMSOptInRequired: Type[BotocoreClientError]
123
- KMSThrottlingException: Type[BotocoreClientError]
124
- LimitExceededException: Type[BotocoreClientError]
125
- ProvisionedThroughputExceededException: Type[BotocoreClientError]
126
- ResourceInUseException: Type[BotocoreClientError]
127
- ResourceNotFoundException: Type[BotocoreClientError]
128
- ValidationException: Type[BotocoreClientError]
108
+ AccessDeniedException: type[BotocoreClientError]
109
+ ClientError: type[BotocoreClientError]
110
+ ExpiredIteratorException: type[BotocoreClientError]
111
+ ExpiredNextTokenException: type[BotocoreClientError]
112
+ InternalFailureException: type[BotocoreClientError]
113
+ InvalidArgumentException: type[BotocoreClientError]
114
+ KMSAccessDeniedException: type[BotocoreClientError]
115
+ KMSDisabledException: type[BotocoreClientError]
116
+ KMSInvalidStateException: type[BotocoreClientError]
117
+ KMSNotFoundException: type[BotocoreClientError]
118
+ KMSOptInRequired: type[BotocoreClientError]
119
+ KMSThrottlingException: type[BotocoreClientError]
120
+ LimitExceededException: type[BotocoreClientError]
121
+ ProvisionedThroughputExceededException: type[BotocoreClientError]
122
+ ResourceInUseException: type[BotocoreClientError]
123
+ ResourceNotFoundException: type[BotocoreClientError]
124
+ ValidationException: type[BotocoreClientError]
129
125
 
130
126
 
131
127
  class KinesisClient(BaseClient):
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -94,11 +95,6 @@ from .type_defs import (
94
95
  )
95
96
  from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
96
97
 
97
- if sys.version_info >= (3, 9):
98
- from builtins import type as Type
99
- from collections.abc import Mapping
100
- else:
101
- from typing import Mapping, Type
102
98
  if sys.version_info >= (3, 12):
103
99
  from typing import Literal, Unpack
104
100
  else:
@@ -107,23 +103,23 @@ else:
107
103
  __all__ = ("KinesisClient",)
108
104
 
109
105
  class Exceptions(BaseClientExceptions):
110
- AccessDeniedException: Type[BotocoreClientError]
111
- ClientError: Type[BotocoreClientError]
112
- ExpiredIteratorException: Type[BotocoreClientError]
113
- ExpiredNextTokenException: Type[BotocoreClientError]
114
- InternalFailureException: Type[BotocoreClientError]
115
- InvalidArgumentException: Type[BotocoreClientError]
116
- KMSAccessDeniedException: Type[BotocoreClientError]
117
- KMSDisabledException: Type[BotocoreClientError]
118
- KMSInvalidStateException: Type[BotocoreClientError]
119
- KMSNotFoundException: Type[BotocoreClientError]
120
- KMSOptInRequired: Type[BotocoreClientError]
121
- KMSThrottlingException: Type[BotocoreClientError]
122
- LimitExceededException: Type[BotocoreClientError]
123
- ProvisionedThroughputExceededException: Type[BotocoreClientError]
124
- ResourceInUseException: Type[BotocoreClientError]
125
- ResourceNotFoundException: Type[BotocoreClientError]
126
- ValidationException: Type[BotocoreClientError]
106
+ AccessDeniedException: type[BotocoreClientError]
107
+ ClientError: type[BotocoreClientError]
108
+ ExpiredIteratorException: type[BotocoreClientError]
109
+ ExpiredNextTokenException: type[BotocoreClientError]
110
+ InternalFailureException: type[BotocoreClientError]
111
+ InvalidArgumentException: type[BotocoreClientError]
112
+ KMSAccessDeniedException: type[BotocoreClientError]
113
+ KMSDisabledException: type[BotocoreClientError]
114
+ KMSInvalidStateException: type[BotocoreClientError]
115
+ KMSNotFoundException: type[BotocoreClientError]
116
+ KMSOptInRequired: type[BotocoreClientError]
117
+ KMSThrottlingException: type[BotocoreClientError]
118
+ LimitExceededException: type[BotocoreClientError]
119
+ ProvisionedThroughputExceededException: type[BotocoreClientError]
120
+ ResourceInUseException: type[BotocoreClientError]
121
+ ResourceNotFoundException: type[BotocoreClientError]
122
+ ValidationException: type[BotocoreClientError]
127
123
 
128
124
  class KinesisClient(BaseClient):
129
125
  """
@@ -350,6 +350,7 @@ ServiceName = Literal[
350
350
  "mq",
351
351
  "mturk",
352
352
  "mwaa",
353
+ "mwaa-serverless",
353
354
  "neptune",
354
355
  "neptune-graph",
355
356
  "neptunedata",
@@ -369,6 +370,7 @@ ServiceName = Literal[
369
370
  "osis",
370
371
  "outposts",
371
372
  "panorama",
373
+ "partnercentral-channel",
372
374
  "partnercentral-selling",
373
375
  "payment-cryptography",
374
376
  "payment-cryptography-data",
@@ -443,6 +445,7 @@ ServiceName = Literal[
443
445
  "sesv2",
444
446
  "shield",
445
447
  "signer",
448
+ "signin",
446
449
  "simspaceweaver",
447
450
  "snow-device-management",
448
451
  "snowball",
@@ -348,6 +348,7 @@ ServiceName = Literal[
348
348
  "mq",
349
349
  "mturk",
350
350
  "mwaa",
351
+ "mwaa-serverless",
351
352
  "neptune",
352
353
  "neptune-graph",
353
354
  "neptunedata",
@@ -367,6 +368,7 @@ ServiceName = Literal[
367
368
  "osis",
368
369
  "outposts",
369
370
  "panorama",
371
+ "partnercentral-channel",
370
372
  "partnercentral-selling",
371
373
  "payment-cryptography",
372
374
  "payment-cryptography-data",
@@ -441,6 +443,7 @@ ServiceName = Literal[
441
443
  "sesv2",
442
444
  "shield",
443
445
  "signer",
446
+ "signin",
444
447
  "simspaceweaver",
445
448
  "snow-device-management",
446
449
  "snowball",
@@ -17,6 +17,7 @@ Usage::
17
17
  from __future__ import annotations
18
18
 
19
19
  import sys
20
+ from collections.abc import Mapping, Sequence
20
21
  from datetime import datetime
21
22
  from typing import IO, Any, Union
22
23
 
@@ -35,12 +36,6 @@ from .literals import (
35
36
  StreamStatusType,
36
37
  )
37
38
 
38
- if sys.version_info >= (3, 9):
39
- from builtins import dict as Dict
40
- from builtins import list as List
41
- from collections.abc import Mapping, Sequence
42
- else:
43
- from typing import Dict, List, Mapping, Sequence
44
39
  if sys.version_info >= (3, 12):
45
40
  from typing import Literal, NotRequired, TypedDict
46
41
  else:
@@ -217,7 +212,7 @@ class MinimumThroughputBillingCommitmentOutputTypeDef(TypedDict):
217
212
  class ResponseMetadataTypeDef(TypedDict):
218
213
  RequestId: str
219
214
  HTTPStatusCode: int
220
- HTTPHeaders: Dict[str, str]
215
+ HTTPHeaders: dict[str, str]
221
216
  RetryAttempts: int
222
217
  HostId: NotRequired[str]
223
218
 
@@ -264,7 +259,7 @@ class EnableEnhancedMonitoringInputTypeDef(TypedDict):
264
259
 
265
260
 
266
261
  class EnhancedMetricsTypeDef(TypedDict):
267
- ShardLevelMetrics: NotRequired[List[MetricsNameType]]
262
+ ShardLevelMetrics: NotRequired[list[MetricsNameType]]
268
263
 
269
264
 
270
265
  class GetRecordsInputTypeDef(TypedDict):
@@ -463,7 +458,7 @@ class PutRecordsRequestEntryTypeDef(TypedDict):
463
458
 
464
459
  class ChildShardTypeDef(TypedDict):
465
460
  ShardId: str
466
- ParentShards: List[str]
461
+ ParentShards: list[str]
467
462
  HashKeyRange: HashKeyRangeTypeDef
468
463
 
469
464
 
@@ -514,8 +509,8 @@ class EmptyResponseMetadataTypeDef(TypedDict):
514
509
 
515
510
  class EnhancedMonitoringOutputTypeDef(TypedDict):
516
511
  StreamName: str
517
- CurrentShardLevelMetrics: List[MetricsNameType]
518
- DesiredShardLevelMetrics: List[MetricsNameType]
512
+ CurrentShardLevelMetrics: list[MetricsNameType]
513
+ DesiredShardLevelMetrics: list[MetricsNameType]
519
514
  StreamARN: str
520
515
  ResponseMetadata: ResponseMetadataTypeDef
521
516
 
@@ -531,7 +526,7 @@ class GetShardIteratorOutputTypeDef(TypedDict):
531
526
 
532
527
 
533
528
  class ListStreamConsumersOutputTypeDef(TypedDict):
534
- Consumers: List[ConsumerTypeDef]
529
+ Consumers: list[ConsumerTypeDef]
535
530
  ResponseMetadata: ResponseMetadataTypeDef
536
531
  NextToken: NotRequired[str]
537
532
 
@@ -629,12 +624,12 @@ StartingPositionTypeDef = TypedDict(
629
624
 
630
625
 
631
626
  class ListTagsForResourceOutputTypeDef(TypedDict):
632
- Tags: List[TagTypeDef]
627
+ Tags: list[TagTypeDef]
633
628
  ResponseMetadata: ResponseMetadataTypeDef
634
629
 
635
630
 
636
631
  class ListTagsForStreamOutputTypeDef(TypedDict):
637
- Tags: List[TagTypeDef]
632
+ Tags: list[TagTypeDef]
638
633
  HasMoreTags: bool
639
634
  ResponseMetadata: ResponseMetadataTypeDef
640
635
 
@@ -645,7 +640,7 @@ class UpdateAccountSettingsInputTypeDef(TypedDict):
645
640
 
646
641
  class PutRecordsOutputTypeDef(TypedDict):
647
642
  FailedRecordCount: int
648
- Records: List[PutRecordsResultEntryTypeDef]
643
+ Records: list[PutRecordsResultEntryTypeDef]
649
644
  EncryptionType: EncryptionTypeType
650
645
  ResponseMetadata: ResponseMetadataTypeDef
651
646
 
@@ -664,7 +659,7 @@ class StreamDescriptionSummaryTypeDef(TypedDict):
664
659
  StreamStatus: StreamStatusType
665
660
  RetentionPeriodHours: int
666
661
  StreamCreationTimestamp: datetime
667
- EnhancedMonitoring: List[EnhancedMetricsTypeDef]
662
+ EnhancedMonitoring: list[EnhancedMetricsTypeDef]
668
663
  OpenShardCount: int
669
664
  StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
670
665
  EncryptionType: NotRequired[EncryptionTypeType]
@@ -688,24 +683,24 @@ class PutRecordsInputTypeDef(TypedDict):
688
683
 
689
684
 
690
685
  class GetRecordsOutputTypeDef(TypedDict):
691
- Records: List[RecordTypeDef]
686
+ Records: list[RecordTypeDef]
692
687
  NextShardIterator: str
693
688
  MillisBehindLatest: int
694
- ChildShards: List[ChildShardTypeDef]
689
+ ChildShards: list[ChildShardTypeDef]
695
690
  ResponseMetadata: ResponseMetadataTypeDef
696
691
 
697
692
 
698
693
  class SubscribeToShardEventTypeDef(TypedDict):
699
- Records: List[RecordTypeDef]
694
+ Records: list[RecordTypeDef]
700
695
  ContinuationSequenceNumber: str
701
696
  MillisBehindLatest: int
702
- ChildShards: NotRequired[List[ChildShardTypeDef]]
697
+ ChildShards: NotRequired[list[ChildShardTypeDef]]
703
698
 
704
699
 
705
700
  class ListStreamsOutputTypeDef(TypedDict):
706
- StreamNames: List[str]
701
+ StreamNames: list[str]
707
702
  HasMoreStreams: bool
708
- StreamSummaries: List[StreamSummaryTypeDef]
703
+ StreamSummaries: list[StreamSummaryTypeDef]
709
704
  ResponseMetadata: ResponseMetadataTypeDef
710
705
  NextToken: NotRequired[str]
711
706
 
@@ -736,7 +731,7 @@ class SubscribeToShardInputTypeDef(TypedDict):
736
731
 
737
732
 
738
733
  class ListShardsOutputTypeDef(TypedDict):
739
- Shards: List[ShardTypeDef]
734
+ Shards: list[ShardTypeDef]
740
735
  ResponseMetadata: ResponseMetadataTypeDef
741
736
  NextToken: NotRequired[str]
742
737
 
@@ -745,11 +740,11 @@ class StreamDescriptionTypeDef(TypedDict):
745
740
  StreamName: str
746
741
  StreamARN: str
747
742
  StreamStatus: StreamStatusType
748
- Shards: List[ShardTypeDef]
743
+ Shards: list[ShardTypeDef]
749
744
  HasMoreShards: bool
750
745
  RetentionPeriodHours: int
751
746
  StreamCreationTimestamp: datetime
752
- EnhancedMonitoring: List[EnhancedMetricsTypeDef]
747
+ EnhancedMonitoring: list[EnhancedMetricsTypeDef]
753
748
  StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
754
749
  EncryptionType: NotRequired[EncryptionTypeType]
755
750
  KeyId: NotRequired[str]
@@ -17,6 +17,7 @@ Usage::
17
17
  from __future__ import annotations
18
18
 
19
19
  import sys
20
+ from collections.abc import Mapping, Sequence
20
21
  from datetime import datetime
21
22
  from typing import IO, Any, Union
22
23
 
@@ -35,12 +36,6 @@ from .literals import (
35
36
  StreamStatusType,
36
37
  )
37
38
 
38
- if sys.version_info >= (3, 9):
39
- from builtins import dict as Dict
40
- from builtins import list as List
41
- from collections.abc import Mapping, Sequence
42
- else:
43
- from typing import Dict, List, Mapping, Sequence
44
39
  if sys.version_info >= (3, 12):
45
40
  from typing import Literal, NotRequired, TypedDict
46
41
  else:
@@ -204,7 +199,7 @@ class MinimumThroughputBillingCommitmentOutputTypeDef(TypedDict):
204
199
  class ResponseMetadataTypeDef(TypedDict):
205
200
  RequestId: str
206
201
  HTTPStatusCode: int
207
- HTTPHeaders: Dict[str, str]
202
+ HTTPHeaders: dict[str, str]
208
203
  RetryAttempts: int
209
204
  HostId: NotRequired[str]
210
205
 
@@ -243,7 +238,7 @@ class EnableEnhancedMonitoringInputTypeDef(TypedDict):
243
238
  StreamARN: NotRequired[str]
244
239
 
245
240
  class EnhancedMetricsTypeDef(TypedDict):
246
- ShardLevelMetrics: NotRequired[List[MetricsNameType]]
241
+ ShardLevelMetrics: NotRequired[list[MetricsNameType]]
247
242
 
248
243
  class GetRecordsInputTypeDef(TypedDict):
249
244
  ShardIterator: str
@@ -405,7 +400,7 @@ class PutRecordsRequestEntryTypeDef(TypedDict):
405
400
 
406
401
  class ChildShardTypeDef(TypedDict):
407
402
  ShardId: str
408
- ParentShards: List[str]
403
+ ParentShards: list[str]
409
404
  HashKeyRange: HashKeyRangeTypeDef
410
405
 
411
406
  class CreateStreamInputTypeDef(TypedDict):
@@ -448,8 +443,8 @@ class EmptyResponseMetadataTypeDef(TypedDict):
448
443
 
449
444
  class EnhancedMonitoringOutputTypeDef(TypedDict):
450
445
  StreamName: str
451
- CurrentShardLevelMetrics: List[MetricsNameType]
452
- DesiredShardLevelMetrics: List[MetricsNameType]
446
+ CurrentShardLevelMetrics: list[MetricsNameType]
447
+ DesiredShardLevelMetrics: list[MetricsNameType]
453
448
  StreamARN: str
454
449
  ResponseMetadata: ResponseMetadataTypeDef
455
450
 
@@ -462,7 +457,7 @@ class GetShardIteratorOutputTypeDef(TypedDict):
462
457
  ResponseMetadata: ResponseMetadataTypeDef
463
458
 
464
459
  class ListStreamConsumersOutputTypeDef(TypedDict):
465
- Consumers: List[ConsumerTypeDef]
460
+ Consumers: list[ConsumerTypeDef]
466
461
  ResponseMetadata: ResponseMetadataTypeDef
467
462
  NextToken: NotRequired[str]
468
463
 
@@ -547,11 +542,11 @@ StartingPositionTypeDef = TypedDict(
547
542
  )
548
543
 
549
544
  class ListTagsForResourceOutputTypeDef(TypedDict):
550
- Tags: List[TagTypeDef]
545
+ Tags: list[TagTypeDef]
551
546
  ResponseMetadata: ResponseMetadataTypeDef
552
547
 
553
548
  class ListTagsForStreamOutputTypeDef(TypedDict):
554
- Tags: List[TagTypeDef]
549
+ Tags: list[TagTypeDef]
555
550
  HasMoreTags: bool
556
551
  ResponseMetadata: ResponseMetadataTypeDef
557
552
 
@@ -560,7 +555,7 @@ class UpdateAccountSettingsInputTypeDef(TypedDict):
560
555
 
561
556
  class PutRecordsOutputTypeDef(TypedDict):
562
557
  FailedRecordCount: int
563
- Records: List[PutRecordsResultEntryTypeDef]
558
+ Records: list[PutRecordsResultEntryTypeDef]
564
559
  EncryptionType: EncryptionTypeType
565
560
  ResponseMetadata: ResponseMetadataTypeDef
566
561
 
@@ -577,7 +572,7 @@ class StreamDescriptionSummaryTypeDef(TypedDict):
577
572
  StreamStatus: StreamStatusType
578
573
  RetentionPeriodHours: int
579
574
  StreamCreationTimestamp: datetime
580
- EnhancedMonitoring: List[EnhancedMetricsTypeDef]
575
+ EnhancedMonitoring: list[EnhancedMetricsTypeDef]
581
576
  OpenShardCount: int
582
577
  StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
583
578
  EncryptionType: NotRequired[EncryptionTypeType]
@@ -598,22 +593,22 @@ class PutRecordsInputTypeDef(TypedDict):
598
593
  StreamARN: NotRequired[str]
599
594
 
600
595
  class GetRecordsOutputTypeDef(TypedDict):
601
- Records: List[RecordTypeDef]
596
+ Records: list[RecordTypeDef]
602
597
  NextShardIterator: str
603
598
  MillisBehindLatest: int
604
- ChildShards: List[ChildShardTypeDef]
599
+ ChildShards: list[ChildShardTypeDef]
605
600
  ResponseMetadata: ResponseMetadataTypeDef
606
601
 
607
602
  class SubscribeToShardEventTypeDef(TypedDict):
608
- Records: List[RecordTypeDef]
603
+ Records: list[RecordTypeDef]
609
604
  ContinuationSequenceNumber: str
610
605
  MillisBehindLatest: int
611
- ChildShards: NotRequired[List[ChildShardTypeDef]]
606
+ ChildShards: NotRequired[list[ChildShardTypeDef]]
612
607
 
613
608
  class ListStreamsOutputTypeDef(TypedDict):
614
- StreamNames: List[str]
609
+ StreamNames: list[str]
615
610
  HasMoreStreams: bool
616
- StreamSummaries: List[StreamSummaryTypeDef]
611
+ StreamSummaries: list[StreamSummaryTypeDef]
617
612
  ResponseMetadata: ResponseMetadataTypeDef
618
613
  NextToken: NotRequired[str]
619
614
 
@@ -640,7 +635,7 @@ class SubscribeToShardInputTypeDef(TypedDict):
640
635
  StartingPosition: StartingPositionTypeDef
641
636
 
642
637
  class ListShardsOutputTypeDef(TypedDict):
643
- Shards: List[ShardTypeDef]
638
+ Shards: list[ShardTypeDef]
644
639
  ResponseMetadata: ResponseMetadataTypeDef
645
640
  NextToken: NotRequired[str]
646
641
 
@@ -648,11 +643,11 @@ class StreamDescriptionTypeDef(TypedDict):
648
643
  StreamName: str
649
644
  StreamARN: str
650
645
  StreamStatus: StreamStatusType
651
- Shards: List[ShardTypeDef]
646
+ Shards: list[ShardTypeDef]
652
647
  HasMoreShards: bool
653
648
  RetentionPeriodHours: int
654
649
  StreamCreationTimestamp: datetime
655
- EnhancedMonitoring: List[EnhancedMetricsTypeDef]
650
+ EnhancedMonitoring: list[EnhancedMetricsTypeDef]
656
651
  StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
657
652
  EncryptionType: NotRequired[EncryptionTypeType]
658
653
  KeyId: NotRequired[str]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.65"
7
+ __version__ = "1.41.1"
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-kinesis
3
- Version: 1.40.65
4
- Summary: Type annotations for boto3 Kinesis 1.40.65 service generated with mypy-boto3-builder 8.11.0
5
- Home-page: https://github.com/youtype/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT License
3
+ Version: 1.41.1
4
+ Summary: Type annotations for boto3 Kinesis 1.41.1 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
9
8
  Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/
10
9
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
10
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 kinesis boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,kinesis,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
16
- Classifier: License :: OSI Approved :: MIT License
17
16
  Classifier: Natural Language :: English
18
17
  Classifier: Operating System :: OS Independent
19
18
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
19
  Classifier: Programming Language :: Python :: 3.9
22
20
  Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
27
25
  Classifier: Programming Language :: Python :: 3 :: Only
28
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
27
  Classifier: Typing :: Stubs Only
30
- Requires-Python: >=3.8
28
+ Requires-Python: >=3.9
31
29
  Description-Content-Type: text/markdown
32
30
  License-File: LICENSE
33
31
  Requires-Dist: typing-extensions; python_version < "3.12"
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: home-page
40
- Dynamic: keywords
41
- Dynamic: license
42
32
  Dynamic: license-file
43
- Dynamic: project-url
44
- Dynamic: requires-dist
45
- Dynamic: requires-python
46
- Dynamic: summary
47
33
 
48
34
  <a id="types-boto3-kinesis"></a>
49
35
 
@@ -56,7 +42,7 @@ Dynamic: summary
56
42
 
57
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
44
 
59
- Type annotations for [boto3 Kinesis 1.40.65](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Kinesis 1.41.1](https://pypi.org/project/boto3/)
60
46
  compatible with [VSCode](https://code.visualstudio.com/),
61
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
51
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
52
 
67
53
  Generated with
68
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
54
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
69
55
 
70
56
  More information can be found on
71
57
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
119
105
  isolation.
120
106
 
121
107
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.65' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.41.1' mypy-boto3-builder`
123
109
  2. Select `boto3` AWS SDK.
124
110
  3. Add `Kinesis` service.
125
111
  4. Use provided commands to install generated packages.
@@ -1,6 +1,6 @@
1
1
  LICENSE
2
2
  README.md
3
- setup.py
3
+ pyproject.toml
4
4
  types_boto3_kinesis/__init__.py
5
5
  types_boto3_kinesis/__init__.pyi
6
6
  types_boto3_kinesis/__main__.py
@@ -19,6 +19,5 @@ types_boto3_kinesis/waiter.pyi
19
19
  types_boto3_kinesis.egg-info/PKG-INFO
20
20
  types_boto3_kinesis.egg-info/SOURCES.txt
21
21
  types_boto3_kinesis.egg-info/dependency_links.txt
22
- types_boto3_kinesis.egg-info/not-zip-safe
23
22
  types_boto3_kinesis.egg-info/requires.txt
24
23
  types_boto3_kinesis.egg-info/top_level.txt
@@ -1,54 +0,0 @@
1
- """
2
- Setup script for types-boto3-kinesis.
3
-
4
- Copyright 2025 Vlad Emelianov
5
- """
6
-
7
- from pathlib import Path
8
-
9
- from setuptools import setup # type: ignore
10
-
11
- LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
12
-
13
-
14
- setup(
15
- name="types-boto3-kinesis",
16
- version="1.40.65",
17
- packages=["types_boto3_kinesis"],
18
- url="https://github.com/youtype/mypy_boto3_builder",
19
- license="MIT License",
20
- author="Vlad Emelianov",
21
- author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 Kinesis 1.40.65 service generated with mypy-boto3-builder 8.11.0",
23
- classifiers=[
24
- "Development Status :: 5 - Production/Stable",
25
- "Intended Audience :: Developers",
26
- "Environment :: Console",
27
- "License :: OSI Approved :: MIT License",
28
- "Natural Language :: English",
29
- "Operating System :: OS Independent",
30
- "Programming Language :: Python :: 3",
31
- "Programming Language :: Python :: 3.8",
32
- "Programming Language :: Python :: 3.9",
33
- "Programming Language :: Python :: 3.10",
34
- "Programming Language :: Python :: 3.11",
35
- "Programming Language :: Python :: 3.12",
36
- "Programming Language :: Python :: 3.13",
37
- "Programming Language :: Python :: 3.14",
38
- "Programming Language :: Python :: 3 :: Only",
39
- "Programming Language :: Python :: Implementation :: CPython",
40
- "Typing :: Stubs Only",
41
- ],
42
- keywords="boto3 kinesis boto3-stubs type-annotations mypy typeshed autocomplete",
43
- long_description=LONG_DESCRIPTION,
44
- long_description_content_type="text/markdown",
45
- package_data={"types_boto3_kinesis": ["py.typed", "*.pyi"]},
46
- python_requires=">=3.8",
47
- project_urls={
48
- "Documentation": "https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/",
49
- "Source": "https://github.com/youtype/mypy_boto3_builder",
50
- "Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
51
- },
52
- install_requires=['typing-extensions; python_version<"3.12"'],
53
- zip_safe=False,
54
- )