types-boto3-dynamodb 1.40.44__tar.gz → 1.41.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_dynamodb-1.40.44/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.41.0}/PKG-INFO +11 -25
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/README.md +3 -3
- types_boto3_dynamodb-1.41.0/pyproject.toml +61 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/__main__.py +4 -4
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/client.py +36 -40
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/client.pyi +36 -40
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/literals.py +4 -7
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/literals.pyi +4 -7
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/service_resource.py +9 -13
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/service_resource.pyi +9 -13
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/type_defs.py +110 -116
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/type_defs.pyi +110 -116
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/version.py +1 -1
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0/types_boto3_dynamodb.egg-info}/PKG-INFO +11 -25
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb.egg-info/SOURCES.txt +1 -2
- types_boto3_dynamodb-1.40.44/setup.py +0 -54
- types_boto3_dynamodb-1.40.44/types_boto3_dynamodb.egg-info/not-zip-safe +0 -1
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/LICENSE +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/setup.cfg +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/__init__.py +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/__init__.pyi +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/paginator.py +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/paginator.pyi +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/py.typed +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/waiter.py +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/waiter.pyi +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb.egg-info/requires.txt +0 -0
- {types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb.egg-info/top_level.txt +0 -0
{types_boto3_dynamodb-1.40.44/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.41.0}/PKG-INFO
RENAMED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 DynamoDB 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,dynamodb,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
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
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-dynamodb"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
45
|
+
Type annotations for [boto3 DynamoDB 1.41.0](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -122,7 +108,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
122
108
|
isolation.
|
|
123
109
|
|
|
124
110
|
1. Run mypy-boto3-builder in your package root directory:
|
|
125
|
-
`uvx --with 'boto3==1.
|
|
111
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
126
112
|
2. Select `boto3` AWS SDK.
|
|
127
113
|
3. Add `DynamoDB` service.
|
|
128
114
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
12
|
+
Type annotations for [boto3 DynamoDB 1.41.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.12.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
|
|
@@ -75,7 +75,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
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.41.0' 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.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Setup script for types-boto3-dynamodb.
|
|
2
|
+
|
|
3
|
+
# Copyright 2025 Vlad Emelianov
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "types-boto3-dynamodb"
|
|
7
|
+
version = "1.41.0"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 DynamoDB 1.41.0 service generated with mypy-boto3-builder 8.12.0"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 5 - Production/Stable",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Environment :: Console",
|
|
16
|
+
"Natural Language :: English",
|
|
17
|
+
"Operating System :: OS Independent",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
27
|
+
"Typing :: Stubs Only",
|
|
28
|
+
]
|
|
29
|
+
keywords = [
|
|
30
|
+
"boto3",
|
|
31
|
+
"dynamodb",
|
|
32
|
+
"boto3-stubs",
|
|
33
|
+
"type-annotations",
|
|
34
|
+
"mypy",
|
|
35
|
+
"typeshed",
|
|
36
|
+
"autocomplete",
|
|
37
|
+
]
|
|
38
|
+
requires-python = ">=3.9"
|
|
39
|
+
|
|
40
|
+
dependencies = [
|
|
41
|
+
"typing-extensions; python_version<'3.12'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[project.urls]
|
|
46
|
+
Homepage = "https://github.com/youtype/mypy_boto3_builder"
|
|
47
|
+
Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/"
|
|
48
|
+
Source = "https://github.com/youtype/mypy_boto3_builder"
|
|
49
|
+
Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["setuptools>=60"]
|
|
53
|
+
build-backend = "setuptools.build_meta"
|
|
54
|
+
|
|
55
|
+
[tool.setuptools]
|
|
56
|
+
platforms = ["any"]
|
|
57
|
+
include-package-data = true
|
|
58
|
+
packages = ["types_boto3_dynamodb"]
|
|
59
|
+
|
|
60
|
+
[tool.setuptools.package-data]
|
|
61
|
+
"*" = ["*.pyi", "py.typed"]
|
{types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/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.41.0\n"
|
|
16
|
+
"Version: 1.41.0\n"
|
|
17
|
+
"Builder version: 8.12.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.41.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -146,11 +147,6 @@ from .type_defs import (
|
|
|
146
147
|
)
|
|
147
148
|
from .waiter import TableExistsWaiter, TableNotExistsWaiter
|
|
148
149
|
|
|
149
|
-
if sys.version_info >= (3, 9):
|
|
150
|
-
from builtins import type as Type
|
|
151
|
-
from collections.abc import Mapping
|
|
152
|
-
else:
|
|
153
|
-
from typing import Mapping, Type
|
|
154
150
|
if sys.version_info >= (3, 12):
|
|
155
151
|
from typing import Literal, Unpack
|
|
156
152
|
else:
|
|
@@ -161,41 +157,41 @@ __all__ = ("DynamoDBClient",)
|
|
|
161
157
|
|
|
162
158
|
|
|
163
159
|
class Exceptions(BaseClientExceptions):
|
|
164
|
-
BackupInUseException:
|
|
165
|
-
BackupNotFoundException:
|
|
166
|
-
ClientError:
|
|
167
|
-
ConditionalCheckFailedException:
|
|
168
|
-
ContinuousBackupsUnavailableException:
|
|
169
|
-
DuplicateItemException:
|
|
170
|
-
ExportConflictException:
|
|
171
|
-
ExportNotFoundException:
|
|
172
|
-
GlobalTableAlreadyExistsException:
|
|
173
|
-
GlobalTableNotFoundException:
|
|
174
|
-
IdempotentParameterMismatchException:
|
|
175
|
-
ImportConflictException:
|
|
176
|
-
ImportNotFoundException:
|
|
177
|
-
IndexNotFoundException:
|
|
178
|
-
InternalServerError:
|
|
179
|
-
InvalidExportTimeException:
|
|
180
|
-
InvalidRestoreTimeException:
|
|
181
|
-
ItemCollectionSizeLimitExceededException:
|
|
182
|
-
LimitExceededException:
|
|
183
|
-
PointInTimeRecoveryUnavailableException:
|
|
184
|
-
PolicyNotFoundException:
|
|
185
|
-
ProvisionedThroughputExceededException:
|
|
186
|
-
ReplicaAlreadyExistsException:
|
|
187
|
-
ReplicaNotFoundException:
|
|
188
|
-
ReplicatedWriteConflictException:
|
|
189
|
-
RequestLimitExceeded:
|
|
190
|
-
ResourceInUseException:
|
|
191
|
-
ResourceNotFoundException:
|
|
192
|
-
TableAlreadyExistsException:
|
|
193
|
-
TableInUseException:
|
|
194
|
-
TableNotFoundException:
|
|
195
|
-
ThrottlingException:
|
|
196
|
-
TransactionCanceledException:
|
|
197
|
-
TransactionConflictException:
|
|
198
|
-
TransactionInProgressException:
|
|
160
|
+
BackupInUseException: type[BotocoreClientError]
|
|
161
|
+
BackupNotFoundException: type[BotocoreClientError]
|
|
162
|
+
ClientError: type[BotocoreClientError]
|
|
163
|
+
ConditionalCheckFailedException: type[BotocoreClientError]
|
|
164
|
+
ContinuousBackupsUnavailableException: type[BotocoreClientError]
|
|
165
|
+
DuplicateItemException: type[BotocoreClientError]
|
|
166
|
+
ExportConflictException: type[BotocoreClientError]
|
|
167
|
+
ExportNotFoundException: type[BotocoreClientError]
|
|
168
|
+
GlobalTableAlreadyExistsException: type[BotocoreClientError]
|
|
169
|
+
GlobalTableNotFoundException: type[BotocoreClientError]
|
|
170
|
+
IdempotentParameterMismatchException: type[BotocoreClientError]
|
|
171
|
+
ImportConflictException: type[BotocoreClientError]
|
|
172
|
+
ImportNotFoundException: type[BotocoreClientError]
|
|
173
|
+
IndexNotFoundException: type[BotocoreClientError]
|
|
174
|
+
InternalServerError: type[BotocoreClientError]
|
|
175
|
+
InvalidExportTimeException: type[BotocoreClientError]
|
|
176
|
+
InvalidRestoreTimeException: type[BotocoreClientError]
|
|
177
|
+
ItemCollectionSizeLimitExceededException: type[BotocoreClientError]
|
|
178
|
+
LimitExceededException: type[BotocoreClientError]
|
|
179
|
+
PointInTimeRecoveryUnavailableException: type[BotocoreClientError]
|
|
180
|
+
PolicyNotFoundException: type[BotocoreClientError]
|
|
181
|
+
ProvisionedThroughputExceededException: type[BotocoreClientError]
|
|
182
|
+
ReplicaAlreadyExistsException: type[BotocoreClientError]
|
|
183
|
+
ReplicaNotFoundException: type[BotocoreClientError]
|
|
184
|
+
ReplicatedWriteConflictException: type[BotocoreClientError]
|
|
185
|
+
RequestLimitExceeded: type[BotocoreClientError]
|
|
186
|
+
ResourceInUseException: type[BotocoreClientError]
|
|
187
|
+
ResourceNotFoundException: type[BotocoreClientError]
|
|
188
|
+
TableAlreadyExistsException: type[BotocoreClientError]
|
|
189
|
+
TableInUseException: type[BotocoreClientError]
|
|
190
|
+
TableNotFoundException: type[BotocoreClientError]
|
|
191
|
+
ThrottlingException: type[BotocoreClientError]
|
|
192
|
+
TransactionCanceledException: type[BotocoreClientError]
|
|
193
|
+
TransactionConflictException: type[BotocoreClientError]
|
|
194
|
+
TransactionInProgressException: type[BotocoreClientError]
|
|
199
195
|
|
|
200
196
|
|
|
201
197
|
class DynamoDBClient(BaseClient):
|
{types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/client.pyi
RENAMED
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -146,11 +147,6 @@ from .type_defs import (
|
|
|
146
147
|
)
|
|
147
148
|
from .waiter import TableExistsWaiter, TableNotExistsWaiter
|
|
148
149
|
|
|
149
|
-
if sys.version_info >= (3, 9):
|
|
150
|
-
from builtins import type as Type
|
|
151
|
-
from collections.abc import Mapping
|
|
152
|
-
else:
|
|
153
|
-
from typing import Mapping, Type
|
|
154
150
|
if sys.version_info >= (3, 12):
|
|
155
151
|
from typing import Literal, Unpack
|
|
156
152
|
else:
|
|
@@ -159,41 +155,41 @@ else:
|
|
|
159
155
|
__all__ = ("DynamoDBClient",)
|
|
160
156
|
|
|
161
157
|
class Exceptions(BaseClientExceptions):
|
|
162
|
-
BackupInUseException:
|
|
163
|
-
BackupNotFoundException:
|
|
164
|
-
ClientError:
|
|
165
|
-
ConditionalCheckFailedException:
|
|
166
|
-
ContinuousBackupsUnavailableException:
|
|
167
|
-
DuplicateItemException:
|
|
168
|
-
ExportConflictException:
|
|
169
|
-
ExportNotFoundException:
|
|
170
|
-
GlobalTableAlreadyExistsException:
|
|
171
|
-
GlobalTableNotFoundException:
|
|
172
|
-
IdempotentParameterMismatchException:
|
|
173
|
-
ImportConflictException:
|
|
174
|
-
ImportNotFoundException:
|
|
175
|
-
IndexNotFoundException:
|
|
176
|
-
InternalServerError:
|
|
177
|
-
InvalidExportTimeException:
|
|
178
|
-
InvalidRestoreTimeException:
|
|
179
|
-
ItemCollectionSizeLimitExceededException:
|
|
180
|
-
LimitExceededException:
|
|
181
|
-
PointInTimeRecoveryUnavailableException:
|
|
182
|
-
PolicyNotFoundException:
|
|
183
|
-
ProvisionedThroughputExceededException:
|
|
184
|
-
ReplicaAlreadyExistsException:
|
|
185
|
-
ReplicaNotFoundException:
|
|
186
|
-
ReplicatedWriteConflictException:
|
|
187
|
-
RequestLimitExceeded:
|
|
188
|
-
ResourceInUseException:
|
|
189
|
-
ResourceNotFoundException:
|
|
190
|
-
TableAlreadyExistsException:
|
|
191
|
-
TableInUseException:
|
|
192
|
-
TableNotFoundException:
|
|
193
|
-
ThrottlingException:
|
|
194
|
-
TransactionCanceledException:
|
|
195
|
-
TransactionConflictException:
|
|
196
|
-
TransactionInProgressException:
|
|
158
|
+
BackupInUseException: type[BotocoreClientError]
|
|
159
|
+
BackupNotFoundException: type[BotocoreClientError]
|
|
160
|
+
ClientError: type[BotocoreClientError]
|
|
161
|
+
ConditionalCheckFailedException: type[BotocoreClientError]
|
|
162
|
+
ContinuousBackupsUnavailableException: type[BotocoreClientError]
|
|
163
|
+
DuplicateItemException: type[BotocoreClientError]
|
|
164
|
+
ExportConflictException: type[BotocoreClientError]
|
|
165
|
+
ExportNotFoundException: type[BotocoreClientError]
|
|
166
|
+
GlobalTableAlreadyExistsException: type[BotocoreClientError]
|
|
167
|
+
GlobalTableNotFoundException: type[BotocoreClientError]
|
|
168
|
+
IdempotentParameterMismatchException: type[BotocoreClientError]
|
|
169
|
+
ImportConflictException: type[BotocoreClientError]
|
|
170
|
+
ImportNotFoundException: type[BotocoreClientError]
|
|
171
|
+
IndexNotFoundException: type[BotocoreClientError]
|
|
172
|
+
InternalServerError: type[BotocoreClientError]
|
|
173
|
+
InvalidExportTimeException: type[BotocoreClientError]
|
|
174
|
+
InvalidRestoreTimeException: type[BotocoreClientError]
|
|
175
|
+
ItemCollectionSizeLimitExceededException: type[BotocoreClientError]
|
|
176
|
+
LimitExceededException: type[BotocoreClientError]
|
|
177
|
+
PointInTimeRecoveryUnavailableException: type[BotocoreClientError]
|
|
178
|
+
PolicyNotFoundException: type[BotocoreClientError]
|
|
179
|
+
ProvisionedThroughputExceededException: type[BotocoreClientError]
|
|
180
|
+
ReplicaAlreadyExistsException: type[BotocoreClientError]
|
|
181
|
+
ReplicaNotFoundException: type[BotocoreClientError]
|
|
182
|
+
ReplicatedWriteConflictException: type[BotocoreClientError]
|
|
183
|
+
RequestLimitExceeded: type[BotocoreClientError]
|
|
184
|
+
ResourceInUseException: type[BotocoreClientError]
|
|
185
|
+
ResourceNotFoundException: type[BotocoreClientError]
|
|
186
|
+
TableAlreadyExistsException: type[BotocoreClientError]
|
|
187
|
+
TableInUseException: type[BotocoreClientError]
|
|
188
|
+
TableNotFoundException: type[BotocoreClientError]
|
|
189
|
+
ThrottlingException: type[BotocoreClientError]
|
|
190
|
+
TransactionCanceledException: type[BotocoreClientError]
|
|
191
|
+
TransactionConflictException: type[BotocoreClientError]
|
|
192
|
+
TransactionInProgressException: type[BotocoreClientError]
|
|
197
193
|
|
|
198
194
|
class DynamoDBClient(BaseClient):
|
|
199
195
|
"""
|
{types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/literals.py
RENAMED
|
@@ -205,7 +205,6 @@ ServiceName = Literal[
|
|
|
205
205
|
"apprunner",
|
|
206
206
|
"appstream",
|
|
207
207
|
"appsync",
|
|
208
|
-
"apptest",
|
|
209
208
|
"arc-region-switch",
|
|
210
209
|
"arc-zonal-shift",
|
|
211
210
|
"artifact",
|
|
@@ -373,7 +372,6 @@ ServiceName = Literal[
|
|
|
373
372
|
"iotdeviceadvisor",
|
|
374
373
|
"iotevents",
|
|
375
374
|
"iotevents-data",
|
|
376
|
-
"iotfleethub",
|
|
377
375
|
"iotfleetwise",
|
|
378
376
|
"iotsecuretunneling",
|
|
379
377
|
"iotsitewise",
|
|
@@ -412,8 +410,6 @@ ServiceName = Literal[
|
|
|
412
410
|
"location",
|
|
413
411
|
"logs",
|
|
414
412
|
"lookoutequipment",
|
|
415
|
-
"lookoutmetrics",
|
|
416
|
-
"lookoutvision",
|
|
417
413
|
"m2",
|
|
418
414
|
"machinelearning",
|
|
419
415
|
"macie2",
|
|
@@ -448,6 +444,7 @@ ServiceName = Literal[
|
|
|
448
444
|
"mq",
|
|
449
445
|
"mturk",
|
|
450
446
|
"mwaa",
|
|
447
|
+
"mwaa-serverless",
|
|
451
448
|
"neptune",
|
|
452
449
|
"neptune-graph",
|
|
453
450
|
"neptunedata",
|
|
@@ -467,6 +464,7 @@ ServiceName = Literal[
|
|
|
467
464
|
"osis",
|
|
468
465
|
"outposts",
|
|
469
466
|
"panorama",
|
|
467
|
+
"partnercentral-channel",
|
|
470
468
|
"partnercentral-selling",
|
|
471
469
|
"payment-cryptography",
|
|
472
470
|
"payment-cryptography-data",
|
|
@@ -488,8 +486,6 @@ ServiceName = Literal[
|
|
|
488
486
|
"qapps",
|
|
489
487
|
"qbusiness",
|
|
490
488
|
"qconnect",
|
|
491
|
-
"qldb",
|
|
492
|
-
"qldb-session",
|
|
493
489
|
"quicksight",
|
|
494
490
|
"ram",
|
|
495
491
|
"rbin",
|
|
@@ -504,7 +500,6 @@ ServiceName = Literal[
|
|
|
504
500
|
"resource-explorer-2",
|
|
505
501
|
"resource-groups",
|
|
506
502
|
"resourcegroupstaggingapi",
|
|
507
|
-
"robomaker",
|
|
508
503
|
"rolesanywhere",
|
|
509
504
|
"route53",
|
|
510
505
|
"route53-recovery-cluster",
|
|
@@ -513,6 +508,7 @@ ServiceName = Literal[
|
|
|
513
508
|
"route53domains",
|
|
514
509
|
"route53profiles",
|
|
515
510
|
"route53resolver",
|
|
511
|
+
"rtbfabric",
|
|
516
512
|
"rum",
|
|
517
513
|
"s3",
|
|
518
514
|
"s3control",
|
|
@@ -543,6 +539,7 @@ ServiceName = Literal[
|
|
|
543
539
|
"sesv2",
|
|
544
540
|
"shield",
|
|
545
541
|
"signer",
|
|
542
|
+
"signin",
|
|
546
543
|
"simspaceweaver",
|
|
547
544
|
"snow-device-management",
|
|
548
545
|
"snowball",
|
{types_boto3_dynamodb-1.40.44 → types_boto3_dynamodb-1.41.0}/types_boto3_dynamodb/literals.pyi
RENAMED
|
@@ -203,7 +203,6 @@ ServiceName = Literal[
|
|
|
203
203
|
"apprunner",
|
|
204
204
|
"appstream",
|
|
205
205
|
"appsync",
|
|
206
|
-
"apptest",
|
|
207
206
|
"arc-region-switch",
|
|
208
207
|
"arc-zonal-shift",
|
|
209
208
|
"artifact",
|
|
@@ -371,7 +370,6 @@ ServiceName = Literal[
|
|
|
371
370
|
"iotdeviceadvisor",
|
|
372
371
|
"iotevents",
|
|
373
372
|
"iotevents-data",
|
|
374
|
-
"iotfleethub",
|
|
375
373
|
"iotfleetwise",
|
|
376
374
|
"iotsecuretunneling",
|
|
377
375
|
"iotsitewise",
|
|
@@ -410,8 +408,6 @@ ServiceName = Literal[
|
|
|
410
408
|
"location",
|
|
411
409
|
"logs",
|
|
412
410
|
"lookoutequipment",
|
|
413
|
-
"lookoutmetrics",
|
|
414
|
-
"lookoutvision",
|
|
415
411
|
"m2",
|
|
416
412
|
"machinelearning",
|
|
417
413
|
"macie2",
|
|
@@ -446,6 +442,7 @@ ServiceName = Literal[
|
|
|
446
442
|
"mq",
|
|
447
443
|
"mturk",
|
|
448
444
|
"mwaa",
|
|
445
|
+
"mwaa-serverless",
|
|
449
446
|
"neptune",
|
|
450
447
|
"neptune-graph",
|
|
451
448
|
"neptunedata",
|
|
@@ -465,6 +462,7 @@ ServiceName = Literal[
|
|
|
465
462
|
"osis",
|
|
466
463
|
"outposts",
|
|
467
464
|
"panorama",
|
|
465
|
+
"partnercentral-channel",
|
|
468
466
|
"partnercentral-selling",
|
|
469
467
|
"payment-cryptography",
|
|
470
468
|
"payment-cryptography-data",
|
|
@@ -486,8 +484,6 @@ ServiceName = Literal[
|
|
|
486
484
|
"qapps",
|
|
487
485
|
"qbusiness",
|
|
488
486
|
"qconnect",
|
|
489
|
-
"qldb",
|
|
490
|
-
"qldb-session",
|
|
491
487
|
"quicksight",
|
|
492
488
|
"ram",
|
|
493
489
|
"rbin",
|
|
@@ -502,7 +498,6 @@ ServiceName = Literal[
|
|
|
502
498
|
"resource-explorer-2",
|
|
503
499
|
"resource-groups",
|
|
504
500
|
"resourcegroupstaggingapi",
|
|
505
|
-
"robomaker",
|
|
506
501
|
"rolesanywhere",
|
|
507
502
|
"route53",
|
|
508
503
|
"route53-recovery-cluster",
|
|
@@ -511,6 +506,7 @@ ServiceName = Literal[
|
|
|
511
506
|
"route53domains",
|
|
512
507
|
"route53profiles",
|
|
513
508
|
"route53resolver",
|
|
509
|
+
"rtbfabric",
|
|
514
510
|
"rum",
|
|
515
511
|
"s3",
|
|
516
512
|
"s3control",
|
|
@@ -541,6 +537,7 @@ ServiceName = Literal[
|
|
|
541
537
|
"sesv2",
|
|
542
538
|
"shield",
|
|
543
539
|
"signer",
|
|
540
|
+
"signin",
|
|
544
541
|
"simspaceweaver",
|
|
545
542
|
"snow-device-management",
|
|
546
543
|
"snowball",
|
|
@@ -23,6 +23,7 @@ Usage::
|
|
|
23
23
|
from __future__ import annotations
|
|
24
24
|
|
|
25
25
|
import sys
|
|
26
|
+
from collections.abc import Iterator, Sequence
|
|
26
27
|
from datetime import datetime
|
|
27
28
|
|
|
28
29
|
from boto3.dynamodb.table import BatchWriter
|
|
@@ -68,11 +69,6 @@ from .type_defs import (
|
|
|
68
69
|
UpdateTableInputTableUpdateTypeDef,
|
|
69
70
|
)
|
|
70
71
|
|
|
71
|
-
if sys.version_info >= (3, 9):
|
|
72
|
-
from builtins import list as List
|
|
73
|
-
from collections.abc import Iterator, Sequence
|
|
74
|
-
else:
|
|
75
|
-
from typing import Iterator, List, Sequence
|
|
76
72
|
if sys.version_info >= (3, 12):
|
|
77
73
|
from typing import Unpack
|
|
78
74
|
else:
|
|
@@ -125,7 +121,7 @@ class ServiceResourceTablesCollection(ResourceCollection):
|
|
|
125
121
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/service_resource/#serviceresourcetablescollection)
|
|
126
122
|
"""
|
|
127
123
|
|
|
128
|
-
def pages(self) -> Iterator[
|
|
124
|
+
def pages(self) -> Iterator[list[Table]]:
|
|
129
125
|
"""
|
|
130
126
|
A generator which yields pages of Tables.
|
|
131
127
|
|
|
@@ -149,9 +145,9 @@ class Table(ServiceResource):
|
|
|
149
145
|
"""
|
|
150
146
|
|
|
151
147
|
name: str
|
|
152
|
-
attribute_definitions:
|
|
148
|
+
attribute_definitions: list[AttributeDefinitionTypeDef]
|
|
153
149
|
table_name: str
|
|
154
|
-
key_schema:
|
|
150
|
+
key_schema: list[KeySchemaElementTypeDef]
|
|
155
151
|
table_status: TableStatusType
|
|
156
152
|
creation_date_time: datetime
|
|
157
153
|
provisioned_throughput: ProvisionedThroughputDescriptionTypeDef
|
|
@@ -160,14 +156,14 @@ class Table(ServiceResource):
|
|
|
160
156
|
table_arn: str
|
|
161
157
|
table_id: str
|
|
162
158
|
billing_mode_summary: BillingModeSummaryTypeDef
|
|
163
|
-
local_secondary_indexes:
|
|
164
|
-
global_secondary_indexes:
|
|
159
|
+
local_secondary_indexes: list[LocalSecondaryIndexDescriptionTypeDef]
|
|
160
|
+
global_secondary_indexes: list[GlobalSecondaryIndexDescriptionTypeDef]
|
|
165
161
|
stream_specification: StreamSpecificationTypeDef
|
|
166
162
|
latest_stream_label: str
|
|
167
163
|
latest_stream_arn: str
|
|
168
164
|
global_table_version: str
|
|
169
|
-
replicas:
|
|
170
|
-
global_table_witnesses:
|
|
165
|
+
replicas: list[ReplicaDescriptionTypeDef]
|
|
166
|
+
global_table_witnesses: list[GlobalTableWitnessDescriptionTypeDef]
|
|
171
167
|
restore_summary: RestoreSummaryTypeDef
|
|
172
168
|
sse_description: SSEDescriptionTypeDef
|
|
173
169
|
archival_summary: ArchivalSummaryTypeDef
|
|
@@ -279,7 +275,7 @@ class Table(ServiceResource):
|
|
|
279
275
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/service_resource/#tablewait_until_not_exists-method)
|
|
280
276
|
"""
|
|
281
277
|
|
|
282
|
-
def batch_writer(self, overwrite_by_pkeys:
|
|
278
|
+
def batch_writer(self, overwrite_by_pkeys: list[str] = ...) -> BatchWriter:
|
|
283
279
|
"""
|
|
284
280
|
Create a batch writer object.
|
|
285
281
|
|
|
@@ -23,6 +23,7 @@ Usage::
|
|
|
23
23
|
from __future__ import annotations
|
|
24
24
|
|
|
25
25
|
import sys
|
|
26
|
+
from collections.abc import Iterator, Sequence
|
|
26
27
|
from datetime import datetime
|
|
27
28
|
|
|
28
29
|
from boto3.dynamodb.table import BatchWriter
|
|
@@ -68,11 +69,6 @@ from .type_defs import (
|
|
|
68
69
|
UpdateTableInputTableUpdateTypeDef,
|
|
69
70
|
)
|
|
70
71
|
|
|
71
|
-
if sys.version_info >= (3, 9):
|
|
72
|
-
from builtins import list as List
|
|
73
|
-
from collections.abc import Iterator, Sequence
|
|
74
|
-
else:
|
|
75
|
-
from typing import Iterator, List, Sequence
|
|
76
72
|
if sys.version_info >= (3, 12):
|
|
77
73
|
from typing import Unpack
|
|
78
74
|
else:
|
|
@@ -122,7 +118,7 @@ class ServiceResourceTablesCollection(ResourceCollection):
|
|
|
122
118
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/service_resource/#serviceresourcetablescollection)
|
|
123
119
|
"""
|
|
124
120
|
|
|
125
|
-
def pages(self) -> Iterator[
|
|
121
|
+
def pages(self) -> Iterator[list[Table]]:
|
|
126
122
|
"""
|
|
127
123
|
A generator which yields pages of Tables.
|
|
128
124
|
|
|
@@ -145,9 +141,9 @@ class Table(ServiceResource):
|
|
|
145
141
|
"""
|
|
146
142
|
|
|
147
143
|
name: str
|
|
148
|
-
attribute_definitions:
|
|
144
|
+
attribute_definitions: list[AttributeDefinitionTypeDef]
|
|
149
145
|
table_name: str
|
|
150
|
-
key_schema:
|
|
146
|
+
key_schema: list[KeySchemaElementTypeDef]
|
|
151
147
|
table_status: TableStatusType
|
|
152
148
|
creation_date_time: datetime
|
|
153
149
|
provisioned_throughput: ProvisionedThroughputDescriptionTypeDef
|
|
@@ -156,14 +152,14 @@ class Table(ServiceResource):
|
|
|
156
152
|
table_arn: str
|
|
157
153
|
table_id: str
|
|
158
154
|
billing_mode_summary: BillingModeSummaryTypeDef
|
|
159
|
-
local_secondary_indexes:
|
|
160
|
-
global_secondary_indexes:
|
|
155
|
+
local_secondary_indexes: list[LocalSecondaryIndexDescriptionTypeDef]
|
|
156
|
+
global_secondary_indexes: list[GlobalSecondaryIndexDescriptionTypeDef]
|
|
161
157
|
stream_specification: StreamSpecificationTypeDef
|
|
162
158
|
latest_stream_label: str
|
|
163
159
|
latest_stream_arn: str
|
|
164
160
|
global_table_version: str
|
|
165
|
-
replicas:
|
|
166
|
-
global_table_witnesses:
|
|
161
|
+
replicas: list[ReplicaDescriptionTypeDef]
|
|
162
|
+
global_table_witnesses: list[GlobalTableWitnessDescriptionTypeDef]
|
|
167
163
|
restore_summary: RestoreSummaryTypeDef
|
|
168
164
|
sse_description: SSEDescriptionTypeDef
|
|
169
165
|
archival_summary: ArchivalSummaryTypeDef
|
|
@@ -275,7 +271,7 @@ class Table(ServiceResource):
|
|
|
275
271
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/service_resource/#tablewait_until_not_exists-method)
|
|
276
272
|
"""
|
|
277
273
|
|
|
278
|
-
def batch_writer(self, overwrite_by_pkeys:
|
|
274
|
+
def batch_writer(self, overwrite_by_pkeys: list[str] = ...) -> BatchWriter:
|
|
279
275
|
"""
|
|
280
276
|
Create a batch writer object.
|
|
281
277
|
|