mypy-boto3-organizations 1.35.28__tar.gz → 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 (27) hide show
  1. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/PKG-INFO +63 -21
  2. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/README.md +59 -18
  3. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/__init__.pyi → mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/__init__.py +5 -2
  4. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/__init__.py → mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/__init__.pyi +4 -3
  5. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations/__main__.py +7 -5
  6. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations/client.py +177 -170
  7. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations/client.pyi +177 -170
  8. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/literals.pyi → mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/literals.py +30 -6
  9. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/literals.py → mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/literals.pyi +28 -8
  10. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations/paginator.py +61 -59
  11. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations/paginator.pyi +61 -59
  12. mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/type_defs.py +963 -0
  13. mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/type_defs.pyi +831 -0
  14. mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/version.py +7 -0
  15. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations.egg-info/PKG-INFO +63 -21
  16. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/setup.py +6 -3
  17. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/type_defs.py +0 -1190
  18. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/type_defs.pyi +0 -1189
  19. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/version.py +0 -5
  20. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/LICENSE +0 -0
  21. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations/py.typed +0 -0
  22. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
  23. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
  24. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
  25. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
  26. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
  27. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.72}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-organizations
3
- Version: 1.35.28
4
- Summary: Type annotations for boto3.Organizations 1.35.28 service generated with mypy-boto3-builder 8.1.2
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
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 organizations type-annotations botocore mypy typeshed autocomplete
12
+ Keywords: boto3 organizations boto3-stubs type-annotations mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
23
23
  Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Stubs Only
@@ -35,16 +36,16 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
35
36
 
36
37
  # mypy-boto3-organizations
37
38
 
