mypy-boto3-organizations 1.35.28__tar.gz → 1.35.60__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 (26) hide show
  1. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/PKG-INFO +10 -9
  2. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/README.md +7 -7
  3. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/__main__.py +4 -4
  4. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/literals.py +11 -5
  5. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/literals.pyi +11 -5
  6. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/paginator.py +35 -35
  7. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/paginator.pyi +33 -33
  8. mypy_boto3_organizations-1.35.60/mypy_boto3_organizations/type_defs.py +961 -0
  9. mypy_boto3_organizations-1.35.60/mypy_boto3_organizations/type_defs.pyi +829 -0
  10. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/version.py +1 -1
  11. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/PKG-INFO +10 -9
  12. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/setup.py +3 -2
  13. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/type_defs.py +0 -1190
  14. mypy_boto3_organizations-1.35.28/mypy_boto3_organizations/type_defs.pyi +0 -1189
  15. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/LICENSE +0 -0
  16. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/__init__.py +2 -2
  17. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/__init__.pyi +2 -2
  18. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/client.py +8 -8
  19. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/client.pyi +8 -8
  20. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/py.typed +0 -0
  21. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
  25. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_organizations-1.35.28 → mypy_boto3_organizations-1.35.60}/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.60
4
+ Summary: Type annotations for boto3.Organizations 1.35.60 service generated with mypy-boto3-builder 8.2.1
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
@@ -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
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
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
+ [boto3.Organizations 1.35.60](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
47
48
  service compatible with [VSCode](https://code.visualstudio.com/),
48
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
50
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +53,7 @@ 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.2.1](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
@@ -160,7 +161,7 @@ annotations required, write your `boto3` code as usual.
160
161
  Install `boto3-stubs-lite[organizations]` in your environment:
161
162
 
162
163
  ```bash
163
- python -m pip install 'boto3-stubs-lite[organizations]'`
164
+ python -m pip install 'boto3-stubs-lite[organizations]'
164
165
  ```
165
166
 
166
167
  Both type checking and code completion should now work. Explicit type
@@ -286,8 +287,8 @@ from boto3.session import Session
286
287
  from mypy_boto3_organizations import OrganizationsClient
287
288
  from mypy_boto3_organizations.paginator import (
288
289
  ListAWSServiceAccessForOrganizationPaginator,
289
- ListAccountsPaginator,
290
290
  ListAccountsForParentPaginator,
291
+ ListAccountsPaginator,
291
292
  ListChildrenPaginator,
292
293
  ListCreateAccountStatusPaginator,
293
294
  ListDelegatedAdministratorsPaginator,
@@ -296,8 +297,8 @@ from mypy_boto3_organizations.paginator import (
296
297
  ListHandshakesForOrganizationPaginator,
297
298
  ListOrganizationalUnitsForParentPaginator,
298
299
  ListParentsPaginator,
299
- ListPoliciesPaginator,
300
300
  ListPoliciesForTargetPaginator,
301
+ ListPoliciesPaginator,
301
302
  ListRootsPaginator,
302
303
  ListTagsForResourcePaginator,
303
304
  ListTargetsForPolicyPaginator,
@@ -310,10 +311,10 @@ client: OrganizationsClient = Session().client("organizations")
310
311
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = (
311
312
  client.get_paginator("list_aws_service_access_for_organization")
312
313
  )
313
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
314
314
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator(
315
315
  "list_accounts_for_parent"
316
316
  )
317
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
317
318
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
318
319
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
319
320
  "list_create_account_status"
@@ -334,10 +335,10 @@ list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParent
334
335
  client.get_paginator("list_organizational_units_for_parent")
335
336
  )
336
337
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
337
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
338
338
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator(
339
339
  "list_policies_for_target"
340
340
  )
341
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
341
342
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
342
343
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
343
344
  "list_tags_for_resource"
@@ -10,7 +10,7 @@
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)
13
+ [boto3.Organizations 1.35.60](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
14
14
  service compatible with [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -19,7 +19,7 @@ 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.2.1](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
@@ -127,7 +127,7 @@ annotations required, write your `boto3` code as usual.
127
127
  Install `boto3-stubs-lite[organizations]` in your environment:
128
128
 
129
129
  ```bash
130
- python -m pip install 'boto3-stubs-lite[organizations]'`
130
+ python -m pip install 'boto3-stubs-lite[organizations]'
131
131
  ```
132
132
 
133
133
  Both type checking and code completion should now work. Explicit type
@@ -253,8 +253,8 @@ from boto3.session import Session
253
253
  from mypy_boto3_organizations import OrganizationsClient
254
254
  from mypy_boto3_organizations.paginator import (
255
255
  ListAWSServiceAccessForOrganizationPaginator,
256
- ListAccountsPaginator,
257
256
  ListAccountsForParentPaginator,
257
+ ListAccountsPaginator,
258
258
  ListChildrenPaginator,
259
259
  ListCreateAccountStatusPaginator,
260
260
  ListDelegatedAdministratorsPaginator,
@@ -263,8 +263,8 @@ from mypy_boto3_organizations.paginator import (
263
263
  ListHandshakesForOrganizationPaginator,
264
264
  ListOrganizationalUnitsForParentPaginator,
265
265
  ListParentsPaginator,
266
- ListPoliciesPaginator,
267
266
  ListPoliciesForTargetPaginator,
267
+ ListPoliciesPaginator,
268
268
  ListRootsPaginator,
269
269
  ListTagsForResourcePaginator,
270
270
  ListTargetsForPolicyPaginator,
@@ -277,10 +277,10 @@ client: OrganizationsClient = Session().client("organizations")
277
277
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = (
278
278
  client.get_paginator("list_aws_service_access_for_organization")
279
279
  )
280
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
281
280
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator(
282
281
  "list_accounts_for_parent"
283
282
  )
283
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
284
284
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
285
285
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
286
286
  "list_create_account_status"
@@ -301,10 +301,10 @@ list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParent
301
301
  client.get_paginator("list_organizational_units_for_parent")
302
302
  )
303
303
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
304
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
305
304
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator(
306
305
  "list_policies_for_target"
307
306
  )
307
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
308
308
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
309
309
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
310
310
  "list_tags_for_resource"
@@ -10,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Organizations 1.35.28\n"
14
- "Version: 1.35.28\n"
15
- "Builder version: 8.1.2\n"
13
+ "Type annotations for boto3.Organizations 1.35.60\n"
14
+ "Version: 1.35.60\n"
15
+ "Builder version: 8.2.1\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\n"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.35.28")
27
+ print("1.35.60")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -49,14 +49,14 @@ __all__ = (
49
49
  "ListTagsForResourcePaginatorName",
50
50
  "ListTargetsForPolicyPaginatorName",
51
51
  "OrganizationFeatureSetType",
52
+ "OrganizationsServiceName",
53
+ "PaginatorName",
52
54
  "ParentTypeType",
53
55
  "PolicyTypeStatusType",
54
56
  "PolicyTypeType",
55
- "TargetTypeType",
56
- "OrganizationsServiceName",
57
- "ServiceName",
58
57
  "ResourceServiceName",
59
- "PaginatorName",
58
+ "ServiceName",
59
+ "TargetTypeType",
60
60
  )
61
61
 
62
62
 
@@ -125,6 +125,7 @@ PolicyTypeType = Literal[
125
125
  "AISERVICES_OPT_OUT_POLICY",
126
126
  "BACKUP_POLICY",
127
127
  "CHATBOT_POLICY",
128
+ "RESOURCE_CONTROL_POLICY",
128
129
  "SERVICE_CONTROL_POLICY",
129
130
  "TAG_POLICY",
130
131
  ]
@@ -171,6 +172,7 @@ ServiceName = Literal[
171
172
  "bedrock-agent",
172
173
  "bedrock-agent-runtime",
173
174
  "bedrock-runtime",
175
+ "billing",
174
176
  "billingconductor",
175
177
  "braket",
176
178
  "budgets",
@@ -280,6 +282,9 @@ ServiceName = Literal[
280
282
  "freetier",
281
283
  "fsx",
282
284
  "gamelift",
285
+ "geo-maps",
286
+ "geo-places",
287
+ "geo-routes",
283
288
  "glacier",
284
289
  "globalaccelerator",
285
290
  "glue",
@@ -357,6 +362,7 @@ ServiceName = Literal[
357
362
  "marketplace-catalog",
358
363
  "marketplace-deployment",
359
364
  "marketplace-entitlement",
365
+ "marketplace-reporting",
360
366
  "marketplacecommerceanalytics",
361
367
  "mediaconnect",
362
368
  "mediaconvert",
@@ -385,7 +391,6 @@ ServiceName = Literal[
385
391
  "network-firewall",
386
392
  "networkmanager",
387
393
  "networkmonitor",
388
- "nimble",
389
394
  "oam",
390
395
  "omics",
391
396
  "opensearch",
@@ -475,6 +480,7 @@ ServiceName = Literal[
475
480
  "snow-device-management",
476
481
  "snowball",
477
482
  "sns",
483
+ "socialmessaging",
478
484
  "sqs",
479
485
  "ssm",
480
486
  "ssm-contacts",
@@ -48,14 +48,14 @@ __all__ = (
48
48
  "ListTagsForResourcePaginatorName",
49
49
  "ListTargetsForPolicyPaginatorName",
50
50
  "OrganizationFeatureSetType",
51
+ "OrganizationsServiceName",
52
+ "PaginatorName",
51
53
  "ParentTypeType",
52
54
  "PolicyTypeStatusType",
53
55
  "PolicyTypeType",
54
- "TargetTypeType",
55
- "OrganizationsServiceName",
56
- "ServiceName",
57
56
  "ResourceServiceName",
58
- "PaginatorName",
57
+ "ServiceName",
58
+ "TargetTypeType",
59
59
  )
60
60
 
61
61
  AccountJoinedMethodType = Literal["CREATED", "INVITED"]
@@ -123,6 +123,7 @@ PolicyTypeType = Literal[
123
123
  "AISERVICES_OPT_OUT_POLICY",
124
124
  "BACKUP_POLICY",
125
125
  "CHATBOT_POLICY",
126
+ "RESOURCE_CONTROL_POLICY",
126
127
  "SERVICE_CONTROL_POLICY",
127
128
  "TAG_POLICY",
128
129
  ]
@@ -169,6 +170,7 @@ ServiceName = Literal[
169
170
  "bedrock-agent",
170
171
  "bedrock-agent-runtime",
171
172
  "bedrock-runtime",
173
+ "billing",
172
174
  "billingconductor",
173
175
  "braket",
174
176
  "budgets",
@@ -278,6 +280,9 @@ ServiceName = Literal[
278
280
  "freetier",
279
281
  "fsx",
280
282
  "gamelift",
283
+ "geo-maps",
284
+ "geo-places",
285
+ "geo-routes",
281
286
  "glacier",
282
287
  "globalaccelerator",
283
288
  "glue",
@@ -355,6 +360,7 @@ ServiceName = Literal[
355
360
  "marketplace-catalog",
356
361
  "marketplace-deployment",
357
362
  "marketplace-entitlement",
363
+ "marketplace-reporting",
358
364
  "marketplacecommerceanalytics",
359
365
  "mediaconnect",
360
366
  "mediaconvert",
@@ -383,7 +389,6 @@ ServiceName = Literal[
383
389
  "network-firewall",
384
390
  "networkmanager",
385
391
  "networkmonitor",
386
- "nimble",
387
392
  "oam",
388
393
  "omics",
389
394
  "opensearch",
@@ -473,6 +478,7 @@ ServiceName = Literal[
473
478
  "snow-device-management",
474
479
  "snowball",
475
480
  "sns",
481
+ "socialmessaging",
476
482
  "sqs",
477
483
  "ssm",
478
484
  "ssm-contacts",
@@ -11,8 +11,8 @@ Usage::
11
11
  from mypy_boto3_organizations.client import OrganizationsClient
12
12
  from mypy_boto3_organizations.paginator import (
13
13
  ListAWSServiceAccessForOrganizationPaginator,
14
- ListAccountsPaginator,
15
14
  ListAccountsForParentPaginator,
15
+ ListAccountsPaginator,
16
16
  ListChildrenPaginator,
17
17
  ListCreateAccountStatusPaginator,
18
18
  ListDelegatedAdministratorsPaginator,
@@ -21,8 +21,8 @@ Usage::
21
21
  ListHandshakesForOrganizationPaginator,
22
22
  ListOrganizationalUnitsForParentPaginator,
23
23
  ListParentsPaginator,
24
- ListPoliciesPaginator,
25
24
  ListPoliciesForTargetPaginator,
25
+ ListPoliciesPaginator,
26
26
  ListRootsPaginator,
27
27
  ListTagsForResourcePaginator,
28
28
  ListTargetsForPolicyPaginator,
@@ -32,8 +32,8 @@ Usage::
32
32
  client: OrganizationsClient = session.client("organizations")
33
33
 
34
34
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = client.get_paginator("list_aws_service_access_for_organization")
35
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
36
35
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator("list_accounts_for_parent")
36
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
37
37
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
38
38
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator("list_create_account_status")
39
39
  list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator = client.get_paginator("list_delegated_administrators")
@@ -42,8 +42,8 @@ Usage::
42
42
  list_handshakes_for_organization_paginator: ListHandshakesForOrganizationPaginator = client.get_paginator("list_handshakes_for_organization")
43
43
  list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParentPaginator = client.get_paginator("list_organizational_units_for_parent")
44
44
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
45
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
46
45
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator("list_policies_for_target")
46
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
47
47
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
48
48
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
49
49
  list_targets_for_policy_paginator: ListTargetsForPolicyPaginator = client.get_paginator("list_targets_for_policy")
@@ -98,8 +98,8 @@ else:
98
98
 
99
99
  __all__ = (
100
100
  "ListAWSServiceAccessForOrganizationPaginator",
101
- "ListAccountsPaginator",
102
101
  "ListAccountsForParentPaginator",
102
+ "ListAccountsPaginator",
103
103
  "ListChildrenPaginator",
104
104
  "ListCreateAccountStatusPaginator",
105
105
  "ListDelegatedAdministratorsPaginator",
@@ -108,8 +108,8 @@ __all__ = (
108
108
  "ListHandshakesForOrganizationPaginator",
109
109
  "ListOrganizationalUnitsForParentPaginator",
110
110
  "ListParentsPaginator",
111
- "ListPoliciesPaginator",
112
111
  "ListPoliciesForTargetPaginator",
112
+ "ListPoliciesPaginator",
113
113
  "ListRootsPaginator",
114
114
  "ListTagsForResourcePaginator",
115
115
  "ListTargetsForPolicyPaginator",
@@ -119,7 +119,7 @@ __all__ = (
119
119
  _ItemTypeDef = TypeVar("_ItemTypeDef")
120
120
 
121
121
 
122
- class _PageIterator(Generic[_ItemTypeDef], PageIterator):
122
+ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
123
123
  def __iter__(self) -> Iterator[_ItemTypeDef]:
124
124
  """
125
125
  Proxy method to specify iterator item type.
@@ -144,33 +144,33 @@ class ListAWSServiceAccessForOrganizationPaginator(Paginator):
144
144
  """
145
145
 
146
146
 
147
- class ListAccountsPaginator(Paginator):
147
+ class ListAccountsForParentPaginator(Paginator):
148
148
  """
149
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts)
150
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
149
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccountsForParent)
150
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountsforparentpaginator)
151
151
  """
152
152
 
153
153
  def paginate(
154
- self, **kwargs: Unpack[ListAccountsRequestListAccountsPaginateTypeDef]
155
- ) -> _PageIterator[ListAccountsResponseTypeDef]:
154
+ self, **kwargs: Unpack[ListAccountsForParentRequestListAccountsForParentPaginateTypeDef]
155
+ ) -> _PageIterator[ListAccountsForParentResponseTypeDef]:
156
156
  """
157
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts.paginate)
158
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
157
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccountsForParent.paginate)
158
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountsforparentpaginator)
159
159
  """
160
160
 
161
161
 
162
- class ListAccountsForParentPaginator(Paginator):
162
+ class ListAccountsPaginator(Paginator):
163
163
  """
164
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccountsForParent)
165
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountsforparentpaginator)
164
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts)
165
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
166
166
  """
167
167
 
168
168
  def paginate(
169
- self, **kwargs: Unpack[ListAccountsForParentRequestListAccountsForParentPaginateTypeDef]
170
- ) -> _PageIterator[ListAccountsForParentResponseTypeDef]:
169
+ self, **kwargs: Unpack[ListAccountsRequestListAccountsPaginateTypeDef]
170
+ ) -> _PageIterator[ListAccountsResponseTypeDef]:
171
171
  """
172
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccountsForParent.paginate)
173
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountsforparentpaginator)
172
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts.paginate)
173
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
174
174
  """
175
175
 
176
176
 
@@ -307,33 +307,33 @@ class ListParentsPaginator(Paginator):
307
307
  """
308
308
 
309
309
 
310
- class ListPoliciesPaginator(Paginator):
310
+ class ListPoliciesForTargetPaginator(Paginator):
311
311
  """
312
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies)
313
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
312
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPoliciesForTarget)
313
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciesfortargetpaginator)
314
314
  """
315
315
 
316
316
  def paginate(
317
- self, **kwargs: Unpack[ListPoliciesRequestListPoliciesPaginateTypeDef]
318
- ) -> _PageIterator[ListPoliciesResponseTypeDef]:
317
+ self, **kwargs: Unpack[ListPoliciesForTargetRequestListPoliciesForTargetPaginateTypeDef]
318
+ ) -> _PageIterator[ListPoliciesForTargetResponseTypeDef]:
319
319
  """
320
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies.paginate)
321
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
320
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPoliciesForTarget.paginate)
321
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciesfortargetpaginator)
322
322
  """
323
323
 
324
324
 
325
- class ListPoliciesForTargetPaginator(Paginator):
325
+ class ListPoliciesPaginator(Paginator):
326
326
  """
327
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPoliciesForTarget)
328
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciesfortargetpaginator)
327
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies)
328
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
329
329
  """
330
330
 
331
331
  def paginate(
332
- self, **kwargs: Unpack[ListPoliciesForTargetRequestListPoliciesForTargetPaginateTypeDef]
333
- ) -> _PageIterator[ListPoliciesForTargetResponseTypeDef]:
332
+ self, **kwargs: Unpack[ListPoliciesRequestListPoliciesPaginateTypeDef]
333
+ ) -> _PageIterator[ListPoliciesResponseTypeDef]:
334
334
  """
335
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPoliciesForTarget.paginate)
336
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciesfortargetpaginator)
335
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies.paginate)
336
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
337
337
  """
338
338
 
339
339
 
@@ -11,8 +11,8 @@ Usage::
11
11
  from mypy_boto3_organizations.client import OrganizationsClient
12
12
  from mypy_boto3_organizations.paginator import (
13
13
  ListAWSServiceAccessForOrganizationPaginator,
14
- ListAccountsPaginator,
15
14
  ListAccountsForParentPaginator,
15
+ ListAccountsPaginator,
16
16
  ListChildrenPaginator,
17
17
  ListCreateAccountStatusPaginator,
18
18
  ListDelegatedAdministratorsPaginator,
@@ -21,8 +21,8 @@ Usage::
21
21
  ListHandshakesForOrganizationPaginator,
22
22
  ListOrganizationalUnitsForParentPaginator,
23
23
  ListParentsPaginator,
24
- ListPoliciesPaginator,
25
24
  ListPoliciesForTargetPaginator,
25
+ ListPoliciesPaginator,
26
26
  ListRootsPaginator,
27
27
  ListTagsForResourcePaginator,
28
28
  ListTargetsForPolicyPaginator,
@@ -32,8 +32,8 @@ Usage::
32
32
  client: OrganizationsClient = session.client("organizations")
33
33
 
34
34
  list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = client.get_paginator("list_aws_service_access_for_organization")
35
- list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
36
35
  list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator("list_accounts_for_parent")
36
+ list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
37
37
  list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
38
38
  list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator("list_create_account_status")
39
39
  list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator = client.get_paginator("list_delegated_administrators")
@@ -42,8 +42,8 @@ Usage::
42
42
  list_handshakes_for_organization_paginator: ListHandshakesForOrganizationPaginator = client.get_paginator("list_handshakes_for_organization")
43
43
  list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParentPaginator = client.get_paginator("list_organizational_units_for_parent")
44
44
  list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
45
- list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
46
45
  list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator("list_policies_for_target")
46
+ list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
47
47
  list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
48
48
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
49
49
  list_targets_for_policy_paginator: ListTargetsForPolicyPaginator = client.get_paginator("list_targets_for_policy")
@@ -97,8 +97,8 @@ else:
97
97
 
98
98
  __all__ = (
99
99
  "ListAWSServiceAccessForOrganizationPaginator",
100
- "ListAccountsPaginator",
101
100
  "ListAccountsForParentPaginator",
101
+ "ListAccountsPaginator",
102
102
  "ListChildrenPaginator",
103
103
  "ListCreateAccountStatusPaginator",
104
104
  "ListDelegatedAdministratorsPaginator",
@@ -107,8 +107,8 @@ __all__ = (
107
107
  "ListHandshakesForOrganizationPaginator",
108
108
  "ListOrganizationalUnitsForParentPaginator",
109
109
  "ListParentsPaginator",
110
- "ListPoliciesPaginator",
111
110
  "ListPoliciesForTargetPaginator",
111
+ "ListPoliciesPaginator",
112
112
  "ListRootsPaginator",
113
113
  "ListTagsForResourcePaginator",
114
114
  "ListTargetsForPolicyPaginator",
@@ -116,7 +116,7 @@ __all__ = (
116
116
 
117
117
  _ItemTypeDef = TypeVar("_ItemTypeDef")
118
118
 
119
- class _PageIterator(Generic[_ItemTypeDef], PageIterator):
119
+ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
120
120
  def __iter__(self) -> Iterator[_ItemTypeDef]:
121
121
  """
122
122
  Proxy method to specify iterator item type.
@@ -138,19 +138,6 @@ class ListAWSServiceAccessForOrganizationPaginator(Paginator):
138
138
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listawsserviceaccessfororganizationpaginator)
139
139
  """
140
140
 
141
- class ListAccountsPaginator(Paginator):
142
- """
143
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts)
144
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
145
- """
146
- def paginate(
147
- self, **kwargs: Unpack[ListAccountsRequestListAccountsPaginateTypeDef]
148
- ) -> _PageIterator[ListAccountsResponseTypeDef]:
149
- """
150
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts.paginate)
151
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
152
- """
153
-
154
141
  class ListAccountsForParentPaginator(Paginator):
155
142
  """
156
143
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccountsForParent)
@@ -164,6 +151,19 @@ class ListAccountsForParentPaginator(Paginator):
164
151
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountsforparentpaginator)
165
152
  """
166
153
 
154
+ class ListAccountsPaginator(Paginator):
155
+ """
156
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts)
157
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
158
+ """
159
+ def paginate(
160
+ self, **kwargs: Unpack[ListAccountsRequestListAccountsPaginateTypeDef]
161
+ ) -> _PageIterator[ListAccountsResponseTypeDef]:
162
+ """
163
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListAccounts.paginate)
164
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listaccountspaginator)
165
+ """
166
+
167
167
  class ListChildrenPaginator(Paginator):
168
168
  """
169
169
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListChildren)
@@ -281,19 +281,6 @@ class ListParentsPaginator(Paginator):
281
281
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listparentspaginator)
282
282
  """
283
283
 
284
- class ListPoliciesPaginator(Paginator):
285
- """
286
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies)
287
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
288
- """
289
- def paginate(
290
- self, **kwargs: Unpack[ListPoliciesRequestListPoliciesPaginateTypeDef]
291
- ) -> _PageIterator[ListPoliciesResponseTypeDef]:
292
- """
293
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies.paginate)
294
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
295
- """
296
-
297
284
  class ListPoliciesForTargetPaginator(Paginator):
298
285
  """
299
286
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPoliciesForTarget)
@@ -307,6 +294,19 @@ class ListPoliciesForTargetPaginator(Paginator):
307
294
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciesfortargetpaginator)
308
295
  """
309
296
 
297
+ class ListPoliciesPaginator(Paginator):
298
+ """
299
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies)
300
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
301
+ """
302
+ def paginate(
303
+ self, **kwargs: Unpack[ListPoliciesRequestListPoliciesPaginateTypeDef]
304
+ ) -> _PageIterator[ListPoliciesResponseTypeDef]:
305
+ """
306
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPolicies.paginate)
307
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/paginators/#listpoliciespaginator)
308
+ """
309
+
310
310
  class ListRootsPaginator(Paginator):
311
311
  """
312
312
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListRoots)