types-boto3-timestream-influxdb 1.35.79__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-boto3-timestream-influxdb might be problematic. Click here for more details.

Files changed (24) hide show
  1. types_boto3_timestream_influxdb-1.35.79/LICENSE +21 -0
  2. types_boto3_timestream_influxdb-1.35.79/PKG-INFO +477 -0
  3. types_boto3_timestream_influxdb-1.35.79/README.md +443 -0
  4. types_boto3_timestream_influxdb-1.35.79/setup.cfg +4 -0
  5. types_boto3_timestream_influxdb-1.35.79/setup.py +56 -0
  6. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/__init__.py +36 -0
  7. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/__init__.pyi +35 -0
  8. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/__main__.py +42 -0
  9. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/client.py +249 -0
  10. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/client.pyi +245 -0
  11. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/literals.py +491 -0
  12. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/literals.pyi +489 -0
  13. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/paginator.py +85 -0
  14. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/paginator.pyi +78 -0
  15. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/py.typed +0 -0
  16. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/type_defs.py +395 -0
  17. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/type_defs.pyi +366 -0
  18. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb/version.py +7 -0
  19. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb.egg-info/PKG-INFO +477 -0
  20. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb.egg-info/SOURCES.txt +22 -0
  21. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb.egg-info/dependency_links.txt +1 -0
  22. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb.egg-info/not-zip-safe +1 -0
  23. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb.egg-info/requires.txt +3 -0
  24. types_boto3_timestream_influxdb-1.35.79/types_boto3_timestream_influxdb.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,477 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-timestream-influxdb
