types-boto3-organizations 1.35.71__py3-none-any.whl

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