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.
Files changed (28) hide show
  1. {types_boto3_dynamodb-1.36.0/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.37.12}/PKG-INFO +12 -8
  2. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/README.md +10 -6
  3. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/setup.py +2 -2
  4. types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/__init__.pyi → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/__init__.py +7 -2
  5. types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/__init__.py → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/__init__.pyi +4 -5
  6. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/__main__.py +4 -4
  7. types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/client.pyi → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/client.py +113 -129
  8. types_boto3_dynamodb-1.36.0/types_boto3_dynamodb/client.py → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb/client.pyi +110 -132
  9. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/literals.py +4 -3
  10. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/literals.pyi +4 -3
  11. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/type_defs.py +219 -194
  12. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/type_defs.pyi +211 -188
  13. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/version.py +1 -1
  14. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/waiter.py +4 -4
  15. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/waiter.pyi +4 -4
  16. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12/types_boto3_dynamodb.egg-info}/PKG-INFO +12 -8
  17. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/LICENSE +0 -0
  18. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/setup.cfg +0 -0
  19. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/paginator.py +2 -2
  20. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/paginator.pyi +2 -2
  21. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/py.typed +0 -0
  22. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/service_resource.py +2 -2
  23. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb/service_resource.pyi +2 -2
  24. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
  25. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
  26. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/not-zip-safe +0 -0
  27. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/requires.txt +0 -0
  28. {types_boto3_dynamodb-1.36.0 → types_boto3_dynamodb-1.37.12}/types_boto3_dynamodb.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: types-boto3-dynamodb
3
- Version: 1.36.0
4
- Summary: Type annotations for boto3 DynamoDB 1.36.0 service generated with mypy-boto3-builder 8.8.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
- Type annotations for [boto3 DynamoDB 1.36.0](https://pypi.org/project/boto3/)
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.8.0](https://github.com/youtype/mypy_boto3_builder).
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
- `mypy_boto3_builder`. Use
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.36.0' mypy_boto3_builder`
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 [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 DynamoDB 1.36.0](https://pypi.org/project/boto3/)
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.8.0](https://github.com/youtype/mypy_boto3_builder).
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
- `mypy_boto3_builder`. Use
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.36.0' mypy_boto3_builder`
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 [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
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.36.0",
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.36.0 service generated with mypy-boto3-builder 8.8.0",
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",
@@ -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.36.0\n"
16
- "Version: 1.36.0\n"
17
- "Builder version: 8.8.0\n"
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.36.0\n")
29
+ sys.stdout.write("1.37.12\n")
30
30
 
31
31
 
32
32
  def main() -> None: