types-aiobotocore-ssm-quicksetup 2.13.3__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.13.3/LICENSE +21 -0
  2. types_aiobotocore_ssm_quicksetup-2.13.3/PKG-INFO +412 -0
  3. types_aiobotocore_ssm_quicksetup-2.13.3/README.md +379 -0
  4. types_aiobotocore_ssm_quicksetup-2.13.3/setup.cfg +4 -0
  5. types_aiobotocore_ssm_quicksetup-2.13.3/setup.py +53 -0
  6. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/__init__.py +29 -0
  7. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/__init__.pyi +29 -0
  8. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/__main__.py +40 -0
  9. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/client.py +262 -0
  10. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/client.pyi +259 -0
  11. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/literals.py +447 -0
  12. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/literals.pyi +447 -0
  13. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/paginator.py +58 -0
  14. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/paginator.pyi +56 -0
  15. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/py.typed +0 -0
  16. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/type_defs.py +295 -0
  17. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/type_defs.pyi +295 -0
  18. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup/version.py +5 -0
  19. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup.egg-info/PKG-INFO +412 -0
  20. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup.egg-info/SOURCES.txt +22 -0
  21. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup.egg-info/dependency_links.txt +1 -0
  22. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup.egg-info/not-zip-safe +1 -0
  23. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup.egg-info/requires.txt +3 -0
  24. types_aiobotocore_ssm_quicksetup-2.13.3/types_aiobotocore_ssm_quicksetup.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,412 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-aiobotocore-ssm-quicksetup
3
+ Version: 2.13.3
4
+ Summary: Type annotations for aiobotocore.SystemsManagerQuickSetup 2.13.3 service generated with mypy-boto3-builder 7.26.1
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 type-annotations botocore 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 :: Only
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Typing :: Stubs Only
29
+ Requires-Python: >=3.8
30
+ Description-Content-Type: text/markdown
31
+ License-File: LICENSE
32
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
+
34
+ <a id="types-aiobotocore-ssm-quicksetup"></a>
35
+
36
+ # types-aiobotocore-ssm-quicksetup
37
+
38
+ [![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)
39
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-ssm-quicksetup.svg?color=blue)](https://pypi.org/project/types-aiobotocore-ssm-quicksetup)
40
+ [![Docs](https://img.shields.io/readthedocs/types-aiobotocore.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_ssm_quicksetup/)
41
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-ssm-quicksetup)](https://pepy.tech/project/types-aiobotocore-ssm-quicksetup)
42
+
43
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
+
45
+ Type annotations for
46
+ [aiobotocore.SystemsManagerQuickSetup 2.13.3](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm-quicksetup.html#SystemsManagerQuickSetup)
47
+ service 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 by
55
+ [mypy-boto3-builder 7.26.1](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-ssm-quicksetup docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_ssm_quicksetup/).
60
+
61
+ See how it helps to find and fix potential bugs:
62
+
63
+ ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-aiobotocore-ssm-quicksetup](#types-aiobotocore-ssm-quicksetup)
66
+ - [How to install](#how-to-install)
67
+ - [From PyPI with pip](#from-pypi-with-pip)
68
+ - [How to uninstall](#how-to-uninstall)
69
+ - [Usage](#usage)
70
+ - [VSCode](#vscode)
71
+ - [PyCharm](#pycharm)
72
+ - [Emacs](#emacs)
73
+ - [Sublime Text](#sublime-text)
74
+ - [Other IDEs](#other-ides)
75
+ - [mypy](#mypy)
76
+ - [pyright](#pyright)
77
+ - [Explicit type annotations](#explicit-type-annotations)
78
+ - [Client annotations](#client-annotations)
79
+ - [Paginators annotations](#paginators-annotations)
80
+ - [Literals](#literals)
81
+ - [Type definitions](#type-definitions)
82
+ - [How it works](#how-it-works)
83
+ - [What's new](#what's-new)
84
+ - [Implemented features](#implemented-features)
85
+ - [Latest changes](#latest-changes)
86
+ - [Versioning](#versioning)
87
+ - [Thank you](#thank-you)
88
+ - [Documentation](#documentation)
89
+ - [Support and contributing](#support-and-contributing)
90
+
91
+ <a id="how-to-install"></a>
92
+
93
+ ## How to install
94
+
95
+ <a id="from-pypi-with-pip"></a>
96
+
97
+ ### From PyPI with pip
98
+
99
+ Install `types-aiobotocore` for `SystemsManagerQuickSetup` service.
100
+
101
+ ```bash
102
+ # install with aiobotocore type annotations
103
+ python -m pip install 'types-aiobotocore[ssm-quicksetup]'
104
+
105
+
106
+ # Lite version does not provide session.client/resource overloads
107
+ # it is more RAM-friendly, but requires explicit type annotations
108
+ python -m pip install 'types-aiobotocore-lite[ssm-quicksetup]'
109
+
110
+
111
+ # standalone installation
112
+ python -m pip install types-aiobotocore-ssm-quicksetup
113
+ ```
114
+
115
+ <a id="how-to-uninstall"></a>
116
+
117
+ ## How to uninstall
118
+
119
+ ```bash
120
+ python -m pip uninstall -y types-aiobotocore-ssm-quicksetup
121
+ ```
122
+
123
+ <a id="usage"></a>
124
+
125
+ ## Usage
126
+
127
+ <a id="vscode"></a>
128
+
129
+ ### VSCode
130
+
131
+ - Install
132
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
133
+ - Install
134
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
135
+ - Set `Pylance` as your Python Language Server
136
+ - Install `types-aiobotocore[ssm-quicksetup]` in your environment:
137
+
138
+ ```bash
139
+ python -m pip install 'types-aiobotocore[ssm-quicksetup]'
140
+ ```
141
+
142
+ Both type checking and code completion should now work. No explicit type
143
+ annotations required, write your `aiobotocore` code as usual.
144
+
145
+ <a id="pycharm"></a>
146
+
147
+ ### PyCharm
148
+
149
+ Install `types-aiobotocore-lite[ssm-quicksetup]` in your environment:
150
+
151
+ ```bash
152
+ python -m pip install 'types-aiobotocore-lite[ssm-quicksetup]'`
153
+ ```
154
+
155
+ Both type checking and code completion should now work. Explicit type
156
+ annotations **are required**.
157
+
158
+ Use `types-aiobotocore` package instead for implicit type discovery.
159
+
160
+ <a id="emacs"></a>
161
+
162
+ ### Emacs
163
+
164
+ - Install `types-aiobotocore` with services you use in your environment:
165
+
166
+ ```bash
167
+ python -m pip install 'types-aiobotocore[ssm-quicksetup]'
168
+ ```
169
+
170
+ - Install [use-package](https://github.com/jwiegley/use-package),
171
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
172
+ [company](https://github.com/company-mode/company-mode) and
173
+ [flycheck](https://github.com/flycheck/flycheck) packages
174
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
175
+
176
+ ```elisp
177
+ (use-package lsp-pyright
178
+ :ensure t
179
+ :hook (python-mode . (lambda ()
180
+ (require 'lsp-pyright)
181
+ (lsp))) ; or lsp-deferred
182
+ :init (when (executable-find "python3")
183
+ (setq lsp-pyright-python-executable-cmd "python3"))
184
+ )
185
+ ```
186
+
187
+ - Make sure emacs uses the environment where you have installed
188
+ `types-aiobotocore`
189
+
190
+ Type checking should now work. No explicit type annotations required, write
191
+ your `aiobotocore` code as usual.
192
+
193
+ <a id="sublime-text"></a>
194
+
195
+ ### Sublime Text
196
+
197
+ - Install `types-aiobotocore[ssm-quicksetup]` with services you use in your
198
+ environment:
199
+
200
+ ```bash
201
+ python -m pip install 'types-aiobotocore[ssm-quicksetup]'
202
+ ```
203
+
204
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
205
+
206
+ Type checking should now work. No explicit type annotations required, write
207
+ your `aiobotocore` code as usual.
208
+
209
+ <a id="other-ides"></a>
210
+
211
+ ### Other IDEs
212
+
213
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
214
+ should work.
215
+
216
+ <a id="mypy"></a>
217
+
218
+ ### mypy
219
+
220
+ - Install `mypy`: `python -m pip install mypy`
221
+ - Install `types-aiobotocore[ssm-quicksetup]` in your environment:
222
+
223
+ ```bash
224
+ python -m pip install 'types-aiobotocore[ssm-quicksetup]'`
225
+ ```
226
+
227
+ Type checking should now work. No explicit type annotations required, write
228
+ your `aiobotocore` code as usual.
229
+
230
+ <a id="pyright"></a>
231
+
232
+ ### pyright
233
+
234
+ - Install `pyright`: `npm i -g pyright`
235
+ - Install `types-aiobotocore[ssm-quicksetup]` in your environment:
236
+
237
+ ```bash
238
+ python -m pip install 'types-aiobotocore[ssm-quicksetup]'
239
+ ```
240
+
241
+ Optionally, you can install `types-aiobotocore` to `typings` folder.
242
+
243
+ Type checking should now work. No explicit type annotations required, write
244
+ your `aiobotocore` code as usual.
245
+
246
+ <a id="explicit-type-annotations"></a>
247
+
248
+ ## Explicit type annotations
249
+
250
+ <a id="client-annotations"></a>
251
+
252
+ ### Client annotations
253
+
254
+ `SystemsManagerQuickSetupClient` provides annotations for
255
+ `session.create_client("ssm-quicksetup")`.
256
+
257
+ ```python
258
+ from aiobotocore.session import get_session
259
+
260
+ from types_aiobotocore_ssm_quicksetup import SystemsManagerQuickSetupClient
261
+
262
+ session = get_session()
263
+ async with session.create_client("ssm-quicksetup") as client:
264
+ client: SystemsManagerQuickSetupClient
265
+ # now client usage is checked by mypy and IDE should provide code completion
266
+ ```
267
+
268
+ <a id="paginators-annotations"></a>
269
+
270
+ ### Paginators annotations
271
+
272
+ `types_aiobotocore_ssm_quicksetup.paginator` module contains type annotations
273
+ for all paginators.
274
+
275
+ ```python
276
+ from aiobotocore.session import get_session
277
+
278
+ from types_aiobotocore_ssm_quicksetup import SystemsManagerQuickSetupClient
279
+ from types_aiobotocore_ssm_quicksetup.paginator import ListConfigurationManagersPaginator
280
+
281
+ session = get_session()
282
+ async with session.create_client("ssm-quicksetup") as client:
283
+ client: SystemsManagerQuickSetupClient
284
+
285
+ # Explicit type annotations are optional here
286
+ # Types should be correctly discovered by mypy and IDEs
287
+ list_configuration_managers_paginator: ListConfigurationManagersPaginator = (
288
+ client.get_paginator("list_configuration_managers")
289
+ )
290
+ ```
291
+
292
+ <a id="literals"></a>
293
+
294
+ ### Literals
295
+
296
+ `types_aiobotocore_ssm_quicksetup.literals` module contains literals extracted
297
+ from shapes that can be used in user code for type checking.
298
+
299
+ Full list of `SystemsManagerQuickSetup` Literals can be found in
300
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_ssm_quicksetup/literals/).
301
+
302
+ ```python
303
+ from types_aiobotocore_ssm_quicksetup.literals import ListConfigurationManagersPaginatorName
304
+
305
+
306
+ def check_value(value: ListConfigurationManagersPaginatorName) -> bool: ...
307
+ ```
308
+
309
+ <a id="type-definitions"></a>
310
+
311
+ ### Type definitions
312
+
313
+ `types_aiobotocore_ssm_quicksetup.type_defs` module contains structures and
314
+ shapes assembled to typed dictionaries and unions for additional type checking.
315
+
316
+ Full list of `SystemsManagerQuickSetup` TypeDefs can be found in
317
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_ssm_quicksetup/type_defs/).
318
+
319
+ ```python
320
+ from types_aiobotocore_ssm_quicksetup.type_defs import ConfigurationDefinitionInputTypeDef
321
+
322
+
323
+ def get_value() -> ConfigurationDefinitionInputTypeDef:
324
+ return {...}
325
+ ```
326
+
327
+ <a id="how-it-works"></a>
328
+
329
+ ## How it works
330
+
331
+ Fully automated
332
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
333
+ generates type annotations for each service, patiently waiting for
334
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
335
+ sure that:
336
+
337
+ - All available `aiobotocore` services are covered.
338
+ - Each public class and method of every `aiobotocore` service gets valid type
339
+ annotations extracted from `botocore` schemas.
340
+ - Type annotations include up-to-date documentation.
341
+ - Link to documentation is provided for every method.
342
+ - Code is processed by [black](https://github.com/psf/black) and
343
+ [isort](https://github.com/PyCQA/isort) for readability.
344
+
345
+ <a id="what's-new"></a>
346
+
347
+ ## What's new
348
+
349
+ <a id="implemented-features"></a>
350
+
351
+ ### Implemented features
352
+
353
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
354
+ libraries
355
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
356
+ compatibility
357
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
358
+ annotations for each service
359
+ - Generated `TypeDefs` for each service
360
+ - Generated `Literals` for each service
361
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
362
+ - Auto discovery of types for `session.client` and `session.resource` calls
363
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
364
+ calls
365
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
366
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
367
+
368
+ <a id="latest-changes"></a>
369
+
370
+ ### Latest changes
371
+
372
+ Builder changelog can be found in
373
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
374
+
375
+ <a id="versioning"></a>
376
+
377
+ ## Versioning
378
+
379
+ `types-aiobotocore-ssm-quicksetup` version is the same as related `aiobotocore`
380
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
381
+ format.
382
+
383
+ <a id="thank-you"></a>
384
+
385
+ ## Thank you
386
+
387
+ - [Allie Fitter](https://github.com/alliefitter) for
388
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
389
+ this package is based on top of his work
390
+ - [black](https://github.com/psf/black) developers for an awesome formatting
391
+ tool
392
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
393
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
394
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
395
+ for us
396
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
397
+ Python
398
+
399
+ <a id="documentation"></a>
400
+
401
+ ## Documentation
402
+
403
+ All services type annotations can be found in
404
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_ssm_quicksetup/)
405
+
406
+ <a id="support-and-contributing"></a>
407
+
408
+ ## Support and contributing
409
+
410
+ This package is auto-generated. Please reports any bugs or request new features
411
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
412
+ repository.