types-boto3-dynamodb 1.36.0__tar.gz → 1.37.12__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_dynamodb-1.36.0/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.37.12}/PKG-INFO +12 -8
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/README.md +10 -6
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/setup.py +2 -2
- types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/__init__.pyi → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/__init__.py +7 -2
- types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/__init__.py → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/__init__.pyi +4 -5
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/__main__.py +4 -4
- types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/client.pyi → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/client.py +113 -129
- types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/client.py → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/client.pyi +110 -132
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/literals.py +4 -3
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/literals.pyi +4 -3
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/type_defs.py +219 -194
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/type_defs.pyi +211 -188
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/version.py +1 -1
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/waiter.py +4 -4
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/waiter.pyi +4 -4
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb.egg-info}/PKG-INFO +12 -8
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/LICENSE +0 -0
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/setup.cfg +0 -0
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/paginator.py +2 -2
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/paginator.pyi +2 -2
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/py.typed +0 -0
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/service_resource.py +2 -2
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/service_resource.pyi +2 -2
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/requires.txt +0 -0
- {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/top_level.txt +0 -0
{types_boto3_dynamodb-1.36.0/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.37.12}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: types-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
3
|
+
Version: 1.37.12
|
|
4
|
+
Summary: Type annotations for boto3 DynamoDB 1.37.12 service generated with mypy-boto3-builder 8.10.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
|
|
@@ -55,7 +55,7 @@ Dynamic: summary
|
|
|
55
55
|
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
58
|
+
Type annotations for [boto3 DynamoDB 1.37.12](https://pypi.org/project/boto3/)
|
|
59
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
65
|
|
|
66
66
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.
|
|
67
|
+
[mypy-boto3-builder 8.10.0](https://github.com/youtype/mypy_boto3_builder).
|
|
68
68
|
|
|
69
69
|
More information can be found on
|
|
70
70
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -116,12 +116,12 @@ See how it helps you find and fix potential bugs:
|
|
|
116
116
|
### Generate locally (recommended)
|
|
117
117
|
|
|
118
118
|
You can generate type annotations for `boto3` package locally with
|
|
119
|
-
`
|
|
119
|
+
`mypy-boto3-builder`. Use
|
|
120
120
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
121
121
|
isolation.
|
|
122
122
|
|
|
123
123
|
1. Run mypy-boto3-builder in your package root directory:
|
|
124
|
-
`uvx --with 'boto3==1.
|
|
124
|
+
`uvx --with 'boto3==1.37.12' mypy-boto3-builder`
|
|
125
125
|
2. Select `boto3` AWS SDK.
|
|
126
126
|
3. Add `DynamoDB` service.
|
|
127
127
|
4. Use provided commands to install generated packages.
|
|
@@ -480,11 +480,14 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
480
480
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/type_defs/).
|
|
481
481
|
|
|
482
482
|
```python
|
|
483
|
+
# TypedDict usage example
|
|
483
484
|
from types_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
484
485
|
|
|
485
486
|
|
|
486
487
|
def get_value() -> ArchivalSummaryTypeDef:
|
|
487
|
-
return {
|
|
488
|
+
return {
|
|
489
|
+
"ArchivalDateTime": ...,
|
|
490
|
+
}
|
|
488
491
|
```
|
|
489
492
|
|
|
490
493
|
<a id="how-it-works"></a>
|
|
@@ -538,7 +541,8 @@ Builder changelog can be found in
|
|
|
538
541
|
## Versioning
|
|
539
542
|
|
|
540
543
|
`types-boto3-dynamodb` version is the same as related `boto3` version and
|
|
541
|
-
follows
|
|
544
|
+
follows
|
|
545
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
542
546
|
|
|
543
547
|
<a id="thank-you"></a>
|
|
544
548
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
12
|
+
Type annotations for [boto3 DynamoDB 1.37.12](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.10.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
|
|
@@ -70,12 +70,12 @@ See how it helps you find and fix potential bugs:
|
|
|
70
70
|
### Generate locally (recommended)
|
|
71
71
|
|
|
72
72
|
You can generate type annotations for `boto3` package locally with
|
|
73
|
-
`
|
|
73
|
+
`mypy-boto3-builder`. Use
|
|
74
74
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
75
75
|
isolation.
|
|
76
76
|
|
|
77
77
|
1. Run mypy-boto3-builder in your package root directory:
|
|
78
|
-
`uvx --with 'boto3==1.
|
|
78
|
+
`uvx --with 'boto3==1.37.12' mypy-boto3-builder`
|
|
79
79
|
2. Select `boto3` AWS SDK.
|
|
80
80
|
3. Add `DynamoDB` service.
|
|
81
81
|
4. Use provided commands to install generated packages.
|
|
@@ -434,11 +434,14 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
434
434
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/type_defs/).
|
|
435
435
|
|
|
436
436
|
```python
|
|
437
|
+
# TypedDict usage example
|
|
437
438
|
from types_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
438
439
|
|
|
439
440
|
|
|
440
441
|
def get_value() -> ArchivalSummaryTypeDef:
|
|
441
|
-
return {
|
|
442
|
+
return {
|
|
443
|
+
"ArchivalDateTime": ...,
|
|
444
|
+
}
|
|
442
445
|
```
|
|
443
446
|
|
|
444
447
|
<a id="how-it-works"></a>
|
|
@@ -492,7 +495,8 @@ Builder changelog can be found in
|
|
|
492
495
|
## Versioning
|
|
493
496
|
|
|
494
497
|
`types-boto3-dynamodb` version is the same as related `boto3` version and
|
|
495
|
-
follows
|
|
498
|
+
follows
|
|
499
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
496
500
|
|
|
497
501
|
<a id="thank-you"></a>
|
|
498
502
|
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-dynamodb",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.37.12",
|
|
17
17
|
packages=["types_boto3_dynamodb"],
|
|
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 DynamoDB 1.
|
|
22
|
+
description="Type annotations for boto3 DynamoDB 1.37.12 service generated with mypy-boto3-builder 8.10.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 dynamodb service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -33,8 +37,6 @@ Usage::
|
|
|
33
37
|
query_paginator: QueryPaginator = client.get_paginator("query")
|
|
34
38
|
scan_paginator: ScanPaginator = client.get_paginator("scan")
|
|
35
39
|
```
|
|
36
|
-
|
|
37
|
-
Copyright 2025 Vlad Emelianov
|
|
38
40
|
"""
|
|
39
41
|
|
|
40
42
|
from .client import DynamoDBClient
|
|
@@ -52,10 +54,13 @@ try:
|
|
|
52
54
|
except ImportError:
|
|
53
55
|
from builtins import object as DynamoDBServiceResource # type: ignore[assignment]
|
|
54
56
|
|
|
57
|
+
|
|
55
58
|
Client = DynamoDBClient
|
|
56
59
|
|
|
60
|
+
|
|
57
61
|
ServiceResource = DynamoDBServiceResource
|
|
58
62
|
|
|
63
|
+
|
|
59
64
|
__all__ = (
|
|
60
65
|
"Client",
|
|
61
66
|
"DynamoDBClient",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for dynamodb service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -33,8 +37,6 @@ Usage::
|
|
|
33
37
|
query_paginator: QueryPaginator = client.get_paginator("query")
|
|
34
38
|
scan_paginator: ScanPaginator = client.get_paginator("scan")
|
|
35
39
|
```
|
|
36
|
-
|
|
37
|
-
Copyright 2025 Vlad Emelianov
|
|
38
40
|
"""
|
|
39
41
|
|
|
40
42
|
from .client import DynamoDBClient
|
|
@@ -52,13 +54,10 @@ try:
|
|
|
52
54
|
except ImportError:
|
|
53
55
|
from builtins import object as DynamoDBServiceResource # type: ignore[assignment]
|
|
54
56
|
|
|
55
|
-
|
|
56
57
|
Client = DynamoDBClient
|
|
57
58
|
|
|
58
|
-
|
|
59
59
|
ServiceResource = DynamoDBServiceResource
|
|
60
60
|
|
|
61
|
-
|
|
62
61
|
__all__ = (
|
|
63
62
|
"Client",
|
|
64
63
|
"DynamoDBClient",
|
{types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/__main__.py
RENAMED
|
@@ -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 DynamoDB 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 DynamoDB 1.37.12\n"
|
|
16
|
+
"Version: 1.37.12\n"
|
|
17
|
+
"Builder version: 8.10.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#dynamodb\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.37.12\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|