types-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.
Files changed (30) hide show
  1. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/LICENSE +1 -1
  2. {types_boto3_dynamodb-1.41.0/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.42.33}/PKG-INFO +20 -5
  3. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/README.md +18 -3
  4. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/pyproject.toml +3 -3
  5. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/__init__.py +21 -2
  6. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/__init__.pyi +21 -2
  7. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/__main__.py +4 -4
  8. types_boto3_dynamodb-1.41.0/types_boto3_dynamodb/client.pyi → types_boto3_dynamodb-1.42.33/types_boto3_dynamodb/client.py +56 -2
  9. types_boto3_dynamodb-1.41.0/types_boto3_dynamodb/client.py → types_boto3_dynamodb-1.42.33/types_boto3_dynamodb/client.pyi +53 -5
  10. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/literals.py +23 -3
  11. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/literals.pyi +23 -3
  12. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/paginator.py +1 -1
  13. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/paginator.pyi +1 -1
  14. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/service_resource.py +1 -1
  15. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/service_resource.pyi +1 -1
  16. types_boto3_dynamodb-1.41.0/types_boto3_dynamodb/type_defs.pyi → types_boto3_dynamodb-1.42.33/types_boto3_dynamodb/type_defs.py +316 -11
  17. types_boto3_dynamodb-1.41.0/types_boto3_dynamodb/type_defs.py → types_boto3_dynamodb-1.42.33/types_boto3_dynamodb/type_defs.pyi +32 -291
  18. types_boto3_dynamodb-1.42.33/types_boto3_dynamodb/version.py +7 -0
  19. types_boto3_dynamodb-1.42.33/types_boto3_dynamodb/waiter.py +153 -0
  20. types_boto3_dynamodb-1.42.33/types_boto3_dynamodb/waiter.pyi +140 -0
  21. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33/types_boto3_dynamodb.egg-info}/PKG-INFO +20 -5
  22. types_boto3_dynamodb-1.41.0/types_boto3_dynamodb/version.py +0 -7
  23. types_boto3_dynamodb-1.41.0/types_boto3_dynamodb/waiter.py +0 -71
  24. types_boto3_dynamodb-1.41.0/types_boto3_dynamodb/waiter.pyi +0 -66
  25. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/setup.cfg +0 -0
  26. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb/py.typed +0 -0
  27. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
  28. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
  29. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/types_boto3_dynamodb.egg-info/requires.txt +0 -0
  30. {types_boto3_dynamodb-1.41.0 → types_boto3_dynamodb-1.42.33}/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.41.0
4
- Summary: Type annotations for boto3 DynamoDB 1.41.0 service generated with mypy-boto3-builder 8.12.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 DynamoDB 1.41.0](https://pypi.org/project/boto3/)
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/),
@@ -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.41.0' mypy-boto3-builder`
111
+ `uvx --with 'boto3==1.42.33' 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.41.0](https://pypi.org/project/boto3/)
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/),
@@ -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.41.0' mypy-boto3-builder`
78
+ `uvx --with 'boto3==1.42.33' 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.41.0"
7
+ version = "1.42.33"
8
8
  license = "MIT"
9
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"
10
+ description = "Type annotations for boto3 DynamoDB 1.42.33 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.41.0\n"
16
- "Version: 1.41.0\n"
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/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.41.0\n")
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/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,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["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
+ ]
598
618
  RegionName = Literal[
599
619
  "af-south-1",
600
620
  "ap-east-1",