mypy-boto3-organizations 1.40.0__tar.gz → 1.40.8__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.
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/PKG-INFO +12 -4
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/README.md +10 -2
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations/__init__.py +8 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations/__init__.pyi +8 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations/__main__.py +3 -3
- mypy_boto3_organizations-1.40.0/mypy_boto3_organizations/client.pyi → mypy_boto3_organizations-1.40.8/mypy_boto3_organizations/client.py +53 -0
- mypy_boto3_organizations-1.40.0/mypy_boto3_organizations/client.py → mypy_boto3_organizations-1.40.8/mypy_boto3_organizations/client.pyi +50 -3
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations/literals.py +11 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations/literals.pyi +11 -0
- mypy_boto3_organizations-1.40.0/mypy_boto3_organizations/paginator.pyi → mypy_boto3_organizations-1.40.8/mypy_boto3_organizations/paginator.py +109 -0
- mypy_boto3_organizations-1.40.0/mypy_boto3_organizations/paginator.py → mypy_boto3_organizations-1.40.8/mypy_boto3_organizations/paginator.pyi +52 -47
- mypy_boto3_organizations-1.40.0/mypy_boto3_organizations/type_defs.pyi → mypy_boto3_organizations-1.40.8/mypy_boto3_organizations/type_defs.py +187 -0
- mypy_boto3_organizations-1.40.0/mypy_boto3_organizations/type_defs.py → mypy_boto3_organizations-1.40.8/mypy_boto3_organizations/type_defs.pyi +41 -125
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations/version.py +1 -1
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations.egg-info/PKG-INFO +12 -4
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/setup.py +2 -2
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/LICENSE +0 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations/py.typed +0 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy_boto3_organizations-1.40.0 → mypy_boto3_organizations-1.40.8}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.40.
|
|
3
|
+
Version: 1.40.8
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.40.8 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 Organizations 1.40.
|
|
60
|
+
[boto3 Organizations 1.40.8](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.8' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `Organizations` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -357,10 +357,12 @@ from mypy_boto3_organizations.paginator import (
|
|
|
357
357
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
358
358
|
ListAccountsForParentPaginator,
|
|
359
359
|
ListAccountsPaginator,
|
|
360
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
360
361
|
ListChildrenPaginator,
|
|
361
362
|
ListCreateAccountStatusPaginator,
|
|
362
363
|
ListDelegatedAdministratorsPaginator,
|
|
363
364
|
ListDelegatedServicesForAccountPaginator,
|
|
365
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
364
366
|
ListHandshakesForAccountPaginator,
|
|
365
367
|
ListHandshakesForOrganizationPaginator,
|
|
366
368
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -383,6 +385,9 @@ list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_
|
|
|
383
385
|
"list_accounts_for_parent"
|
|
384
386
|
)
|
|
385
387
|
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
388
|
+
list_accounts_with_invalid_effective_policy_paginator: ListAccountsWithInvalidEffectivePolicyPaginator = client.get_paginator(
|
|
389
|
+
"list_accounts_with_invalid_effective_policy"
|
|
390
|
+
)
|
|
386
391
|
list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
|
|
387
392
|
list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
|
|
388
393
|
"list_create_account_status"
|
|
@@ -393,6 +398,9 @@ list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator =
|
|
|
393
398
|
list_delegated_services_for_account_paginator: ListDelegatedServicesForAccountPaginator = (
|
|
394
399
|
client.get_paginator("list_delegated_services_for_account")
|
|
395
400
|
)
|
|
401
|
+
list_effective_policy_validation_errors_paginator: ListEffectivePolicyValidationErrorsPaginator = (
|
|
402
|
+
client.get_paginator("list_effective_policy_validation_errors")
|
|
403
|
+
)
|
|
396
404
|
list_handshakes_for_account_paginator: ListHandshakesForAccountPaginator = client.get_paginator(
|
|
397
405
|
"list_handshakes_for_account"
|
|
398
406
|
)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 Organizations 1.40.
|
|
13
|
+
[boto3 Organizations 1.40.8](https://pypi.org/project/boto3/) compatible with
|
|
14
14
|
[VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.8' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `Organizations` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -310,10 +310,12 @@ from mypy_boto3_organizations.paginator import (
|
|
|
310
310
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
311
311
|
ListAccountsForParentPaginator,
|
|
312
312
|
ListAccountsPaginator,
|
|
313
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
313
314
|
ListChildrenPaginator,
|
|
314
315
|
ListCreateAccountStatusPaginator,
|
|
315
316
|
ListDelegatedAdministratorsPaginator,
|
|
316
317
|
ListDelegatedServicesForAccountPaginator,
|
|
318
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
317
319
|
ListHandshakesForAccountPaginator,
|
|
318
320
|
ListHandshakesForOrganizationPaginator,
|
|
319
321
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -336,6 +338,9 @@ list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_
|
|
|
336
338
|
"list_accounts_for_parent"
|
|
337
339
|
)
|
|
338
340
|
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
341
|
+
list_accounts_with_invalid_effective_policy_paginator: ListAccountsWithInvalidEffectivePolicyPaginator = client.get_paginator(
|
|
342
|
+
"list_accounts_with_invalid_effective_policy"
|
|
343
|
+
)
|
|
339
344
|
list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
|
|
340
345
|
list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
|
|
341
346
|
"list_create_account_status"
|
|
@@ -346,6 +351,9 @@ list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator =
|
|
|
346
351
|
list_delegated_services_for_account_paginator: ListDelegatedServicesForAccountPaginator = (
|
|
347
352
|
client.get_paginator("list_delegated_services_for_account")
|
|
348
353
|
)
|
|
354
|
+
list_effective_policy_validation_errors_paginator: ListEffectivePolicyValidationErrorsPaginator = (
|
|
355
|
+
client.get_paginator("list_effective_policy_validation_errors")
|
|
356
|
+
)
|
|
349
357
|
list_handshakes_for_account_paginator: ListHandshakesForAccountPaginator = client.get_paginator(
|
|
350
358
|
"list_handshakes_for_account"
|
|
351
359
|
)
|
|
@@ -14,10 +14,12 @@ Usage::
|
|
|
14
14
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
15
15
|
ListAccountsForParentPaginator,
|
|
16
16
|
ListAccountsPaginator,
|
|
17
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
17
18
|
ListChildrenPaginator,
|
|
18
19
|
ListCreateAccountStatusPaginator,
|
|
19
20
|
ListDelegatedAdministratorsPaginator,
|
|
20
21
|
ListDelegatedServicesForAccountPaginator,
|
|
22
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
21
23
|
ListHandshakesForAccountPaginator,
|
|
22
24
|
ListHandshakesForOrganizationPaginator,
|
|
23
25
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -36,10 +38,12 @@ Usage::
|
|
|
36
38
|
list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = client.get_paginator("list_aws_service_access_for_organization")
|
|
37
39
|
list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator("list_accounts_for_parent")
|
|
38
40
|
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
41
|
+
list_accounts_with_invalid_effective_policy_paginator: ListAccountsWithInvalidEffectivePolicyPaginator = client.get_paginator("list_accounts_with_invalid_effective_policy")
|
|
39
42
|
list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
|
|
40
43
|
list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator("list_create_account_status")
|
|
41
44
|
list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator = client.get_paginator("list_delegated_administrators")
|
|
42
45
|
list_delegated_services_for_account_paginator: ListDelegatedServicesForAccountPaginator = client.get_paginator("list_delegated_services_for_account")
|
|
46
|
+
list_effective_policy_validation_errors_paginator: ListEffectivePolicyValidationErrorsPaginator = client.get_paginator("list_effective_policy_validation_errors")
|
|
43
47
|
list_handshakes_for_account_paginator: ListHandshakesForAccountPaginator = client.get_paginator("list_handshakes_for_account")
|
|
44
48
|
list_handshakes_for_organization_paginator: ListHandshakesForOrganizationPaginator = client.get_paginator("list_handshakes_for_organization")
|
|
45
49
|
list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParentPaginator = client.get_paginator("list_organizational_units_for_parent")
|
|
@@ -56,11 +60,13 @@ from .client import OrganizationsClient
|
|
|
56
60
|
from .paginator import (
|
|
57
61
|
ListAccountsForParentPaginator,
|
|
58
62
|
ListAccountsPaginator,
|
|
63
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
59
64
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
60
65
|
ListChildrenPaginator,
|
|
61
66
|
ListCreateAccountStatusPaginator,
|
|
62
67
|
ListDelegatedAdministratorsPaginator,
|
|
63
68
|
ListDelegatedServicesForAccountPaginator,
|
|
69
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
64
70
|
ListHandshakesForAccountPaginator,
|
|
65
71
|
ListHandshakesForOrganizationPaginator,
|
|
66
72
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -80,10 +86,12 @@ __all__ = (
|
|
|
80
86
|
"ListAWSServiceAccessForOrganizationPaginator",
|
|
81
87
|
"ListAccountsForParentPaginator",
|
|
82
88
|
"ListAccountsPaginator",
|
|
89
|
+
"ListAccountsWithInvalidEffectivePolicyPaginator",
|
|
83
90
|
"ListChildrenPaginator",
|
|
84
91
|
"ListCreateAccountStatusPaginator",
|
|
85
92
|
"ListDelegatedAdministratorsPaginator",
|
|
86
93
|
"ListDelegatedServicesForAccountPaginator",
|
|
94
|
+
"ListEffectivePolicyValidationErrorsPaginator",
|
|
87
95
|
"ListHandshakesForAccountPaginator",
|
|
88
96
|
"ListHandshakesForOrganizationPaginator",
|
|
89
97
|
"ListOrganizationalUnitsForParentPaginator",
|
|
@@ -14,10 +14,12 @@ Usage::
|
|
|
14
14
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
15
15
|
ListAccountsForParentPaginator,
|
|
16
16
|
ListAccountsPaginator,
|
|
17
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
17
18
|
ListChildrenPaginator,
|
|
18
19
|
ListCreateAccountStatusPaginator,
|
|
19
20
|
ListDelegatedAdministratorsPaginator,
|
|
20
21
|
ListDelegatedServicesForAccountPaginator,
|
|
22
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
21
23
|
ListHandshakesForAccountPaginator,
|
|
22
24
|
ListHandshakesForOrganizationPaginator,
|
|
23
25
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -36,10 +38,12 @@ Usage::
|
|
|
36
38
|
list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = client.get_paginator("list_aws_service_access_for_organization")
|
|
37
39
|
list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator("list_accounts_for_parent")
|
|
38
40
|
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
41
|
+
list_accounts_with_invalid_effective_policy_paginator: ListAccountsWithInvalidEffectivePolicyPaginator = client.get_paginator("list_accounts_with_invalid_effective_policy")
|
|
39
42
|
list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
|
|
40
43
|
list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator("list_create_account_status")
|
|
41
44
|
list_delegated_administrators_paginator: ListDelegatedAdministratorsPaginator = client.get_paginator("list_delegated_administrators")
|
|
42
45
|
list_delegated_services_for_account_paginator: ListDelegatedServicesForAccountPaginator = client.get_paginator("list_delegated_services_for_account")
|
|
46
|
+
list_effective_policy_validation_errors_paginator: ListEffectivePolicyValidationErrorsPaginator = client.get_paginator("list_effective_policy_validation_errors")
|
|
43
47
|
list_handshakes_for_account_paginator: ListHandshakesForAccountPaginator = client.get_paginator("list_handshakes_for_account")
|
|
44
48
|
list_handshakes_for_organization_paginator: ListHandshakesForOrganizationPaginator = client.get_paginator("list_handshakes_for_organization")
|
|
45
49
|
list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParentPaginator = client.get_paginator("list_organizational_units_for_parent")
|
|
@@ -56,11 +60,13 @@ from .client import OrganizationsClient
|
|
|
56
60
|
from .paginator import (
|
|
57
61
|
ListAccountsForParentPaginator,
|
|
58
62
|
ListAccountsPaginator,
|
|
63
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
59
64
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
60
65
|
ListChildrenPaginator,
|
|
61
66
|
ListCreateAccountStatusPaginator,
|
|
62
67
|
ListDelegatedAdministratorsPaginator,
|
|
63
68
|
ListDelegatedServicesForAccountPaginator,
|
|
69
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
64
70
|
ListHandshakesForAccountPaginator,
|
|
65
71
|
ListHandshakesForOrganizationPaginator,
|
|
66
72
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -79,10 +85,12 @@ __all__ = (
|
|
|
79
85
|
"ListAWSServiceAccessForOrganizationPaginator",
|
|
80
86
|
"ListAccountsForParentPaginator",
|
|
81
87
|
"ListAccountsPaginator",
|
|
88
|
+
"ListAccountsWithInvalidEffectivePolicyPaginator",
|
|
82
89
|
"ListChildrenPaginator",
|
|
83
90
|
"ListCreateAccountStatusPaginator",
|
|
84
91
|
"ListDelegatedAdministratorsPaginator",
|
|
85
92
|
"ListDelegatedServicesForAccountPaginator",
|
|
93
|
+
"ListEffectivePolicyValidationErrorsPaginator",
|
|
86
94
|
"ListHandshakesForAccountPaginator",
|
|
87
95
|
"ListHandshakesForOrganizationPaginator",
|
|
88
96
|
"ListOrganizationalUnitsForParentPaginator",
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Organizations 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 Organizations 1.40.8\n"
|
|
16
|
+
"Version: 1.40.8\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#organizations\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.8\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -28,11 +28,13 @@ from botocore.exceptions import ClientError as BotocoreClientError
|
|
|
28
28
|
from .paginator import (
|
|
29
29
|
ListAccountsForParentPaginator,
|
|
30
30
|
ListAccountsPaginator,
|
|
31
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
31
32
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
32
33
|
ListChildrenPaginator,
|
|
33
34
|
ListCreateAccountStatusPaginator,
|
|
34
35
|
ListDelegatedAdministratorsPaginator,
|
|
35
36
|
ListDelegatedServicesForAccountPaginator,
|
|
37
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
36
38
|
ListHandshakesForAccountPaginator,
|
|
37
39
|
ListHandshakesForOrganizationPaginator,
|
|
38
40
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -94,6 +96,8 @@ from .type_defs import (
|
|
|
94
96
|
ListAccountsForParentResponseTypeDef,
|
|
95
97
|
ListAccountsRequestTypeDef,
|
|
96
98
|
ListAccountsResponseTypeDef,
|
|
99
|
+
ListAccountsWithInvalidEffectivePolicyRequestTypeDef,
|
|
100
|
+
ListAccountsWithInvalidEffectivePolicyResponseTypeDef,
|
|
97
101
|
ListAWSServiceAccessForOrganizationRequestTypeDef,
|
|
98
102
|
ListAWSServiceAccessForOrganizationResponseTypeDef,
|
|
99
103
|
ListChildrenRequestTypeDef,
|
|
@@ -104,6 +108,8 @@ from .type_defs import (
|
|
|
104
108
|
ListDelegatedAdministratorsResponseTypeDef,
|
|
105
109
|
ListDelegatedServicesForAccountRequestTypeDef,
|
|
106
110
|
ListDelegatedServicesForAccountResponseTypeDef,
|
|
111
|
+
ListEffectivePolicyValidationErrorsRequestTypeDef,
|
|
112
|
+
ListEffectivePolicyValidationErrorsResponseTypeDef,
|
|
107
113
|
ListHandshakesForAccountRequestTypeDef,
|
|
108
114
|
ListHandshakesForAccountResponseTypeDef,
|
|
109
115
|
ListHandshakesForOrganizationRequestTypeDef,
|
|
@@ -145,8 +151,10 @@ if sys.version_info >= (3, 12):
|
|
|
145
151
|
else:
|
|
146
152
|
from typing_extensions import Literal, Unpack
|
|
147
153
|
|
|
154
|
+
|
|
148
155
|
__all__ = ("OrganizationsClient",)
|
|
149
156
|
|
|
157
|
+
|
|
150
158
|
class Exceptions(BaseClientExceptions):
|
|
151
159
|
AWSOrganizationsNotInUseException: Type[BotocoreClientError]
|
|
152
160
|
AccessDeniedException: Type[BotocoreClientError]
|
|
@@ -197,6 +205,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
197
205
|
TooManyRequestsException: Type[BotocoreClientError]
|
|
198
206
|
UnsupportedAPIEndpointException: Type[BotocoreClientError]
|
|
199
207
|
|
|
208
|
+
|
|
200
209
|
class OrganizationsClient(BaseClient):
|
|
201
210
|
"""
|
|
202
211
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client)
|
|
@@ -574,6 +583,16 @@ class OrganizationsClient(BaseClient):
|
|
|
574
583
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_accounts_for_parent)
|
|
575
584
|
"""
|
|
576
585
|
|
|
586
|
+
def list_accounts_with_invalid_effective_policy(
|
|
587
|
+
self, **kwargs: Unpack[ListAccountsWithInvalidEffectivePolicyRequestTypeDef]
|
|
588
|
+
) -> ListAccountsWithInvalidEffectivePolicyResponseTypeDef:
|
|
589
|
+
"""
|
|
590
|
+
Lists all the accounts in an organization that have invalid effective policies.
|
|
591
|
+
|
|
592
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_accounts_with_invalid_effective_policy.html)
|
|
593
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_accounts_with_invalid_effective_policy)
|
|
594
|
+
"""
|
|
595
|
+
|
|
577
596
|
def list_children(
|
|
578
597
|
self, **kwargs: Unpack[ListChildrenRequestTypeDef]
|
|
579
598
|
) -> ListChildrenResponseTypeDef:
|
|
@@ -618,6 +637,18 @@ class OrganizationsClient(BaseClient):
|
|
|
618
637
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_delegated_services_for_account)
|
|
619
638
|
"""
|
|
620
639
|
|
|
640
|
+
def list_effective_policy_validation_errors(
|
|
641
|
+
self, **kwargs: Unpack[ListEffectivePolicyValidationErrorsRequestTypeDef]
|
|
642
|
+
) -> ListEffectivePolicyValidationErrorsResponseTypeDef:
|
|
643
|
+
"""
|
|
644
|
+
Lists all the validation errors on an <a
|
|
645
|
+
href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_effective.html">effective
|
|
646
|
+
policy</a> for a specified account and policy type.
|
|
647
|
+
|
|
648
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_effective_policy_validation_errors.html)
|
|
649
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_effective_policy_validation_errors)
|
|
650
|
+
"""
|
|
651
|
+
|
|
621
652
|
def list_handshakes_for_account(
|
|
622
653
|
self, **kwargs: Unpack[ListHandshakesForAccountRequestTypeDef]
|
|
623
654
|
) -> ListHandshakesForAccountResponseTypeDef:
|
|
@@ -826,6 +857,17 @@ class OrganizationsClient(BaseClient):
|
|
|
826
857
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
827
858
|
"""
|
|
828
859
|
|
|
860
|
+
@overload # type: ignore[override]
|
|
861
|
+
def get_paginator( # type: ignore[override]
|
|
862
|
+
self, operation_name: Literal["list_accounts_with_invalid_effective_policy"]
|
|
863
|
+
) -> ListAccountsWithInvalidEffectivePolicyPaginator:
|
|
864
|
+
"""
|
|
865
|
+
Create a paginator for an operation.
|
|
866
|
+
|
|
867
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/get_paginator.html)
|
|
868
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
869
|
+
"""
|
|
870
|
+
|
|
829
871
|
@overload # type: ignore[override]
|
|
830
872
|
def get_paginator( # type: ignore[override]
|
|
831
873
|
self, operation_name: Literal["list_children"]
|
|
@@ -870,6 +912,17 @@ class OrganizationsClient(BaseClient):
|
|
|
870
912
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
871
913
|
"""
|
|
872
914
|
|
|
915
|
+
@overload # type: ignore[override]
|
|
916
|
+
def get_paginator( # type: ignore[override]
|
|
917
|
+
self, operation_name: Literal["list_effective_policy_validation_errors"]
|
|
918
|
+
) -> ListEffectivePolicyValidationErrorsPaginator:
|
|
919
|
+
"""
|
|
920
|
+
Create a paginator for an operation.
|
|
921
|
+
|
|
922
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/get_paginator.html)
|
|
923
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
924
|
+
"""
|
|
925
|
+
|
|
873
926
|
@overload # type: ignore[override]
|
|
874
927
|
def get_paginator( # type: ignore[override]
|
|
875
928
|
self, operation_name: Literal["list_handshakes_for_account"]
|
|
@@ -28,11 +28,13 @@ from botocore.exceptions import ClientError as BotocoreClientError
|
|
|
28
28
|
from .paginator import (
|
|
29
29
|
ListAccountsForParentPaginator,
|
|
30
30
|
ListAccountsPaginator,
|
|
31
|
+
ListAccountsWithInvalidEffectivePolicyPaginator,
|
|
31
32
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
32
33
|
ListChildrenPaginator,
|
|
33
34
|
ListCreateAccountStatusPaginator,
|
|
34
35
|
ListDelegatedAdministratorsPaginator,
|
|
35
36
|
ListDelegatedServicesForAccountPaginator,
|
|
37
|
+
ListEffectivePolicyValidationErrorsPaginator,
|
|
36
38
|
ListHandshakesForAccountPaginator,
|
|
37
39
|
ListHandshakesForOrganizationPaginator,
|
|
38
40
|
ListOrganizationalUnitsForParentPaginator,
|
|
@@ -94,6 +96,8 @@ from .type_defs import (
|
|
|
94
96
|
ListAccountsForParentResponseTypeDef,
|
|
95
97
|
ListAccountsRequestTypeDef,
|
|
96
98
|
ListAccountsResponseTypeDef,
|
|
99
|
+
ListAccountsWithInvalidEffectivePolicyRequestTypeDef,
|
|
100
|
+
ListAccountsWithInvalidEffectivePolicyResponseTypeDef,
|
|
97
101
|
ListAWSServiceAccessForOrganizationRequestTypeDef,
|
|
98
102
|
ListAWSServiceAccessForOrganizationResponseTypeDef,
|
|
99
103
|
ListChildrenRequestTypeDef,
|
|
@@ -104,6 +108,8 @@ from .type_defs import (
|
|
|
104
108
|
ListDelegatedAdministratorsResponseTypeDef,
|
|
105
109
|
ListDelegatedServicesForAccountRequestTypeDef,
|
|
106
110
|
ListDelegatedServicesForAccountResponseTypeDef,
|
|
111
|
+
ListEffectivePolicyValidationErrorsRequestTypeDef,
|
|
112
|
+
ListEffectivePolicyValidationErrorsResponseTypeDef,
|
|
107
113
|
ListHandshakesForAccountRequestTypeDef,
|
|
108
114
|
ListHandshakesForAccountResponseTypeDef,
|
|
109
115
|
ListHandshakesForOrganizationRequestTypeDef,
|
|
@@ -145,10 +151,8 @@ if sys.version_info >= (3, 12):
|
|
|
145
151
|
else:
|
|
146
152
|
from typing_extensions import Literal, Unpack
|
|
147
153
|
|
|
148
|
-
|
|
149
154
|
__all__ = ("OrganizationsClient",)
|
|
150
155
|
|
|
151
|
-
|
|
152
156
|
class Exceptions(BaseClientExceptions):
|
|
153
157
|
AWSOrganizationsNotInUseException: Type[BotocoreClientError]
|
|
154
158
|
AccessDeniedException: Type[BotocoreClientError]
|
|
@@ -199,7 +203,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
199
203
|
TooManyRequestsException: Type[BotocoreClientError]
|
|
200
204
|
UnsupportedAPIEndpointException: Type[BotocoreClientError]
|
|
201
205
|
|
|
202
|
-
|
|
203
206
|
class OrganizationsClient(BaseClient):
|
|
204
207
|
"""
|
|
205
208
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client)
|
|
@@ -577,6 +580,16 @@ class OrganizationsClient(BaseClient):
|
|
|
577
580
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_accounts_for_parent)
|
|
578
581
|
"""
|
|
579
582
|
|
|
583
|
+
def list_accounts_with_invalid_effective_policy(
|
|
584
|
+
self, **kwargs: Unpack[ListAccountsWithInvalidEffectivePolicyRequestTypeDef]
|
|
585
|
+
) -> ListAccountsWithInvalidEffectivePolicyResponseTypeDef:
|
|
586
|
+
"""
|
|
587
|
+
Lists all the accounts in an organization that have invalid effective policies.
|
|
588
|
+
|
|
589
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_accounts_with_invalid_effective_policy.html)
|
|
590
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_accounts_with_invalid_effective_policy)
|
|
591
|
+
"""
|
|
592
|
+
|
|
580
593
|
def list_children(
|
|
581
594
|
self, **kwargs: Unpack[ListChildrenRequestTypeDef]
|
|
582
595
|
) -> ListChildrenResponseTypeDef:
|
|
@@ -621,6 +634,18 @@ class OrganizationsClient(BaseClient):
|
|
|
621
634
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_delegated_services_for_account)
|
|
622
635
|
"""
|
|
623
636
|
|
|
637
|
+
def list_effective_policy_validation_errors(
|
|
638
|
+
self, **kwargs: Unpack[ListEffectivePolicyValidationErrorsRequestTypeDef]
|
|
639
|
+
) -> ListEffectivePolicyValidationErrorsResponseTypeDef:
|
|
640
|
+
"""
|
|
641
|
+
Lists all the validation errors on an <a
|
|
642
|
+
href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_effective.html">effective
|
|
643
|
+
policy</a> for a specified account and policy type.
|
|
644
|
+
|
|
645
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/list_effective_policy_validation_errors.html)
|
|
646
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#list_effective_policy_validation_errors)
|
|
647
|
+
"""
|
|
648
|
+
|
|
624
649
|
def list_handshakes_for_account(
|
|
625
650
|
self, **kwargs: Unpack[ListHandshakesForAccountRequestTypeDef]
|
|
626
651
|
) -> ListHandshakesForAccountResponseTypeDef:
|
|
@@ -829,6 +854,17 @@ class OrganizationsClient(BaseClient):
|
|
|
829
854
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
830
855
|
"""
|
|
831
856
|
|
|
857
|
+
@overload # type: ignore[override]
|
|
858
|
+
def get_paginator( # type: ignore[override]
|
|
859
|
+
self, operation_name: Literal["list_accounts_with_invalid_effective_policy"]
|
|
860
|
+
) -> ListAccountsWithInvalidEffectivePolicyPaginator:
|
|
861
|
+
"""
|
|
862
|
+
Create a paginator for an operation.
|
|
863
|
+
|
|
864
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/get_paginator.html)
|
|
865
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
866
|
+
"""
|
|
867
|
+
|
|
832
868
|
@overload # type: ignore[override]
|
|
833
869
|
def get_paginator( # type: ignore[override]
|
|
834
870
|
self, operation_name: Literal["list_children"]
|
|
@@ -873,6 +909,17 @@ class OrganizationsClient(BaseClient):
|
|
|
873
909
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
874
910
|
"""
|
|
875
911
|
|
|
912
|
+
@overload # type: ignore[override]
|
|
913
|
+
def get_paginator( # type: ignore[override]
|
|
914
|
+
self, operation_name: Literal["list_effective_policy_validation_errors"]
|
|
915
|
+
) -> ListEffectivePolicyValidationErrorsPaginator:
|
|
916
|
+
"""
|
|
917
|
+
Create a paginator for an operation.
|
|
918
|
+
|
|
919
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/get_paginator.html)
|
|
920
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
921
|
+
"""
|
|
922
|
+
|
|
876
923
|
@overload # type: ignore[override]
|
|
877
924
|
def get_paginator( # type: ignore[override]
|
|
878
925
|
self, operation_name: Literal["list_handshakes_for_account"]
|
|
@@ -37,10 +37,12 @@ __all__ = (
|
|
|
37
37
|
"ListAWSServiceAccessForOrganizationPaginatorName",
|
|
38
38
|
"ListAccountsForParentPaginatorName",
|
|
39
39
|
"ListAccountsPaginatorName",
|
|
40
|
+
"ListAccountsWithInvalidEffectivePolicyPaginatorName",
|
|
40
41
|
"ListChildrenPaginatorName",
|
|
41
42
|
"ListCreateAccountStatusPaginatorName",
|
|
42
43
|
"ListDelegatedAdministratorsPaginatorName",
|
|
43
44
|
"ListDelegatedServicesForAccountPaginatorName",
|
|
45
|
+
"ListEffectivePolicyValidationErrorsPaginatorName",
|
|
44
46
|
"ListHandshakesForAccountPaginatorName",
|
|
45
47
|
"ListHandshakesForOrganizationPaginatorName",
|
|
46
48
|
"ListOrganizationalUnitsForParentPaginatorName",
|
|
@@ -112,10 +114,16 @@ ListAWSServiceAccessForOrganizationPaginatorName = Literal[
|
|
|
112
114
|
]
|
|
113
115
|
ListAccountsForParentPaginatorName = Literal["list_accounts_for_parent"]
|
|
114
116
|
ListAccountsPaginatorName = Literal["list_accounts"]
|
|
117
|
+
ListAccountsWithInvalidEffectivePolicyPaginatorName = Literal[
|
|
118
|
+
"list_accounts_with_invalid_effective_policy"
|
|
119
|
+
]
|
|
115
120
|
ListChildrenPaginatorName = Literal["list_children"]
|
|
116
121
|
ListCreateAccountStatusPaginatorName = Literal["list_create_account_status"]
|
|
117
122
|
ListDelegatedAdministratorsPaginatorName = Literal["list_delegated_administrators"]
|
|
118
123
|
ListDelegatedServicesForAccountPaginatorName = Literal["list_delegated_services_for_account"]
|
|
124
|
+
ListEffectivePolicyValidationErrorsPaginatorName = Literal[
|
|
125
|
+
"list_effective_policy_validation_errors"
|
|
126
|
+
]
|
|
119
127
|
ListHandshakesForAccountPaginatorName = Literal["list_handshakes_for_account"]
|
|
120
128
|
ListHandshakesForOrganizationPaginatorName = Literal["list_handshakes_for_organization"]
|
|
121
129
|
ListOrganizationalUnitsForParentPaginatorName = Literal["list_organizational_units_for_parent"]
|
|
@@ -167,6 +175,7 @@ ServiceName = Literal[
|
|
|
167
175
|
"appstream",
|
|
168
176
|
"appsync",
|
|
169
177
|
"apptest",
|
|
178
|
+
"arc-region-switch",
|
|
170
179
|
"arc-zonal-shift",
|
|
171
180
|
"artifact",
|
|
172
181
|
"athena",
|
|
@@ -569,11 +578,13 @@ ResourceServiceName = Literal[
|
|
|
569
578
|
PaginatorName = Literal[
|
|
570
579
|
"list_accounts",
|
|
571
580
|
"list_accounts_for_parent",
|
|
581
|
+
"list_accounts_with_invalid_effective_policy",
|
|
572
582
|
"list_aws_service_access_for_organization",
|
|
573
583
|
"list_children",
|
|
574
584
|
"list_create_account_status",
|
|
575
585
|
"list_delegated_administrators",
|
|
576
586
|
"list_delegated_services_for_account",
|
|
587
|
+
"list_effective_policy_validation_errors",
|
|
577
588
|
"list_handshakes_for_account",
|
|
578
589
|
"list_handshakes_for_organization",
|
|
579
590
|
"list_organizational_units_for_parent",
|
|
@@ -36,10 +36,12 @@ __all__ = (
|
|
|
36
36
|
"ListAWSServiceAccessForOrganizationPaginatorName",
|
|
37
37
|
"ListAccountsForParentPaginatorName",
|
|
38
38
|
"ListAccountsPaginatorName",
|
|
39
|
+
"ListAccountsWithInvalidEffectivePolicyPaginatorName",
|
|
39
40
|
"ListChildrenPaginatorName",
|
|
40
41
|
"ListCreateAccountStatusPaginatorName",
|
|
41
42
|
"ListDelegatedAdministratorsPaginatorName",
|
|
42
43
|
"ListDelegatedServicesForAccountPaginatorName",
|
|
44
|
+
"ListEffectivePolicyValidationErrorsPaginatorName",
|
|
43
45
|
"ListHandshakesForAccountPaginatorName",
|
|
44
46
|
"ListHandshakesForOrganizationPaginatorName",
|
|
45
47
|
"ListOrganizationalUnitsForParentPaginatorName",
|
|
@@ -110,10 +112,16 @@ ListAWSServiceAccessForOrganizationPaginatorName = Literal[
|
|
|
110
112
|
]
|
|
111
113
|
ListAccountsForParentPaginatorName = Literal["list_accounts_for_parent"]
|
|
112
114
|
ListAccountsPaginatorName = Literal["list_accounts"]
|
|
115
|
+
ListAccountsWithInvalidEffectivePolicyPaginatorName = Literal[
|
|
116
|
+
"list_accounts_with_invalid_effective_policy"
|
|
117
|
+
]
|
|
113
118
|
ListChildrenPaginatorName = Literal["list_children"]
|
|
114
119
|
ListCreateAccountStatusPaginatorName = Literal["list_create_account_status"]
|
|
115
120
|
ListDelegatedAdministratorsPaginatorName = Literal["list_delegated_administrators"]
|
|
116
121
|
ListDelegatedServicesForAccountPaginatorName = Literal["list_delegated_services_for_account"]
|
|
122
|
+
ListEffectivePolicyValidationErrorsPaginatorName = Literal[
|
|
123
|
+
"list_effective_policy_validation_errors"
|
|
124
|
+
]
|
|
117
125
|
ListHandshakesForAccountPaginatorName = Literal["list_handshakes_for_account"]
|
|
118
126
|
ListHandshakesForOrganizationPaginatorName = Literal["list_handshakes_for_organization"]
|
|
119
127
|
ListOrganizationalUnitsForParentPaginatorName = Literal["list_organizational_units_for_parent"]
|
|
@@ -165,6 +173,7 @@ ServiceName = Literal[
|
|
|
165
173
|
"appstream",
|
|
166
174
|
"appsync",
|
|
167
175
|
"apptest",
|
|
176
|
+
"arc-region-switch",
|
|
168
177
|
"arc-zonal-shift",
|
|
169
178
|
"artifact",
|
|
170
179
|
"athena",
|
|
@@ -567,11 +576,13 @@ ResourceServiceName = Literal[
|
|
|
567
576
|
PaginatorName = Literal[
|
|
568
577
|
"list_accounts",
|
|
569
578
|
"list_accounts_for_parent",
|
|
579
|
+
"list_accounts_with_invalid_effective_policy",
|
|
570
580
|
"list_aws_service_access_for_organization",
|
|
571
581
|
"list_children",
|
|
572
582
|
"list_create_account_status",
|
|
573
583
|
"list_delegated_administrators",
|
|
574
584
|
"list_delegated_services_for_account",
|
|
585
|
+
"list_effective_policy_validation_errors",
|
|
575
586
|
"list_handshakes_for_account",
|
|
576
587
|
"list_handshakes_for_organization",
|
|
577
588
|
"list_organizational_units_for_parent",
|