types-aiobotocore-elementalinference 3.2.1__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 (25) hide show
  1. types_aiobotocore_elementalinference-3.2.1/LICENSE +21 -0
  2. types_aiobotocore_elementalinference-3.2.1/PKG-INFO +491 -0
  3. types_aiobotocore_elementalinference-3.2.1/README.md +458 -0
  4. types_aiobotocore_elementalinference-3.2.1/pyproject.toml +61 -0
  5. types_aiobotocore_elementalinference-3.2.1/setup.cfg +4 -0
  6. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/__init__.py +38 -0
  7. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/__init__.pyi +37 -0
  8. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/__main__.py +43 -0
  9. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/client.py +246 -0
  10. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/client.pyi +243 -0
  11. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/literals.py +465 -0
  12. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/literals.pyi +463 -0
  13. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/paginator.py +62 -0
  14. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/paginator.pyi +58 -0
  15. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/py.typed +0 -0
  16. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/type_defs.py +305 -0
  17. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/type_defs.pyi +278 -0
  18. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/version.py +7 -0
  19. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/waiter.py +55 -0
  20. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference/waiter.pyi +52 -0
  21. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference.egg-info/PKG-INFO +491 -0
  22. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference.egg-info/SOURCES.txt +23 -0
  23. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference.egg-info/dependency_links.txt +1 -0
  24. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference.egg-info/requires.txt +3 -0
  25. types_aiobotocore_elementalinference-3.2.1/types_aiobotocore_elementalinference.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 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,491 @@
