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