types-aiobotocore-dsql 2.16.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.

Potentially problematic release.


This version of types-aiobotocore-dsql might be problematic. Click here for more details.

Files changed (26) hide show
  1. types_aiobotocore_dsql-2.16.0/LICENSE +21 -0
  2. types_aiobotocore_dsql-2.16.0/PKG-INFO +487 -0
  3. types_aiobotocore_dsql-2.16.0/README.md +453 -0
  4. types_aiobotocore_dsql-2.16.0/setup.cfg +4 -0
  5. types_aiobotocore_dsql-2.16.0/setup.py +56 -0
  6. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/__init__.py +44 -0
  7. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/__init__.pyi +43 -0
  8. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/__main__.py +42 -0
  9. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/client.py +254 -0
  10. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/client.pyi +250 -0
  11. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/literals.py +462 -0
  12. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/literals.pyi +460 -0
  13. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/paginator.py +65 -0
  14. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/paginator.pyi +60 -0
  15. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/py.typed +0 -0
  16. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/type_defs.py +211 -0
  17. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/type_defs.pyi +184 -0
  18. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/version.py +7 -0
  19. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/waiter.py +69 -0
  20. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql/waiter.pyi +64 -0
  21. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql.egg-info/PKG-INFO +487 -0
  22. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql.egg-info/SOURCES.txt +24 -0
  23. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql.egg-info/dependency_links.txt +1 -0
  24. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql.egg-info/not-zip-safe +1 -0
  25. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql.egg-info/requires.txt +3 -0
  26. types_aiobotocore_dsql-2.16.0/types_aiobotocore_dsql.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,487 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-aiobotocore-dsql
3
+ Version: 2.16.0
4
+ Summary: Type annotations for aiobotocore AuroraDSQL 2.16.0 service generated with mypy-boto3-builder 8.6.4
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_aiobotocore_docs/types_aiobotocore_dsql/
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: aiobotocore dsql aiobotocore-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-aiobotocore-dsql"></a>
36
+
37
+ # types-aiobotocore-dsql
38
+
39
+ [![PyPI - types-aiobotocore-dsql](https://img.shields.io/pypi/v/types-aiobotocore-dsql.svg?color=blue)](https://pypi.org/project/types-aiobotocore-dsql/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-dsql.svg?color=blue)](https://pypi.org/project/types-aiobotocore-dsql/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-dsql)](https://pypistats.org/packages/types-aiobotocore-dsql)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for
47
+ [aiobotocore AuroraDSQL 2.16.0](https://pypi.org/project/aiobotocore/)
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.4](https://github.com/youtype/mypy_boto3_builder).
57
+
58
+ More information can be found on
59
+ [types-aiobotocore](https://pypi.org/project/types-aiobotocore/) page and in
60
+ [types-aiobotocore-dsql docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_dsql/).
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-aiobotocore-dsql](#types-aiobotocore-dsql)
67
+ - [How to install](#how-to-install)
68
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
69
+ - [From PyPI with pip](#from-pypi-with-pip)
70
+ - [How to uninstall](#how-to-uninstall)
71
+ - [Usage](#usage)
72
+ - [VSCode](#vscode)
73
+ - [PyCharm](#pycharm)
74
+ - [Emacs](#emacs)
75
+ - [Sublime Text](#sublime-text)
76
+ - [Other IDEs](#other-ides)
77
+ - [mypy](#mypy)
78
+ - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
80
+ - [Explicit type annotations](#explicit-type-annotations)
81
+ - [Client annotations](#client-annotations)
82
+ - [Paginators annotations](#paginators-annotations)
83
+ - [Waiters annotations](#waiters-annotations)
84
+ - [Literals](#literals)
85
+ - [Type definitions](#type-definitions)
86
+ - [How it works](#how-it-works)
87
+ - [What's new](#what's-new)
88
+ - [Implemented features](#implemented-features)
89
+ - [Latest changes](#latest-changes)
90
+ - [Versioning](#versioning)
91
+ - [Thank you](#thank-you)
92
+ - [Documentation](#documentation)
93
+ - [Support and contributing](#support-and-contributing)
94
+
95
+ <a id="how-to-install"></a>
96
+
97
+ ## How to install
98
+
99
+ <a id="generate-locally-(recommended)"></a>
100
+
101
+ ### Generate locally (recommended)
102
+
103
+ You can generate type annotations for `aiobotocore` package locally with
104
+ `mypy_boto3_builder`. Use
105
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
106
+ isolation.
107
+
108
+ 1. Run mypy-boto3-builder in your package root directory:
109
+ `uvx --with 'aiobotocore==2.16.0' mypy_boto3_builder`
110
+ 2. Select `aiobotocore` AWS SDK.
111
+ 3. Add `AuroraDSQL` service.
112
+ 4. Use provided commands to install generated packages.
113
+
114
+ <a id="from-pypi-with-pip"></a>
115
+
116
+ ### From PyPI with pip
117
+
118
+ Install `types-aiobotocore` for `AuroraDSQL` service.
119
+
120
+ ```bash
121
+ # install with aiobotocore type annotations
122
+ python -m pip install 'types-aiobotocore[dsql]'
123
+
124
+ # Lite version does not provide session.client/resource overloads
125
+ # it is more RAM-friendly, but requires explicit type annotations
126
+ python -m pip install 'types-aiobotocore-lite[dsql]'
127
+
128
+ # standalone installation
129
+ python -m pip install types-aiobotocore-dsql
130
+ ```
131
+
132
+ <a id="how-to-uninstall"></a>
133
+
134
+ ## How to uninstall
135
+
136
+ ```bash
137
+ python -m pip uninstall -y types-aiobotocore-dsql
138
+ ```
139
+
140
+ <a id="usage"></a>
141
+
142
+ ## Usage
143
+
144
+ <a id="vscode"></a>
145
+
146
+ ### VSCode
147
+
148
+ - Install
149
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
150
+ - Install
151
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
152
+ - Set `Pylance` as your Python Language Server
153
+ - Install `types-aiobotocore[dsql]` in your environment:
154
+
155
+ ```bash
156
+ python -m pip install 'types-aiobotocore[dsql]'
157
+ ```
158
+
159
+ Both type checking and code completion should now work. No explicit type
160
+ annotations required, write your `aiobotocore` code as usual.
161
+
162
+ <a id="pycharm"></a>
163
+
164
+ ### PyCharm
165
+
166
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
167
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
168
+ > to use
169
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/)
170
+ > until the issue is resolved.
171
+
172
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
173
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
174
+ > [pyright](https://github.com/microsoft/pyright) instead.
175
+
176
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
177
+ > `types-aiobotocore` with
178
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/):
179
+
180
+ ```bash
181
+ pip uninstall types-aiobotocore
182
+ pip install types-aiobotocore-lite
183
+ ```
184
+
185
+ Install `types-aiobotocore[dsql]` in your environment:
186
+
187
+ ```bash
188
+ python -m pip install 'types-aiobotocore[dsql]'
189
+ ```
190
+
191
+ Both type checking and code completion should now work.
192
+
193
+ <a id="emacs"></a>
194
+
195
+ ### Emacs
196
+
197
+ - Install `types-aiobotocore` with services you use in your environment:
198
+
199
+ ```bash
200
+ python -m pip install 'types-aiobotocore[dsql]'
201
+ ```
202
+
203
+ - Install [use-package](https://github.com/jwiegley/use-package),
204
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
205
+ [company](https://github.com/company-mode/company-mode) and
206
+ [flycheck](https://github.com/flycheck/flycheck) packages
207
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
208
+
209
+ ```elisp
210
+ (use-package lsp-pyright
211
+ :ensure t
212
+ :hook (python-mode . (lambda ()
213
+ (require 'lsp-pyright)
214
+ (lsp))) ; or lsp-deferred
215
+ :init (when (executable-find "python3")
216
+ (setq lsp-pyright-python-executable-cmd "python3"))
217
+ )
218
+ ```
219
+
220
+ - Make sure emacs uses the environment where you have installed
221
+ `types-aiobotocore`
222
+
223
+ Type checking should now work. No explicit type annotations required, write
224
+ your `aiobotocore` code as usual.
225
+
226
+ <a id="sublime-text"></a>
227
+
228
+ ### Sublime Text
229
+
230
+ - Install `types-aiobotocore[dsql]` with services you use in your environment:
231
+
232
+ ```bash
233
+ python -m pip install 'types-aiobotocore[dsql]'
234
+ ```
235
+
236
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
237
+
238
+ Type checking should now work. No explicit type annotations required, write
239
+ your `aiobotocore` code as usual.
240
+
241
+ <a id="other-ides"></a>
242
+
243
+ ### Other IDEs
244
+
245
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
246
+ should work.
247
+
248
+ <a id="mypy"></a>
249
+
250
+ ### mypy
251
+
252
+ - Install `mypy`: `python -m pip install mypy`
253
+ - Install `types-aiobotocore[dsql]` in your environment:
254
+
255
+ ```bash
256
+ python -m pip install 'types-aiobotocore[dsql]'
257
+ ```
258
+
259
+ Type checking should now work. No explicit type annotations required, write
260
+ your `aiobotocore` code as usual.
261
+
262
+ <a id="pyright"></a>
263
+
264
+ ### pyright
265
+
266
+ - Install `pyright`: `npm i -g pyright`
267
+ - Install `types-aiobotocore[dsql]` in your environment:
268
+
269
+ ```bash
270
+ python -m pip install 'types-aiobotocore[dsql]'
271
+ ```
272
+
273
+ Optionally, you can install `types-aiobotocore` to `typings` directory.
274
+
275
+ Type checking should now work. No explicit type annotations required, write
276
+ your `aiobotocore` code as usual.
277
+
278
+ <a id="pylint-compatibility"></a>
279
+
280
+ ### Pylint compatibility
281
+
282
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
283
+ `types-aiobotocore-dsql` dependency in production. However, there is an issue
284
+ in `pylint` that it complains about undefined variables. To fix it, set all
285
+ types to `object` in non-`TYPE_CHECKING` mode.
286
+
287
+ ```python
288
+ from typing import TYPE_CHECKING
289
+
290
+ if TYPE_CHECKING:
291
+ from types_aiobotocore_ec2 import EC2Client, EC2ServiceResource
292
+ from types_aiobotocore_ec2.waiters import BundleTaskCompleteWaiter
293
+ from types_aiobotocore_ec2.paginators import DescribeVolumesPaginator
294
+ else:
295
+ EC2Client = object
296
+ EC2ServiceResource = object
297
+ BundleTaskCompleteWaiter = object
298
+ DescribeVolumesPaginator = object
299
+
300
+ ...
301
+ ```
302
+
303
+ <a id="explicit-type-annotations"></a>
304
+
305
+ ## Explicit type annotations
306
+
307
+ <a id="client-annotations"></a>
308
+
309
+ ### Client annotations
310
+
311
+ `AuroraDSQLClient` provides annotations for `session.create_client("dsql")`.
312
+
313
+ ```python
314
+ from aiobotocore.session import get_session
315
+
316
+ from types_aiobotocore_dsql import AuroraDSQLClient
317
+
318
+ session = get_session()
319
+ async with session.create_client("dsql") as client:
320
+ client: AuroraDSQLClient
321
+ # now client usage is checked by mypy and IDE should provide code completion
322
+ ```
323
+
324
+ <a id="paginators-annotations"></a>
325
+
326
+ ### Paginators annotations
327
+
328
+ `types_aiobotocore_dsql.paginator` module contains type annotations for all
329
+ paginators.
330
+
331
+ ```python
332
+ from aiobotocore.session import get_session
333
+
334
+ from types_aiobotocore_dsql import AuroraDSQLClient
335
+ from types_aiobotocore_dsql.paginator import ListClustersPaginator
336
+
337
+ session = get_session()
338
+ async with session.create_client("dsql") as client:
339
+ client: AuroraDSQLClient
340
+
341
+ # Explicit type annotations are optional here
342
+ # Types should be correctly discovered by mypy and IDEs
343
+ list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
344
+ ```
345
+
346
+ <a id="waiters-annotations"></a>
347
+
348
+ ### Waiters annotations
349
+
350
+ `types_aiobotocore_dsql.waiter` module contains type annotations for all
351
+ waiters.
352
+
353
+ ```python
354
+ from aiobotocore.session import get_session
355
+
356
+ from types_aiobotocore_dsql.client import AuroraDSQLClient
357
+ from types_aiobotocore_dsql.waiter import ClusterActiveWaiter, ClusterNotExistsWaiter
358
+
359
+ session = get_session()
360
+ async with session.create_client("dsql") as client:
361
+ client: AuroraDSQLClient
362
+
363
+ # Explicit type annotations are optional here
364
+ # Types should be correctly discovered by mypy and IDEs
365
+ cluster_active_waiter: ClusterActiveWaiter = client.get_waiter("cluster_active")
366
+ cluster_not_exists_waiter: ClusterNotExistsWaiter = client.get_waiter("cluster_not_exists")
367
+ ```
368
+
369
+ <a id="literals"></a>
370
+
371
+ ### Literals
372
+
373
+ `types_aiobotocore_dsql.literals` module contains literals extracted from
374
+ shapes that can be used in user code for type checking.
375
+
376
+ Full list of `AuroraDSQL` Literals can be found in
377
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_dsql/literals/).
378
+
379
+ ```python
380
+ from types_aiobotocore_dsql.literals import ClusterActiveWaiterName
381
+
382
+
383
+ def check_value(value: ClusterActiveWaiterName) -> bool: ...
384
+ ```
385
+
386
+ <a id="type-definitions"></a>
387
+
388
+ ### Type definitions
389
+
390
+ `types_aiobotocore_dsql.type_defs` module contains structures and shapes
391
+ assembled to typed dictionaries and unions for additional type checking.
392
+
393
+ Full list of `AuroraDSQL` TypeDefs can be found in
394
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_dsql/type_defs/).
395
+
396
+ ```python
397
+ from types_aiobotocore_dsql.type_defs import ClusterSummaryTypeDef
398
+
399
+
400
+ def get_value() -> ClusterSummaryTypeDef:
401
+ return {...}
402
+ ```
403
+
404
+ <a id="how-it-works"></a>
405
+
406
+ ## How it works
407
+
408
+ Fully automated
409
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
410
+ generates type annotations for each service, patiently waiting for
411
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
412
+ sure that:
413
+
414
+ - All available `aiobotocore` services are covered.
415
+ - Each public class and method of every `aiobotocore` service gets valid type
416
+ annotations extracted from `botocore` schemas.
417
+ - Type annotations include up-to-date documentation.
418
+ - Link to documentation is provided for every method.
419
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
420
+
421
+ <a id="what's-new"></a>
422
+
423
+ ## What's new
424
+
425
+ <a id="implemented-features"></a>
426
+
427
+ ### Implemented features
428
+
429
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
430
+ libraries
431
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
432
+ compatibility
433
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
434
+ annotations for each service
435
+ - Generated `TypeDefs` for each service
436
+ - Generated `Literals` for each service
437
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
438
+ - Auto discovery of types for `session.client` and `session.resource` calls
439
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
440
+ calls
441
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
442
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
443
+
444
+ <a id="latest-changes"></a>
445
+
446
+ ### Latest changes
447
+
448
+ Builder changelog can be found in
449
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
450
+
451
+ <a id="versioning"></a>
452
+
453
+ ## Versioning
454
+
455
+ `types-aiobotocore-dsql` version is the same as related `aiobotocore` version
456
+ and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
457
+
458
+ <a id="thank-you"></a>
459
+
460
+ ## Thank you
461
+
462
+ - [Allie Fitter](https://github.com/alliefitter) for
463
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
464
+ this package is based on top of his work
465
+ - [black](https://github.com/psf/black) developers for an awesome formatting
466
+ tool
467
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
468
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
469
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
470
+ for us
471
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
472
+ Python
473
+
474
+ <a id="documentation"></a>
475
+
476
+ ## Documentation
477
+
478
+ All services type annotations can be found in
479
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_dsql/)
480
+
481
+ <a id="support-and-contributing"></a>
482
+
483
+ ## Support and contributing
484
+
485
+ This package is auto-generated. Please reports any bugs or request new features
486
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
487
+ repository.