38
- [![PyPI - mypy-boto3-organizations](https://img.shields.io/pypi/v/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations)
39
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations)
40
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/)
41
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-organizations)](https://pepy.tech/project/mypy-boto3-organizations)
39
+ [![PyPI - mypy-boto3-organizations](https://img.shields.io/pypi/v/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-organizations)](https://pypistats.org/packages/mypy-boto3-organizations)
42
43
 
43
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
45
 
45
46
  Type annotations for
46
- [boto3.Organizations 1.35.28](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
47
- service compatible with [VSCode](https://code.visualstudio.com/),
47
+ [boto3 Organizations 1.35.72](https://pypi.org/project/boto3/) compatible with
48
+ [VSCode](https://code.visualstudio.com/),
48
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
50
  [Emacs](https://www.gnu.org/software/emacs/),
50
51
  [Sublime Text](https://www.sublimetext.com/),
@@ -52,15 +53,15 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
54
 
54
55
  Generated by
55
- [mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
56
57
 
57
58
  More information can be found on
58
59
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
59
60
  [mypy-boto3-organizations docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/).
60
61
 
61
- See how it helps to find and fix potential bugs:
62
+ See how it helps you find and fix potential bugs:
62
63
 
63
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
65
 
65
66
  - [mypy-boto3-organizations](#mypy-boto3-organizations)
66
67
  - [How to install](#how-to-install)
@@ -75,6 +76,7 @@ See how it helps to find and fix potential bugs:
75
76
  - [Other IDEs](#other-ides)
76
77
  - [mypy](#mypy)
77
78
  - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
78
80
  - [Explicit type annotations](#explicit-type-annotations)
79
81
  - [Client annotations](#client-annotations)
80
82
  - [Paginators annotations](#paginators-annotations)
@@ -157,16 +159,31 @@ annotations required, write your `boto3` code as usual.
157
159
 
158
160
  ### PyCharm
159
161
 
160
- Install `boto3-stubs-lite[organizations]` in your environment:
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 [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-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
+ > `boto3-stubs` with
173
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
161
174
 
162
175
  ```bash
163
- python -m pip install 'boto3-stubs-lite[organizations]'`
176
+ pip uninstall boto3-stubs
177
+ pip install boto3-stubs-lite
164
178
  ```
165
179
 
166
- Both type checking and code completion should now work. Explicit type
167
- annotations **are required**.
180
+ Install `boto3-stubs[organizations]` in your environment:
181
+
182
+ ```bash
183
+ python -m pip install 'boto3-stubs[organizations]'
184
+ ```
168
185
 
169
- Use `boto3-stubs` package instead for implicit type discovery.
186
+ Both type checking and code completion should now work.
170
187
 
171
188
  <a id="emacs"></a>
172
189
 
@@ -253,6 +270,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
253
270
  Type checking should now work. No explicit type annotations required, write
254
271
  your `boto3` code as usual.
255
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
+ `mypy-boto3-organizations` dependency in production. However, there is an issue
279
+ in `pylint` that it complains about undefined variables. To fix it, set all
280
+ types to `object` in non-`TYPE_CHECKING` mode.
281
+
282
+ ```python
283
+ from typing import TYPE_CHECKING
284
+
285
+ if TYPE_CHECKING:
286
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
287
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
288
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
289
+ else:
290
+ EC2Client = object
291
+ EC2ServiceResource = object
292
+ BundleTaskCompleteWaiter = object
293
+ DescribeVolumesPaginator = object
294
+
295
+ ...
296
+ ```
297
+
256
298
  <a id="explicit-type-annotations"></a>
257
299
 
258
300
  ## Explicit type annotations
@@ -286,8 +328,8 @@ from boto3.session import Session
286
328
  from mypy_boto3_organizations import OrganizationsClient
287
329
  from mypy_boto3_organizations.paginator import (
288
330
  ListAWSServiceAccessForOrganizationPaginator,
289
- ListAccountsPaginator,
290
331
  ListAccountsForParentPaginator,
332
+ ListAccountsPaginator,
291
333
  ListChildrenPaginator,
292
334
  ListCreateAccountStatusPaginator,
293
335
  ListDelegatedAdministratorsPaginator,
@@ -296,8 +338,8 @@ from mypy_boto3_organizations.paginator import (
296
338
  ListHandshakesForOrganizationPaginator,
297
339
  ListOrganizationalUnitsForParentPaginator,
298
340
  ListParentsPaginator,
299
- ListPoliciesPaginator,
300
341
  ListPoliciesForTargetPaginator,
342
+ ListPoliciesPaginator,
301
343
  ListRootsPaginator,
302
344
  ListTagsForResourcePaginator,
303
345
  ListTargetsForPolicyPaginator,
@@ -310,10 +352,10 @@ client: OrganizationsClient = Session().client("organizations")
310
352
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = (
311
353
  client.get_paginator("list_aws_service_access_for_organization")
312
354
  )
313
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
314
355
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator(
315
356
  "list_accounts_for_parent"
316
357
  )
358
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
317
359
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
318
360
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
319
361
  "list_create_account_status"
@@ -334,10 +376,10 @@ list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParent
334
376
  client.get_paginator("list_organizational_units_for_parent")
335
377
  )
336
378
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
337
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
338
379
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator(
339
380
  "list_policies_for_target"
340
381
  )
382
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
341
383
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
342
384
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
343
385
  "list_tags_for_resource"
@@ -2,16 +2,16 @@
2
2
 
3
3
  # mypy-boto3-organizations
4
4
 
5
- [![PyPI - mypy-boto3-organizations](https://img.shields.io/pypi/v/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations)
6
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations)
7
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/)
8
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-organizations)](https://pepy.tech/project/mypy-boto3-organizations)
5
+ [![PyPI - mypy-boto3-organizations](https://img.shields.io/pypi/v/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations/)
6
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-organizations.svg?color=blue)](https://pypi.org/project/mypy-boto3-organizations/)
7
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
8
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-organizations)](https://pypistats.org/packages/mypy-boto3-organizations)
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.Organizations 1.35.28](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
14
- service compatible with [VSCode](https://code.visualstudio.com/),
13
+ [boto3 Organizations 1.35.72](https://pypi.org/project/boto3/) compatible with
14
+ [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
17
17
  [Sublime Text](https://www.sublimetext.com/),
@@ -19,15 +19,15 @@ service compatible with [VSCode](https://code.visualstudio.com/),
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated by
22
- [mypy-boto3-builder 8.1.2](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
26
26
  [mypy-boto3-organizations docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/).
27
27
 
28
- See how it helps to find and fix potential bugs:
28
+ See how it helps you find and fix potential bugs:
29
29
 
30
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
30
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
31
31
 
32
32
  - [mypy-boto3-organizations](#mypy-boto3-organizations)
33
33
  - [How to install](#how-to-install)
@@ -42,6 +42,7 @@ See how it helps to find and fix potential bugs:
42
42
  - [Other IDEs](#other-ides)
43
43
  - [mypy](#mypy)
44
44
  - [pyright](#pyright)
45
+ - [Pylint compatibility](#pylint-compatibility)
45
46
  - [Explicit type annotations](#explicit-type-annotations)
46
47
  - [Client annotations](#client-annotations)
47
48
  - [Paginators annotations](#paginators-annotations)
@@ -124,16 +125,31 @@ annotations required, write your `boto3` code as usual.
124
125
 
125
126
  ### PyCharm
126
127
 
127
- Install `boto3-stubs-lite[organizations]` in your environment:
128
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
129
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
130
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
131
+ > the issue is resolved.
132
+
133
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
134
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
135
+ > [pyright](https://github.com/microsoft/pyright) instead.
136
+
137
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
138
+ > `boto3-stubs` with
139
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
128
140
 
129
141
  ```bash
130
- python -m pip install 'boto3-stubs-lite[organizations]'`
142
+ pip uninstall boto3-stubs
143
+ pip install boto3-stubs-lite
131
144
  ```
132
145
 
133
- Both type checking and code completion should now work. Explicit type
134
- annotations **are required**.
146
+ Install `boto3-stubs[organizations]` in your environment:
147
+
148
+ ```bash
149
+ python -m pip install 'boto3-stubs[organizations]'
150
+ ```
135
151
 
136
- Use `boto3-stubs` package instead for implicit type discovery.
152
+ Both type checking and code completion should now work.
137
153
 
138
154
  <a id="emacs"></a>
139
155
 
@@ -220,6 +236,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
220
236
  Type checking should now work. No explicit type annotations required, write
221
237
  your `boto3` code as usual.
222
238
 
239
+ <a id="pylint-compatibility"></a>
240
+
241
+ ### Pylint compatibility
242
+
243
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
244
+ `mypy-boto3-organizations` dependency in production. However, there is an issue
245
+ in `pylint` that it complains about undefined variables. To fix it, set all
246
+ types to `object` in non-`TYPE_CHECKING` mode.
247
+
248
+ ```python
249
+ from typing import TYPE_CHECKING
250
+
251
+ if TYPE_CHECKING:
252
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
253
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
254
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
255
+ else:
256
+ EC2Client = object
257
+ EC2ServiceResource = object
258
+ BundleTaskCompleteWaiter = object
259
+ DescribeVolumesPaginator = object
260
+
261
+ ...
262
+ ```
263
+
223
264
  <a id="explicit-type-annotations"></a>
224
265
 
225
266
  ## Explicit type annotations
@@ -253,8 +294,8 @@ from boto3.session import Session
253
294
  from mypy_boto3_organizations import OrganizationsClient
254
295
  from mypy_boto3_organizations.paginator import (
255
296
  ListAWSServiceAccessForOrganizationPaginator,
256
- ListAccountsPaginator,
257
297
  ListAccountsForParentPaginator,
298
+ ListAccountsPaginator,
258
299
  ListChildrenPaginator,
259
300
  ListCreateAccountStatusPaginator,
260
301
  ListDelegatedAdministratorsPaginator,
@@ -263,8 +304,8 @@ from mypy_boto3_organizations.paginator import (
263
304
  ListHandshakesForOrganizationPaginator,
264
305
  ListOrganizationalUnitsForParentPaginator,
265
306
  ListParentsPaginator,
266
- ListPoliciesPaginator,
267
307
  ListPoliciesForTargetPaginator,
308
+ ListPoliciesPaginator,
268
309
  ListRootsPaginator,
269
310
  ListTagsForResourcePaginator,
270
311
  ListTargetsForPolicyPaginator,
@@ -277,10 +318,10 @@ client: OrganizationsClient = Session().client("organizations")
277
318
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = (
278
319
  client.get_paginator("list_aws_service_access_for_organization")
279
320
  )
280
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
281
321
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator(
282
322
  "list_accounts_for_parent"
283
323
  )
324
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
284
325
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
285
326
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
286
327
  "list_create_account_status"
@@ -301,10 +342,10 @@ list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParent
301
342
  client.get_paginator("list_organizational_units_for_parent")
302
343
  )
303
344
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
304
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
305
345
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator(
306
346
  "list_policies_for_target"
307
347
  )
348
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
308
349
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
309
350
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
310
351
  "list_tags_for_resource"
@@ -30,8 +30,8 @@ Usage::
30
30
  client: OrganizationsClient = session.client("organizations")
31
31
 
32
32
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = client.get_paginator("list_aws_service_access_for_organization")
33
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
34
33
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator("list_accounts_for_parent")
34
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
35
35
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
36
36
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator("list_create_account_status")
37
37
  list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator = client.get_paginator("list_delegated_administrators")
@@ -40,12 +40,14 @@ Usage::
40
40
  list_handshakes_for_organization_paginator: ListHandshakesForOrganizationPaginator = client.get_paginator("list_handshakes_for_organization")
41
41
  list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParentPaginator = client.get_paginator("list_organizational_units_for_parent")
42
42
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
43
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
44
43
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator("list_policies_for_target")
44
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
45
45
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
46
46
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
47
47
  list_targets_for_policy_paginator: ListTargetsForPolicyPaginator = client.get_paginator("list_targets_for_policy")
48
48
  ```
49
+
50
+ Copyright 2024 Vlad Emelianov
49
51
  """
50
52
 
51
53
  from .client import OrganizationsClient
@@ -70,6 +72,7 @@ from .paginator import (
70
72
 
71
73
  Client = OrganizationsClient
72
74
 
75
+
73
76
  __all__ = (
74
77
  "Client",
75
78
  "ListAWSServiceAccessForOrganizationPaginator",
@@ -30,8 +30,8 @@ Usage::
30
30
  client: OrganizationsClient = session.client("organizations")
31
31
 
32
32
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = client.get_paginator("list_aws_service_access_for_organization")
33
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
34
33
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator("list_accounts_for_parent")
34
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
35
35
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
36
36
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator("list_create_account_status")
37
37
  list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator = client.get_paginator("list_delegated_administrators")
@@ -40,12 +40,14 @@ Usage::
40
40
  list_handshakes_for_organization_paginator: ListHandshakesForOrganizationPaginator = client.get_paginator("list_handshakes_for_organization")
41
41
  list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParentPaginator = client.get_paginator("list_organizational_units_for_parent")
42
42
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
43
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
44
43
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator("list_policies_for_target")
44
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
45
45
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
46
46
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
47
47
  list_targets_for_policy_paginator: ListTargetsForPolicyPaginator = client.get_paginator("list_targets_for_policy")
48
48
  ```
49
+
50
+ Copyright 2024 Vlad Emelianov
49
51
  """
50
52
 
51
53
  from .client import OrganizationsClient
@@ -70,7 +72,6 @@ from .paginator import (
70
72
 
71
73
  Client = OrganizationsClient
72
74
 
73
-
74
75
  __all__ = (
75
76
  "Client",
76
77
  "ListAWSServiceAccessForOrganizationPaginator",
@@ -1,5 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
+
4
+ Copyright 2024 Vlad Emelianov
3
5
  """
4
6
 
5
7
  import sys
@@ -10,11 +12,11 @@ def print_info() -> None:
10
12
  Print package info to stdout.
11
13
  """
12
14
  print(
13
- "Type annotations for boto3.Organizations 1.35.28\n"
14
- "Version: 1.35.28\n"
15
- "Builder version: 8.1.2\n"
15
+ "Type annotations for boto3 Organizations 1.35.72\n"
16
+ "Version: 1.35.72\n"
17
+ "Builder version: 8.5.0\n"
16
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\n"
17
- "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\n"
19
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#organizations\n"
18
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
19
21
  "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
20
22
  )
@@ -24,7 +26,7 @@ def print_version() -> None:
24
26
  """
25
27
  Print package version to stdout.
26
28
  """
27
- print("1.35.28")
29
+ print("1.35.72")
28
30
 
29
31
 
30
32
  def main() -> None: