mypy-boto3-dynamodb 1.28.55__tar.gz → 1.28.66__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. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/PKG-INFO +3 -3
  2. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/README.md +1 -1
  3. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__init__.py +1 -0
  4. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__init__.pyi +1 -0
  5. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__main__.py +3 -2
  6. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/client.py +1 -0
  7. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/client.pyi +1 -0
  8. mypy-boto3-dynamodb-1.28.55/mypy_boto3_dynamodb/literals.pyi → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/literals.py +6 -0
  9. mypy-boto3-dynamodb-1.28.55/mypy_boto3_dynamodb/literals.py → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/literals.pyi +4 -2
  10. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/paginator.py +1 -0
  11. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/paginator.pyi +1 -0
  12. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/service_resource.py +1 -0
  13. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/service_resource.pyi +1 -0
  14. mypy-boto3-dynamodb-1.28.55/mypy_boto3_dynamodb/type_defs.pyi → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/type_defs.py +2 -0
  15. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/version.py +2 -1
  16. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/waiter.py +1 -0
  17. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/waiter.pyi +1 -0
  18. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/PKG-INFO +3 -3
  19. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/setup.py +3 -2
  20. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/LICENSE +0 -0
  21. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/py.typed +0 -0
  22. mypy-boto3-dynamodb-1.28.55/mypy_boto3_dynamodb/type_defs.py → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/type_defs.pyi +1 -1
  23. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
  24. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
  25. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
  26. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
  27. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
  28. {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.28.55
4
- Summary: Type annotations for boto3.DynamoDB 1.28.55 service generated with mypy-boto3-builder 7.19.0
3
+ Version: 1.28.66
4
+ Summary: Type annotations for boto3.DynamoDB 1.28.66 service generated with mypy-boto3-builder 7.19.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
@@ -42,7 +42,7 @@ License-File: LICENSE
42
42
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
43
43
 
44
44
  Type annotations for
45
- [boto3.DynamoDB 1.28.55](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
45
+ [boto3.DynamoDB 1.28.66](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
46
46
  service compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -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.DynamoDB 1.28.55](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
13
+ [boto3.DynamoDB 1.28.66](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
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/),
@@ -34,6 +34,7 @@ Usage::
34
34
  scan_paginator: ScanPaginator = client.get_paginator("scan")
35
35
  ```
36
36
  """
37
+
37
38
  from .client import DynamoDBClient
38
39
  from .paginator import (
39
40
  ListBackupsPaginator,
@@ -34,6 +34,7 @@ Usage::
34
34
  scan_paginator: ScanPaginator = client.get_paginator("scan")
35
35
  ```
36
36
  """
37
+
37
38
  from .client import DynamoDBClient
38
39
  from .paginator import (
39
40
  ListBackupsPaginator,
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
  """
4
+
4
5
  import sys
5
6
 
6
7
 
@@ -9,7 +10,7 @@ def print_info() -> None:
9
10
  Print package info to stdout.
10
11
  """
11
12
  print(
12
- "Type annotations for boto3.DynamoDB 1.28.55\nVersion: 1.28.55\nBuilder version:"
13
+ "Type annotations for boto3.DynamoDB 1.28.66\nVersion: 1.28.66\nBuilder version:"
13
14
  " 7.19.0\nDocs: "
14
15
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\nBoto3 docs: "
15
16
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\nOther"
@@ -22,7 +23,7 @@ def print_version() -> None:
22
23
  """
23
24
  Print package version to stdout.
24
25
  """
25
- print("1.28.55")
26
+ print("1.28.66")
26
27
 
27
28
 
28
29
  def main() -> None:
@@ -13,6 +13,7 @@ Usage::
13
13
  client: DynamoDBClient = session.client("dynamodb")
14
14
  ```
15
15
  """
16
+
16
17
  import sys
17
18
  from typing import Any, Dict, Mapping, Sequence, Type, overload
18
19
 
@@ -13,6 +13,7 @@ Usage::
13
13
  client: DynamoDBClient = session.client("dynamodb")
14
14
  ```
15
15
  """
16
+
16
17
  import sys
17
18
  from typing import Any, Dict, Mapping, Sequence, Type, overload
18
19
 
@@ -11,6 +11,7 @@ Usage::
11
11
  data: AttributeActionType = "ADD"
12
12
  ```
13
13
  """
14
+
14
15
  import sys
15
16
 
16
17
  if sys.version_info >= (3, 12):
@@ -18,6 +19,7 @@ if sys.version_info >= (3, 12):
18
19
  else:
19
20
  from typing_extensions import Literal
20
21
 
22
+
21
23
  __all__ = (
22
24
  "AttributeActionType",
23
25
  "BackupStatusType",
@@ -72,6 +74,7 @@ __all__ = (
72
74
  "RegionName",
73
75
  )
74
76
 
77
+
75
78
  AttributeActionType = Literal["ADD", "DELETE", "PUT"]
76
79
  BackupStatusType = Literal["AVAILABLE", "CREATING", "DELETED"]
77
80
  BackupTypeFilterType = Literal["ALL", "AWS_BACKUP", "SYSTEM", "USER"]
@@ -194,6 +197,8 @@ ServiceName = Literal[
194
197
  "backup-gateway",
195
198
  "backupstorage",
196
199
  "batch",
200
+ "bedrock",
201
+ "bedrock-runtime",
197
202
  "billingconductor",
198
203
  "braket",
199
204
  "budgets",
@@ -248,6 +253,7 @@ ServiceName = Literal[
248
253
  "dataexchange",
249
254
  "datapipeline",
250
255
  "datasync",
256
+ "datazone",
251
257
  "dax",
252
258
  "detective",
253
259
  "devicefarm",
@@ -11,6 +11,7 @@ Usage::
11
11
  data: AttributeActionType = "ADD"
12
12
  ```
13
13
  """
14
+
14
15
  import sys
15
16
 
16
17
  if sys.version_info >= (3, 12):
@@ -18,7 +19,6 @@ if sys.version_info >= (3, 12):
18
19
  else:
19
20
  from typing_extensions import Literal
20
21
 
21
-
22
22
  __all__ = (
23
23
  "AttributeActionType",
24
24
  "BackupStatusType",
@@ -73,7 +73,6 @@ __all__ = (
73
73
  "RegionName",
74
74
  )
75
75
 
76
-
77
76
  AttributeActionType = Literal["ADD", "DELETE", "PUT"]
78
77
  BackupStatusType = Literal["AVAILABLE", "CREATING", "DELETED"]
79
78
  BackupTypeFilterType = Literal["ALL", "AWS_BACKUP", "SYSTEM", "USER"]
@@ -196,6 +195,8 @@ ServiceName = Literal[
196
195
  "backup-gateway",
197
196
  "backupstorage",
198
197
  "batch",
198
+ "bedrock",
199
+ "bedrock-runtime",
199
200
  "billingconductor",
200
201
  "braket",
201
202
  "budgets",
@@ -250,6 +251,7 @@ ServiceName = Literal[
250
251
  "dataexchange",
251
252
  "datapipeline",
252
253
  "datasync",
254
+ "datazone",
253
255
  "dax",
254
256
  "detective",
255
257
  "devicefarm",
@@ -27,6 +27,7 @@ Usage::
27
27
  scan_paginator: ScanPaginator = client.get_paginator("scan")
28
28
  ```
29
29
  """
30
+
30
31
  from typing import Generic, Iterator, Mapping, Sequence, TypeVar
31
32
 
32
33
  from botocore.paginate import PageIterator, Paginator
@@ -27,6 +27,7 @@ Usage::
27
27
  scan_paginator: ScanPaginator = client.get_paginator("scan")
28
28
  ```
29
29
  """
30
+
30
31
  from typing import Generic, Iterator, Mapping, Sequence, TypeVar
31
32
 
32
33
  from botocore.paginate import PageIterator, Paginator
@@ -17,6 +17,7 @@ Usage::
17
17
  my_table: dynamodb_resources.Table = resource.Table(...)
18
18
  ```
19
19
  """
20
+
20
21
  from datetime import datetime
21
22
  from typing import Iterator, List, Mapping, Sequence
22
23
 
@@ -17,6 +17,7 @@ Usage::
17
17
  my_table: dynamodb_resources.Table = resource.Table(...)
18
18
  ```
19
19
  """
20
+
20
21
  from datetime import datetime
21
22
  from typing import Iterator, List, Mapping, Sequence
22
23
 
@@ -11,6 +11,7 @@ Usage::
11
11
  data: ResponseMetadataTypeDef = ...
12
12
  ```
13
13
  """
14
+
14
15
  import sys
15
16
  from datetime import datetime
16
17
  from decimal import Decimal
@@ -68,6 +69,7 @@ if sys.version_info >= (3, 12):
68
69
  else:
69
70
  from typing_extensions import TypedDict
70
71
 
72
+
71
73
  __all__ = (
72
74
  "ResponseMetadataTypeDef",
73
75
  "ArchivalSummaryTypeDef",
@@ -1,4 +1,5 @@
1
1
  """
2
2
  Source of truth for version.
3
3
  """
4
- __version__ = "1.28.55"
4
+
5
+ __version__ = "1.28.66"
@@ -21,6 +21,7 @@ Usage::
21
21
  table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
22
22
  ```
23
23
  """
24
+
24
25
  from botocore.waiter import Waiter
25
26
 
26
27
  from .type_defs import WaiterConfigTypeDef
@@ -21,6 +21,7 @@ Usage::
21
21
  table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
22
22
  ```
23
23
  """
24
+
24
25
  from botocore.waiter import Waiter
25
26
 
26
27
  from .type_defs import WaiterConfigTypeDef
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.28.55
4
- Summary: Type annotations for boto3.DynamoDB 1.28.55 service generated with mypy-boto3-builder 7.19.0
3
+ Version: 1.28.66
4
+ Summary: Type annotations for boto3.DynamoDB 1.28.66 service generated with mypy-boto3-builder 7.19.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
@@ -42,7 +42,7 @@ License-File: LICENSE
42
42
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
43
43
 
44
44
  Type annotations for
45
- [boto3.DynamoDB 1.28.55](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
45
+ [boto3.DynamoDB 1.28.66](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
46
46
  service compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Setup script for mypy-boto3-dynamodb.
3
3
  """
4
+
4
5
  from pathlib import Path
5
6
 
6
7
  from setuptools import setup
@@ -10,14 +11,14 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
10
11
 
11
12
  setup(
12
13
  name="mypy-boto3-dynamodb",
13
- version="1.28.55",
14
+ version="1.28.66",
14
15
  packages=["mypy_boto3_dynamodb"],
15
16
  url="https://github.com/youtype/mypy_boto3_builder",
16
17
  license="MIT License",
17
18
  author="Vlad Emelianov",
18
19
  author_email="vlad.emelianov.nz@gmail.com",
19
20
  description=(
20
- "Type annotations for boto3.DynamoDB 1.28.55 service generated with mypy-boto3-builder"
21
+ "Type annotations for boto3.DynamoDB 1.28.66 service generated with mypy-boto3-builder"
21
22
  " 7.19.0"
22
23
  ),
23
24
  classifiers=[
@@ -11,6 +11,7 @@ Usage::
11
11
  data: ResponseMetadataTypeDef = ...
12
12
  ```
13
13
  """
14
+
14
15
  import sys
15
16
  from datetime import datetime
16
17
  from decimal import Decimal
@@ -68,7 +69,6 @@ if sys.version_info >= (3, 12):
68
69
  else:
69
70
  from typing_extensions import TypedDict
70
71
 
71
-
72
72
  __all__ = (
73
73
  "ResponseMetadataTypeDef",
74
74
  "ArchivalSummaryTypeDef",