types-boto3-dynamodb 1.35.74__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 (28) hide show
  1. types_boto3_dynamodb-1.35.74/LICENSE +21 -0
  2. types_boto3_dynamodb-1.35.74/PKG-INFO +546 -0
  3. types_boto3_dynamodb-1.35.74/README.md +512 -0
  4. types_boto3_dynamodb-1.35.74/setup.cfg +4 -0
  5. types_boto3_dynamodb-1.35.74/setup.py +56 -0
  6. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/__init__.py +69 -0
  7. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/__init__.pyi +67 -0
  8. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/__main__.py +42 -0
  9. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/client.py +889 -0
  10. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/client.pyi +885 -0
  11. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/literals.py +623 -0
  12. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/literals.pyi +621 -0
  13. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/paginator.py +148 -0
  14. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/paginator.pyi +135 -0
  15. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/py.typed +0 -0
  16. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/service_resource.py +357 -0
  17. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/service_resource.pyi +350 -0
  18. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/type_defs.py +2411 -0
  19. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/type_defs.pyi +2133 -0
  20. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/version.py +7 -0
  21. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/waiter.py +68 -0
  22. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb/waiter.pyi +63 -0
  23. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb.egg-info/PKG-INFO +546 -0
  24. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb.egg-info/SOURCES.txt +26 -0
  25. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb.egg-info/dependency_links.txt +1 -0
  26. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb.egg-info/not-zip-safe +1 -0
  27. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb.egg-info/requires.txt +3 -0
  28. types_boto3_dynamodb-1.35.74/types_boto3_dynamodb.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,546 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-dynamodb
