types-boto3-dms 1.36.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. types_boto3_dms-1.36.0/LICENSE +21 -0
  2. types_boto3_dms-1.36.0/PKG-INFO +583 -0
  3. types_boto3_dms-1.36.0/README.md +537 -0
  4. types_boto3_dms-1.36.0/setup.cfg +4 -0
  5. types_boto3_dms-1.36.0/setup.py +54 -0
  6. types_boto3_dms-1.36.0/types_boto3_dms/__init__.py +122 -0
  7. types_boto3_dms-1.36.0/types_boto3_dms/__init__.pyi +121 -0
  8. types_boto3_dms-1.36.0/types_boto3_dms/__main__.py +43 -0
  9. types_boto3_dms-1.36.0/types_boto3_dms/client.py +1753 -0
  10. types_boto3_dms-1.36.0/types_boto3_dms/client.pyi +1750 -0
  11. types_boto3_dms-1.36.0/types_boto3_dms/literals.py +657 -0
  12. types_boto3_dms-1.36.0/types_boto3_dms/literals.pyi +655 -0
  13. types_boto3_dms-1.36.0/types_boto3_dms/paginator.py +416 -0
  14. types_boto3_dms-1.36.0/types_boto3_dms/paginator.pyi +373 -0
  15. types_boto3_dms-1.36.0/types_boto3_dms/py.typed +0 -0
  16. types_boto3_dms-1.36.0/types_boto3_dms/type_defs.py +3177 -0
  17. types_boto3_dms-1.36.0/types_boto3_dms/type_defs.pyi +2829 -0
  18. types_boto3_dms-1.36.0/types_boto3_dms/version.py +7 -0
  19. types_boto3_dms-1.36.0/types_boto3_dms/waiter.py +187 -0
  20. types_boto3_dms-1.36.0/types_boto3_dms/waiter.pyi +170 -0
  21. types_boto3_dms-1.36.0/types_boto3_dms.egg-info/PKG-INFO +583 -0
  22. types_boto3_dms-1.36.0/types_boto3_dms.egg-info/SOURCES.txt +24 -0
  23. types_boto3_dms-1.36.0/types_boto3_dms.egg-info/dependency_links.txt +1 -0
  24. types_boto3_dms-1.36.0/types_boto3_dms.egg-info/not-zip-safe +1 -0
  25. types_boto3_dms-1.36.0/types_boto3_dms.egg-info/requires.txt +3 -0
  26. types_boto3_dms-1.36.0/types_boto3_dms.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 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,583 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-boto3-dms
