types-boto3-dynamodb 1.42.3__tar.gz → 1.42.41__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 (30) hide show
  1. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/LICENSE +1 -1
  2. {types_boto3_dynamodb-1.42.3/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.42.41}/PKG-INFO +20 -5
  3. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/README.md +18 -3
  4. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/pyproject.toml +3 -3
  5. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/__init__.py +21 -2
  6. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/__init__.pyi +21 -2
  7. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/__main__.py +4 -4
  8. types_boto3_dynamodb-1.42.3/types_boto3_dynamodb/client.pyi → types_boto3_dynamodb-1.42.41/types_boto3_dynamodb/client.py +56 -2
  9. types_boto3_dynamodb-1.42.3/types_boto3_dynamodb/client.py → types_boto3_dynamodb-1.42.41/types_boto3_dynamodb/client.pyi +53 -5
  10. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/literals.py +20 -3
  11. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/literals.pyi +20 -3
  12. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/paginator.py +1 -1
  13. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/paginator.pyi +1 -1
  14. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/service_resource.py +7 -2
  15. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/service_resource.pyi +7 -2
  16. types_boto3_dynamodb-1.42.3/types_boto3_dynamodb/type_defs.pyi → types_boto3_dynamodb-1.42.41/types_boto3_dynamodb/type_defs.py +327 -15
  17. types_boto3_dynamodb-1.42.3/types_boto3_dynamodb/type_defs.py → types_boto3_dynamodb-1.42.41/types_boto3_dynamodb/type_defs.pyi +43 -295
  18. types_boto3_dynamodb-1.42.41/types_boto3_dynamodb/version.py +7 -0
  19. types_boto3_dynamodb-1.42.41/types_boto3_dynamodb/waiter.py +153 -0
  20. types_boto3_dynamodb-1.42.41/types_boto3_dynamodb/waiter.pyi +140 -0
  21. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41/types_boto3_dynamodb.egg-info}/PKG-INFO +20 -5
  22. types_boto3_dynamodb-1.42.3/types_boto3_dynamodb/version.py +0 -7
  23. types_boto3_dynamodb-1.42.3/types_boto3_dynamodb/waiter.py +0 -71
  24. types_boto3_dynamodb-1.42.3/types_boto3_dynamodb/waiter.pyi +0 -66
  25. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/setup.cfg +0 -0
  26. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb/py.typed +0 -0
  27. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
  28. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
  29. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb.egg-info/requires.txt +0 -0
  30. {types_boto3_dynamodb-1.42.3 → types_boto3_dynamodb-1.42.41}/types_boto3_dynamodb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Vlad Emelianov
3
+ Copyright (c) 2026 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-dynamodb
3
- Version: 1.42.3
4
- Summary: Type annotations for boto3 DynamoDB 1.42.3 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.41
4
+ Summary: Type annotations for boto3 DynamoDB 1.42.41 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 DynamoDB 1.42.3](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 DynamoDB 1.42.41](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/),
@@ -108,7 +108,7 @@ You can generate type annotations for `boto3` package locally with
108
108
  isolation.
109
109
 
110
110
  1. Run mypy-boto3-builder in your package root directory:
111
- `uvx --with 'boto3==1.42.3' mypy-boto3-builder`
111
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
112
112
  2. Select `boto3` AWS SDK.
113
113
  3. Add `DynamoDB` service.
114
114
  4. Use provided commands to install generated packages.
@@ -372,12 +372,27 @@ scan_paginator: ScanPaginator = client.get_paginator("scan")
372
372
  from boto3.session import Session
373
373
 
374
374
  from types_boto3_dynamodb import DynamoDBClient
375
- from types_boto3_dynamodb.waiter import TableExistsWaiter, TableNotExistsWaiter
375
+ from types_boto3_dynamodb.waiter import (
376
+ ContributorInsightsEnabledWaiter,
377
+ ExportCompletedWaiter,
378
+ ImportCompletedWaiter,
379
+ KinesisStreamingDestinationActiveWaiter,
380
+ TableExistsWaiter,
381
+ TableNotExistsWaiter,
382
+ )
376
383
 
377
384
  client: DynamoDBClient = Session().client("dynamodb")
378
385
 
379
386
  # Explicit type annotations are optional here
380
387
  # Types should be correctly discovered by mypy and IDEs
