types-aiobotocore-ssm-quicksetup 2.18.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-ssm-quicksetup might be problematic. Click here for more details.

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