mypy-boto3-organizations 1.40.55__tar.gz → 1.41.0__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.55 → mypy_boto3_organizations-1.41.0}/PKG-INFO +11 -25
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/README.md +3 -3
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/__main__.py +4 -4
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/client.py +49 -53
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/client.pyi +49 -53
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/literals.py +4 -7
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/literals.pyi +4 -7
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/type_defs.py +32 -36
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/type_defs.pyi +32 -36
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/version.py +1 -1
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/PKG-INFO +11 -25
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/SOURCES.txt +1 -2
- mypy_boto3_organizations-1.41.0/pyproject.toml +61 -0
- mypy_boto3_organizations-1.40.55/mypy_boto3_organizations.egg-info/not-zip-safe +0 -1
- mypy_boto3_organizations-1.40.55/setup.py +0 -54
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/LICENSE +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/__init__.py +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/__init__.pyi +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/paginator.py +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/paginator.pyi +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/py.typed +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.41.0}/setup.cfg +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,organizations,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="mypy-boto3-organizations"></a>
|
|
49
35
|
|
|
@@ -57,7 +43,7 @@ Dynamic: summary
|
|
|
57
43
|

|
|
58
44
|
|
|
59
45
|
Type annotations for
|
|
60
|
-
[boto3 Organizations 1.
|
|
46
|
+
[boto3 Organizations 1.41.0](https://pypi.org/project/boto3/) compatible with
|
|
61
47
|
[VSCode](https://code.visualstudio.com/),
|
|
62
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -66,7 +52,7 @@ Type annotations for
|
|
|
66
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
53
|
|
|
68
54
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
56
|
|
|
71
57
|
More information can be found on
|
|
72
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
105
|
isolation.
|
|
120
106
|
|
|
121
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
123
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
110
|
3. Add `Organizations` service.
|
|
125
111
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 Organizations 1.
|
|
13
|
+
[boto3 Organizations 1.41.0](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/),
|
|
@@ -19,7 +19,7 @@ Type annotations for
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated with
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
22
|
+
[mypy-boto3-builder 8.12.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
|
|
@@ -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.
|
|
75
|
+
`uvx --with 'boto3==1.41.0' 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.
|
|
@@ -12,9 +12,9 @@ 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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Organizations 1.41.0\n"
|
|
16
|
+
"Version: 1.41.0\n"
|
|
17
|
+
"Builder version: 8.12.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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.
|
|
29
|
+
sys.stdout.write("1.41.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -141,11 +142,6 @@ from .type_defs import (
|
|
|
141
142
|
UpdatePolicyResponseTypeDef,
|
|
142
143
|
)
|
|
143
144
|
|
|
144
|
-
if sys.version_info >= (3, 9):
|
|
145
|
-
from builtins import type as Type
|
|
146
|
-
from collections.abc import Mapping
|
|
147
|
-
else:
|
|
148
|
-
from typing import Mapping, Type
|
|
149
145
|
if sys.version_info >= (3, 12):
|
|
150
146
|
from typing import Literal, Unpack
|
|
151
147
|
else:
|
|
@@ -156,54 +152,54 @@ __all__ = ("OrganizationsClient",)
|
|
|
156
152
|
|
|
157
153
|
|
|
158
154
|
class Exceptions(BaseClientExceptions):
|
|
159
|
-
AWSOrganizationsNotInUseException:
|
|
160
|
-
AccessDeniedException:
|
|
161
|
-
AccessDeniedForDependencyException:
|
|
162
|
-
AccountAlreadyClosedException:
|
|
163
|
-
AccountAlreadyRegisteredException:
|
|
164
|
-
AccountNotFoundException:
|
|
165
|
-
AccountNotRegisteredException:
|
|
166
|
-
AccountOwnerNotVerifiedException:
|
|
167
|
-
AlreadyInOrganizationException:
|
|
168
|
-
ChildNotFoundException:
|
|
169
|
-
ClientError:
|
|
170
|
-
ConcurrentModificationException:
|
|
171
|
-
ConflictException:
|
|
172
|
-
ConstraintViolationException:
|
|
173
|
-
CreateAccountStatusNotFoundException:
|
|
174
|
-
DestinationParentNotFoundException:
|
|
175
|
-
DuplicateAccountException:
|
|
176
|
-
DuplicateHandshakeException:
|
|
177
|
-
DuplicateOrganizationalUnitException:
|
|
178
|
-
DuplicatePolicyAttachmentException:
|
|
179
|
-
DuplicatePolicyException:
|
|
180
|
-
EffectivePolicyNotFoundException:
|
|
181
|
-
FinalizingOrganizationException:
|
|
182
|
-
HandshakeAlreadyInStateException:
|
|
183
|
-
HandshakeConstraintViolationException:
|
|
184
|
-
HandshakeNotFoundException:
|
|
185
|
-
InvalidHandshakeTransitionException:
|
|
186
|
-
InvalidInputException:
|
|
187
|
-
MalformedPolicyDocumentException:
|
|
188
|
-
MasterCannotLeaveOrganizationException:
|
|
189
|
-
OrganizationNotEmptyException:
|
|
190
|
-
OrganizationalUnitNotEmptyException:
|
|
191
|
-
OrganizationalUnitNotFoundException:
|
|
192
|
-
ParentNotFoundException:
|
|
193
|
-
PolicyChangesInProgressException:
|
|
194
|
-
PolicyInUseException:
|
|
195
|
-
PolicyNotAttachedException:
|
|
196
|
-
PolicyNotFoundException:
|
|
197
|
-
PolicyTypeAlreadyEnabledException:
|
|
198
|
-
PolicyTypeNotAvailableForOrganizationException:
|
|
199
|
-
PolicyTypeNotEnabledException:
|
|
200
|
-
ResourcePolicyNotFoundException:
|
|
201
|
-
RootNotFoundException:
|
|
202
|
-
ServiceException:
|
|
203
|
-
SourceParentNotFoundException:
|
|
204
|
-
TargetNotFoundException:
|
|
205
|
-
TooManyRequestsException:
|
|
206
|
-
UnsupportedAPIEndpointException:
|
|
155
|
+
AWSOrganizationsNotInUseException: type[BotocoreClientError]
|
|
156
|
+
AccessDeniedException: type[BotocoreClientError]
|
|
157
|
+
AccessDeniedForDependencyException: type[BotocoreClientError]
|
|
158
|
+
AccountAlreadyClosedException: type[BotocoreClientError]
|
|
159
|
+
AccountAlreadyRegisteredException: type[BotocoreClientError]
|
|
160
|
+
AccountNotFoundException: type[BotocoreClientError]
|
|
161
|
+
AccountNotRegisteredException: type[BotocoreClientError]
|
|
162
|
+
AccountOwnerNotVerifiedException: type[BotocoreClientError]
|
|
163
|
+
AlreadyInOrganizationException: type[BotocoreClientError]
|
|
164
|
+
ChildNotFoundException: type[BotocoreClientError]
|
|
165
|
+
ClientError: type[BotocoreClientError]
|
|
166
|
+
ConcurrentModificationException: type[BotocoreClientError]
|
|
167
|
+
ConflictException: type[BotocoreClientError]
|
|
168
|
+
ConstraintViolationException: type[BotocoreClientError]
|
|
169
|
+
CreateAccountStatusNotFoundException: type[BotocoreClientError]
|
|
170
|
+
DestinationParentNotFoundException: type[BotocoreClientError]
|
|
171
|
+
DuplicateAccountException: type[BotocoreClientError]
|
|
172
|
+
DuplicateHandshakeException: type[BotocoreClientError]
|
|
173
|
+
DuplicateOrganizationalUnitException: type[BotocoreClientError]
|
|
174
|
+
DuplicatePolicyAttachmentException: type[BotocoreClientError]
|
|
175
|
+
DuplicatePolicyException: type[BotocoreClientError]
|
|
176
|
+
EffectivePolicyNotFoundException: type[BotocoreClientError]
|
|
177
|
+
FinalizingOrganizationException: type[BotocoreClientError]
|
|
178
|
+
HandshakeAlreadyInStateException: type[BotocoreClientError]
|
|
179
|
+
HandshakeConstraintViolationException: type[BotocoreClientError]
|
|
180
|
+
HandshakeNotFoundException: type[BotocoreClientError]
|
|
181
|
+
InvalidHandshakeTransitionException: type[BotocoreClientError]
|
|
182
|
+
InvalidInputException: type[BotocoreClientError]
|
|
183
|
+
MalformedPolicyDocumentException: type[BotocoreClientError]
|
|
184
|
+
MasterCannotLeaveOrganizationException: type[BotocoreClientError]
|
|
185
|
+
OrganizationNotEmptyException: type[BotocoreClientError]
|
|
186
|
+
OrganizationalUnitNotEmptyException: type[BotocoreClientError]
|
|
187
|
+
OrganizationalUnitNotFoundException: type[BotocoreClientError]
|
|
188
|
+
ParentNotFoundException: type[BotocoreClientError]
|
|
189
|
+
PolicyChangesInProgressException: type[BotocoreClientError]
|
|
190
|
+
PolicyInUseException: type[BotocoreClientError]
|
|
191
|
+
PolicyNotAttachedException: type[BotocoreClientError]
|
|
192
|
+
PolicyNotFoundException: type[BotocoreClientError]
|
|
193
|
+
PolicyTypeAlreadyEnabledException: type[BotocoreClientError]
|
|
194
|
+
PolicyTypeNotAvailableForOrganizationException: type[BotocoreClientError]
|
|
195
|
+
PolicyTypeNotEnabledException: type[BotocoreClientError]
|
|
196
|
+
ResourcePolicyNotFoundException: type[BotocoreClientError]
|
|
197
|
+
RootNotFoundException: type[BotocoreClientError]
|
|
198
|
+
ServiceException: type[BotocoreClientError]
|
|
199
|
+
SourceParentNotFoundException: type[BotocoreClientError]
|
|
200
|
+
TargetNotFoundException: type[BotocoreClientError]
|
|
201
|
+
TooManyRequestsException: type[BotocoreClientError]
|
|
202
|
+
UnsupportedAPIEndpointException: type[BotocoreClientError]
|
|
207
203
|
|
|
208
204
|
|
|
209
205
|
class OrganizationsClient(BaseClient):
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -141,11 +142,6 @@ from .type_defs import (
|
|
|
141
142
|
UpdatePolicyResponseTypeDef,
|
|
142
143
|
)
|
|
143
144
|
|
|
144
|
-
if sys.version_info >= (3, 9):
|
|
145
|
-
from builtins import type as Type
|
|
146
|
-
from collections.abc import Mapping
|
|
147
|
-
else:
|
|
148
|
-
from typing import Mapping, Type
|
|
149
145
|
if sys.version_info >= (3, 12):
|
|
150
146
|
from typing import Literal, Unpack
|
|
151
147
|
else:
|
|
@@ -154,54 +150,54 @@ else:
|
|
|
154
150
|
__all__ = ("OrganizationsClient",)
|
|
155
151
|
|
|
156
152
|
class Exceptions(BaseClientExceptions):
|
|
157
|
-
AWSOrganizationsNotInUseException:
|
|
158
|
-
AccessDeniedException:
|
|
159
|
-
AccessDeniedForDependencyException:
|
|
160
|
-
AccountAlreadyClosedException:
|
|
161
|
-
AccountAlreadyRegisteredException:
|
|
162
|
-
AccountNotFoundException:
|
|
163
|
-
AccountNotRegisteredException:
|
|
164
|
-
AccountOwnerNotVerifiedException:
|
|
165
|
-
AlreadyInOrganizationException:
|
|
166
|
-
ChildNotFoundException:
|
|
167
|
-
ClientError:
|
|
168
|
-
ConcurrentModificationException:
|
|
169
|
-
ConflictException:
|
|
170
|
-
ConstraintViolationException:
|
|
171
|
-
CreateAccountStatusNotFoundException:
|
|
172
|
-
DestinationParentNotFoundException:
|
|
173
|
-
DuplicateAccountException:
|
|
174
|
-
DuplicateHandshakeException:
|
|
175
|
-
DuplicateOrganizationalUnitException:
|
|
176
|
-
DuplicatePolicyAttachmentException:
|
|
177
|
-
DuplicatePolicyException:
|
|
178
|
-
EffectivePolicyNotFoundException:
|
|
179
|
-
FinalizingOrganizationException:
|
|
180
|
-
HandshakeAlreadyInStateException:
|
|
181
|
-
HandshakeConstraintViolationException:
|
|
182
|
-
HandshakeNotFoundException:
|
|
183
|
-
InvalidHandshakeTransitionException:
|
|
184
|
-
InvalidInputException:
|
|
185
|
-
MalformedPolicyDocumentException:
|
|
186
|
-
MasterCannotLeaveOrganizationException:
|
|
187
|
-
OrganizationNotEmptyException:
|
|
188
|
-
OrganizationalUnitNotEmptyException:
|
|
189
|
-
OrganizationalUnitNotFoundException:
|
|
190
|
-
ParentNotFoundException:
|
|
191
|
-
PolicyChangesInProgressException:
|
|
192
|
-
PolicyInUseException:
|
|
193
|
-
PolicyNotAttachedException:
|
|
194
|
-
PolicyNotFoundException:
|
|
195
|
-
PolicyTypeAlreadyEnabledException:
|
|
196
|
-
PolicyTypeNotAvailableForOrganizationException:
|
|
197
|
-
PolicyTypeNotEnabledException:
|
|
198
|
-
ResourcePolicyNotFoundException:
|
|
199
|
-
RootNotFoundException:
|
|
200
|
-
ServiceException:
|
|
201
|
-
SourceParentNotFoundException:
|
|
202
|
-
TargetNotFoundException:
|
|
203
|
-
TooManyRequestsException:
|
|
204
|
-
UnsupportedAPIEndpointException:
|
|
153
|
+
AWSOrganizationsNotInUseException: type[BotocoreClientError]
|
|
154
|
+
AccessDeniedException: type[BotocoreClientError]
|
|
155
|
+
AccessDeniedForDependencyException: type[BotocoreClientError]
|
|
156
|
+
AccountAlreadyClosedException: type[BotocoreClientError]
|
|
157
|
+
AccountAlreadyRegisteredException: type[BotocoreClientError]
|
|
158
|
+
AccountNotFoundException: type[BotocoreClientError]
|
|
159
|
+
AccountNotRegisteredException: type[BotocoreClientError]
|
|
160
|
+
AccountOwnerNotVerifiedException: type[BotocoreClientError]
|
|
161
|
+
AlreadyInOrganizationException: type[BotocoreClientError]
|
|
162
|
+
ChildNotFoundException: type[BotocoreClientError]
|
|
163
|
+
ClientError: type[BotocoreClientError]
|
|
164
|
+
ConcurrentModificationException: type[BotocoreClientError]
|
|
165
|
+
ConflictException: type[BotocoreClientError]
|
|
166
|
+
ConstraintViolationException: type[BotocoreClientError]
|
|
167
|
+
CreateAccountStatusNotFoundException: type[BotocoreClientError]
|
|
168
|
+
DestinationParentNotFoundException: type[BotocoreClientError]
|
|
169
|
+
DuplicateAccountException: type[BotocoreClientError]
|
|
170
|
+
DuplicateHandshakeException: type[BotocoreClientError]
|
|
171
|
+
DuplicateOrganizationalUnitException: type[BotocoreClientError]
|
|
172
|
+
DuplicatePolicyAttachmentException: type[BotocoreClientError]
|
|
173
|
+
DuplicatePolicyException: type[BotocoreClientError]
|
|
174
|
+
EffectivePolicyNotFoundException: type[BotocoreClientError]
|
|
175
|
+
FinalizingOrganizationException: type[BotocoreClientError]
|
|
176
|
+
HandshakeAlreadyInStateException: type[BotocoreClientError]
|
|
177
|
+
HandshakeConstraintViolationException: type[BotocoreClientError]
|
|
178
|
+
HandshakeNotFoundException: type[BotocoreClientError]
|
|
179
|
+
InvalidHandshakeTransitionException: type[BotocoreClientError]
|
|
180
|
+
InvalidInputException: type[BotocoreClientError]
|
|
181
|
+
MalformedPolicyDocumentException: type[BotocoreClientError]
|
|
182
|
+
MasterCannotLeaveOrganizationException: type[BotocoreClientError]
|
|
183
|
+
OrganizationNotEmptyException: type[BotocoreClientError]
|
|
184
|
+
OrganizationalUnitNotEmptyException: type[BotocoreClientError]
|
|
185
|
+
OrganizationalUnitNotFoundException: type[BotocoreClientError]
|
|
186
|
+
ParentNotFoundException: type[BotocoreClientError]
|
|
187
|
+
PolicyChangesInProgressException: type[BotocoreClientError]
|
|
188
|
+
PolicyInUseException: type[BotocoreClientError]
|
|
189
|
+
PolicyNotAttachedException: type[BotocoreClientError]
|
|
190
|
+
PolicyNotFoundException: type[BotocoreClientError]
|
|
191
|
+
PolicyTypeAlreadyEnabledException: type[BotocoreClientError]
|
|
192
|
+
PolicyTypeNotAvailableForOrganizationException: type[BotocoreClientError]
|
|
193
|
+
PolicyTypeNotEnabledException: type[BotocoreClientError]
|
|
194
|
+
ResourcePolicyNotFoundException: type[BotocoreClientError]
|
|
195
|
+
RootNotFoundException: type[BotocoreClientError]
|
|
196
|
+
ServiceException: type[BotocoreClientError]
|
|
197
|
+
SourceParentNotFoundException: type[BotocoreClientError]
|
|
198
|
+
TargetNotFoundException: type[BotocoreClientError]
|
|
199
|
+
TooManyRequestsException: type[BotocoreClientError]
|
|
200
|
+
UnsupportedAPIEndpointException: type[BotocoreClientError]
|
|
205
201
|
|
|
206
202
|
class OrganizationsClient(BaseClient):
|
|
207
203
|
"""
|
|
@@ -176,7 +176,6 @@ ServiceName = Literal[
|
|
|
176
176
|
"apprunner",
|
|
177
177
|
"appstream",
|
|
178
178
|
"appsync",
|
|
179
|
-
"apptest",
|
|
180
179
|
"arc-region-switch",
|
|
181
180
|
"arc-zonal-shift",
|
|
182
181
|
"artifact",
|
|
@@ -344,7 +343,6 @@ ServiceName = Literal[
|
|
|
344
343
|
"iotdeviceadvisor",
|
|
345
344
|
"iotevents",
|
|
346
345
|
"iotevents-data",
|
|
347
|
-
"iotfleethub",
|
|
348
346
|
"iotfleetwise",
|
|
349
347
|
"iotsecuretunneling",
|
|
350
348
|
"iotsitewise",
|
|
@@ -383,8 +381,6 @@ ServiceName = Literal[
|
|
|
383
381
|
"location",
|
|
384
382
|
"logs",
|
|
385
383
|
"lookoutequipment",
|
|
386
|
-
"lookoutmetrics",
|
|
387
|
-
"lookoutvision",
|
|
388
384
|
"m2",
|
|
389
385
|
"machinelearning",
|
|
390
386
|
"macie2",
|
|
@@ -419,6 +415,7 @@ ServiceName = Literal[
|
|
|
419
415
|
"mq",
|
|
420
416
|
"mturk",
|
|
421
417
|
"mwaa",
|
|
418
|
+
"mwaa-serverless",
|
|
422
419
|
"neptune",
|
|
423
420
|
"neptune-graph",
|
|
424
421
|
"neptunedata",
|
|
@@ -438,6 +435,7 @@ ServiceName = Literal[
|
|
|
438
435
|
"osis",
|
|
439
436
|
"outposts",
|
|
440
437
|
"panorama",
|
|
438
|
+
"partnercentral-channel",
|
|
441
439
|
"partnercentral-selling",
|
|
442
440
|
"payment-cryptography",
|
|
443
441
|
"payment-cryptography-data",
|
|
@@ -459,8 +457,6 @@ ServiceName = Literal[
|
|
|
459
457
|
"qapps",
|
|
460
458
|
"qbusiness",
|
|
461
459
|
"qconnect",
|
|
462
|
-
"qldb",
|
|
463
|
-
"qldb-session",
|
|
464
460
|
"quicksight",
|
|
465
461
|
"ram",
|
|
466
462
|
"rbin",
|
|
@@ -475,7 +471,6 @@ ServiceName = Literal[
|
|
|
475
471
|
"resource-explorer-2",
|
|
476
472
|
"resource-groups",
|
|
477
473
|
"resourcegroupstaggingapi",
|
|
478
|
-
"robomaker",
|
|
479
474
|
"rolesanywhere",
|
|
480
475
|
"route53",
|
|
481
476
|
"route53-recovery-cluster",
|
|
@@ -484,6 +479,7 @@ ServiceName = Literal[
|
|
|
484
479
|
"route53domains",
|
|
485
480
|
"route53profiles",
|
|
486
481
|
"route53resolver",
|
|
482
|
+
"rtbfabric",
|
|
487
483
|
"rum",
|
|
488
484
|
"s3",
|
|
489
485
|
"s3control",
|
|
@@ -514,6 +510,7 @@ ServiceName = Literal[
|
|
|
514
510
|
"sesv2",
|
|
515
511
|
"shield",
|
|
516
512
|
"signer",
|
|
513
|
+
"signin",
|
|
517
514
|
"simspaceweaver",
|
|
518
515
|
"snow-device-management",
|
|
519
516
|
"snowball",
|
|
@@ -174,7 +174,6 @@ ServiceName = Literal[
|
|
|
174
174
|
"apprunner",
|
|
175
175
|
"appstream",
|
|
176
176
|
"appsync",
|
|
177
|
-
"apptest",
|
|
178
177
|
"arc-region-switch",
|
|
179
178
|
"arc-zonal-shift",
|
|
180
179
|
"artifact",
|
|
@@ -342,7 +341,6 @@ ServiceName = Literal[
|
|
|
342
341
|
"iotdeviceadvisor",
|
|
343
342
|
"iotevents",
|
|
344
343
|
"iotevents-data",
|
|
345
|
-
"iotfleethub",
|
|
346
344
|
"iotfleetwise",
|
|
347
345
|
"iotsecuretunneling",
|
|
348
346
|
"iotsitewise",
|
|
@@ -381,8 +379,6 @@ ServiceName = Literal[
|
|
|
381
379
|
"location",
|
|
382
380
|
"logs",
|
|
383
381
|
"lookoutequipment",
|
|
384
|
-
"lookoutmetrics",
|
|
385
|
-
"lookoutvision",
|
|
386
382
|
"m2",
|
|
387
383
|
"machinelearning",
|
|
388
384
|
"macie2",
|
|
@@ -417,6 +413,7 @@ ServiceName = Literal[
|
|
|
417
413
|
"mq",
|
|
418
414
|
"mturk",
|
|
419
415
|
"mwaa",
|
|
416
|
+
"mwaa-serverless",
|
|
420
417
|
"neptune",
|
|
421
418
|
"neptune-graph",
|
|
422
419
|
"neptunedata",
|
|
@@ -436,6 +433,7 @@ ServiceName = Literal[
|
|
|
436
433
|
"osis",
|
|
437
434
|
"outposts",
|
|
438
435
|
"panorama",
|
|
436
|
+
"partnercentral-channel",
|
|
439
437
|
"partnercentral-selling",
|
|
440
438
|
"payment-cryptography",
|
|
441
439
|
"payment-cryptography-data",
|
|
@@ -457,8 +455,6 @@ ServiceName = Literal[
|
|
|
457
455
|
"qapps",
|
|
458
456
|
"qbusiness",
|
|
459
457
|
"qconnect",
|
|
460
|
-
"qldb",
|
|
461
|
-
"qldb-session",
|
|
462
458
|
"quicksight",
|
|
463
459
|
"ram",
|
|
464
460
|
"rbin",
|
|
@@ -473,7 +469,6 @@ ServiceName = Literal[
|
|
|
473
469
|
"resource-explorer-2",
|
|
474
470
|
"resource-groups",
|
|
475
471
|
"resourcegroupstaggingapi",
|
|
476
|
-
"robomaker",
|
|
477
472
|
"rolesanywhere",
|
|
478
473
|
"route53",
|
|
479
474
|
"route53-recovery-cluster",
|
|
@@ -482,6 +477,7 @@ ServiceName = Literal[
|
|
|
482
477
|
"route53domains",
|
|
483
478
|
"route53profiles",
|
|
484
479
|
"route53resolver",
|
|
480
|
+
"rtbfabric",
|
|
485
481
|
"rum",
|
|
486
482
|
"s3",
|
|
487
483
|
"s3control",
|
|
@@ -512,6 +508,7 @@ ServiceName = Literal[
|
|
|
512
508
|
"sesv2",
|
|
513
509
|
"shield",
|
|
514
510
|
"signer",
|
|
511
|
+
"signin",
|
|
515
512
|
"simspaceweaver",
|
|
516
513
|
"snow-device-management",
|
|
517
514
|
"snowball",
|
|
@@ -17,6 +17,7 @@ Usage::
|
|
|
17
17
|
from __future__ import annotations
|
|
18
18
|
|
|
19
19
|
import sys
|
|
20
|
+
from collections.abc import Sequence
|
|
20
21
|
from datetime import datetime
|
|
21
22
|
from typing import Any
|
|
22
23
|
|
|
@@ -40,12 +41,6 @@ from .literals import (
|
|
|
40
41
|
TargetTypeType,
|
|
41
42
|
)
|
|
42
43
|
|
|
43
|
-
if sys.version_info >= (3, 9):
|
|
44
|
-
from builtins import dict as Dict
|
|
45
|
-
from builtins import list as List
|
|
46
|
-
from collections.abc import Sequence
|
|
47
|
-
else:
|
|
48
|
-
from typing import Dict, List, Sequence
|
|
49
44
|
if sys.version_info >= (3, 12):
|
|
50
45
|
from typing import NotRequired, TypedDict
|
|
51
46
|
else:
|
|
@@ -203,7 +198,7 @@ class AcceptHandshakeRequestTypeDef(TypedDict):
|
|
|
203
198
|
class ResponseMetadataTypeDef(TypedDict):
|
|
204
199
|
RequestId: str
|
|
205
200
|
HTTPStatusCode: int
|
|
206
|
-
HTTPHeaders:
|
|
201
|
+
HTTPHeaders: dict[str, str]
|
|
207
202
|
RetryAttempts: int
|
|
208
203
|
HostId: NotRequired[str]
|
|
209
204
|
|
|
@@ -277,6 +272,7 @@ class DelegatedAdministratorTypeDef(TypedDict):
|
|
|
277
272
|
Email: NotRequired[str]
|
|
278
273
|
Name: NotRequired[str]
|
|
279
274
|
Status: NotRequired[AccountStatusType]
|
|
275
|
+
State: NotRequired[AccountStateType]
|
|
280
276
|
JoinedMethod: NotRequired[AccountJoinedMethodType]
|
|
281
277
|
JoinedTimestamp: NotRequired[datetime]
|
|
282
278
|
DelegationEnabledDate: NotRequired[datetime]
|
|
@@ -350,7 +346,7 @@ class EffectivePolicyValidationErrorTypeDef(TypedDict):
|
|
|
350
346
|
ErrorCode: NotRequired[str]
|
|
351
347
|
ErrorMessage: NotRequired[str]
|
|
352
348
|
PathToError: NotRequired[str]
|
|
353
|
-
ContributingPolicies: NotRequired[
|
|
349
|
+
ContributingPolicies: NotRequired[list[str]]
|
|
354
350
|
|
|
355
351
|
|
|
356
352
|
class EnableAWSServiceAccessRequestTypeDef(TypedDict):
|
|
@@ -384,7 +380,7 @@ HandshakeResourcePaginatorTypeDef = TypedDict(
|
|
|
384
380
|
{
|
|
385
381
|
"Value": NotRequired[str],
|
|
386
382
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
387
|
-
"Resources": NotRequired[
|
|
383
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
388
384
|
},
|
|
389
385
|
)
|
|
390
386
|
HandshakeResourceTypeDef = TypedDict(
|
|
@@ -392,7 +388,7 @@ HandshakeResourceTypeDef = TypedDict(
|
|
|
392
388
|
{
|
|
393
389
|
"Value": NotRequired[str],
|
|
394
390
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
395
|
-
"Resources": NotRequired[
|
|
391
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
396
392
|
},
|
|
397
393
|
)
|
|
398
394
|
|
|
@@ -587,26 +583,26 @@ class DescribeAccountResponseTypeDef(TypedDict):
|
|
|
587
583
|
|
|
588
584
|
|
|
589
585
|
class ListAccountsForParentResponseTypeDef(TypedDict):
|
|
590
|
-
Accounts:
|
|
586
|
+
Accounts: list[AccountTypeDef]
|
|
591
587
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
592
588
|
NextToken: NotRequired[str]
|
|
593
589
|
|
|
594
590
|
|
|
595
591
|
class ListAccountsResponseTypeDef(TypedDict):
|
|
596
|
-
Accounts:
|
|
592
|
+
Accounts: list[AccountTypeDef]
|
|
597
593
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
598
594
|
NextToken: NotRequired[str]
|
|
599
595
|
|
|
600
596
|
|
|
601
597
|
class ListAccountsWithInvalidEffectivePolicyResponseTypeDef(TypedDict):
|
|
602
|
-
Accounts:
|
|
598
|
+
Accounts: list[AccountTypeDef]
|
|
603
599
|
PolicyType: EffectivePolicyTypeType
|
|
604
600
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
605
601
|
NextToken: NotRequired[str]
|
|
606
602
|
|
|
607
603
|
|
|
608
604
|
class ListChildrenResponseTypeDef(TypedDict):
|
|
609
|
-
Children:
|
|
605
|
+
Children: list[ChildTypeDef]
|
|
610
606
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
611
607
|
NextToken: NotRequired[str]
|
|
612
608
|
|
|
@@ -646,7 +642,7 @@ CreatePolicyRequestTypeDef = TypedDict(
|
|
|
646
642
|
|
|
647
643
|
|
|
648
644
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
649
|
-
Tags:
|
|
645
|
+
Tags: list[TagTypeDef]
|
|
650
646
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
651
647
|
NextToken: NotRequired[str]
|
|
652
648
|
|
|
@@ -677,7 +673,7 @@ class DescribeCreateAccountStatusResponseTypeDef(TypedDict):
|
|
|
677
673
|
|
|
678
674
|
|
|
679
675
|
class ListCreateAccountStatusResponseTypeDef(TypedDict):
|
|
680
|
-
CreateAccountStatuses:
|
|
676
|
+
CreateAccountStatuses: list[CreateAccountStatusTypeDef]
|
|
681
677
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
682
678
|
NextToken: NotRequired[str]
|
|
683
679
|
|
|
@@ -693,7 +689,7 @@ class DescribeOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
693
689
|
|
|
694
690
|
|
|
695
691
|
class ListOrganizationalUnitsForParentResponseTypeDef(TypedDict):
|
|
696
|
-
OrganizationalUnits:
|
|
692
|
+
OrganizationalUnits: list[OrganizationalUnitTypeDef]
|
|
697
693
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
698
694
|
NextToken: NotRequired[str]
|
|
699
695
|
|
|
@@ -704,13 +700,13 @@ class UpdateOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
704
700
|
|
|
705
701
|
|
|
706
702
|
class ListDelegatedAdministratorsResponseTypeDef(TypedDict):
|
|
707
|
-
DelegatedAdministrators:
|
|
703
|
+
DelegatedAdministrators: list[DelegatedAdministratorTypeDef]
|
|
708
704
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
709
705
|
NextToken: NotRequired[str]
|
|
710
706
|
|
|
711
707
|
|
|
712
708
|
class ListDelegatedServicesForAccountResponseTypeDef(TypedDict):
|
|
713
|
-
DelegatedServices:
|
|
709
|
+
DelegatedServices: list[DelegatedServiceTypeDef]
|
|
714
710
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
715
711
|
NextToken: NotRequired[str]
|
|
716
712
|
|
|
@@ -725,13 +721,13 @@ class ListEffectivePolicyValidationErrorsResponseTypeDef(TypedDict):
|
|
|
725
721
|
PolicyType: EffectivePolicyTypeType
|
|
726
722
|
Path: str
|
|
727
723
|
EvaluationTimestamp: datetime
|
|
728
|
-
EffectivePolicyValidationErrors:
|
|
724
|
+
EffectivePolicyValidationErrors: list[EffectivePolicyValidationErrorTypeDef]
|
|
729
725
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
730
726
|
NextToken: NotRequired[str]
|
|
731
727
|
|
|
732
728
|
|
|
733
729
|
class ListAWSServiceAccessForOrganizationResponseTypeDef(TypedDict):
|
|
734
|
-
EnabledServicePrincipals:
|
|
730
|
+
EnabledServicePrincipals: list[EnabledServicePrincipalTypeDef]
|
|
735
731
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
736
732
|
NextToken: NotRequired[str]
|
|
737
733
|
|
|
@@ -757,23 +753,23 @@ class InviteAccountToOrganizationRequestTypeDef(TypedDict):
|
|
|
757
753
|
class HandshakePaginatorTypeDef(TypedDict):
|
|
758
754
|
Id: NotRequired[str]
|
|
759
755
|
Arn: NotRequired[str]
|
|
760
|
-
Parties: NotRequired[
|
|
756
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
761
757
|
State: NotRequired[HandshakeStateType]
|
|
762
758
|
RequestedTimestamp: NotRequired[datetime]
|
|
763
759
|
ExpirationTimestamp: NotRequired[datetime]
|
|
764
760
|
Action: NotRequired[ActionTypeType]
|
|
765
|
-
Resources: NotRequired[
|
|
761
|
+
Resources: NotRequired[list[HandshakeResourcePaginatorTypeDef]]
|
|
766
762
|
|
|
767
763
|
|
|
768
764
|
class HandshakeTypeDef(TypedDict):
|
|
769
765
|
Id: NotRequired[str]
|
|
770
766
|
Arn: NotRequired[str]
|
|
771
|
-
Parties: NotRequired[
|
|
767
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
772
768
|
State: NotRequired[HandshakeStateType]
|
|
773
769
|
RequestedTimestamp: NotRequired[datetime]
|
|
774
770
|
ExpirationTimestamp: NotRequired[datetime]
|
|
775
771
|
Action: NotRequired[ActionTypeType]
|
|
776
|
-
Resources: NotRequired[
|
|
772
|
+
Resources: NotRequired[list[HandshakeResourceTypeDef]]
|
|
777
773
|
|
|
778
774
|
|
|
779
775
|
class ListAWSServiceAccessForOrganizationRequestPaginateTypeDef(TypedDict):
|
|
@@ -867,19 +863,19 @@ class ListTargetsForPolicyRequestPaginateTypeDef(TypedDict):
|
|
|
867
863
|
|
|
868
864
|
|
|
869
865
|
class ListParentsResponseTypeDef(TypedDict):
|
|
870
|
-
Parents:
|
|
866
|
+
Parents: list[ParentTypeDef]
|
|
871
867
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
872
868
|
NextToken: NotRequired[str]
|
|
873
869
|
|
|
874
870
|
|
|
875
871
|
class ListPoliciesForTargetResponseTypeDef(TypedDict):
|
|
876
|
-
Policies:
|
|
872
|
+
Policies: list[PolicySummaryTypeDef]
|
|
877
873
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
878
874
|
NextToken: NotRequired[str]
|
|
879
875
|
|
|
880
876
|
|
|
881
877
|
class ListPoliciesResponseTypeDef(TypedDict):
|
|
882
|
-
Policies:
|
|
878
|
+
Policies: list[PolicySummaryTypeDef]
|
|
883
879
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
884
880
|
NextToken: NotRequired[str]
|
|
885
881
|
|
|
@@ -890,7 +886,7 @@ class PolicyTypeDef(TypedDict):
|
|
|
890
886
|
|
|
891
887
|
|
|
892
888
|
class ListTargetsForPolicyResponseTypeDef(TypedDict):
|
|
893
|
-
Targets:
|
|
889
|
+
Targets: list[PolicyTargetSummaryTypeDef]
|
|
894
890
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
895
891
|
NextToken: NotRequired[str]
|
|
896
892
|
|
|
@@ -902,14 +898,14 @@ class OrganizationTypeDef(TypedDict):
|
|
|
902
898
|
MasterAccountArn: NotRequired[str]
|
|
903
899
|
MasterAccountId: NotRequired[str]
|
|
904
900
|
MasterAccountEmail: NotRequired[str]
|
|
905
|
-
AvailablePolicyTypes: NotRequired[
|
|
901
|
+
AvailablePolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
906
902
|
|
|
907
903
|
|
|
908
904
|
class RootTypeDef(TypedDict):
|
|
909
905
|
Id: NotRequired[str]
|
|
910
906
|
Arn: NotRequired[str]
|
|
911
907
|
Name: NotRequired[str]
|
|
912
|
-
PolicyTypes: NotRequired[
|
|
908
|
+
PolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
913
909
|
|
|
914
910
|
|
|
915
911
|
class ResourcePolicyTypeDef(TypedDict):
|
|
@@ -918,13 +914,13 @@ class ResourcePolicyTypeDef(TypedDict):
|
|
|
918
914
|
|
|
919
915
|
|
|
920
916
|
class ListHandshakesForAccountResponsePaginatorTypeDef(TypedDict):
|
|
921
|
-
Handshakes:
|
|
917
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
922
918
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
923
919
|
NextToken: NotRequired[str]
|
|
924
920
|
|
|
925
921
|
|
|
926
922
|
class ListHandshakesForOrganizationResponsePaginatorTypeDef(TypedDict):
|
|
927
|
-
Handshakes:
|
|
923
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
928
924
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
929
925
|
NextToken: NotRequired[str]
|
|
930
926
|
|
|
@@ -960,13 +956,13 @@ class InviteAccountToOrganizationResponseTypeDef(TypedDict):
|
|
|
960
956
|
|
|
961
957
|
|
|
962
958
|
class ListHandshakesForAccountResponseTypeDef(TypedDict):
|
|
963
|
-
Handshakes:
|
|
959
|
+
Handshakes: list[HandshakeTypeDef]
|
|
964
960
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
965
961
|
NextToken: NotRequired[str]
|
|
966
962
|
|
|
967
963
|
|
|
968
964
|
class ListHandshakesForOrganizationResponseTypeDef(TypedDict):
|
|
969
|
-
Handshakes:
|
|
965
|
+
Handshakes: list[HandshakeTypeDef]
|
|
970
966
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
971
967
|
NextToken: NotRequired[str]
|
|
972
968
|
|
|
@@ -1007,7 +1003,7 @@ class EnablePolicyTypeResponseTypeDef(TypedDict):
|
|
|
1007
1003
|
|
|
1008
1004
|
|
|
1009
1005
|
class ListRootsResponseTypeDef(TypedDict):
|
|
1010
|
-
Roots:
|
|
1006
|
+
Roots: list[RootTypeDef]
|
|
1011
1007
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1012
1008
|
NextToken: NotRequired[str]
|
|
1013
1009
|
|
|
@@ -17,6 +17,7 @@ Usage::
|
|
|
17
17
|
from __future__ import annotations
|
|
18
18
|
|
|
19
19
|
import sys
|
|
20
|
+
from collections.abc import Sequence
|
|
20
21
|
from datetime import datetime
|
|
21
22
|
from typing import Any
|
|
22
23
|
|
|
@@ -40,12 +41,6 @@ from .literals import (
|
|
|
40
41
|
TargetTypeType,
|
|
41
42
|
)
|
|
42
43
|
|
|
43
|
-
if sys.version_info >= (3, 9):
|
|
44
|
-
from builtins import dict as Dict
|
|
45
|
-
from builtins import list as List
|
|
46
|
-
from collections.abc import Sequence
|
|
47
|
-
else:
|
|
48
|
-
from typing import Dict, List, Sequence
|
|
49
44
|
if sys.version_info >= (3, 12):
|
|
50
45
|
from typing import NotRequired, TypedDict
|
|
51
46
|
else:
|
|
@@ -200,7 +195,7 @@ class AcceptHandshakeRequestTypeDef(TypedDict):
|
|
|
200
195
|
class ResponseMetadataTypeDef(TypedDict):
|
|
201
196
|
RequestId: str
|
|
202
197
|
HTTPStatusCode: int
|
|
203
|
-
HTTPHeaders:
|
|
198
|
+
HTTPHeaders: dict[str, str]
|
|
204
199
|
RetryAttempts: int
|
|
205
200
|
HostId: NotRequired[str]
|
|
206
201
|
|
|
@@ -263,6 +258,7 @@ class DelegatedAdministratorTypeDef(TypedDict):
|
|
|
263
258
|
Email: NotRequired[str]
|
|
264
259
|
Name: NotRequired[str]
|
|
265
260
|
Status: NotRequired[AccountStatusType]
|
|
261
|
+
State: NotRequired[AccountStateType]
|
|
266
262
|
JoinedMethod: NotRequired[AccountJoinedMethodType]
|
|
267
263
|
JoinedTimestamp: NotRequired[datetime]
|
|
268
264
|
DelegationEnabledDate: NotRequired[datetime]
|
|
@@ -321,7 +317,7 @@ class EffectivePolicyValidationErrorTypeDef(TypedDict):
|
|
|
321
317
|
ErrorCode: NotRequired[str]
|
|
322
318
|
ErrorMessage: NotRequired[str]
|
|
323
319
|
PathToError: NotRequired[str]
|
|
324
|
-
ContributingPolicies: NotRequired[
|
|
320
|
+
ContributingPolicies: NotRequired[list[str]]
|
|
325
321
|
|
|
326
322
|
class EnableAWSServiceAccessRequestTypeDef(TypedDict):
|
|
327
323
|
ServicePrincipal: str
|
|
@@ -350,7 +346,7 @@ HandshakeResourcePaginatorTypeDef = TypedDict(
|
|
|
350
346
|
{
|
|
351
347
|
"Value": NotRequired[str],
|
|
352
348
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
353
|
-
"Resources": NotRequired[
|
|
349
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
354
350
|
},
|
|
355
351
|
)
|
|
356
352
|
HandshakeResourceTypeDef = TypedDict(
|
|
@@ -358,7 +354,7 @@ HandshakeResourceTypeDef = TypedDict(
|
|
|
358
354
|
{
|
|
359
355
|
"Value": NotRequired[str],
|
|
360
356
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
361
|
-
"Resources": NotRequired[
|
|
357
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
362
358
|
},
|
|
363
359
|
)
|
|
364
360
|
|
|
@@ -522,23 +518,23 @@ class DescribeAccountResponseTypeDef(TypedDict):
|
|
|
522
518
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
523
519
|
|
|
524
520
|
class ListAccountsForParentResponseTypeDef(TypedDict):
|
|
525
|
-
Accounts:
|
|
521
|
+
Accounts: list[AccountTypeDef]
|
|
526
522
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
527
523
|
NextToken: NotRequired[str]
|
|
528
524
|
|
|
529
525
|
class ListAccountsResponseTypeDef(TypedDict):
|
|
530
|
-
Accounts:
|
|
526
|
+
Accounts: list[AccountTypeDef]
|
|
531
527
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
532
528
|
NextToken: NotRequired[str]
|
|
533
529
|
|
|
534
530
|
class ListAccountsWithInvalidEffectivePolicyResponseTypeDef(TypedDict):
|
|
535
|
-
Accounts:
|
|
531
|
+
Accounts: list[AccountTypeDef]
|
|
536
532
|
PolicyType: EffectivePolicyTypeType
|
|
537
533
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
538
534
|
NextToken: NotRequired[str]
|
|
539
535
|
|
|
540
536
|
class ListChildrenResponseTypeDef(TypedDict):
|
|
541
|
-
Children:
|
|
537
|
+
Children: list[ChildTypeDef]
|
|
542
538
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
543
539
|
NextToken: NotRequired[str]
|
|
544
540
|
|
|
@@ -573,7 +569,7 @@ CreatePolicyRequestTypeDef = TypedDict(
|
|
|
573
569
|
)
|
|
574
570
|
|
|
575
571
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
576
|
-
Tags:
|
|
572
|
+
Tags: list[TagTypeDef]
|
|
577
573
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
578
574
|
NextToken: NotRequired[str]
|
|
579
575
|
|
|
@@ -598,7 +594,7 @@ class DescribeCreateAccountStatusResponseTypeDef(TypedDict):
|
|
|
598
594
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
599
595
|
|
|
600
596
|
class ListCreateAccountStatusResponseTypeDef(TypedDict):
|
|
601
|
-
CreateAccountStatuses:
|
|
597
|
+
CreateAccountStatuses: list[CreateAccountStatusTypeDef]
|
|
602
598
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
603
599
|
NextToken: NotRequired[str]
|
|
604
600
|
|
|
@@ -611,7 +607,7 @@ class DescribeOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
611
607
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
612
608
|
|
|
613
609
|
class ListOrganizationalUnitsForParentResponseTypeDef(TypedDict):
|
|
614
|
-
OrganizationalUnits:
|
|
610
|
+
OrganizationalUnits: list[OrganizationalUnitTypeDef]
|
|
615
611
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
616
612
|
NextToken: NotRequired[str]
|
|
617
613
|
|
|
@@ -620,12 +616,12 @@ class UpdateOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
620
616
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
621
617
|
|
|
622
618
|
class ListDelegatedAdministratorsResponseTypeDef(TypedDict):
|
|
623
|
-
DelegatedAdministrators:
|
|
619
|
+
DelegatedAdministrators: list[DelegatedAdministratorTypeDef]
|
|
624
620
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
625
621
|
NextToken: NotRequired[str]
|
|
626
622
|
|
|
627
623
|
class ListDelegatedServicesForAccountResponseTypeDef(TypedDict):
|
|
628
|
-
DelegatedServices:
|
|
624
|
+
DelegatedServices: list[DelegatedServiceTypeDef]
|
|
629
625
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
630
626
|
NextToken: NotRequired[str]
|
|
631
627
|
|
|
@@ -638,12 +634,12 @@ class ListEffectivePolicyValidationErrorsResponseTypeDef(TypedDict):
|
|
|
638
634
|
PolicyType: EffectivePolicyTypeType
|
|
639
635
|
Path: str
|
|
640
636
|
EvaluationTimestamp: datetime
|
|
641
|
-
EffectivePolicyValidationErrors:
|
|
637
|
+
EffectivePolicyValidationErrors: list[EffectivePolicyValidationErrorTypeDef]
|
|
642
638
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
643
639
|
NextToken: NotRequired[str]
|
|
644
640
|
|
|
645
641
|
class ListAWSServiceAccessForOrganizationResponseTypeDef(TypedDict):
|
|
646
|
-
EnabledServicePrincipals:
|
|
642
|
+
EnabledServicePrincipals: list[EnabledServicePrincipalTypeDef]
|
|
647
643
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
648
644
|
NextToken: NotRequired[str]
|
|
649
645
|
|
|
@@ -665,22 +661,22 @@ class InviteAccountToOrganizationRequestTypeDef(TypedDict):
|
|
|
665
661
|
class HandshakePaginatorTypeDef(TypedDict):
|
|
666
662
|
Id: NotRequired[str]
|
|
667
663
|
Arn: NotRequired[str]
|
|
668
|
-
Parties: NotRequired[
|
|
664
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
669
665
|
State: NotRequired[HandshakeStateType]
|
|
670
666
|
RequestedTimestamp: NotRequired[datetime]
|
|
671
667
|
ExpirationTimestamp: NotRequired[datetime]
|
|
672
668
|
Action: NotRequired[ActionTypeType]
|
|
673
|
-
Resources: NotRequired[
|
|
669
|
+
Resources: NotRequired[list[HandshakeResourcePaginatorTypeDef]]
|
|
674
670
|
|
|
675
671
|
class HandshakeTypeDef(TypedDict):
|
|
676
672
|
Id: NotRequired[str]
|
|
677
673
|
Arn: NotRequired[str]
|
|
678
|
-
Parties: NotRequired[
|
|
674
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
679
675
|
State: NotRequired[HandshakeStateType]
|
|
680
676
|
RequestedTimestamp: NotRequired[datetime]
|
|
681
677
|
ExpirationTimestamp: NotRequired[datetime]
|
|
682
678
|
Action: NotRequired[ActionTypeType]
|
|
683
|
-
Resources: NotRequired[
|
|
679
|
+
Resources: NotRequired[list[HandshakeResourceTypeDef]]
|
|
684
680
|
|
|
685
681
|
class ListAWSServiceAccessForOrganizationRequestPaginateTypeDef(TypedDict):
|
|
686
682
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -755,17 +751,17 @@ class ListTargetsForPolicyRequestPaginateTypeDef(TypedDict):
|
|
|
755
751
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
756
752
|
|
|
757
753
|
class ListParentsResponseTypeDef(TypedDict):
|
|
758
|
-
Parents:
|
|
754
|
+
Parents: list[ParentTypeDef]
|
|
759
755
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
760
756
|
NextToken: NotRequired[str]
|
|
761
757
|
|
|
762
758
|
class ListPoliciesForTargetResponseTypeDef(TypedDict):
|
|
763
|
-
Policies:
|
|
759
|
+
Policies: list[PolicySummaryTypeDef]
|
|
764
760
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
765
761
|
NextToken: NotRequired[str]
|
|
766
762
|
|
|
767
763
|
class ListPoliciesResponseTypeDef(TypedDict):
|
|
768
|
-
Policies:
|
|
764
|
+
Policies: list[PolicySummaryTypeDef]
|
|
769
765
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
770
766
|
NextToken: NotRequired[str]
|
|
771
767
|
|
|
@@ -774,7 +770,7 @@ class PolicyTypeDef(TypedDict):
|
|
|
774
770
|
Content: NotRequired[str]
|
|
775
771
|
|
|
776
772
|
class ListTargetsForPolicyResponseTypeDef(TypedDict):
|
|
777
|
-
Targets:
|
|
773
|
+
Targets: list[PolicyTargetSummaryTypeDef]
|
|
778
774
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
779
775
|
NextToken: NotRequired[str]
|
|
780
776
|
|
|
@@ -785,25 +781,25 @@ class OrganizationTypeDef(TypedDict):
|
|
|
785
781
|
MasterAccountArn: NotRequired[str]
|
|
786
782
|
MasterAccountId: NotRequired[str]
|
|
787
783
|
MasterAccountEmail: NotRequired[str]
|
|
788
|
-
AvailablePolicyTypes: NotRequired[
|
|
784
|
+
AvailablePolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
789
785
|
|
|
790
786
|
class RootTypeDef(TypedDict):
|
|
791
787
|
Id: NotRequired[str]
|
|
792
788
|
Arn: NotRequired[str]
|
|
793
789
|
Name: NotRequired[str]
|
|
794
|
-
PolicyTypes: NotRequired[
|
|
790
|
+
PolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
795
791
|
|
|
796
792
|
class ResourcePolicyTypeDef(TypedDict):
|
|
797
793
|
ResourcePolicySummary: NotRequired[ResourcePolicySummaryTypeDef]
|
|
798
794
|
Content: NotRequired[str]
|
|
799
795
|
|
|
800
796
|
class ListHandshakesForAccountResponsePaginatorTypeDef(TypedDict):
|
|
801
|
-
Handshakes:
|
|
797
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
802
798
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
803
799
|
NextToken: NotRequired[str]
|
|
804
800
|
|
|
805
801
|
class ListHandshakesForOrganizationResponsePaginatorTypeDef(TypedDict):
|
|
806
|
-
Handshakes:
|
|
802
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
807
803
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
808
804
|
NextToken: NotRequired[str]
|
|
809
805
|
|
|
@@ -832,12 +828,12 @@ class InviteAccountToOrganizationResponseTypeDef(TypedDict):
|
|
|
832
828
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
833
829
|
|
|
834
830
|
class ListHandshakesForAccountResponseTypeDef(TypedDict):
|
|
835
|
-
Handshakes:
|
|
831
|
+
Handshakes: list[HandshakeTypeDef]
|
|
836
832
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
837
833
|
NextToken: NotRequired[str]
|
|
838
834
|
|
|
839
835
|
class ListHandshakesForOrganizationResponseTypeDef(TypedDict):
|
|
840
|
-
Handshakes:
|
|
836
|
+
Handshakes: list[HandshakeTypeDef]
|
|
841
837
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
842
838
|
NextToken: NotRequired[str]
|
|
843
839
|
|
|
@@ -870,7 +866,7 @@ class EnablePolicyTypeResponseTypeDef(TypedDict):
|
|
|
870
866
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
871
867
|
|
|
872
868
|
class ListRootsResponseTypeDef(TypedDict):
|
|
873
|
-
Roots:
|
|
869
|
+
Roots: list[RootTypeDef]
|
|
874
870
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
875
871
|
NextToken: NotRequired[str]
|
|
876
872
|
|
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,organizations,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="mypy-boto3-organizations"></a>
|
|
49
35
|
|
|
@@ -57,7 +43,7 @@ Dynamic: summary
|
|
|
57
43
|

|
|
58
44
|
|
|
59
45
|
Type annotations for
|
|
60
|
-
[boto3 Organizations 1.
|
|
46
|
+
[boto3 Organizations 1.41.0](https://pypi.org/project/boto3/) compatible with
|
|
61
47
|
[VSCode](https://code.visualstudio.com/),
|
|
62
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -66,7 +52,7 @@ Type annotations for
|
|
|
66
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
53
|
|
|
68
54
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
56
|
|
|
71
57
|
More information can be found on
|
|
72
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
105
|
isolation.
|
|
120
106
|
|
|
121
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
123
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
110
|
3. Add `Organizations` service.
|
|
125
111
|
4. Use provided commands to install generated packages.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
LICENSE
|
|
2
2
|
README.md
|
|
3
|
-
|
|
3
|
+
pyproject.toml
|
|
4
4
|
mypy_boto3_organizations/__init__.py
|
|
5
5
|
mypy_boto3_organizations/__init__.pyi
|
|
6
6
|
mypy_boto3_organizations/__main__.py
|
|
@@ -17,6 +17,5 @@ mypy_boto3_organizations/version.py
|
|
|
17
17
|
mypy_boto3_organizations.egg-info/PKG-INFO
|
|
18
18
|
mypy_boto3_organizations.egg-info/SOURCES.txt
|
|
19
19
|
mypy_boto3_organizations.egg-info/dependency_links.txt
|
|
20
|
-
mypy_boto3_organizations.egg-info/not-zip-safe
|
|
21
20
|
mypy_boto3_organizations.egg-info/requires.txt
|
|
22
21
|
mypy_boto3_organizations.egg-info/top_level.txt
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Setup script for mypy-boto3-organizations.
|
|
2
|
+
|
|
3
|
+
# Copyright 2025 Vlad Emelianov
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "mypy-boto3-organizations"
|
|
7
|
+
version = "1.41.0"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 Organizations 1.41.0 service generated with mypy-boto3-builder 8.12.0"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 5 - Production/Stable",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Environment :: Console",
|
|
16
|
+
"Natural Language :: English",
|
|
17
|
+
"Operating System :: OS Independent",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
27
|
+
"Typing :: Stubs Only",
|
|
28
|
+
]
|
|
29
|
+
keywords = [
|
|
30
|
+
"boto3",
|
|
31
|
+
"organizations",
|
|
32
|
+
"boto3-stubs",
|
|
33
|
+
"type-annotations",
|
|
34
|
+
"mypy",
|
|
35
|
+
"typeshed",
|
|
36
|
+
"autocomplete",
|
|
37
|
+
]
|
|
38
|
+
requires-python = ">=3.9"
|
|
39
|
+
|
|
40
|
+
dependencies = [
|
|
41
|
+
"typing-extensions; python_version<'3.12'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[project.urls]
|
|
46
|
+
Homepage = "https://github.com/youtype/mypy_boto3_builder"
|
|
47
|
+
Documentation = "https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/"
|
|
48
|
+
Source = "https://github.com/youtype/mypy_boto3_builder"
|
|
49
|
+
Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["setuptools>=60"]
|
|
53
|
+
build-backend = "setuptools.build_meta"
|
|
54
|
+
|
|
55
|
+
[tool.setuptools]
|
|
56
|
+
platforms = ["any"]
|
|
57
|
+
include-package-data = true
|
|
58
|
+
packages = ["mypy_boto3_organizations"]
|
|
59
|
+
|
|
60
|
+
[tool.setuptools.package-data]
|
|
61
|
+
"*" = ["*.pyi", "py.typed"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Setup script for mypy-boto3-organizations.
|
|
3
|
-
|
|
4
|
-
Copyright 2025 Vlad Emelianov
|
|
5
|
-
"""
|
|
6
|
-
|
|
7
|
-
from pathlib import Path
|
|
8
|
-
|
|
9
|
-
from setuptools import setup # type: ignore
|
|
10
|
-
|
|
11
|
-
LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
setup(
|
|
15
|
-
name="mypy-boto3-organizations",
|
|
16
|
-
version="1.40.55",
|
|
17
|
-
packages=["mypy_boto3_organizations"],
|
|
18
|
-
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
|
-
license="MIT License",
|
|
20
|
-
author="Vlad Emelianov",
|
|
21
|
-
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 Organizations 1.40.55 service generated with mypy-boto3-builder 8.11.0",
|
|
23
|
-
classifiers=[
|
|
24
|
-
"Development Status :: 5 - Production/Stable",
|
|
25
|
-
"Intended Audience :: Developers",
|
|
26
|
-
"Environment :: Console",
|
|
27
|
-
"License :: OSI Approved :: MIT License",
|
|
28
|
-
"Natural Language :: English",
|
|
29
|
-
"Operating System :: OS Independent",
|
|
30
|
-
"Programming Language :: Python :: 3",
|
|
31
|
-
"Programming Language :: Python :: 3.8",
|
|
32
|
-
"Programming Language :: Python :: 3.9",
|
|
33
|
-
"Programming Language :: Python :: 3.10",
|
|
34
|
-
"Programming Language :: Python :: 3.11",
|
|
35
|
-
"Programming Language :: Python :: 3.12",
|
|
36
|
-
"Programming Language :: Python :: 3.13",
|
|
37
|
-
"Programming Language :: Python :: 3.14",
|
|
38
|
-
"Programming Language :: Python :: 3 :: Only",
|
|
39
|
-
"Programming Language :: Python :: Implementation :: CPython",
|
|
40
|
-
"Typing :: Stubs Only",
|
|
41
|
-
],
|
|
42
|
-
keywords="boto3 organizations boto3-stubs type-annotations mypy typeshed autocomplete",
|
|
43
|
-
long_description=LONG_DESCRIPTION,
|
|
44
|
-
long_description_content_type="text/markdown",
|
|
45
|
-
package_data={"mypy_boto3_organizations": ["py.typed", "*.pyi"]},
|
|
46
|
-
python_requires=">=3.8",
|
|
47
|
-
project_urls={
|
|
48
|
-
"Documentation": "https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/",
|
|
49
|
-
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
|
50
|
-
"Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
|
|
51
|
-
},
|
|
52
|
-
install_requires=['typing-extensions; python_version<"3.12"'],
|
|
53
|
-
zip_safe=False,
|
|
54
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|