388
+ contributor_insights_enabled_waiter: ContributorInsightsEnabledWaiter = client.get_waiter(
389
+ "contributor_insights_enabled"
390
+ )
391
+ export_completed_waiter: ExportCompletedWaiter = client.get_waiter("export_completed")
392
+ import_completed_waiter: ImportCompletedWaiter = client.get_waiter("import_completed")
393
+ kinesis_streaming_destination_active_waiter: KinesisStreamingDestinationActiveWaiter = (
394
+ client.get_waiter("kinesis_streaming_destination_active")
395
+ )
381
396
  table_exists_waiter: TableExistsWaiter = client.get_waiter("table_exists")
382
397
  table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
383
398
  ```
@@ -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.42.3](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 DynamoDB 1.42.41](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/),
@@ -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.42.3' mypy-boto3-builder`
78
+ `uvx --with 'boto3==1.42.41' 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.
@@ -339,12 +339,27 @@ scan_paginator: ScanPaginator = client.get_paginator("scan")
339
339
  from boto3.session import Session
340
340
 
341
341
  from types_boto3_dynamodb import DynamoDBClient
342
- from types_boto3_dynamodb.waiter import TableExistsWaiter, TableNotExistsWaiter
342
+ from types_boto3_dynamodb.waiter import (
343
+ ContributorInsightsEnabledWaiter,
344
+ ExportCompletedWaiter,
345
+ ImportCompletedWaiter,
346
+ KinesisStreamingDestinationActiveWaiter,
347
+ TableExistsWaiter,
348
+ TableNotExistsWaiter,
349
+ )
343
350
 
344
351
  client: DynamoDBClient = Session().client("dynamodb")
345
352
 
346
353
  # Explicit type annotations are optional here
347
354
  # Types should be correctly discovered by mypy and IDEs
355
+ contributor_insights_enabled_waiter: ContributorInsightsEnabledWaiter = client.get_waiter(
356
+ "contributor_insights_enabled"
357
+ )
358
+ export_completed_waiter: ExportCompletedWaiter = client.get_waiter("export_completed")
359
+ import_completed_waiter: ImportCompletedWaiter = client.get_waiter("import_completed")
360
+ kinesis_streaming_destination_active_waiter: KinesisStreamingDestinationActiveWaiter = (
361
+ client.get_waiter("kinesis_streaming_destination_active")
362
+ )
348
363
  table_exists_waiter: TableExistsWaiter = client.get_waiter("table_exists")
349
364
  table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
350
365
  ```
@@ -1,13 +1,13 @@
1
1
  # Setup script for types-boto3-dynamodb.
2
2
 
3
- # Copyright 2025 Vlad Emelianov
3
+ # Copyright 2026 Vlad Emelianov
4
4
 
5
5
  [project]
6
6
  name = "types-boto3-dynamodb"
7
- version = "1.42.3"
7
+ version = "1.42.41"
8
8
  license = "MIT"
9
9
  authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
- description = "Type annotations for boto3 DynamoDB 1.42.3 service generated with mypy-boto3-builder 8.12.0"
10
+ description = "Type annotations for boto3 DynamoDB 1.42.41 service generated with mypy-boto3-builder 8.12.0"
11
11
  readme = "README.md"
12
12
  classifiers = [
13
13
  "Development Status :: 5 - Production/Stable",
@@ -3,7 +3,7 @@ Main interface for dynamodb service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
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 types_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 TableExistsWaiter, TableNotExistsWaiter
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/types_boto3_docs/types_boto3_dynamodb/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
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 types_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 TableExistsWaiter, TableNotExistsWaiter
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 2025 Vlad Emelianov
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.42.3\n"
16
- "Version: 1.42.3\n"
15
+ "Type annotations for boto3 DynamoDB 1.42.41\n"
16
+ "Version: 1.42.41\n"
17
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"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.42.3\n")
29
+ sys.stdout.write("1.42.41\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/types_boto3_docs/types_boto3_dynamodb/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
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 TableExistsWaiter, TableNotExistsWaiter
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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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/types_boto3_docs/types_boto3_dynamodb/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
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 TableExistsWaiter, TableNotExistsWaiter
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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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 types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_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/types_boto3_docs/types_boto3_dynamodb/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -34,20 +34,25 @@ __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",
47
+ "GlobalTableSettingsReplicationModeType",
45
48
  "GlobalTableStatusType",
49
+ "ImportCompletedWaiterName",
46
50
  "ImportStatusType",
47
51
  "IndexStatusType",
48
52
  "InputCompressionTypeType",
49
53
  "InputFormatType",
50
54
  "KeyTypeType",
55
+ "KinesisStreamingDestinationActiveWaiterName",
51
56
  "ListBackupsPaginatorName",
52
57
  "ListTablesPaginatorName",
53
58
  "ListTagsOfResourcePaginatorName",
@@ -118,21 +123,26 @@ ComparisonOperatorType = Literal[
118
123
  ConditionalOperatorType = Literal["AND", "OR"]
119
124
  ContinuousBackupsStatusType = Literal["DISABLED", "ENABLED"]
120
125
  ContributorInsightsActionType = Literal["DISABLE", "ENABLE"]
126
+ ContributorInsightsEnabledWaiterName = Literal["contributor_insights_enabled"]
121
127
  ContributorInsightsModeType = Literal["ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"]
122
128
  ContributorInsightsStatusType = Literal["DISABLED", "DISABLING", "ENABLED", "ENABLING", "FAILED"]
123
129
  DestinationStatusType = Literal[
124
130
  "ACTIVE", "DISABLED", "DISABLING", "ENABLE_FAILED", "ENABLING", "UPDATING"
125
131
  ]
132
+ ExportCompletedWaiterName = Literal["export_completed"]
126
133
  ExportFormatType = Literal["DYNAMODB_JSON", "ION"]
127
134
  ExportStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
128
135
  ExportTypeType = Literal["FULL_EXPORT", "INCREMENTAL_EXPORT"]
129
136
  ExportViewTypeType = Literal["NEW_AND_OLD_IMAGES", "NEW_IMAGE"]
137
+ GlobalTableSettingsReplicationModeType = Literal["DISABLED", "ENABLED", "ENABLED_WITH_OVERRIDES"]
130
138
  GlobalTableStatusType = Literal["ACTIVE", "CREATING", "DELETING", "UPDATING"]
139
+ ImportCompletedWaiterName = Literal["import_completed"]
131
140
  ImportStatusType = Literal["CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "IN_PROGRESS"]
132
141
  IndexStatusType = Literal["ACTIVE", "CREATING", "DELETING", "UPDATING"]
133
142
  InputCompressionTypeType = Literal["GZIP", "NONE", "ZSTD"]
134
143
  InputFormatType = Literal["CSV", "DYNAMODB_JSON", "ION"]
135
144
  KeyTypeType = Literal["HASH", "RANGE"]
145
+ KinesisStreamingDestinationActiveWaiterName = Literal["kinesis_streaming_destination_active"]
136
146
  ListBackupsPaginatorName = Literal["list_backups"]
137
147
  ListTablesPaginatorName = Literal["list_tables"]
138
148
  ListTagsOfResourcePaginatorName = Literal["list_tags_of_resource"]
@@ -320,7 +330,6 @@ ServiceName = Literal[
320
330
  "eks-auth",
321
331
  "elasticache",
322
332
  "elasticbeanstalk",
323
- "elastictranscoder",
324
333
  "elb",
325
334
  "elbv2",
326
335
  "emr",
@@ -585,6 +594,7 @@ ServiceName = Literal[
585
594
  "waf-regional",
586
595
  "wafv2",
587
596
  "wellarchitected",
597
+ "wickr",
588
598
  "wisdom",
589
599
  "workdocs",
590
600
  "workmail",
@@ -599,7 +609,14 @@ ResourceServiceName = Literal[
599
609
  "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
600
610
  ]
601
611
  PaginatorName = Literal["list_backups", "list_tables", "list_tags_of_resource", "query", "scan"]
602
- WaiterName = Literal["table_exists", "table_not_exists"]
612
+ WaiterName = Literal[
613
+ "contributor_insights_enabled",
614
+ "export_completed",
615
+ "import_completed",
616
+ "kinesis_streaming_destination_active",
617
+ "table_exists",
618
+ "table_not_exists",
619
+ ]
603
620
  RegionName = Literal[
604
621
  "af-south-1",
605
622
  "ap-east-1",
@@ -3,7 +3,7 @@ Type annotations for dynamodb service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -33,20 +33,25 @@ __all__ = (
33
33
  "ConditionalOperatorType",
34
34
  "ContinuousBackupsStatusType",
35
35
  "ContributorInsightsActionType",
36
+ "ContributorInsightsEnabledWaiterName",
36
37
  "ContributorInsightsModeType",
37
38
  "ContributorInsightsStatusType",
38
39
  "DestinationStatusType",
39
40
  "DynamoDBServiceName",
41
+ "ExportCompletedWaiterName",
40
42
  "ExportFormatType",
41
43
  "ExportStatusType",
42
44
  "ExportTypeType",
43
45
  "ExportViewTypeType",
46
+ "GlobalTableSettingsReplicationModeType",
44
47
  "GlobalTableStatusType",
48
+ "ImportCompletedWaiterName",
45
49
  "ImportStatusType",
46
50
  "IndexStatusType",
47
51
  "InputCompressionTypeType",
48
52
  "InputFormatType",
49
53
  "KeyTypeType",
54
+ "KinesisStreamingDestinationActiveWaiterName",
50
55
  "ListBackupsPaginatorName",
51
56
  "ListTablesPaginatorName",
52
57
  "ListTagsOfResourcePaginatorName",
@@ -116,21 +121,26 @@ ComparisonOperatorType = Literal[
116
121
  ConditionalOperatorType = Literal["AND", "OR"]
117
122
  ContinuousBackupsStatusType = Literal["DISABLED", "ENABLED"]
118
123
  ContributorInsightsActionType = Literal["DISABLE", "ENABLE"]
124
+ ContributorInsightsEnabledWaiterName = Literal["contributor_insights_enabled"]
119
125
  ContributorInsightsModeType = Literal["ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"]
120
126
  ContributorInsightsStatusType = Literal["DISABLED", "DISABLING", "ENABLED", "ENABLING", "FAILED"]
121
127
  DestinationStatusType = Literal[
122
128
  "ACTIVE", "DISABLED", "DISABLING", "ENABLE_FAILED", "ENABLING", "UPDATING"
123
129
  ]
130
+ ExportCompletedWaiterName = Literal["export_completed"]
124
131
  ExportFormatType = Literal["DYNAMODB_JSON", "ION"]
125
132
  ExportStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
126
133
  ExportTypeType = Literal["FULL_EXPORT", "INCREMENTAL_EXPORT"]
127
134
  ExportViewTypeType = Literal["NEW_AND_OLD_IMAGES", "NEW_IMAGE"]
135
+ GlobalTableSettingsReplicationModeType = Literal["DISABLED", "ENABLED", "ENABLED_WITH_OVERRIDES"]
128
136
  GlobalTableStatusType = Literal["ACTIVE", "CREATING", "DELETING", "UPDATING"]
137
+ ImportCompletedWaiterName = Literal["import_completed"]
129
138
  ImportStatusType = Literal["CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "IN_PROGRESS"]
130
139
  IndexStatusType = Literal["ACTIVE", "CREATING", "DELETING", "UPDATING"]
131
140
  InputCompressionTypeType = Literal["GZIP", "NONE", "ZSTD"]
132
141
  InputFormatType = Literal["CSV", "DYNAMODB_JSON", "ION"]
133
142
  KeyTypeType = Literal["HASH", "RANGE"]
143
+ KinesisStreamingDestinationActiveWaiterName = Literal["kinesis_streaming_destination_active"]
134
144
  ListBackupsPaginatorName = Literal["list_backups"]
135
145
  ListTablesPaginatorName = Literal["list_tables"]
136
146
  ListTagsOfResourcePaginatorName = Literal["list_tags_of_resource"]
@@ -318,7 +328,6 @@ ServiceName = Literal[
318
328
  "eks-auth",
319
329
  "elasticache",
320
330
  "elasticbeanstalk",
321
- "elastictranscoder",
322
331
  "elb",
323
332
  "elbv2",
324
333
  "emr",
@@ -583,6 +592,7 @@ ServiceName = Literal[
583
592
  "waf-regional",
584
593
  "wafv2",
585
594
  "wellarchitected",
595
+ "wickr",
586
596
  "wisdom",
587
597
  "workdocs",
588
598
  "workmail",
@@ -597,7 +607,14 @@ ResourceServiceName = Literal[
597
607
  "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
598
608
  ]
599
609
  PaginatorName = Literal["list_backups", "list_tables", "list_tags_of_resource", "query", "scan"]
600
- WaiterName = Literal["table_exists", "table_not_exists"]
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
+ ]
601
618
  RegionName = Literal[
602
619
  "af-south-1",
603
620
  "ap-east-1",
@@ -3,7 +3,7 @@ Type annotations for dynamodb service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9