types-boto3-kinesis 1.35.93__tar.gz → 1.39.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.
- {types_boto3_kinesis-1.35.93/types_boto3_kinesis.egg-info → types_boto3_kinesis-1.39.0}/PKG-INFO +28 -11
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/README.md +12 -8
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/setup.py +2 -2
- types_boto3_kinesis-1.35.93/types_boto3_kinesis/__init__.pyi → types_boto3_kinesis-1.39.0/types_boto3_kinesis/__init__.py +5 -2
- types_boto3_kinesis-1.35.93/types_boto3_kinesis/__init__.py → types_boto3_kinesis-1.39.0/types_boto3_kinesis/__init__.pyi +4 -3
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/__main__.py +4 -4
- types_boto3_kinesis-1.35.93/types_boto3_kinesis/client.pyi → types_boto3_kinesis-1.39.0/types_boto3_kinesis/client.py +101 -74
- types_boto3_kinesis-1.35.93/types_boto3_kinesis/client.py → types_boto3_kinesis-1.39.0/types_boto3_kinesis/client.pyi +98 -77
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/literals.py +13 -7
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/literals.pyi +13 -7
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/type_defs.py +103 -70
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/type_defs.pyi +98 -70
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/version.py +1 -1
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/waiter.py +4 -4
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/waiter.pyi +4 -4
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0/types_boto3_kinesis.egg-info}/PKG-INFO +28 -11
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/LICENSE +0 -0
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/setup.cfg +0 -0
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/paginator.py +2 -2
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/paginator.pyi +2 -2
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis/py.typed +0 -0
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis.egg-info/SOURCES.txt +0 -0
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis.egg-info/dependency_links.txt +0 -0
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis.egg-info/not-zip-safe +0 -0
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis.egg-info/requires.txt +0 -0
- {types_boto3_kinesis-1.35.93 → types_boto3_kinesis-1.39.0}/types_boto3_kinesis.egg-info/top_level.txt +0 -0
{types_boto3_kinesis-1.35.93/types_boto3_kinesis.egg-info → types_boto3_kinesis-1.39.0}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-kinesis
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Kinesis 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 Kinesis 1.39.0 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -31,6 +31,19 @@ Requires-Python: >=3.8
|
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
33
|
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
|
+
Dynamic: license-file
|
|
43
|
+
Dynamic: project-url
|
|
44
|
+
Dynamic: requires-dist
|
|
45
|
+
Dynamic: requires-python
|
|
46
|
+
Dynamic: summary
|
|
34
47
|
|
|
35
48
|
<a id="types-boto3-kinesis"></a>
|
|
36
49
|
|
|
@@ -43,7 +56,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
|
|
|
43
56
|
|
|
44
57
|

