mypy-boto3-dynamodb 1.41.0__tar.gz → 1.42.33__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.41.0 → mypy_boto3_dynamodb-1.42.33}/LICENSE +1 -1
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/PKG-INFO +20 -5
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/README.md +18 -3
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/__init__.py +21 -2
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/__init__.pyi +21 -2
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/__main__.py +4 -4
- mypy_boto3_dynamodb-1.41.0/mypy_boto3_dynamodb/client.pyi → mypy_boto3_dynamodb-1.42.33/mypy_boto3_dynamodb/client.py +56 -2
- mypy_boto3_dynamodb-1.41.0/mypy_boto3_dynamodb/client.py → mypy_boto3_dynamodb-1.42.33/mypy_boto3_dynamodb/client.pyi +53 -5
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/literals.py +23 -3
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/literals.pyi +23 -3
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/paginator.py +1 -1
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/paginator.pyi +1 -1
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/service_resource.py +1 -1
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/service_resource.pyi +1 -1
- mypy_boto3_dynamodb-1.41.0/mypy_boto3_dynamodb/type_defs.pyi → mypy_boto3_dynamodb-1.42.33/mypy_boto3_dynamodb/type_defs.py +316 -11
- mypy_boto3_dynamodb-1.41.0/mypy_boto3_dynamodb/type_defs.py → mypy_boto3_dynamodb-1.42.33/mypy_boto3_dynamodb/type_defs.pyi +32 -291
- mypy_boto3_dynamodb-1.42.33/mypy_boto3_dynamodb/version.py +7 -0
- mypy_boto3_dynamodb-1.42.33/mypy_boto3_dynamodb/waiter.py +153 -0
- mypy_boto3_dynamodb-1.42.33/mypy_boto3_dynamodb/waiter.pyi +140 -0
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb.egg-info/PKG-INFO +20 -5
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/pyproject.toml +3 -3
- mypy_boto3_dynamodb-1.41.0/mypy_boto3_dynamodb/version.py +0 -7
- mypy_boto3_dynamodb-1.41.0/mypy_boto3_dynamodb/waiter.py +0 -71
- mypy_boto3_dynamodb-1.41.0/mypy_boto3_dynamodb/waiter.pyi +0 -66
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy_boto3_dynamodb-1.41.0 → mypy_boto3_dynamodb-1.42.33}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
3
|
+
Version: 1.42.33
|
|
4
|
+
Summary: Type annotations for boto3 DynamoDB 1.42.33 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
45
|
+
Type annotations for [boto3 DynamoDB 1.42.33](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -109,7 +109,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
109
109
|
isolation.
|
|
110
110
|
|
|
111
111
|
1. Run mypy-boto3-builder in your package root directory:
|
|
112
|
-
`uvx --with 'boto3==1.
|
|
112
|
+
`uvx --with 'boto3==1.42.33' mypy-boto3-builder`
|
|
113
113
|
2. Select `boto3-stubs` AWS SDK.
|
|
114
114
|
3. Add `DynamoDB` service.
|
|
115
115
|
4. Use provided commands to install generated packages.
|
|
@@ -398,12 +398,27 @@ scan_paginator: ScanPaginator = client.get_paginator("scan")
|
|
|
398
398
|
from boto3.session import Session
|
|
399
399
|
|
|
400
400
|
from mypy_boto3_dynamodb import DynamoDBClient
|
|
401
|
-
from mypy_boto3_dynamodb.waiter import
|
|
401
|
+
from mypy_boto3_dynamodb.waiter import (
|
|
402
|
+
ContributorInsightsEnabledWaiter,
|
|
403
|
+
ExportCompletedWaiter,
|
|
404
|
+
ImportCompletedWaiter,
|
|
405
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
406
|
+
TableExistsWaiter,
|
|
407
|
+
TableNotExistsWaiter,
|
|
408
|
+
)
|
|
402
409
|
|
|
403
410
|
client: DynamoDBClient = Session().client("dynamodb")
|
|
404
411
|
|
|
405
412
|
# Explicit type annotations are optional here
|
|
406
413
|
# Types should be correctly discovered by mypy and IDEs
|
|
414
|
+
contributor_insights_enabled_waiter: ContributorInsightsEnabledWaiter = client.get_waiter(
|
|
415
|
+
"contributor_insights_enabled"
|
|
416
|
+
)
|
|
417
|
+
export_completed_waiter: ExportCompletedWaiter = client.get_waiter("export_completed")
|
|
418
|
+
import_completed_waiter: ImportCompletedWaiter = client.get_waiter("import_completed")
|
|
419
|
+
kinesis_streaming_destination_active_waiter: KinesisStreamingDestinationActiveWaiter = (
|
|
420
|
+
client.get_waiter("kinesis_streaming_destination_active")
|
|
421
|
+
)
|
|
407
422
|
table_exists_waiter: TableExistsWaiter = client.get_waiter("table_exists")
|
|
408
423
|
table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
|
|
409
424
|
```
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
12
|
+
Type annotations for [boto3 DynamoDB 1.42.33](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/),
|
|
@@ -76,7 +76,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
76
76
|
isolation.
|
|
77
77
|
|
|
78
78
|
1. Run mypy-boto3-builder in your package root directory:
|
|
79
|
-
`uvx --with 'boto3==1.
|
|
79
|
+
`uvx --with 'boto3==1.42.33' mypy-boto3-builder`
|
|
80
80
|
2. Select `boto3-stubs` AWS SDK.
|
|
81
81
|
3. Add `DynamoDB` service.
|
|
82
82
|
4. Use provided commands to install generated packages.
|
|
@@ -365,12 +365,27 @@ scan_paginator: ScanPaginator = client.get_paginator("scan")
|
|
|
365
365
|
from boto3.session import Session
|
|
366
366
|
|
|
367
367
|
from mypy_boto3_dynamodb import DynamoDBClient
|
|
368
|
-
from mypy_boto3_dynamodb.waiter import
|
|
368
|
+
from mypy_boto3_dynamodb.waiter import (
|
|
369
|
+
ContributorInsightsEnabledWaiter,
|
|
370
|
+
ExportCompletedWaiter,
|
|
371
|
+
ImportCompletedWaiter,
|
|
372
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
373
|
+
TableExistsWaiter,
|
|
374
|
+
TableNotExistsWaiter,
|
|
375
|
+
)
|
|
369
376
|
|
|
370
377
|
client: DynamoDBClient = Session().client("dynamodb")
|
|
371
378
|
|
|
372
379
|
# Explicit type annotations are optional here
|
|
373
380
|
# Types should be correctly discovered by mypy and IDEs
|
|
381
|
+
contributor_insights_enabled_waiter: ContributorInsightsEnabledWaiter = client.get_waiter(
|
|
382
|
+
"contributor_insights_enabled"
|
|
383
|
+
)
|
|
384
|
+
export_completed_waiter: ExportCompletedWaiter = client.get_waiter("export_completed")
|
|
385
|
+
import_completed_waiter: ImportCompletedWaiter = client.get_waiter("import_completed")
|
|
386
|
+
kinesis_streaming_destination_active_waiter: KinesisStreamingDestinationActiveWaiter = (
|
|
387
|
+
client.get_waiter("kinesis_streaming_destination_active")
|
|
388
|
+
)
|
|
374
389
|
table_exists_waiter: TableExistsWaiter = client.get_waiter("table_exists")
|
|
375
390
|
table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
|
|
376
391
|
```
|
|
@@ -3,7 +3,7 @@ Main interface for dynamodb service.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -11,8 +11,12 @@ Usage::
|
|
|
11
11
|
from boto3.session import Session
|
|
12
12
|
from mypy_boto3_dynamodb import (
|
|
13
13
|
Client,
|
|
14
|
+
ContributorInsightsEnabledWaiter,
|
|
14
15
|
DynamoDBClient,
|
|
15
16
|
DynamoDBServiceResource,
|
|
17
|
+
ExportCompletedWaiter,
|
|
18
|
+
ImportCompletedWaiter,
|
|
19
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
16
20
|
ListBackupsPaginator,
|
|
17
21
|
ListTablesPaginator,
|
|
18
22
|
ListTagsOfResourcePaginator,
|
|
@@ -28,6 +32,10 @@ Usage::
|
|
|
28
32
|
|
|
29
33
|
resource: DynamoDBServiceResource = session.resource("dynamodb")
|
|
30
34
|
|
|
35
|
+
contributor_insights_enabled_waiter: ContributorInsightsEnabledWaiter = client.get_waiter("contributor_insights_enabled")
|
|
36
|
+
export_completed_waiter: ExportCompletedWaiter = client.get_waiter("export_completed")
|
|
37
|
+
import_completed_waiter: ImportCompletedWaiter = client.get_waiter("import_completed")
|
|
38
|
+
kinesis_streaming_destination_active_waiter: KinesisStreamingDestinationActiveWaiter = client.get_waiter("kinesis_streaming_destination_active")
|
|
31
39
|
table_exists_waiter: TableExistsWaiter = client.get_waiter("table_exists")
|
|
32
40
|
table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
|
|
33
41
|
|
|
@@ -47,7 +55,14 @@ from .paginator import (
|
|
|
47
55
|
QueryPaginator,
|
|
48
56
|
ScanPaginator,
|
|
49
57
|
)
|
|
50
|
-
from .waiter import
|
|
58
|
+
from .waiter import (
|
|
59
|
+
ContributorInsightsEnabledWaiter,
|
|
60
|
+
ExportCompletedWaiter,
|
|
61
|
+
ImportCompletedWaiter,
|
|
62
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
63
|
+
TableExistsWaiter,
|
|
64
|
+
TableNotExistsWaiter,
|
|
65
|
+
)
|
|
51
66
|
|
|
52
67
|
try:
|
|
53
68
|
from .service_resource import DynamoDBServiceResource
|
|
@@ -63,8 +78,12 @@ ServiceResource = DynamoDBServiceResource
|
|
|
63
78
|
|
|
64
79
|
__all__ = (
|
|
65
80
|
"Client",
|
|
81
|
+
"ContributorInsightsEnabledWaiter",
|
|
66
82
|
"DynamoDBClient",
|
|
67
83
|
"DynamoDBServiceResource",
|
|
84
|
+
"ExportCompletedWaiter",
|
|
85
|
+
"ImportCompletedWaiter",
|
|
86
|
+
"KinesisStreamingDestinationActiveWaiter",
|
|
68
87
|
"ListBackupsPaginator",
|
|
69
88
|
"ListTablesPaginator",
|
|
70
89
|
"ListTagsOfResourcePaginator",
|
|
@@ -3,7 +3,7 @@ Main interface for dynamodb service.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -11,8 +11,12 @@ Usage::
|
|
|
11
11
|
from boto3.session import Session
|
|
12
12
|
from mypy_boto3_dynamodb import (
|
|
13
13
|
Client,
|
|
14
|
+
ContributorInsightsEnabledWaiter,
|
|
14
15
|
DynamoDBClient,
|
|
15
16
|
DynamoDBServiceResource,
|
|
17
|
+
ExportCompletedWaiter,
|
|
18
|
+
ImportCompletedWaiter,
|
|
19
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
16
20
|
ListBackupsPaginator,
|
|
17
21
|
ListTablesPaginator,
|
|
18
22
|
ListTagsOfResourcePaginator,
|
|
@@ -28,6 +32,10 @@ Usage::
|
|
|
28
32
|
|
|
29
33
|
resource: DynamoDBServiceResource = session.resource("dynamodb")
|
|
30
34
|
|
|
35
|
+
contributor_insights_enabled_waiter: ContributorInsightsEnabledWaiter = client.get_waiter("contributor_insights_enabled")
|
|
36
|
+
export_completed_waiter: ExportCompletedWaiter = client.get_waiter("export_completed")
|
|
37
|
+
import_completed_waiter: ImportCompletedWaiter = client.get_waiter("import_completed")
|
|
38
|
+
kinesis_streaming_destination_active_waiter: KinesisStreamingDestinationActiveWaiter = client.get_waiter("kinesis_streaming_destination_active")
|
|
31
39
|
table_exists_waiter: TableExistsWaiter = client.get_waiter("table_exists")
|
|
32
40
|
table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
|
|
33
41
|
|
|
@@ -47,7 +55,14 @@ from .paginator import (
|
|
|
47
55
|
QueryPaginator,
|
|
48
56
|
ScanPaginator,
|
|
49
57
|
)
|
|
50
|
-
from .waiter import
|
|
58
|
+
from .waiter import (
|
|
59
|
+
ContributorInsightsEnabledWaiter,
|
|
60
|
+
ExportCompletedWaiter,
|
|
61
|
+
ImportCompletedWaiter,
|
|
62
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
63
|
+
TableExistsWaiter,
|
|
64
|
+
TableNotExistsWaiter,
|
|
65
|
+
)
|
|
51
66
|
|
|
52
67
|
try:
|
|
53
68
|
from .service_resource import DynamoDBServiceResource
|
|
@@ -60,8 +75,12 @@ ServiceResource = DynamoDBServiceResource
|
|
|
60
75
|
|
|
61
76
|
__all__ = (
|
|
62
77
|
"Client",
|
|
78
|
+
"ContributorInsightsEnabledWaiter",
|
|
63
79
|
"DynamoDBClient",
|
|
64
80
|
"DynamoDBServiceResource",
|
|
81
|
+
"ExportCompletedWaiter",
|
|
82
|
+
"ImportCompletedWaiter",
|
|
83
|
+
"KinesisStreamingDestinationActiveWaiter",
|
|
65
84
|
"ListBackupsPaginator",
|
|
66
85
|
"ListTablesPaginator",
|
|
67
86
|
"ListTagsOfResourcePaginator",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,8 +12,8 @@ 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.
|
|
15
|
+
"Type annotations for boto3 DynamoDB 1.42.33\n"
|
|
16
|
+
"Version: 1.42.33\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#dynamodb\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.42.33\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for dynamodb service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -145,15 +145,24 @@ from .type_defs import (
|
|
|
145
145
|
UpdateTimeToLiveInputTypeDef,
|
|
146
146
|
UpdateTimeToLiveOutputTypeDef,
|
|
147
147
|
)
|
|
148
|
-
from .waiter import
|
|
148
|
+
from .waiter import (
|
|
149
|
+
ContributorInsightsEnabledWaiter,
|
|
150
|
+
ExportCompletedWaiter,
|
|
151
|
+
ImportCompletedWaiter,
|
|
152
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
153
|
+
TableExistsWaiter,
|
|
154
|
+
TableNotExistsWaiter,
|
|
155
|
+
)
|
|
149
156
|
|
|
150
157
|
if sys.version_info >= (3, 12):
|
|
151
158
|
from typing import Literal, Unpack
|
|
152
159
|
else:
|
|
153
160
|
from typing_extensions import Literal, Unpack
|
|
154
161
|
|
|
162
|
+
|
|
155
163
|
__all__ = ("DynamoDBClient",)
|
|
156
164
|
|
|
165
|
+
|
|
157
166
|
class Exceptions(BaseClientExceptions):
|
|
158
167
|
BackupInUseException: type[BotocoreClientError]
|
|
159
168
|
BackupNotFoundException: type[BotocoreClientError]
|
|
@@ -191,6 +200,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
191
200
|
TransactionConflictException: type[BotocoreClientError]
|
|
192
201
|
TransactionInProgressException: type[BotocoreClientError]
|
|
193
202
|
|
|
203
|
+
|
|
194
204
|
class DynamoDBClient(BaseClient):
|
|
195
205
|
"""
|
|
196
206
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client)
|
|
@@ -848,6 +858,50 @@ class DynamoDBClient(BaseClient):
|
|
|
848
858
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_paginator)
|
|
849
859
|
"""
|
|
850
860
|
|
|
861
|
+
@overload # type: ignore[override]
|
|
862
|
+
def get_waiter( # type: ignore[override]
|
|
863
|
+
self, waiter_name: Literal["contributor_insights_enabled"]
|
|
864
|
+
) -> ContributorInsightsEnabledWaiter:
|
|
865
|
+
"""
|
|
866
|
+
Returns an object that can wait for some condition.
|
|
867
|
+
|
|
868
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
869
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
870
|
+
"""
|
|
871
|
+
|
|
872
|
+
@overload # type: ignore[override]
|
|
873
|
+
def get_waiter( # type: ignore[override]
|
|
874
|
+
self, waiter_name: Literal["export_completed"]
|
|
875
|
+
) -> ExportCompletedWaiter:
|
|
876
|
+
"""
|
|
877
|
+
Returns an object that can wait for some condition.
|
|
878
|
+
|
|
879
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
880
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
881
|
+
"""
|
|
882
|
+
|
|
883
|
+
@overload # type: ignore[override]
|
|
884
|
+
def get_waiter( # type: ignore[override]
|
|
885
|
+
self, waiter_name: Literal["import_completed"]
|
|
886
|
+
) -> ImportCompletedWaiter:
|
|
887
|
+
"""
|
|
888
|
+
Returns an object that can wait for some condition.
|
|
889
|
+
|
|
890
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
891
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
892
|
+
"""
|
|
893
|
+
|
|
894
|
+
@overload # type: ignore[override]
|
|
895
|
+
def get_waiter( # type: ignore[override]
|
|
896
|
+
self, waiter_name: Literal["kinesis_streaming_destination_active"]
|
|
897
|
+
) -> KinesisStreamingDestinationActiveWaiter:
|
|
898
|
+
"""
|
|
899
|
+
Returns an object that can wait for some condition.
|
|
900
|
+
|
|
901
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
902
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
903
|
+
"""
|
|
904
|
+
|
|
851
905
|
@overload # type: ignore[override]
|
|
852
906
|
def get_waiter( # type: ignore[override]
|
|
853
907
|
self, waiter_name: Literal["table_exists"]
|
|
@@ -3,7 +3,7 @@ Type annotations for dynamodb service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -145,17 +145,22 @@ from .type_defs import (
|
|
|
145
145
|
UpdateTimeToLiveInputTypeDef,
|
|
146
146
|
UpdateTimeToLiveOutputTypeDef,
|
|
147
147
|
)
|
|
148
|
-
from .waiter import
|
|
148
|
+
from .waiter import (
|
|
149
|
+
ContributorInsightsEnabledWaiter,
|
|
150
|
+
ExportCompletedWaiter,
|
|
151
|
+
ImportCompletedWaiter,
|
|
152
|
+
KinesisStreamingDestinationActiveWaiter,
|
|
153
|
+
TableExistsWaiter,
|
|
154
|
+
TableNotExistsWaiter,
|
|
155
|
+
)
|
|
149
156
|
|
|
150
157
|
if sys.version_info >= (3, 12):
|
|
151
158
|
from typing import Literal, Unpack
|
|
152
159
|
else:
|
|
153
160
|
from typing_extensions import Literal, Unpack
|
|
154
161
|
|
|
155
|
-
|
|
156
162
|
__all__ = ("DynamoDBClient",)
|
|
157
163
|
|
|
158
|
-
|
|
159
164
|
class Exceptions(BaseClientExceptions):
|
|
160
165
|
BackupInUseException: type[BotocoreClientError]
|
|
161
166
|
BackupNotFoundException: type[BotocoreClientError]
|
|
@@ -193,7 +198,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
193
198
|
TransactionConflictException: type[BotocoreClientError]
|
|
194
199
|
TransactionInProgressException: type[BotocoreClientError]
|
|
195
200
|
|
|
196
|
-
|
|
197
201
|
class DynamoDBClient(BaseClient):
|
|
198
202
|
"""
|
|
199
203
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client)
|
|
@@ -851,6 +855,50 @@ class DynamoDBClient(BaseClient):
|
|
|
851
855
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_paginator)
|
|
852
856
|
"""
|
|
853
857
|
|
|
858
|
+
@overload # type: ignore[override]
|
|
859
|
+
def get_waiter( # type: ignore[override]
|
|
860
|
+
self, waiter_name: Literal["contributor_insights_enabled"]
|
|
861
|
+
) -> ContributorInsightsEnabledWaiter:
|
|
862
|
+
"""
|
|
863
|
+
Returns an object that can wait for some condition.
|
|
864
|
+
|
|
865
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
866
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
867
|
+
"""
|
|
868
|
+
|
|
869
|
+
@overload # type: ignore[override]
|
|
870
|
+
def get_waiter( # type: ignore[override]
|
|
871
|
+
self, waiter_name: Literal["export_completed"]
|
|
872
|
+
) -> ExportCompletedWaiter:
|
|
873
|
+
"""
|
|
874
|
+
Returns an object that can wait for some condition.
|
|
875
|
+
|
|
876
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
877
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
878
|
+
"""
|
|
879
|
+
|
|
880
|
+
@overload # type: ignore[override]
|
|
881
|
+
def get_waiter( # type: ignore[override]
|
|
882
|
+
self, waiter_name: Literal["import_completed"]
|
|
883
|
+
) -> ImportCompletedWaiter:
|
|
884
|
+
"""
|
|
885
|
+
Returns an object that can wait for some condition.
|
|
886
|
+
|
|
887
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
888
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
889
|
+
"""
|
|
890
|
+
|
|
891
|
+
@overload # type: ignore[override]
|
|
892
|
+
def get_waiter( # type: ignore[override]
|
|
893
|
+
self, waiter_name: Literal["kinesis_streaming_destination_active"]
|
|
894
|
+
) -> KinesisStreamingDestinationActiveWaiter:
|
|
895
|
+
"""
|
|
896
|
+
Returns an object that can wait for some condition.
|
|
897
|
+
|
|
898
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb/client/get_waiter.html)
|
|
899
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_waiter)
|
|
900
|
+
"""
|
|
901
|
+
|
|
854
902
|
@overload # type: ignore[override]
|
|
855
903
|
def get_waiter( # type: ignore[override]
|
|
856
904
|
self, waiter_name: Literal["table_exists"]
|
|
@@ -3,7 +3,7 @@ Type annotations for dynamodb service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -34,20 +34,24 @@ __all__ = (
|
|
|
34
34
|
"ConditionalOperatorType",
|
|
35
35
|
"ContinuousBackupsStatusType",
|
|
36
36
|
"ContributorInsightsActionType",
|
|
37
|
+
"ContributorInsightsEnabledWaiterName",
|
|
37
38
|
"ContributorInsightsModeType",
|
|
38
39
|
"ContributorInsightsStatusType",
|
|
39
40
|
"DestinationStatusType",
|
|
40
41
|
"DynamoDBServiceName",
|
|
42
|
+
"ExportCompletedWaiterName",
|
|
41
43
|
"ExportFormatType",
|
|
42
44
|
"ExportStatusType",
|
|
43
45
|
"ExportTypeType",
|
|
44
46
|
"ExportViewTypeType",
|
|
45
47
|
"GlobalTableStatusType",
|
|
48
|
+
"ImportCompletedWaiterName",
|
|
46
49
|
"ImportStatusType",
|
|
47
50
|
"IndexStatusType",
|
|
48
51
|
"InputCompressionTypeType",
|
|
49
52
|
"InputFormatType",
|
|
50
53
|
"KeyTypeType",
|
|
54
|
+
"KinesisStreamingDestinationActiveWaiterName",
|
|
51
55
|
"ListBackupsPaginatorName",
|
|
52
56
|
"ListTablesPaginatorName",
|
|
53
57
|
"ListTagsOfResourcePaginatorName",
|
|
@@ -118,21 +122,25 @@ ComparisonOperatorType = Literal[
|
|
|
118
122
|
ConditionalOperatorType = Literal["AND", "OR"]
|
|
119
123
|
ContinuousBackupsStatusType = Literal["DISABLED", "ENABLED"]
|
|
120
124
|
ContributorInsightsActionType = Literal["DISABLE", "ENABLE"]
|
|
125
|
+
ContributorInsightsEnabledWaiterName = Literal["contributor_insights_enabled"]
|
|
121
126
|
ContributorInsightsModeType = Literal["ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"]
|
|
122
127
|
ContributorInsightsStatusType = Literal["DISABLED", "DISABLING", "ENABLED", "ENABLING", "FAILED"]
|
|
123
128
|
DestinationStatusType = Literal[
|
|
124
129
|
"ACTIVE", "DISABLED", "DISABLING", "ENABLE_FAILED", "ENABLING", "UPDATING"
|
|
125
130
|
]
|
|
131
|
+
ExportCompletedWaiterName = Literal["export_completed"]
|
|
126
132
|
ExportFormatType = Literal["DYNAMODB_JSON", "ION"]
|
|
127
133
|
ExportStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
|
|
128
134
|
ExportTypeType = Literal["FULL_EXPORT", "INCREMENTAL_EXPORT"]
|
|
129
135
|
ExportViewTypeType = Literal["NEW_AND_OLD_IMAGES", "NEW_IMAGE"]
|
|
130
136
|
GlobalTableStatusType = Literal["ACTIVE", "CREATING", "DELETING", "UPDATING"]
|
|
137
|
+
ImportCompletedWaiterName = Literal["import_completed"]
|
|
131
138
|
ImportStatusType = Literal["CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "IN_PROGRESS"]
|
|
132
139
|
IndexStatusType = Literal["ACTIVE", "CREATING", "DELETING", "UPDATING"]
|
|
133
140
|
InputCompressionTypeType = Literal["GZIP", "NONE", "ZSTD"]
|
|
134
141
|
InputFormatType = Literal["CSV", "DYNAMODB_JSON", "ION"]
|
|
135
142
|
KeyTypeType = Literal["HASH", "RANGE"]
|
|
143
|
+
KinesisStreamingDestinationActiveWaiterName = Literal["kinesis_streaming_destination_active"]
|
|
136
144
|
ListBackupsPaginatorName = Literal["list_backups"]
|
|
137
145
|
ListTablesPaginatorName = Literal["list_tables"]
|
|
138
146
|
ListTagsOfResourcePaginatorName = Literal["list_tags_of_resource"]
|
|
@@ -274,6 +282,7 @@ ServiceName = Literal[
|
|
|
274
282
|
"comprehend",
|
|
275
283
|
"comprehendmedical",
|
|
276
284
|
"compute-optimizer",
|
|
285
|
+
"compute-optimizer-automation",
|
|
277
286
|
"config",
|
|
278
287
|
"connect",
|
|
279
288
|
"connect-contact-lens",
|
|
@@ -319,7 +328,6 @@ ServiceName = Literal[
|
|
|
319
328
|
"eks-auth",
|
|
320
329
|
"elasticache",
|
|
321
330
|
"elasticbeanstalk",
|
|
322
|
-
"elastictranscoder",
|
|
323
331
|
"elb",
|
|
324
332
|
"elbv2",
|
|
325
333
|
"emr",
|
|
@@ -454,6 +462,7 @@ ServiceName = Literal[
|
|
|
454
462
|
"networkmonitor",
|
|
455
463
|
"notifications",
|
|
456
464
|
"notificationscontacts",
|
|
465
|
+
"nova-act",
|
|
457
466
|
"oam",
|
|
458
467
|
"observabilityadmin",
|
|
459
468
|
"odb",
|
|
@@ -464,6 +473,8 @@ ServiceName = Literal[
|
|
|
464
473
|
"osis",
|
|
465
474
|
"outposts",
|
|
466
475
|
"panorama",
|
|
476
|
+
"partnercentral-account",
|
|
477
|
+
"partnercentral-benefits",
|
|
467
478
|
"partnercentral-channel",
|
|
468
479
|
"partnercentral-selling",
|
|
469
480
|
"payment-cryptography",
|
|
@@ -506,6 +517,7 @@ ServiceName = Literal[
|
|
|
506
517
|
"route53-recovery-control-config",
|
|
507
518
|
"route53-recovery-readiness",
|
|
508
519
|
"route53domains",
|
|
520
|
+
"route53globalresolver",
|
|
509
521
|
"route53profiles",
|
|
510
522
|
"route53resolver",
|
|
511
523
|
"rtbfabric",
|
|
@@ -580,6 +592,7 @@ ServiceName = Literal[
|
|
|
580
592
|
"waf-regional",
|
|
581
593
|
"wafv2",
|
|
582
594
|
"wellarchitected",
|
|
595
|
+
"wickr",
|
|
583
596
|
"wisdom",
|
|
584
597
|
"workdocs",
|
|
585
598
|
"workmail",
|
|
@@ -594,7 +607,14 @@ ResourceServiceName = Literal[
|
|
|
594
607
|
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
595
608
|
]
|
|
596
609
|
PaginatorName = Literal["list_backups", "list_tables", "list_tags_of_resource", "query", "scan"]
|
|
597
|
-
WaiterName = Literal[
|
|
610
|
+
WaiterName = Literal[
|
|
611
|
+
"contributor_insights_enabled",
|
|
612
|
+
"export_completed",
|
|
613
|
+
"import_completed",
|
|
614
|
+
"kinesis_streaming_destination_active",
|
|
615
|
+
"table_exists",
|
|
616
|
+
"table_not_exists",
|
|
617
|
+
]
|
|
598
618
|
RegionName = Literal[
|
|
599
619
|
"af-south-1",
|
|
600
620
|
"ap-east-1",
|