types-aiobotocore-cleanroomsml 2.9.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-cleanroomsml might be problematic. Click here for more details.

Files changed (24) hide show
  1. types-aiobotocore-cleanroomsml-2.9.0/LICENSE +21 -0
  2. types-aiobotocore-cleanroomsml-2.9.0/PKG-INFO +430 -0
  3. types-aiobotocore-cleanroomsml-2.9.0/README.md +397 -0
  4. types-aiobotocore-cleanroomsml-2.9.0/setup.cfg +4 -0
  5. types-aiobotocore-cleanroomsml-2.9.0/setup.py +59 -0
  6. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/__init__.py +52 -0
  7. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/__init__.pyi +51 -0
  8. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/__main__.py +40 -0
  9. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/client.py +488 -0
  10. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/client.pyi +484 -0
  11. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/literals.py +482 -0
  12. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/literals.pyi +480 -0
  13. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/paginator.py +141 -0
  14. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/paginator.pyi +134 -0
  15. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/py.typed +0 -0
  16. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/type_defs.py +711 -0
  17. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/type_defs.pyi +710 -0
  18. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml/version.py +5 -0
  19. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml.egg-info/PKG-INFO +430 -0
  20. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml.egg-info/SOURCES.txt +22 -0
  21. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml.egg-info/dependency_links.txt +1 -0
  22. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml.egg-info/not-zip-safe +1 -0
  23. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml.egg-info/requires.txt +3 -0
  24. types-aiobotocore-cleanroomsml-2.9.0/types_aiobotocore_cleanroomsml.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 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,430 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-aiobotocore-cleanroomsml
3
+ Version: 2.9.0
4
+ Summary: Type annotations for aiobotocore.CleanRoomsML 2.9.0 service generated with mypy-boto3-builder 7.21.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_cleanroomsml/
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 cleanroomsml 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.7
21
+ Classifier: Programming Language :: Python :: 3.8
22
+ Classifier: Programming Language :: Python :: 3.9
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Typed
30
+ Requires-Python: >=3.7
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+
34
+ <a id="types-aiobotocore-cleanroomsml"></a>
35
+
36
+ # types-aiobotocore-cleanroomsml
37
+
38
+ [![PyPI - types-aiobotocore-cleanroomsml](https://img.shields.io/pypi/v/types-aiobotocore-cleanroomsml.svg?color=blue)](https://pypi.org/project/types-aiobotocore-cleanroomsml)
39
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-cleanroomsml.svg?color=blue)](https://pypi.org/project/types-aiobotocore-cleanroomsml)
40
+ [![Docs](https://img.shields.io/readthedocs/types-aiobotocore.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_cleanroomsml/)
41
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-cleanroomsml)](https://pepy.tech/project/types-aiobotocore-cleanroomsml)
42
+
43
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
+
45
+ Type annotations for
46
+ [aiobotocore.CleanRoomsML 2.9.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cleanroomsml.html#CleanRoomsML)
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.21.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-cleanroomsml docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_cleanroomsml/).
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-cleanroomsml](#types-aiobotocore-cleanroomsml)
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 `CleanRoomsML` service.
100
+
101
+ ```bash
102
+ # install with aiobotocore type annotations
103
+ python -m pip install 'types-aiobotocore[cleanroomsml]'
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[cleanroomsml]'
109
+
110
+
111
+ # standalone installation
112
+ python -m pip install types-aiobotocore-cleanroomsml
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-cleanroomsml
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[cleanroomsml]` in your environment:
137
+
138
+ ```bash
139
+ python -m pip install 'types-aiobotocore[cleanroomsml]'
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[cleanroomsml]` in your environment:
150
+
151
+ ```bash
152
+ python -m pip install 'types-aiobotocore-lite[cleanroomsml]'`
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[cleanroomsml]'
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[cleanroomsml]` with services you use in your
198
+ environment:
199
+
200
+ ```bash
201
+ python -m pip install 'types-aiobotocore[cleanroomsml]'
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[cleanroomsml]` in your environment:
222
+
223
+ ```bash
224
+ python -m pip install 'types-aiobotocore[cleanroomsml]'`
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[cleanroomsml]` in your environment:
236
+
237
+ ```bash
238
+ python -m pip install 'types-aiobotocore[cleanroomsml]'
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
+ `CleanRoomsMLClient` provides annotations for
255
+ `session.create_client("cleanroomsml")`.
256
+
257
+ ```python
258
+ from aiobotocore.session import get_session
259
+
260
+ from types_aiobotocore_cleanroomsml import CleanRoomsMLClient
261
+
262
+ session = get_session()
263
+ async with session.create_client("cleanroomsml") as client:
264
+ client: CleanRoomsMLClient
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_cleanroomsml.paginator` module contains type annotations for
273
+ all paginators.
274
+
275
+ ```python
276
+ from aiobotocore.session import get_session
277
+
278
+ from types_aiobotocore_cleanroomsml import CleanRoomsMLClient
279
+ from types_aiobotocore_cleanroomsml.paginator import (
280
+ ListAudienceExportJobsPaginator,
281
+ ListAudienceGenerationJobsPaginator,
282
+ ListAudienceModelsPaginator,
283
+ ListConfiguredAudienceModelsPaginator,
284
+ ListTrainingDatasetsPaginator,
285
+ )
286
+
287
+ session = get_session()
288
+ async with session.create_client("cleanroomsml") as client:
289
+ client: CleanRoomsMLClient
290
+
291
+ # Explicit type annotations are optional here
292
+ # Types should be correctly discovered by mypy and IDEs
293
+ list_audience_export_jobs_paginator: ListAudienceExportJobsPaginator = client.get_paginator(
294
+ "list_audience_export_jobs"
295
+ )
296
+ list_audience_generation_jobs_paginator: ListAudienceGenerationJobsPaginator = (
297
+ client.get_paginator("list_audience_generation_jobs")
298
+ )
299
+ list_audience_models_paginator: ListAudienceModelsPaginator = client.get_paginator(
300
+ "list_audience_models"
301
+ )
302
+ list_configured_audience_models_paginator: ListConfiguredAudienceModelsPaginator = (
303
+ client.get_paginator("list_configured_audience_models")
304
+ )
305
+ list_training_datasets_paginator: ListTrainingDatasetsPaginator = client.get_paginator(
306
+ "list_training_datasets"
307
+ )
308
+ ```
309
+
310
+ <a id="literals"></a>
311
+
312
+ ### Literals
313
+
314
+ `types_aiobotocore_cleanroomsml.literals` module contains literals extracted
315
+ from shapes that can be used in user code for type checking.
316
+
317
+ Full list of `CleanRoomsML` Literals can be found in
318
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_cleanroomsml/literals/).
319
+
320
+ ```python
321
+ from types_aiobotocore_cleanroomsml.literals import AudienceExportJobStatusType
322
+
323
+
324
+ def check_value(value: AudienceExportJobStatusType) -> bool: ...
325
+ ```
326
+
327
+ <a id="type-definitions"></a>
328
+
329
+ ### Type definitions
330
+
331
+ `types_aiobotocore_cleanroomsml.type_defs` module contains structures and
332
+ shapes assembled to typed dictionaries and unions for additional type checking.
333
+
334
+ Full list of `CleanRoomsML` TypeDefs can be found in
335
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_cleanroomsml/type_defs/).
336
+
337
+ ```python
338
+ from types_aiobotocore_cleanroomsml.type_defs import S3ConfigMapTypeDef
339
+
340
+
341
+ def get_value() -> S3ConfigMapTypeDef:
342
+ return {...}
343
+ ```
344
+
345
+ <a id="how-it-works"></a>
346
+
347
+ ## How it works
348
+
349
+ Fully automated
350
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
351
+ generates type annotations for each service, patiently waiting for
352
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
353
+ sure that:
354
+
355
+ - All available `aiobotocore` services are covered.
356
+ - Each public class and method of every `aiobotocore` service gets valid type
357
+ annotations extracted from `botocore` schemas.
358
+ - Type annotations include up-to-date documentation.
359
+ - Link to documentation is provided for every method.
360
+ - Code is processed by [black](https://github.com/psf/black) and
361
+ [isort](https://github.com/PyCQA/isort) for readability.
362
+
363
+ <a id="what's-new"></a>
364
+
365
+ ## What's new
366
+
367
+ <a id="implemented-features"></a>
368
+
369
+ ### Implemented features
370
+
371
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
372
+ libraries
373
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
374
+ compatibility
375
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
376
+ annotations for each service
377
+ - Generated `TypeDefs` for each service
378
+ - Generated `Literals` for each service
379
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
380
+ - Auto discovery of types for `session.client` and `session.resource` calls
381
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
382
+ calls
383
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
384
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
385
+
386
+ <a id="latest-changes"></a>
387
+
388
+ ### Latest changes
389
+
390
+ Builder changelog can be found in
391
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
392
+
393
+ <a id="versioning"></a>
394
+
395
+ ## Versioning
396
+
397
+ `types-aiobotocore-cleanroomsml` version is the same as related `aiobotocore`
398
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
399
+ format.
400
+
401
+ <a id="thank-you"></a>
402
+
403
+ ## Thank you
404
+
405
+ - [Allie Fitter](https://github.com/alliefitter) for
406
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
407
+ this package is based on top of his work
408
+ - [black](https://github.com/psf/black) developers for an awesome formatting
409
+ tool
410
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
411
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
412
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
413
+ for us
414
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
415
+ Python
416
+
417
+ <a id="documentation"></a>
418
+
419
+ ## Documentation
420
+
421
+ All services type annotations can be found in
422
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_cleanroomsml/)
423
+
424
+ <a id="support-and-contributing"></a>
425
+
426
+ ## Support and contributing
427
+
428
+ This package is auto-generated. Please reports any bugs or request new features
429
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
430
+ repository.