|
|
45
58
|
|
|
46
|
-
Type annotations for [boto3 Kinesis 1.
|
|
59
|
+
Type annotations for [boto3 Kinesis 1.39.0](https://pypi.org/project/boto3/)
|
|
47
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
66
|
|
|
54
67
|
Generated with
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
69
|
|
|
57
70
|
More information can be found on
|
|
58
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -101,12 +114,12 @@ See how it helps you find and fix potential bugs:
|
|
|
101
114
|
### Generate locally (recommended)
|
|
102
115
|
|
|
103
116
|
You can generate type annotations for `boto3` package locally with
|
|
104
|
-
`
|
|
117
|
+
`mypy-boto3-builder`. Use
|
|
105
118
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
119
|
isolation.
|
|
107
120
|
|
|
108
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
-
`uvx --with 'boto3==1.
|
|
122
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
110
123
|
2. Select `boto3` AWS SDK.
|
|
111
124
|
3. Add `Kinesis` service.
|
|
112
125
|
4. Use provided commands to install generated packages.
|
|
@@ -406,11 +419,14 @@ Full list of `Kinesis` TypeDefs can be found in
|
|
|
406
419
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/type_defs/).
|
|
407
420
|
|
|
408
421
|
```python
|
|
409
|
-
|
|
422
|
+
# TypedDict usage example
|
|
423
|
+
from types_boto3_kinesis.type_defs import AddTagsToStreamInputTypeDef
|
|
410
424
|
|
|
411
425
|
|
|
412
|
-
def get_value() ->
|
|
413
|
-
return {
|
|
426
|
+
def get_value() -> AddTagsToStreamInputTypeDef:
|
|
427
|
+
return {
|
|
428
|
+
"Tags": ...,
|
|
429
|
+
}
|
|
414
430
|
```
|
|
415
431
|
|
|
416
432
|
<a id="how-it-works"></a>
|
|
@@ -464,7 +480,8 @@ Builder changelog can be found in
|
|
|
464
480
|
## Versioning
|
|
465
481
|
|
|
466
482
|
`types-boto3-kinesis` version is the same as related `boto3` version and
|
|
467
|
-
follows
|
|
483
|
+
follows
|
|
484
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
468
485
|
|
|
469
486
|
<a id="thank-you"></a>
|
|
470
487
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Kinesis 1.
|
|
12
|
+
Type annotations for [boto3 Kinesis 1.39.0](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.
|
|
21
|
+
[mypy-boto3-builder 8.11.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
|
|
@@ -67,12 +67,12 @@ See how it helps you find and fix potential bugs:
|
|
|
67
67
|
### Generate locally (recommended)
|
|
68
68
|
|
|
69
69
|
You can generate type annotations for `boto3` package locally with
|
|
70
|
-
`
|
|
70
|
+
`mypy-boto3-builder`. Use
|
|
71
71
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.
|
|
75
|
+
`uvx --with 'boto3==1.39.0' 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.
|
|
@@ -372,11 +372,14 @@ Full list of `Kinesis` TypeDefs can be found in
|
|
|
372
372
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/type_defs/).
|
|
373
373
|
|
|
374
374
|
```python
|
|
375
|
-
|
|
375
|
+
# TypedDict usage example
|
|
376
|
+
from types_boto3_kinesis.type_defs import AddTagsToStreamInputTypeDef
|
|
376
377
|
|
|
377
378
|
|
|
378
|
-
def get_value() ->
|
|
379
|
-
return {
|
|
379
|
+
def get_value() -> AddTagsToStreamInputTypeDef:
|
|
380
|
+
return {
|
|
381
|
+
"Tags": ...,
|
|
382
|
+
}
|
|
380
383
|
```
|
|
381
384
|
|
|
382
385
|
<a id="how-it-works"></a>
|
|
@@ -430,7 +433,8 @@ Builder changelog can be found in
|
|
|
430
433
|
## Versioning
|
|
431
434
|
|
|
432
435
|
`types-boto3-kinesis` version is the same as related `boto3` version and
|
|
433
|
-
follows
|
|
436
|
+
follows
|
|
437
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
434
438
|
|
|
435
439
|
<a id="thank-you"></a>
|
|
436
440
|
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-kinesis",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.39.0",
|
|
17
17
|
packages=["types_boto3_kinesis"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 Kinesis 1.
|
|
22
|
+
description="Type annotations for boto3 Kinesis 1.39.0 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for kinesis service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -27,8 +31,6 @@ Usage::
|
|
|
27
31
|
list_stream_consumers_paginator: ListStreamConsumersPaginator = client.get_paginator("list_stream_consumers")
|
|
28
32
|
list_streams_paginator: ListStreamsPaginator = client.get_paginator("list_streams")
|
|
29
33
|
```
|
|
30
|
-
|
|
31
|
-
Copyright 2025 Vlad Emelianov
|
|
32
34
|
"""
|
|
33
35
|
|
|
34
36
|
from .client import KinesisClient
|
|
@@ -42,6 +44,7 @@ from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
|
|
|
42
44
|
|
|
43
45
|
Client = KinesisClient
|
|
44
46
|
|
|
47
|
+
|
|
45
48
|
__all__ = (
|
|
46
49
|
"Client",
|
|
47
50
|
"DescribeStreamPaginator",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for kinesis service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -27,8 +31,6 @@ Usage::
|
|
|
27
31
|
list_stream_consumers_paginator: ListStreamConsumersPaginator = client.get_paginator("list_stream_consumers")
|
|
28
32
|
list_streams_paginator: ListStreamsPaginator = client.get_paginator("list_streams")
|
|
29
33
|
```
|
|
30
|
-
|
|
31
|
-
Copyright 2025 Vlad Emelianov
|
|
32
34
|
"""
|
|
33
35
|
|
|
34
36
|
from .client import KinesisClient
|
|
@@ -42,7 +44,6 @@ from .waiter import StreamExistsWaiter, StreamNotExistsWaiter
|
|
|
42
44
|
|
|
43
45
|
Client = KinesisClient
|
|
44
46
|
|
|
45
|
-
|
|
46
47
|
__all__ = (
|
|
47
48
|
"Client",
|
|
48
49
|
"DescribeStreamPaginator",
|
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Kinesis 1.39.0\n"
|
|
16
|
+
"Version: 1.39.0\n"
|
|
17
|
+
"Builder version: 8.11.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.
|
|
29
|
+
sys.stdout.write("1.39.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|