3
+ Version: 1.36.0
4
+ Summary: Type annotations for boto3 DatabaseMigrationService 1.36.0 service generated with mypy-boto3-builder 8.8.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_dms/
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 dms 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; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+
47
+ <a id="types-boto3-dms"></a>
48
+
49
+ # types-boto3-dms
50
+
51
+ [![PyPI - types-boto3-dms](https://img.shields.io/pypi/v/types-boto3-dms.svg?color=blue)](https://pypi.org/project/types-boto3-dms/)
52
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-dms.svg?color=blue)](https://pypi.org/project/types-boto3-dms/)
53
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
54
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-dms)](https://pypistats.org/packages/types-boto3-dms)
55
+
56
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
+
58
+ Type annotations for
59
+ [boto3 DatabaseMigrationService 1.36.0](https://pypi.org/project/boto3/)
60
+ compatible with [VSCode](https://code.visualstudio.com/),
61
+ [PyCharm](https://www.jetbrains.com/pycharm/),
62
+ [Emacs](https://www.gnu.org/software/emacs/),
63
+ [Sublime Text](https://www.sublimetext.com/),
64
+ [mypy](https://github.com/python/mypy),
65
+ [pyright](https://github.com/microsoft/pyright) and other tools.
66
+
67
+ Generated with
68
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
69
+
70
+ More information can be found on
71
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
72
+ [types-boto3-dms docs](https://youtype.github.io/types_boto3_docs/types_boto3_dms/).
73
+
74
+ See how it helps you find and fix potential bugs:
75
+
76
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
77
+
78
+ - [types-boto3-dms](#types-boto3-dms)
79
+ - [How to install](#how-to-install)
80
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
81
+ - [VSCode extension](#vscode-extension)
82
+ - [From PyPI with pip](#from-pypi-with-pip)
83
+ - [How to uninstall](#how-to-uninstall)
84
+ - [Usage](#usage)
85
+ - [VSCode](#vscode)
86
+ - [PyCharm](#pycharm)
87
+ - [Emacs](#emacs)
88
+ - [Sublime Text](#sublime-text)
89
+ - [Other IDEs](#other-ides)
90
+ - [mypy](#mypy)
91
+ - [pyright](#pyright)
92
+ - [Pylint compatibility](#pylint-compatibility)
93
+ - [Explicit type annotations](#explicit-type-annotations)
94
+ - [Client annotations](#client-annotations)
95
+ - [Paginators annotations](#paginators-annotations)
96
+ - [Waiters annotations](#waiters-annotations)
97
+ - [Literals](#literals)
98
+ - [Type definitions](#type-definitions)
99
+ - [How it works](#how-it-works)
100
+ - [What's new](#what's-new)
101
+ - [Implemented features](#implemented-features)
102
+ - [Latest changes](#latest-changes)
103
+ - [Versioning](#versioning)
104
+ - [Thank you](#thank-you)
105
+ - [Documentation](#documentation)
106
+ - [Support and contributing](#support-and-contributing)
107
+
108
+ <a id="how-to-install"></a>
109
+
110
+ ## How to install
111
+
112
+ <a id="generate-locally-(recommended)"></a>
113
+
114
+ ### Generate locally (recommended)
115
+
116
+ You can generate type annotations for `boto3` package locally with
117
+ `mypy_boto3_builder`. Use
118
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
119
+ isolation.
120
+
121
+ 1. Run mypy-boto3-builder in your package root directory:
122
+ `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
123
+ 2. Select `boto3` AWS SDK.
124
+ 3. Add `DatabaseMigrationService` service.
125
+ 4. Use provided commands to install generated packages.
126
+
127
+ <a id="vscode-extension"></a>
128
+
129
+ ### VSCode extension
130
+
131
+ Add
132
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
133
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
134
+
135
+ Click `Modify` and select `boto3 common` and `DatabaseMigrationService`.
136
+
137
+ <a id="from-pypi-with-pip"></a>
138
+
139
+ ### From PyPI with pip
140
+
141
+ Install `types-boto3` for `DatabaseMigrationService` service.
142
+
143
+ ```bash
144
+ # install with boto3 type annotations
145
+ python -m pip install 'types-boto3[dms]'
146
+
147
+ # Lite version does not provide session.client/resource overloads
148
+ # it is more RAM-friendly, but requires explicit type annotations
149
+ python -m pip install 'types-boto3-lite[dms]'
150
+
151
+ # standalone installation
152
+ python -m pip install types-boto3-dms
153
+ ```
154
+
155
+ <a id="how-to-uninstall"></a>
156
+
157
+ ## How to uninstall
158
+
159
+ ```bash
160
+ python -m pip uninstall -y types-boto3-dms
161
+ ```
162
+
163
+ <a id="usage"></a>
164
+
165
+ ## Usage
166
+
167
+ <a id="vscode"></a>
168
+
169
+ ### VSCode
170
+
171
+ - Install
172
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
173
+ - Install
174
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
175
+ - Set `Pylance` as your Python Language Server
176
+ - Install `types-boto3[dms]` in your environment:
177
+
178
+ ```bash
179
+ python -m pip install 'types-boto3[dms]'
180
+ ```
181
+
182
+ Both type checking and code completion should now work. No explicit type
183
+ annotations required, write your `boto3` code as usual.
184
+
185
+ <a id="pycharm"></a>
186
+
187
+ ### PyCharm
188
+
189
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
190
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
191
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
192
+ > the issue is resolved.
193
+
194
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
195
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
196
+ > [pyright](https://github.com/microsoft/pyright) instead.
197
+
198
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
199
+ > `types-boto3` with
200
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
201
+
202
+ ```bash
203
+ pip uninstall types-boto3
204
+ pip install types-boto3-lite
205
+ ```
206
+
207
+ Install `types-boto3[dms]` in your environment:
208
+
209
+ ```bash
210
+ python -m pip install 'types-boto3[dms]'
211
+ ```
212
+
213
+ Both type checking and code completion should now work.
214
+
215
+ <a id="emacs"></a>
216
+
217
+ ### Emacs
218
+
219
+ - Install `types-boto3` with services you use in your environment:
220
+
221
+ ```bash
222
+ python -m pip install 'types-boto3[dms]'
223
+ ```
224
+
225
+ - Install [use-package](https://github.com/jwiegley/use-package),
226
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
227
+ [company](https://github.com/company-mode/company-mode) and
228
+ [flycheck](https://github.com/flycheck/flycheck) packages
229
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
230
+
231
+ ```elisp
232
+ (use-package lsp-pyright
233
+ :ensure t
234
+ :hook (python-mode . (lambda ()
235
+ (require 'lsp-pyright)
236
+ (lsp))) ; or lsp-deferred
237
+ :init (when (executable-find "python3")
238
+ (setq lsp-pyright-python-executable-cmd "python3"))
239
+ )
240
+ ```
241
+
242
+ - Make sure emacs uses the environment where you have installed `types-boto3`
243
+
244
+ Type checking should now work. No explicit type annotations required, write
245
+ your `boto3` code as usual.
246
+
247
+ <a id="sublime-text"></a>
248
+
249
+ ### Sublime Text
250
+
251
+ - Install `types-boto3[dms]` with services you use in your environment:
252
+
253
+ ```bash
254
+ python -m pip install 'types-boto3[dms]'
255
+ ```
256
+
257
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
258
+
259
+ Type checking should now work. No explicit type annotations required, write
260
+ your `boto3` code as usual.
261
+
262
+ <a id="other-ides"></a>
263
+
264
+ ### Other IDEs
265
+
266
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
267
+ should work.
268
+
269
+ <a id="mypy"></a>
270
+
271
+ ### mypy
272
+
273
+ - Install `mypy`: `python -m pip install mypy`
274
+ - Install `types-boto3[dms]` in your environment:
275
+
276
+ ```bash
277
+ python -m pip install 'types-boto3[dms]'
278
+ ```
279
+
280
+ Type checking should now work. No explicit type annotations required, write
281
+ your `boto3` code as usual.
282
+
283
+ <a id="pyright"></a>
284
+
285
+ ### pyright
286
+
287
+ - Install `pyright`: `npm i -g pyright`
288
+ - Install `types-boto3[dms]` in your environment:
289
+
290
+ ```bash
291
+ python -m pip install 'types-boto3[dms]'
292
+ ```
293
+
294
+ Optionally, you can install `types-boto3` to `typings` directory.
295
+
296
+ Type checking should now work. No explicit type annotations required, write
297
+ your `boto3` code as usual.
298
+
299
+ <a id="pylint-compatibility"></a>
300
+
301
+ ### Pylint compatibility
302
+
303
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
304
+ `types-boto3-dms` dependency in production. However, there is an issue in
305
+ `pylint` that it complains about undefined variables. To fix it, set all types
306
+ to `object` in non-`TYPE_CHECKING` mode.
307
+
308
+ ```python
309
+ from typing import TYPE_CHECKING
310
+
311
+ if TYPE_CHECKING:
312
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
313
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
314
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
315
+ else:
316
+ EC2Client = object
317
+ EC2ServiceResource = object
318
+ BundleTaskCompleteWaiter = object
319
+ DescribeVolumesPaginator = object
320
+
321
+ ...
322
+ ```
323
+
324
+ <a id="explicit-type-annotations"></a>
325
+
326
+ ## Explicit type annotations
327
+
328
+ <a id="client-annotations"></a>
329
+
330
+ ### Client annotations
331
+
332
+ `DatabaseMigrationServiceClient` provides annotations for
333
+ `boto3.client("dms")`.
334
+
335
+ ```python
336
+ from boto3.session import Session
337
+
338
+ from types_boto3_dms import DatabaseMigrationServiceClient
339
+
340
+ client: DatabaseMigrationServiceClient = Session().client("dms")
341
+
342
+ # now client usage is checked by mypy and IDE should provide code completion
343
+ ```
344
+
345
+ <a id="paginators-annotations"></a>
346
+
347
+ ### Paginators annotations
348
+
349
+ `types_boto3_dms.paginator` module contains type annotations for all
350
+ paginators.
351
+
352
+ ```python
353
+ from boto3.session import Session
354
+
355
+ from types_boto3_dms import DatabaseMigrationServiceClient
356
+ from types_boto3_dms.paginator import (
357
+ DescribeCertificatesPaginator,
358
+ DescribeConnectionsPaginator,
359
+ DescribeDataMigrationsPaginator,
360
+ DescribeEndpointTypesPaginator,
361
+ DescribeEndpointsPaginator,
362
+ DescribeEventSubscriptionsPaginator,
363
+ DescribeEventsPaginator,
364
+ DescribeOrderableReplicationInstancesPaginator,
365
+ DescribeReplicationInstancesPaginator,
366
+ DescribeReplicationSubnetGroupsPaginator,
367
+ DescribeReplicationTaskAssessmentResultsPaginator,
368
+ DescribeReplicationTasksPaginator,
369
+ DescribeSchemasPaginator,
370
+ DescribeTableStatisticsPaginator,
371
+ )
372
+
373
+ client: DatabaseMigrationServiceClient = Session().client("dms")
374
+
375
+ # Explicit type annotations are optional here
376
+ # Types should be correctly discovered by mypy and IDEs
377
+ describe_certificates_paginator: DescribeCertificatesPaginator = client.get_paginator(
378
+ "describe_certificates"
379
+ )
380
+ describe_connections_paginator: DescribeConnectionsPaginator = client.get_paginator(
381
+ "describe_connections"
382
+ )
383
+ describe_data_migrations_paginator: DescribeDataMigrationsPaginator = client.get_paginator(
384
+ "describe_data_migrations"
385
+ )
386
+ describe_endpoint_types_paginator: DescribeEndpointTypesPaginator = client.get_paginator(
387
+ "describe_endpoint_types"
388
+ )
389
+ describe_endpoints_paginator: DescribeEndpointsPaginator = client.get_paginator(
390
+ "describe_endpoints"
391
+ )
392
+ describe_event_subscriptions_paginator: DescribeEventSubscriptionsPaginator = client.get_paginator(
393
+ "describe_event_subscriptions"
394
+ )
395
+ describe_events_paginator: DescribeEventsPaginator = client.get_paginator("describe_events")
396
+ describe_orderable_replication_instances_paginator: DescribeOrderableReplicationInstancesPaginator = client.get_paginator(
397
+ "describe_orderable_replication_instances"
398
+ )
399
+ describe_replication_instances_paginator: DescribeReplicationInstancesPaginator = (
400
+ client.get_paginator("describe_replication_instances")
401
+ )
402
+ describe_replication_subnet_groups_paginator: DescribeReplicationSubnetGroupsPaginator = (
403
+ client.get_paginator("describe_replication_subnet_groups")
404
+ )
405
+ describe_replication_task_assessment_results_paginator: DescribeReplicationTaskAssessmentResultsPaginator = client.get_paginator(
406
+ "describe_replication_task_assessment_results"
407
+ )
408
+ describe_replication_tasks_paginator: DescribeReplicationTasksPaginator = client.get_paginator(
409
+ "describe_replication_tasks"
410
+ )
411
+ describe_schemas_paginator: DescribeSchemasPaginator = client.get_paginator("describe_schemas")
412
+ describe_table_statistics_paginator: DescribeTableStatisticsPaginator = client.get_paginator(
413
+ "describe_table_statistics"
414
+ )
415
+ ```
416
+
417
+ <a id="waiters-annotations"></a>
418
+
419
+ ### Waiters annotations
420
+
421
+ `types_boto3_dms.waiter` module contains type annotations for all waiters.
422
+
423
+ ```python
424
+ from boto3.session import Session
425
+
426
+ from types_boto3_dms import DatabaseMigrationServiceClient
427
+ from types_boto3_dms.waiter import (
428
+ EndpointDeletedWaiter,
429
+ ReplicationInstanceAvailableWaiter,
430
+ ReplicationInstanceDeletedWaiter,
431
+ ReplicationTaskDeletedWaiter,
432
+ ReplicationTaskReadyWaiter,
433
+ ReplicationTaskRunningWaiter,
434
+ ReplicationTaskStoppedWaiter,
435
+ TestConnectionSucceedsWaiter,
436
+ )
437
+
438
+ client: DatabaseMigrationServiceClient = Session().client("dms")
439
+
440
+ # Explicit type annotations are optional here
441
+ # Types should be correctly discovered by mypy and IDEs
442
+ endpoint_deleted_waiter: EndpointDeletedWaiter = client.get_waiter("endpoint_deleted")
443
+ replication_instance_available_waiter: ReplicationInstanceAvailableWaiter = client.get_waiter(
444
+ "replication_instance_available"
445
+ )
446
+ replication_instance_deleted_waiter: ReplicationInstanceDeletedWaiter = client.get_waiter(
447
+ "replication_instance_deleted"
448
+ )
449
+ replication_task_deleted_waiter: ReplicationTaskDeletedWaiter = client.get_waiter(
450
+ "replication_task_deleted"
451
+ )
452
+ replication_task_ready_waiter: ReplicationTaskReadyWaiter = client.get_waiter(
453
+ "replication_task_ready"
454
+ )
455
+ replication_task_running_waiter: ReplicationTaskRunningWaiter = client.get_waiter(
456
+ "replication_task_running"
457
+ )
458
+ replication_task_stopped_waiter: ReplicationTaskStoppedWaiter = client.get_waiter(
459
+ "replication_task_stopped"
460
+ )
461
+ test_connection_succeeds_waiter: TestConnectionSucceedsWaiter = client.get_waiter(
462
+ "test_connection_succeeds"
463
+ )
464
+ ```
465
+
466
+ <a id="literals"></a>
467
+
468
+ ### Literals
469
+
470
+ `types_boto3_dms.literals` module contains literals extracted from shapes that
471
+ can be used in user code for type checking.
472
+
473
+ Full list of `DatabaseMigrationService` Literals can be found in
474
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_dms/literals/).
475
+
476
+ ```python
477
+ from types_boto3_dms.literals import AssessmentReportTypeType
478
+
479
+
480
+ def check_value(value: AssessmentReportTypeType) -> bool: ...
481
+ ```
482
+
483
+ <a id="type-definitions"></a>
484
+
485
+ ### Type definitions
486
+
487
+ `types_boto3_dms.type_defs` module contains structures and shapes assembled to
488
+ typed dictionaries and unions for additional type checking.
489
+
490
+ Full list of `DatabaseMigrationService` TypeDefs can be found in
491
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_dms/type_defs/).
492
+
493
+ ```python
494
+ from types_boto3_dms.type_defs import AccountQuotaTypeDef
495
+
496
+
497
+ def get_value() -> AccountQuotaTypeDef:
498
+ return {...}
499
+ ```
500
+
501
+ <a id="how-it-works"></a>
502
+
503
+ ## How it works
504
+
505
+ Fully automated
506
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
507
+ generates type annotations for each service, patiently waiting for `boto3`
508
+ updates. It delivers drop-in type annotations for you and makes sure that:
509
+
510
+ - All available `boto3` services are covered.
511
+ - Each public class and method of every `boto3` service gets valid type
512
+ annotations extracted from `botocore` schemas.
513
+ - Type annotations include up-to-date documentation.
514
+ - Link to documentation is provided for every method.
515
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
516
+
517
+ <a id="what's-new"></a>
518
+
519
+ ## What's new
520
+
521
+ <a id="implemented-features"></a>
522
+
523
+ ### Implemented features
524
+
525
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
526
+ libraries
527
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
528
+ compatibility
529
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
530
+ annotations for each service
531
+ - Generated `TypeDefs` for each service
532
+ - Generated `Literals` for each service
533
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
534
+ - Auto discovery of types for `session.client` and `session.resource` calls
535
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
536
+ calls
537
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
538
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
539
+
540
+ <a id="latest-changes"></a>
541
+
542
+ ### Latest changes
543
+
544
+ Builder changelog can be found in
545
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
546
+
547
+ <a id="versioning"></a>
548
+
549
+ ## Versioning
550
+
551
+ `types-boto3-dms` version is the same as related `boto3` version and follows
552
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
553
+
554
+ <a id="thank-you"></a>
555
+
556
+ ## Thank you
557
+
558
+ - [Allie Fitter](https://github.com/alliefitter) for
559
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
560
+ this package is based on top of his work
561
+ - [black](https://github.com/psf/black) developers for an awesome formatting
562
+ tool
563
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
564
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
565
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
566
+ for us
567
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
568
+ Python
569
+
570
+ <a id="documentation"></a>
571
+
572
+ ## Documentation
573
+
574
+ All services type annotations can be found in
575
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_dms/)
576
+
577
+ <a id="support-and-contributing"></a>
578
+
579
+ ## Support and contributing
580
+
581
+ This package is auto-generated. Please reports any bugs or request new features
582
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
583
+ repository.