3
+ Version: 1.35.74
4
+ Summary: Type annotations for boto3 DynamoDB 1.35.74 service generated with mypy-boto3-builder 8.5.0
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: boto3 dynamodb boto3-stubs type-annotations mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
34
+
35
+ <a id="types-boto3-dynamodb"></a>
36
+
37
+ # types-boto3-dynamodb
38
+
39
+ [![PyPI - types-boto3-dynamodb](https://img.shields.io/pypi/v/types-boto3-dynamodb.svg?color=blue)](https://pypi.org/project/types-boto3-dynamodb/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-dynamodb.svg?color=blue)](https://pypi.org/project/types-boto3-dynamodb/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-dynamodb)](https://pypistats.org/packages/types-boto3-dynamodb)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for [boto3 DynamoDB 1.35.74](https://pypi.org/project/boto3/)
47
+ compatible with [VSCode](https://code.visualstudio.com/),
48
+ [PyCharm](https://www.jetbrains.com/pycharm/),
49
+ [Emacs](https://www.gnu.org/software/emacs/),
50
+ [Sublime Text](https://www.sublimetext.com/),
51
+ [mypy](https://github.com/python/mypy),
52
+ [pyright](https://github.com/microsoft/pyright) and other tools.
53
+
54
+ Generated by
55
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
59
+ [types-boto3-dynamodb docs](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/).
60
+
61
+ See how it helps you find and fix potential bugs:
62
+
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-boto3-dynamodb](#types-boto3-dynamodb)
66
+ - [How to install](#how-to-install)
67
+ - [VSCode extension](#vscode-extension)
68
+ - [From PyPI with pip](#from-pypi-with-pip)
69
+ - [How to uninstall](#how-to-uninstall)
70
+ - [Usage](#usage)
71
+ - [VSCode](#vscode)
72
+ - [PyCharm](#pycharm)
73
+ - [Emacs](#emacs)
74
+ - [Sublime Text](#sublime-text)
75
+ - [Other IDEs](#other-ides)
76
+ - [mypy](#mypy)
77
+ - [pyright](#pyright)
78
+ - [Pylint compatibility](#pylint-compatibility)
79
+ - [Explicit type annotations](#explicit-type-annotations)
80
+ - [Client annotations](#client-annotations)
81
+ - [Paginators annotations](#paginators-annotations)
82
+ - [Waiters annotations](#waiters-annotations)
83
+ - [Service Resource annotations](#service-resource-annotations)
84
+ - [Other resources annotations](#other-resources-annotations)
85
+ - [Collections annotations](#collections-annotations)
86
+ - [Literals](#literals)
87
+ - [Type definitions](#type-definitions)
88
+ - [How it works](#how-it-works)
89
+ - [What's new](#what's-new)
90
+ - [Implemented features](#implemented-features)
91
+ - [Latest changes](#latest-changes)
92
+ - [Versioning](#versioning)
93
+ - [Thank you](#thank-you)
94
+ - [Documentation](#documentation)
95
+ - [Support and contributing](#support-and-contributing)
96
+
97
+ <a id="how-to-install"></a>
98
+
99
+ ## How to install
100
+
101
+ <a id="vscode-extension"></a>
102
+
103
+ ### VSCode extension
104
+
105
+ Add
106
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
107
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
108
+
109
+ Click `Modify` and select `boto3 common` and `DynamoDB`.
110
+
111
+ <a id="from-pypi-with-pip"></a>
112
+
113
+ ### From PyPI with pip
114
+
115
+ Install `types-boto3` for `DynamoDB` service.
116
+
117
+ ```bash
118
+ # install with boto3 type annotations
119
+ python -m pip install 'types-boto3[dynamodb]'
120
+
121
+
122
+ # Lite version does not provide session.client/resource overloads
123
+ # it is more RAM-friendly, but requires explicit type annotations
124
+ python -m pip install 'types-boto3-lite[dynamodb]'
125
+
126
+
127
+ # standalone installation
128
+ python -m pip install types-boto3-dynamodb
129
+ ```
130
+
131
+ <a id="how-to-uninstall"></a>
132
+
133
+ ## How to uninstall
134
+
135
+ ```bash
136
+ python -m pip uninstall -y types-boto3-dynamodb
137
+ ```
138
+
139
+ <a id="usage"></a>
140
+
141
+ ## Usage
142
+
143
+ <a id="vscode"></a>
144
+
145
+ ### VSCode
146
+
147
+ - Install
148
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
149
+ - Install
150
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
151
+ - Set `Pylance` as your Python Language Server
152
+ - Install `types-boto3[dynamodb]` in your environment:
153
+
154
+ ```bash
155
+ python -m pip install 'types-boto3[dynamodb]'
156
+ ```
157
+
158
+ Both type checking and code completion should now work. No explicit type
159
+ annotations required, write your `boto3` code as usual.
160
+
161
+ <a id="pycharm"></a>
162
+
163
+ ### PyCharm
164
+
165
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
166
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
167
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
168
+ > the issue is resolved.
169
+
170
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
171
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
172
+ > [pyright](https://github.com/microsoft/pyright) instead.
173
+
174
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
175
+ > `types-boto3` with
176
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
177
+
178
+ ```bash
179
+ pip uninstall types-boto3
180
+ pip install types-boto3-lite
181
+ ```
182
+
183
+ Install `types-boto3[dynamodb]` in your environment:
184
+
185
+ ```bash
186
+ python -m pip install 'types-boto3[dynamodb]'
187
+ ```
188
+
189
+ Both type checking and code completion should now work.
190
+
191
+ <a id="emacs"></a>
192
+
193
+ ### Emacs
194
+
195
+ - Install `types-boto3` with services you use in your environment:
196
+
197
+ ```bash
198
+ python -m pip install 'types-boto3[dynamodb]'
199
+ ```
200
+
201
+ - Install [use-package](https://github.com/jwiegley/use-package),
202
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
203
+ [company](https://github.com/company-mode/company-mode) and
204
+ [flycheck](https://github.com/flycheck/flycheck) packages
205
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
206
+
207
+ ```elisp
208
+ (use-package lsp-pyright
209
+ :ensure t
210
+ :hook (python-mode . (lambda ()
211
+ (require 'lsp-pyright)
212
+ (lsp))) ; or lsp-deferred
213
+ :init (when (executable-find "python3")
214
+ (setq lsp-pyright-python-executable-cmd "python3"))
215
+ )
216
+ ```
217
+
218
+ - Make sure emacs uses the environment where you have installed `types-boto3`
219
+
220
+ Type checking should now work. No explicit type annotations required, write
221
+ your `boto3` code as usual.
222
+
223
+ <a id="sublime-text"></a>
224
+
225
+ ### Sublime Text
226
+
227
+ - Install `types-boto3[dynamodb]` with services you use in your environment:
228
+
229
+ ```bash
230
+ python -m pip install 'types-boto3[dynamodb]'
231
+ ```
232
+
233
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
234
+
235
+ Type checking should now work. No explicit type annotations required, write
236
+ your `boto3` code as usual.
237
+
238
+ <a id="other-ides"></a>
239
+
240
+ ### Other IDEs
241
+
242
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
243
+ should work.
244
+
245
+ <a id="mypy"></a>
246
+
247
+ ### mypy
248
+
249
+ - Install `mypy`: `python -m pip install mypy`
250
+ - Install `types-boto3[dynamodb]` in your environment:
251
+
252
+ ```bash
253
+ python -m pip install 'types-boto3[dynamodb]'
254
+ ```
255
+
256
+ Type checking should now work. No explicit type annotations required, write
257
+ your `boto3` code as usual.
258
+
259
+ <a id="pyright"></a>
260
+
261
+ ### pyright
262
+
263
+ - Install `pyright`: `npm i -g pyright`
264
+ - Install `types-boto3[dynamodb]` in your environment:
265
+
266
+ ```bash
267
+ python -m pip install 'types-boto3[dynamodb]'
268
+ ```
269
+
270
+ Optionally, you can install `types-boto3` to `typings` directory.
271
+
272
+ Type checking should now work. No explicit type annotations required, write
273
+ your `boto3` code as usual.
274
+
275
+ <a id="pylint-compatibility"></a>
276
+
277
+ ### Pylint compatibility
278
+
279
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
280
+ `types-boto3-dynamodb` dependency in production. However, there is an issue in
281
+ `pylint` that it complains about undefined variables. To fix it, set all types
282
+ to `object` in non-`TYPE_CHECKING` mode.
283
+
284
+ ```python
285
+ from typing import TYPE_CHECKING
286
+
287
+ if TYPE_CHECKING:
288
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
289
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
290
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
291
+ else:
292
+ EC2Client = object
293
+ EC2ServiceResource = object
294
+ BundleTaskCompleteWaiter = object
295
+ DescribeVolumesPaginator = object
296
+
297
+ ...
298
+ ```
299
+
300
+ <a id="explicit-type-annotations"></a>
301
+
302
+ ## Explicit type annotations
303
+
304
+ <a id="client-annotations"></a>
305
+
306
+ ### Client annotations
307
+
308
+ `DynamoDBClient` provides annotations for `boto3.client("dynamodb")`.
309
+
310
+ ```python
311
+ from boto3.session import Session
312
+
313
+ from types_boto3_dynamodb import DynamoDBClient
314
+
315
+ client: DynamoDBClient = Session().client("dynamodb")
316
+
317
+ # now client usage is checked by mypy and IDE should provide code completion
318
+ ```
319
+
320
+ <a id="paginators-annotations"></a>
321
+
322
+ ### Paginators annotations
323
+
324
+ `types_boto3_dynamodb.paginator` module contains type annotations for all
325
+ paginators.
326
+
327
+ ```python
328
+ from boto3.session import Session
329
+
330
+ from types_boto3_dynamodb import DynamoDBClient
331
+ from types_boto3_dynamodb.paginator import (
332
+ ListBackupsPaginator,
333
+ ListTablesPaginator,
334
+ ListTagsOfResourcePaginator,
335
+ QueryPaginator,
336
+ ScanPaginator,
337
+ )
338
+
339
+ client: DynamoDBClient = Session().client("dynamodb")
340
+
341
+ # Explicit type annotations are optional here
342
+ # Types should be correctly discovered by mypy and IDEs
343
+ list_backups_paginator: ListBackupsPaginator = client.get_paginator("list_backups")
344
+ list_tables_paginator: ListTablesPaginator = client.get_paginator("list_tables")
345
+ list_tags_of_resource_paginator: ListTagsOfResourcePaginator = client.get_paginator(
346
+ "list_tags_of_resource"
347
+ )
348
+ query_paginator: QueryPaginator = client.get_paginator("query")
349
+ scan_paginator: ScanPaginator = client.get_paginator("scan")
350
+ ```
351
+
352
+ <a id="waiters-annotations"></a>
353
+
354
+ ### Waiters annotations
355
+
356
+ `types_boto3_dynamodb.waiter` module contains type annotations for all waiters.
357
+
358
+ ```python
359
+ from boto3.session import Session
360
+
361
+ from types_boto3_dynamodb import DynamoDBClient
362
+ from types_boto3_dynamodb.waiter import TableExistsWaiter, TableNotExistsWaiter
363
+
364
+ client: DynamoDBClient = Session().client("dynamodb")
365
+
366
+ # Explicit type annotations are optional here
367
+ # Types should be correctly discovered by mypy and IDEs
368
+ table_exists_waiter: TableExistsWaiter = client.get_waiter("table_exists")
369
+ table_not_exists_waiter: TableNotExistsWaiter = client.get_waiter("table_not_exists")
370
+ ```
371
+
372
+ <a id="service-resource-annotations"></a>
373
+
374
+ ### Service Resource annotations
375
+
376
+ `DynamoDBServiceResource` provides annotations for
377
+ `boto3.resource("dynamodb")`.
378
+
379
+ ```python
380
+ from boto3.session import Session
381
+
382
+ from types_boto3_dynamodb import DynamoDBServiceResource
383
+
384
+ resource: DynamoDBServiceResource = Session().resource("dynamodb")
385
+
386
+ # now resource usage is checked by mypy and IDE should provide code completion
387
+ ```
388
+
389
+ <a id="other-resources-annotations"></a>
390
+
391
+ ### Other resources annotations
392
+
393
+ `types_boto3_dynamodb.service_resource` module contains type annotations for
394
+ all resources.
395
+
396
+ ```python
397
+ from boto3.session import Session
398
+
399
+ from types_boto3_dynamodb import DynamoDBServiceResource
400
+ from types_boto3_dynamodb.service_resource import Table
401
+
402
+ resource: DynamoDBServiceResource = Session().resource("dynamodb")
403
+
404
+ # Explicit type annotations are optional here
405
+ # Type should be correctly discovered by mypy and IDEs
406
+ my_table: Table = resource.Table(...)
407
+ ```
408
+
409
+ <a id="collections-annotations"></a>
410
+
411
+ ### Collections annotations
412
+
413
+ `types_boto3_dynamodb.service_resource` module contains type annotations for
414
+ all `DynamoDBServiceResource` collections.
415
+
416
+ ```python
417
+ from boto3.session import Session
418
+
419
+ from types_boto3_dynamodb import DynamoDBServiceResource
420
+ from types_boto3_dynamodb.service_resource import ServiceResourceTablesCollection
421
+
422
+ resource: DynamoDBServiceResource = Session().resource("dynamodb")
423
+
424
+ # Explicit type annotations are optional here
425
+ # Type should be correctly discovered by mypy and IDEs
426
+ tables: dynamodb_resources.ServiceResourceTablesCollection = resource.tables
427
+ ```
428
+
429
+ <a id="literals"></a>
430
+
431
+ ### Literals
432
+
433
+ `types_boto3_dynamodb.literals` module contains literals extracted from shapes
434
+ that can be used in user code for type checking.
435
+
436
+ Full list of `DynamoDB` Literals can be found in
437
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/literals/).
438
+
439
+ ```python
440
+ from types_boto3_dynamodb.literals import ApproximateCreationDateTimePrecisionType
441
+
442
+
443
+ def check_value(value: ApproximateCreationDateTimePrecisionType) -> bool: ...
444
+ ```
445
+
446
+ <a id="type-definitions"></a>
447
+
448
+ ### Type definitions
449
+
450
+ `types_boto3_dynamodb.type_defs` module contains structures and shapes
451
+ assembled to typed dictionaries and unions for additional type checking.
452
+
453
+ Full list of `DynamoDB` TypeDefs can be found in
454
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/type_defs/).
455
+
456
+ ```python
457
+ from types_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
458
+
459
+
460
+ def get_value() -> ArchivalSummaryTypeDef:
461
+ return {...}
462
+ ```
463
+
464
+ <a id="how-it-works"></a>
465
+
466
+ ## How it works
467
+
468
+ Fully automated
469
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
470
+ generates type annotations for each service, patiently waiting for `boto3`
471
+ updates. It delivers drop-in type annotations for you and makes sure that:
472
+
473
+ - All available `boto3` services are covered.
474
+ - Each public class and method of every `boto3` service gets valid type
475
+ annotations extracted from `botocore` schemas.
476
+ - Type annotations include up-to-date documentation.
477
+ - Link to documentation is provided for every method.
478
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
479
+
480
+ <a id="what's-new"></a>
481
+
482
+ ## What's new
483
+
484
+ <a id="implemented-features"></a>
485
+
486
+ ### Implemented features
487
+
488
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
489
+ libraries
490
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
491
+ compatibility
492
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
493
+ annotations for each service
494
+ - Generated `TypeDefs` for each service
495
+ - Generated `Literals` for each service
496
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
497
+ - Auto discovery of types for `session.client` and `session.resource` calls
498
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
499
+ calls
500
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
501
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
502
+
503
+ <a id="latest-changes"></a>
504
+
505
+ ### Latest changes
506
+
507
+ Builder changelog can be found in
508
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
509
+
510
+ <a id="versioning"></a>
511
+
512
+ ## Versioning
513
+
514
+ `types-boto3-dynamodb` version is the same as related `boto3` version and
515
+ follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
516
+
517
+ <a id="thank-you"></a>
518
+
519
+ ## Thank you
520
+
521
+ - [Allie Fitter](https://github.com/alliefitter) for
522
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
523
+ this package is based on top of his work
524
+ - [black](https://github.com/psf/black) developers for an awesome formatting
525
+ tool
526
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
527
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
528
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
529
+ for us
530
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
531
+ Python
532
+
533
+ <a id="documentation"></a>
534
+
535
+ ## Documentation
536
+
537
+ All services type annotations can be found in
538
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
539
+
540
+ <a id="support-and-contributing"></a>
541
+
542
+ ## Support and contributing
543
+
544
+ This package is auto-generated. Please reports any bugs or request new features
545
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
546
+ repository.