1
+ Metadata-Version: 2.4
2
+ Name: types-aiobotocore-elementalinference
3
+ Version: 3.2.1
4
+ Summary: Type annotations for aiobotocore ElementalInference 3.2.1 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
8
+ Project-URL: Documentation, https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_elementalinference/
9
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
10
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
11
+ Keywords: aiobotocore,elementalinference,aiobotocore-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: Natural Language :: English
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
25
+ Classifier: Programming Language :: Python :: 3 :: Only
26
+ Classifier: Programming Language :: Python :: Implementation :: CPython
27
+ Classifier: Typing :: Stubs Only
28
+ Requires-Python: >=3.9
29
+ Description-Content-Type: text/markdown
30
+ License-File: LICENSE
31
+ Requires-Dist: typing-extensions; python_version < "3.12"
32
+ Dynamic: license-file
33
+
34
+ <a id="types-aiobotocore-elementalinference"></a>
35
+
36
+ # types-aiobotocore-elementalinference
37
+
38
+ [![PyPI - types-aiobotocore-elementalinference](https://img.shields.io/pypi/v/types-aiobotocore-elementalinference.svg?color=blue)](https://pypi.org/project/types-aiobotocore-elementalinference/)
39
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-elementalinference.svg?color=blue)](https://pypi.org/project/types-aiobotocore-elementalinference/)
40
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/)
41
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-elementalinference)](https://pypistats.org/packages/types-aiobotocore-elementalinference)
42
+
43
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
+
45
+ Type annotations for
46
+ [aiobotocore ElementalInference 3.2.1](https://pypi.org/project/aiobotocore/)
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 with
55
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-aiobotocore](https://pypi.org/project/types-aiobotocore/) page and in
59
+ [types-aiobotocore-elementalinference docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_elementalinference/).
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-aiobotocore-elementalinference](#types-aiobotocore-elementalinference)
66
+ - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
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
+ - [Literals](#literals)
84
+ - [Type definitions](#type-definitions)
85
+ - [How it works](#how-it-works)
86
+ - [What's new](#what's-new)
87
+ - [Implemented features](#implemented-features)
88
+ - [Latest changes](#latest-changes)
89
+ - [Versioning](#versioning)
90
+ - [Thank you](#thank-you)
91
+ - [Documentation](#documentation)
92
+ - [Support and contributing](#support-and-contributing)
93
+
94
+ <a id="how-to-install"></a>
95
+
96
+ ## How to install
97
+
98
+ <a id="generate-locally-(recommended)"></a>
99
+
100
+ ### Generate locally (recommended)
101
+
102
+ You can generate type annotations for `aiobotocore` package locally with
103
+ `mypy-boto3-builder`. Use
104
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
105
+ isolation.
106
+
107
+ 1. Run mypy-boto3-builder in your package root directory:
108
+ `uvx --with 'aiobotocore==3.2.1' mypy-boto3-builder`
109
+ 2. Select `aiobotocore` AWS SDK.
110
+ 3. Add `ElementalInference` service.
111
+ 4. Use provided commands to install generated packages.
112
+
113
+ <a id="from-pypi-with-pip"></a>
114
+
115
+ ### From PyPI with pip
116
+
117
+ Install `types-aiobotocore` for `ElementalInference` service.
118
+
119
+ ```bash
120
+ # install with aiobotocore type annotations
121
+ python -m pip install 'types-aiobotocore[elementalinference]'
122
+
123
+ # Lite version does not provide session.client/resource overloads
124
+ # it is more RAM-friendly, but requires explicit type annotations
125
+ python -m pip install 'types-aiobotocore-lite[elementalinference]'
126
+
127
+ # standalone installation
128
+ python -m pip install types-aiobotocore-elementalinference
129
+ ```
130
+
131
+ <a id="how-to-uninstall"></a>
132
+
133
+ ## How to uninstall
134
+
135
+ ```bash
136
+ python -m pip uninstall -y types-aiobotocore-elementalinference
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-aiobotocore[elementalinference]` in your environment:
153
+
154
+ ```bash
155
+ python -m pip install 'types-aiobotocore[elementalinference]'
156
+ ```
157
+
158
+ Both type checking and code completion should now work. No explicit type
159
+ annotations required, write your `aiobotocore` 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
168
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/)
169
+ > until the issue is resolved.
170
+
171
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
172
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
173
+ > [pyright](https://github.com/microsoft/pyright) instead.
174
+
175
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
176
+ > `types-aiobotocore` with
177
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/):
178
+
179
+ ```bash
180
+ pip uninstall types-aiobotocore
181
+ pip install types-aiobotocore-lite
182
+ ```
183
+
184
+ Install `types-aiobotocore[elementalinference]` in your environment:
185
+
186
+ ```bash
187
+ python -m pip install 'types-aiobotocore[elementalinference]'
188
+ ```
189
+
190
+ Both type checking and code completion should now work.
191
+
192
+ <a id="emacs"></a>
193
+
194
+ ### Emacs
195
+
196
+ - Install `types-aiobotocore` with services you use in your environment:
197
+
198
+ ```bash
199
+ python -m pip install 'types-aiobotocore[elementalinference]'
200
+ ```
201
+
202
+ - Install [use-package](https://github.com/jwiegley/use-package),
203
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
204
+ [company](https://github.com/company-mode/company-mode) and
205
+ [flycheck](https://github.com/flycheck/flycheck) packages
206
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
207
+
208
+ ```elisp
209
+ (use-package lsp-pyright
210
+ :ensure t
211
+ :hook (python-mode . (lambda ()
212
+ (require 'lsp-pyright)
213
+ (lsp))) ; or lsp-deferred
214
+ :init (when (executable-find "python3")
215
+ (setq lsp-pyright-python-executable-cmd "python3"))
216
+ )
217
+ ```
218
+
219
+ - Make sure emacs uses the environment where you have installed
220
+ `types-aiobotocore`
221
+
222
+ Type checking should now work. No explicit type annotations required, write
223
+ your `aiobotocore` code as usual.
224
+
225
+ <a id="sublime-text"></a>
226
+
227
+ ### Sublime Text
228
+
229
+ - Install `types-aiobotocore[elementalinference]` with services you use in your
230
+ environment:
231
+
232
+ ```bash
233
+ python -m pip install 'types-aiobotocore[elementalinference]'
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[elementalinference]` in your environment:
254
+
255
+ ```bash
256
+ python -m pip install 'types-aiobotocore[elementalinference]'
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[elementalinference]` in your environment:
268
+
269
+ ```bash
270
+ python -m pip install 'types-aiobotocore[elementalinference]'
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-elementalinference` dependency in production. However, there
284
+ is an issue in `pylint` that it complains about undefined variables. To fix it,
285
+ set all 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
+ `ElementalInferenceClient` provides annotations for
312
+ `session.create_client("elementalinference")`.
313
+
314
+ ```python
315
+ from aiobotocore.session import get_session
316
+
317
+ from types_aiobotocore_elementalinference import ElementalInferenceClient
318
+
319
+ session = get_session()
320
+ async with session.create_client("elementalinference") as client:
321
+ client: ElementalInferenceClient
322
+ # now client usage is checked by mypy and IDE should provide code completion
323
+ ```
324
+
325
+ <a id="paginators-annotations"></a>
326
+
327
+ ### Paginators annotations
328
+
329
+ `types_aiobotocore_elementalinference.paginator` module contains type
330
+ annotations for all paginators.
331
+
332
+ ```python
333
+ from aiobotocore.session import get_session
334
+
335
+ from types_aiobotocore_elementalinference import ElementalInferenceClient
336
+ from types_aiobotocore_elementalinference.paginator import ListFeedsPaginator
337
+
338
+ session = get_session()
339
+ async with session.create_client("elementalinference") as client:
340
+ client: ElementalInferenceClient
341
+
342
+ # Explicit type annotations are optional here
343
+ # Types should be correctly discovered by mypy and IDEs
344
+ list_feeds_paginator: ListFeedsPaginator = client.get_paginator("list_feeds")
345
+ ```
346
+
347
+ <a id="waiters-annotations"></a>
348
+
349
+ ### Waiters annotations
350
+
351
+ `types_aiobotocore_elementalinference.waiter` module contains type annotations
352
+ for all waiters.
353
+
354
+ ```python
355
+ from aiobotocore.session import get_session
356
+
357
+ from types_aiobotocore_elementalinference.client import ElementalInferenceClient
358
+ from types_aiobotocore_elementalinference.waiter import FeedDeletedWaiter
359
+
360
+ session = get_session()
361
+ async with session.create_client("elementalinference") as client:
362
+ client: ElementalInferenceClient
363
+
364
+ # Explicit type annotations are optional here
365
+ # Types should be correctly discovered by mypy and IDEs
366
+ feed_deleted_waiter: FeedDeletedWaiter = client.get_waiter("feed_deleted")
367
+ ```
368
+
369
+ <a id="literals"></a>
370
+
371
+ ### Literals
372
+
373
+ `types_aiobotocore_elementalinference.literals` module contains literals
374
+ extracted from shapes that can be used in user code for type checking.
375
+
376
+ Full list of `ElementalInference` Literals can be found in
377
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_elementalinference/literals/).
378
+
379
+ ```python
380
+ from types_aiobotocore_elementalinference.literals import FeedDeletedWaiterName
381
+
382
+
383
+ def check_value(value: FeedDeletedWaiterName) -> bool: ...
384
+ ```
385
+
386
+ <a id="type-definitions"></a>
387
+
388
+ ### Type definitions
389
+
390
+ `types_aiobotocore_elementalinference.type_defs` module contains structures and
391
+ shapes assembled to typed dictionaries and unions for additional type checking.
392
+
393
+ Full list of `ElementalInference` TypeDefs can be found in
394
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_elementalinference/type_defs/).
395
+
396
+ ```python
397
+ # TypedDict usage example
398
+ from types_aiobotocore_elementalinference.type_defs import ResponseMetadataTypeDef
399
+
400
+
401
+ def get_value() -> ResponseMetadataTypeDef:
402
+ return {
403
+ "RequestId": ...,
404
+ }
405
+ ```
406
+
407
+ <a id="how-it-works"></a>
408
+
409
+ ## How it works
410
+
411
+ Fully automated
412
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
413
+ generates type annotations for each service, patiently waiting for
414
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
415
+ sure that:
416
+
417
+ - All available `aiobotocore` services are covered.
418
+ - Each public class and method of every `aiobotocore` service gets valid type
419
+ annotations extracted from `botocore` schemas.
420
+ - Type annotations include up-to-date documentation.
421
+ - Link to documentation is provided for every method.
422
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
423
+
424
+ <a id="what's-new"></a>
425
+
426
+ ## What's new
427
+
428
+ <a id="implemented-features"></a>
429
+
430
+ ### Implemented features
431
+
432
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
433
+ libraries
434
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
435
+ compatibility
436
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
437
+ annotations for each service
438
+ - Generated `TypeDefs` for each service
439
+ - Generated `Literals` for each service
440
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
441
+ - Auto discovery of types for `session.client` and `session.resource` calls
442
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
443
+ calls
444
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
445
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
446
+
447
+ <a id="latest-changes"></a>
448
+
449
+ ### Latest changes
450
+
451
+ Builder changelog can be found in
452
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
453
+
454
+ <a id="versioning"></a>
455
+
456
+ ## Versioning
457
+
458
+ `types-aiobotocore-elementalinference` version is the same as related
459
+ `aiobotocore` version and follows
460
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
461
+
462
+ <a id="thank-you"></a>
463
+
464
+ ## Thank you
465
+
466
+ - [Allie Fitter](https://github.com/alliefitter) for
467
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
468
+ this package is based on top of his work
469
+ - [black](https://github.com/psf/black) developers for an awesome formatting
470
+ tool
471
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
472
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
473
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
474
+ for us
475
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
476
+ Python
477
+
478
+ <a id="documentation"></a>
479
+
480
+ ## Documentation
481
+
482
+ All services type annotations can be found in
483
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_elementalinference/)
484
+
485
+ <a id="support-and-contributing"></a>
486
+
487
+ ## Support and contributing
488
+
489
+ This package is auto-generated. Please reports any bugs or request new features
490
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
491
+ repository.