3
+ Version: 1.35.79
4
+ Summary: Type annotations for boto3 TimestreamInfluxDB 1.35.79 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_timestream_influxdb/
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 timestream-influxdb 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-timestream-influxdb"></a>
36
+
37
+ # types-boto3-timestream-influxdb
38
+
39
+ [![PyPI - types-boto3-timestream-influxdb](https://img.shields.io/pypi/v/types-boto3-timestream-influxdb.svg?color=blue)](https://pypi.org/project/types-boto3-timestream-influxdb/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-timestream-influxdb.svg?color=blue)](https://pypi.org/project/types-boto3-timestream-influxdb/)
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-timestream-influxdb)](https://pypistats.org/packages/types-boto3-timestream-influxdb)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for
47
+ [boto3 TimestreamInfluxDB 1.35.79](https://pypi.org/project/boto3/) compatible
48
+ 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-timestream-influxdb docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/).
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-timestream-influxdb](#types-boto3-timestream-influxdb)
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
+ - [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 `boto3` 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 'boto3==1.35.79' mypy_boto3_builder`
110
+ 2. Select `boto3` AWS SDK.
111
+ 3. Add `TimestreamInfluxDB` service.
112
+ 4. Use provided commands to install generated packages.
113
+
114
+ <a id="vscode-extension"></a>
115
+
116
+ ### VSCode extension
117
+
118
+ Add
119
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
120
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
121
+
122
+ Click `Modify` and select `boto3 common` and `TimestreamInfluxDB`.
123
+
124
+ <a id="from-pypi-with-pip"></a>
125
+
126
+ ### From PyPI with pip
127
+
128
+ Install `types-boto3` for `TimestreamInfluxDB` service.
129
+
130
+ ```bash
131
+ # install with boto3 type annotations
132
+ python -m pip install 'types-boto3[timestream-influxdb]'
133
+
134
+ # Lite version does not provide session.client/resource overloads
135
+ # it is more RAM-friendly, but requires explicit type annotations
136
+ python -m pip install 'types-boto3-lite[timestream-influxdb]'
137
+
138
+ # standalone installation
139
+ python -m pip install types-boto3-timestream-influxdb
140
+ ```
141
+
142
+ <a id="how-to-uninstall"></a>
143
+
144
+ ## How to uninstall
145
+
146
+ ```bash
147
+ python -m pip uninstall -y types-boto3-timestream-influxdb
148
+ ```
149
+
150
+ <a id="usage"></a>
151
+
152
+ ## Usage
153
+
154
+ <a id="vscode"></a>
155
+
156
+ ### VSCode
157
+
158
+ - Install
159
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
160
+ - Install
161
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
162
+ - Set `Pylance` as your Python Language Server
163
+ - Install `types-boto3[timestream-influxdb]` in your environment:
164
+
165
+ ```bash
166
+ python -m pip install 'types-boto3[timestream-influxdb]'
167
+ ```
168
+
169
+ Both type checking and code completion should now work. No explicit type
170
+ annotations required, write your `boto3` code as usual.
171
+
172
+ <a id="pycharm"></a>
173
+
174
+ ### PyCharm
175
+
176
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
177
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
178
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
179
+ > the issue is resolved.
180
+
181
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
182
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
183
+ > [pyright](https://github.com/microsoft/pyright) instead.
184
+
185
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
186
+ > `types-boto3` with
187
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
188
+
189
+ ```bash
190
+ pip uninstall types-boto3
191
+ pip install types-boto3-lite
192
+ ```
193
+
194
+ Install `types-boto3[timestream-influxdb]` in your environment:
195
+
196
+ ```bash
197
+ python -m pip install 'types-boto3[timestream-influxdb]'
198
+ ```
199
+
200
+ Both type checking and code completion should now work.
201
+
202
+ <a id="emacs"></a>
203
+
204
+ ### Emacs
205
+
206
+ - Install `types-boto3` with services you use in your environment:
207
+
208
+ ```bash
209
+ python -m pip install 'types-boto3[timestream-influxdb]'
210
+ ```
211
+
212
+ - Install [use-package](https://github.com/jwiegley/use-package),
213
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
214
+ [company](https://github.com/company-mode/company-mode) and
215
+ [flycheck](https://github.com/flycheck/flycheck) packages
216
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
217
+
218
+ ```elisp
219
+ (use-package lsp-pyright
220
+ :ensure t
221
+ :hook (python-mode . (lambda ()
222
+ (require 'lsp-pyright)
223
+ (lsp))) ; or lsp-deferred
224
+ :init (when (executable-find "python3")
225
+ (setq lsp-pyright-python-executable-cmd "python3"))
226
+ )
227
+ ```
228
+
229
+ - Make sure emacs uses the environment where you have installed `types-boto3`
230
+
231
+ Type checking should now work. No explicit type annotations required, write
232
+ your `boto3` code as usual.
233
+
234
+ <a id="sublime-text"></a>
235
+
236
+ ### Sublime Text
237
+
238
+ - Install `types-boto3[timestream-influxdb]` with services you use in your
239
+ environment:
240
+
241
+ ```bash
242
+ python -m pip install 'types-boto3[timestream-influxdb]'
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[timestream-influxdb]` in your environment:
263
+
264
+ ```bash
265
+ python -m pip install 'types-boto3[timestream-influxdb]'
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[timestream-influxdb]` in your environment:
277
+
278
+ ```bash
279
+ python -m pip install 'types-boto3[timestream-influxdb]'
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-timestream-influxdb` dependency in production. However, there is
293
+ an issue in `pylint` that it complains about undefined variables. To fix it,
294
+ set all types 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
+ `TimestreamInfluxDBClient` provides annotations for
321
+ `boto3.client("timestream-influxdb")`.
322
+
323
+ ```python
324
+ from boto3.session import Session
325
+
326
+ from types_boto3_timestream_influxdb import TimestreamInfluxDBClient
327
+
328
+ client: TimestreamInfluxDBClient = Session().client("timestream-influxdb")
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_timestream_influxdb.paginator` module contains type annotations
338
+ for all paginators.
339
+
340
+ ```python
341
+ from boto3.session import Session
342
+
343
+ from types_boto3_timestream_influxdb import TimestreamInfluxDBClient
344
+ from types_boto3_timestream_influxdb.paginator import (
345
+ ListDbInstancesPaginator,
346
+ ListDbParameterGroupsPaginator,
347
+ )
348
+
349
+ client: TimestreamInfluxDBClient = Session().client("timestream-influxdb")
350
+
351
+ # Explicit type annotations are optional here
352
+ # Types should be correctly discovered by mypy and IDEs
353
+ list_db_instances_paginator: ListDbInstancesPaginator = client.get_paginator("list_db_instances")
354
+ list_db_parameter_groups_paginator: ListDbParameterGroupsPaginator = client.get_paginator(
355
+ "list_db_parameter_groups"
356
+ )
357
+ ```
358
+
359
+ <a id="literals"></a>
360
+
361
+ ### Literals
362
+
363
+ `types_boto3_timestream_influxdb.literals` module contains literals extracted
364
+ from shapes that can be used in user code for type checking.
365
+
366
+ Full list of `TimestreamInfluxDB` Literals can be found in
367
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/literals/).
368
+
369
+ ```python
370
+ from types_boto3_timestream_influxdb.literals import DbInstanceTypeType
371
+
372
+
373
+ def check_value(value: DbInstanceTypeType) -> bool: ...
374
+ ```
375
+
376
+ <a id="type-definitions"></a>
377
+
378
+ ### Type definitions
379
+
380
+ `types_boto3_timestream_influxdb.type_defs` module contains structures and
381
+ shapes assembled to typed dictionaries and unions for additional type checking.
382
+
383
+ Full list of `TimestreamInfluxDB` TypeDefs can be found in
384
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/type_defs/).
385
+
386
+ ```python
387
+ from types_boto3_timestream_influxdb.type_defs import ResponseMetadataTypeDef
388
+
389
+
390
+ def get_value() -> ResponseMetadataTypeDef:
391
+ return {...}
392
+ ```
393
+
394
+ <a id="how-it-works"></a>
395
+
396
+ ## How it works
397
+
398
+ Fully automated
399
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
400
+ generates type annotations for each service, patiently waiting for `boto3`
401
+ updates. It delivers drop-in type annotations for you and makes sure that:
402
+
403
+ - All available `boto3` services are covered.
404
+ - Each public class and method of every `boto3` service gets valid type
405
+ annotations extracted from `botocore` schemas.
406
+ - Type annotations include up-to-date documentation.
407
+ - Link to documentation is provided for every method.
408
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
409
+
410
+ <a id="what's-new"></a>
411
+
412
+ ## What's new
413
+
414
+ <a id="implemented-features"></a>
415
+
416
+ ### Implemented features
417
+
418
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
419
+ libraries
420
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
421
+ compatibility
422
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
423
+ annotations for each service
424
+ - Generated `TypeDefs` for each service
425
+ - Generated `Literals` for each service
426
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
427
+ - Auto discovery of types for `session.client` and `session.resource` calls
428
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
429
+ calls
430
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
431
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
432
+
433
+ <a id="latest-changes"></a>
434
+
435
+ ### Latest changes
436
+
437
+ Builder changelog can be found in
438
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
439
+
440
+ <a id="versioning"></a>
441
+
442
+ ## Versioning
443
+
444
+ `types-boto3-timestream-influxdb` version is the same as related `boto3`
445
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
446
+ format.
447
+
448
+ <a id="thank-you"></a>
449
+
450
+ ## Thank you
451
+
452
+ - [Allie Fitter](https://github.com/alliefitter) for
453
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
454
+ this package is based on top of his work
455
+ - [black](https://github.com/psf/black) developers for an awesome formatting
456
+ tool
457
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
458
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
459
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
460
+ for us
461
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
462
+ Python
463
+
464
+ <a id="documentation"></a>
465
+
466
+ ## Documentation
467
+
468
+ All services type annotations can be found in
469
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/)
470
+
471
+ <a id="support-and-contributing"></a>
472
+
473
+ ## Support and contributing
474
+
475
+ This package is auto-generated. Please reports any bugs or request new features
476
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
477
+ repository.