types-boto3-organizations 1.35.72__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 (24) hide show
  1. types_boto3_organizations-1.35.72/LICENSE +21 -0
  2. types_boto3_organizations-1.35.72/PKG-INFO +509 -0
  3. types_boto3_organizations-1.35.72/README.md +475 -0
  4. types_boto3_organizations-1.35.72/setup.cfg +4 -0
  5. types_boto3_organizations-1.35.72/setup.py +56 -0
  6. types_boto3_organizations-1.35.72/types_boto3_organizations/__init__.py +95 -0
  7. types_boto3_organizations-1.35.72/types_boto3_organizations/__init__.pyi +94 -0
  8. types_boto3_organizations-1.35.72/types_boto3_organizations/__main__.py +42 -0
  9. types_boto3_organizations-1.35.72/types_boto3_organizations/client.py +970 -0
  10. types_boto3_organizations-1.35.72/types_boto3_organizations/client.pyi +966 -0
  11. types_boto3_organizations-1.35.72/types_boto3_organizations/literals.py +572 -0
  12. types_boto3_organizations-1.35.72/types_boto3_organizations/literals.pyi +570 -0
  13. types_boto3_organizations-1.35.72/types_boto3_organizations/paginator.py +384 -0
  14. types_boto3_organizations-1.35.72/types_boto3_organizations/paginator.pyi +349 -0
  15. types_boto3_organizations-1.35.72/types_boto3_organizations/py.typed +0 -0
  16. types_boto3_organizations-1.35.72/types_boto3_organizations/type_defs.py +963 -0
  17. types_boto3_organizations-1.35.72/types_boto3_organizations/type_defs.pyi +831 -0
  18. types_boto3_organizations-1.35.72/types_boto3_organizations/version.py +7 -0
  19. types_boto3_organizations-1.35.72/types_boto3_organizations.egg-info/PKG-INFO +509 -0
  20. types_boto3_organizations-1.35.72/types_boto3_organizations.egg-info/SOURCES.txt +22 -0
  21. types_boto3_organizations-1.35.72/types_boto3_organizations.egg-info/dependency_links.txt +1 -0
  22. types_boto3_organizations-1.35.72/types_boto3_organizations.egg-info/not-zip-safe +1 -0
  23. types_boto3_organizations-1.35.72/types_boto3_organizations.egg-info/requires.txt +3 -0
  24. types_boto3_organizations-1.35.72/types_boto3_organizations.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,509 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-organizations
3
+ Version: 1.35.72
4
+ Summary: Type annotations for boto3 Organizations 1.35.72 service generated with mypy-boto3-builder 8.5.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_boto3_docs/types_boto3_organizations/
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 organizations 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-organizations"></a>
36
+
37
+ # types-boto3-organizations
38
+
39
+ [![PyPI - types-boto3-organizations](https://img.shields.io/pypi/v/types-boto3-organizations.svg?color=blue)](https://pypi.org/project/types-boto3-organizations/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-organizations.svg?color=blue)](https://pypi.org/project/types-boto3-organizations/)
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-organizations)](https://pypistats.org/packages/types-boto3-organizations)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for
47
+ [boto3 Organizations 1.35.72](https://pypi.org/project/boto3/) compatible with
48
+ [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 by
56
+ [mypy-boto3-builder 8.5.0](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-organizations docs](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/).
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-organizations](#types-boto3-organizations)
67
+ - [How to install](#how-to-install)
68
+ - [VSCode extension](#vscode-extension)
69
+ - [From PyPI with pip](#from-pypi-with-pip)
70
+ - [How to uninstall](#how-to-uninstall)
71
+ - [Usage](#usage)
72
+ - [VSCode](#vscode)
73
+ - [PyCharm](#pycharm)
74
+ - [Emacs](#emacs)
75
+ - [Sublime Text](#sublime-text)
76
+ - [Other IDEs](#other-ides)
77
+ - [mypy](#mypy)
78
+ - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
80
+ - [Explicit type annotations](#explicit-type-annotations)
81
+ - [Client annotations](#client-annotations)
82
+ - [Paginators annotations](#paginators-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="vscode-extension"></a>
99
+
100
+ ### VSCode extension
101
+
102
+ Add
103
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
104
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
105
+
106
+ Click `Modify` and select `boto3 common` and `Organizations`.
107
+
108
+ <a id="from-pypi-with-pip"></a>
109
+
110
+ ### From PyPI with pip
111
+
112
+ Install `types-boto3` for `Organizations` service.
113
+
114
+ ```bash
115
+ # install with boto3 type annotations
116
+ python -m pip install 'types-boto3[organizations]'
117
+
118
+
119
+ # Lite version does not provide session.client/resource overloads
120
+ # it is more RAM-friendly, but requires explicit type annotations
121
+ python -m pip install 'types-boto3-lite[organizations]'
122
+
123
+
124
+ # standalone installation
125
+ python -m pip install types-boto3-organizations
126
+ ```
127
+
128
+ <a id="how-to-uninstall"></a>
129
+
130
+ ## How to uninstall
131
+
132
+ ```bash
133
+ python -m pip uninstall -y types-boto3-organizations
134
+ ```
135
+
136
+ <a id="usage"></a>
137
+
138
+ ## Usage
139
+
140
+ <a id="vscode"></a>
141
+
142
+ ### VSCode
143
+
144
+ - Install
145
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
146
+ - Install
147
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
148
+ - Set `Pylance` as your Python Language Server
149
+ - Install `types-boto3[organizations]` in your environment:
150
+
151
+ ```bash
152
+ python -m pip install 'types-boto3[organizations]'
153
+ ```
154
+
155
+ Both type checking and code completion should now work. No explicit type
156
+ annotations required, write your `boto3` code as usual.
157
+
158
+ <a id="pycharm"></a>
159
+
160
+ ### PyCharm
161
+
162
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
163
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
164
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
165
+ > the issue is resolved.
166
+
167
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
168
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
169
+ > [pyright](https://github.com/microsoft/pyright) instead.
170
+
171
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
172
+ > `types-boto3` with
173
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
174
+
175
+ ```bash
176
+ pip uninstall types-boto3
177
+ pip install types-boto3-lite
178
+ ```
179
+
180
+ Install `types-boto3[organizations]` in your environment:
181
+
182
+ ```bash
183
+ python -m pip install 'types-boto3[organizations]'
184
+ ```
185
+
186
+ Both type checking and code completion should now work.
187
+
188
+ <a id="emacs"></a>
189
+
190
+ ### Emacs
191
+
192
+ - Install `types-boto3` with services you use in your environment:
193
+
194
+ ```bash
195
+ python -m pip install 'types-boto3[organizations]'
196
+ ```
197
+
198
+ - Install [use-package](https://github.com/jwiegley/use-package),
199
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
200
+ [company](https://github.com/company-mode/company-mode) and
201
+ [flycheck](https://github.com/flycheck/flycheck) packages
202
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
203
+
204
+ ```elisp
205
+ (use-package lsp-pyright
206
+ :ensure t
207
+ :hook (python-mode . (lambda ()
208
+ (require 'lsp-pyright)
209
+ (lsp))) ; or lsp-deferred
210
+ :init (when (executable-find "python3")
211
+ (setq lsp-pyright-python-executable-cmd "python3"))
212
+ )
213
+ ```
214
+
215
+ - Make sure emacs uses the environment where you have installed `types-boto3`
216
+
217
+ Type checking should now work. No explicit type annotations required, write
218
+ your `boto3` code as usual.
219
+
220
+ <a id="sublime-text"></a>
221
+
222
+ ### Sublime Text
223
+
224
+ - Install `types-boto3[organizations]` with services you use in your
225
+ environment:
226
+
227
+ ```bash
228
+ python -m pip install 'types-boto3[organizations]'
229
+ ```
230
+
231
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
232
+
233
+ Type checking should now work. No explicit type annotations required, write
234
+ your `boto3` code as usual.
235
+
236
+ <a id="other-ides"></a>
237
+
238
+ ### Other IDEs
239
+
240
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
241
+ should work.
242
+
243
+ <a id="mypy"></a>
244
+
245
+ ### mypy
246
+
247
+ - Install `mypy`: `python -m pip install mypy`
248
+ - Install `types-boto3[organizations]` in your environment:
249
+
250
+ ```bash
251
+ python -m pip install 'types-boto3[organizations]'
252
+ ```
253
+
254
+ Type checking should now work. No explicit type annotations required, write
255
+ your `boto3` code as usual.
256
+
257
+ <a id="pyright"></a>
258
+
259
+ ### pyright
260
+
261
+ - Install `pyright`: `npm i -g pyright`
262
+ - Install `types-boto3[organizations]` in your environment:
263
+
264
+ ```bash
265
+ python -m pip install 'types-boto3[organizations]'
266
+ ```
267
+
268
+ Optionally, you can install `types-boto3` to `typings` directory.
269
+
270
+ Type checking should now work. No explicit type annotations required, write
271
+ your `boto3` code as usual.
272
+
273
+ <a id="pylint-compatibility"></a>
274
+
275
+ ### Pylint compatibility
276
+
277
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
278
+ `types-boto3-organizations` dependency in production. However, there is an
279
+ issue in `pylint` that it complains about undefined variables. To fix it, set
280
+ all types to `object` in non-`TYPE_CHECKING` mode.
281
+
282
+ ```python
283
+ from typing import TYPE_CHECKING
284
+
285
+ if TYPE_CHECKING:
286
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
287
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
288
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
289
+ else:
290
+ EC2Client = object
291
+ EC2ServiceResource = object
292
+ BundleTaskCompleteWaiter = object
293
+ DescribeVolumesPaginator = object
294
+
295
+ ...
296
+ ```
297
+
298
+ <a id="explicit-type-annotations"></a>
299
+
300
+ ## Explicit type annotations
301
+
302
+ <a id="client-annotations"></a>
303
+
304
+ ### Client annotations
305
+
306
+ `OrganizationsClient` provides annotations for `boto3.client("organizations")`.
307
+
308
+ ```python
309
+ from boto3.session import Session
310
+
311
+ from types_boto3_organizations import OrganizationsClient
312
+
313
+ client: OrganizationsClient = Session().client("organizations")
314
+
315
+ # now client usage is checked by mypy and IDE should provide code completion
316
+ ```
317
+
318
+ <a id="paginators-annotations"></a>
319
+
320
+ ### Paginators annotations
321
+
322
+ `types_boto3_organizations.paginator` module contains type annotations for all
323
+ paginators.
324
+
325
+ ```python
326
+ from boto3.session import Session
327
+
328
+ from types_boto3_organizations import OrganizationsClient
329
+ from types_boto3_organizations.paginator import (
330
+ ListAWSServiceAccessForOrganizationPaginator,
331
+ ListAccountsForParentPaginator,
332
+ ListAccountsPaginator,
333
+ ListChildrenPaginator,
334
+ ListCreateAccountStatusPaginator,
335
+ ListDelegatedAdministratorsPaginator,
336
+ ListDelegatedServicesForAccountPaginator,
337
+ ListHandshakesForAccountPaginator,
338
+ ListHandshakesForOrganizationPaginator,
339
+ ListOrganizationalUnitsForParentPaginator,
340
+ ListParentsPaginator,
341
+ ListPoliciesForTargetPaginator,
342
+ ListPoliciesPaginator,
343
+ ListRootsPaginator,
344
+ ListTagsForResourcePaginator,
345
+ ListTargetsForPolicyPaginator,
346
+ )
347
+
348
+ client: OrganizationsClient = Session().client("organizations")
349
+
350
+ # Explicit type annotations are optional here
351
+ # Types should be correctly discovered by mypy and IDEs
352
+ list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = (
353
+ client.get_paginator("list_aws_service_access_for_organization")
354
+ )
355
+ list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator(
356
+ "list_accounts_for_parent"
357
+ )
358
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
359
+ list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
360
+ list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
361
+ "list_create_account_status"
362
+ )
363
+ list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator = (
364
+ client.get_paginator("list_delegated_administrators")
365
+ )
366
+ list_delegated_services_for_account_paginator: ListDelegatedServicesForAccountPaginator = (
367
+ client.get_paginator("list_delegated_services_for_account")
368
+ )
369
+ list_handshakes_for_account_paginator: ListHandshakesForAccountPaginator = client.get_paginator(
370
+ "list_handshakes_for_account"
371
+ )
372
+ list_handshakes_for_organization_paginator: ListHandshakesForOrganizationPaginator = (
373
+ client.get_paginator("list_handshakes_for_organization")
374
+ )
375
+ list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParentPaginator = (
376
+ client.get_paginator("list_organizational_units_for_parent")
377
+ )
378
+ list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
379
+ list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator(
380
+ "list_policies_for_target"
381
+ )
382
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
383
+ list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
384
+ list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
385
+ "list_tags_for_resource"
386
+ )
387
+ list_targets_for_policy_paginator: ListTargetsForPolicyPaginator = client.get_paginator(
388
+ "list_targets_for_policy"
389
+ )
390
+ ```
391
+
392
+ <a id="literals"></a>
393
+
394
+ ### Literals
395
+
396
+ `types_boto3_organizations.literals` module contains literals extracted from
397
+ shapes that can be used in user code for type checking.
398
+
399
+ Full list of `Organizations` Literals can be found in
400
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/literals/).
401
+
402
+ ```python
403
+ from types_boto3_organizations.literals import AccountJoinedMethodType
404
+
405
+
406
+ def check_value(value: AccountJoinedMethodType) -> bool: ...
407
+ ```
408
+
409
+ <a id="type-definitions"></a>
410
+
411
+ ### Type definitions
412
+
413
+ `types_boto3_organizations.type_defs` module contains structures and shapes
414
+ assembled to typed dictionaries and unions for additional type checking.
415
+
416
+ Full list of `Organizations` TypeDefs can be found in
417
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/type_defs/).
418
+
419
+ ```python
420
+ from types_boto3_organizations.type_defs import AcceptHandshakeRequestRequestTypeDef
421
+
422
+
423
+ def get_value() -> AcceptHandshakeRequestRequestTypeDef:
424
+ return {...}
425
+ ```
426
+
427
+ <a id="how-it-works"></a>
428
+
429
+ ## How it works
430
+
431
+ Fully automated
432
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
433
+ generates type annotations for each service, patiently waiting for `boto3`
434
+ updates. It delivers drop-in type annotations for you and makes sure that:
435
+
436
+ - All available `boto3` services are covered.
437
+ - Each public class and method of every `boto3` service gets valid type
438
+ annotations extracted from `botocore` schemas.
439
+ - Type annotations include up-to-date documentation.
440
+ - Link to documentation is provided for every method.
441
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
442
+
443
+ <a id="what's-new"></a>
444
+
445
+ ## What's new
446
+
447
+ <a id="implemented-features"></a>
448
+
449
+ ### Implemented features
450
+
451
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
452
+ libraries
453
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
454
+ compatibility
455
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
456
+ annotations for each service
457
+ - Generated `TypeDefs` for each service
458
+ - Generated `Literals` for each service
459
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
460
+ - Auto discovery of types for `session.client` and `session.resource` calls
461
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
462
+ calls
463
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
464
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
465
+
466
+ <a id="latest-changes"></a>
467
+
468
+ ### Latest changes
469
+
470
+ Builder changelog can be found in
471
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
472
+
473
+ <a id="versioning"></a>
474
+
475
+ ## Versioning
476
+
477
+ `types-boto3-organizations` version is the same as related `boto3` version and
478
+ follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
479
+
480
+ <a id="thank-you"></a>
481
+
482
+ ## Thank you
483
+
484
+ - [Allie Fitter](https://github.com/alliefitter) for
485
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
486
+ this package is based on top of his work
487
+ - [black](https://github.com/psf/black) developers for an awesome formatting
488
+ tool
489
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
490
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
491
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
492
+ for us
493
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
494
+ Python
495
+
496
+ <a id="documentation"></a>
497
+
498
+ ## Documentation
499
+
500
+ All services type annotations can be found in
501
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/)
502
+
503
+ <a id="support-and-contributing"></a>
504
+
505
+ ## Support and contributing
506
+
507
+ This package is auto-generated. Please reports any bugs or request new features
508
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
509
+ repository.