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.
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/PKG-INFO +3 -3
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/README.md +1 -1
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__init__.py +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__init__.pyi +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/__main__.py +3 -2
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/client.py +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/client.pyi +1 -0
- mypy-boto3-dynamodb-1.28.55/mypy_boto3_dynamodb/literals.pyi → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/literals.py +6 -0
- mypy-boto3-dynamodb-1.28.55/mypy_boto3_dynamodb/literals.py → mypy-boto3-dynamodb-1.28.66/mypy_boto3_dynamodb/literals.pyi +4 -2
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/paginator.py +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/paginator.pyi +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/service_resource.py +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/service_resource.pyi +1 -0
- 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
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/version.py +2 -1
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/waiter.py +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/waiter.pyi +1 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/PKG-INFO +3 -3
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/setup.py +3 -2
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/LICENSE +0 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb/py.typed +0 -0
- 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
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {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.
|
|
4
|
-
Summary: Type annotations for boto3.DynamoDB 1.28.
|
|
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
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.DynamoDB 1.28.
|
|
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
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.DynamoDB 1.28.
|
|
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/),
|
|
@@ -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.
|
|
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.
|
|
26
|
+
print("1.28.66")
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
def main() -> None:
|
|
@@ -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",
|
|
@@ -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",
|
{mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.28.
|
|
4
|
-
Summary: Type annotations for boto3.DynamoDB 1.28.
|
|
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
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.DynamoDB 1.28.
|
|
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.
|
|
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.
|
|
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=[
|
|
File without changes
|
|
File without changes
|
|
@@ -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",
|
{mypy-boto3-dynamodb-1.28.55 → mypy-boto3-dynamodb-1.28.66}/mypy_boto3_dynamodb.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|