mypy-boto3-organizations 1.40.61__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.61 → mypy_boto3_organizations-1.41.0}/PKG-INFO +11 -25
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/README.md +3 -3
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/__main__.py +4 -4
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/client.py +49 -53
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/client.pyi +49 -53
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/literals.py +3 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/literals.pyi +3 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/type_defs.py +31 -36
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/type_defs.pyi +31 -36
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/version.py +1 -1
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/PKG-INFO +11 -25
- {mypy_boto3_organizations-1.40.61 → 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.61/mypy_boto3_organizations.egg-info/not-zip-safe +0 -1
- mypy_boto3_organizations-1.40.61/setup.py +0 -54
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/LICENSE +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/__init__.py +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/__init__.pyi +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/paginator.py +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/paginator.pyi +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations/py.typed +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy_boto3_organizations-1.40.61 → mypy_boto3_organizations-1.41.0}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy_boto3_organizations-1.40.61 → 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
|
"""
|
|
@@ -415,6 +415,7 @@ ServiceName = Literal[
|
|
|
415
415
|
"mq",
|
|
416
416
|
"mturk",
|
|
417
417
|
"mwaa",
|
|
418
|
+
"mwaa-serverless",
|
|
418
419
|
"neptune",
|
|
419
420
|
"neptune-graph",
|
|
420
421
|
"neptunedata",
|
|
@@ -434,6 +435,7 @@ ServiceName = Literal[
|
|
|
434
435
|
"osis",
|
|
435
436
|
"outposts",
|
|
436
437
|
"panorama",
|
|
438
|
+
"partnercentral-channel",
|
|
437
439
|
"partnercentral-selling",
|
|
438
440
|
"payment-cryptography",
|
|
439
441
|
"payment-cryptography-data",
|
|
@@ -508,6 +510,7 @@ ServiceName = Literal[
|
|
|
508
510
|
"sesv2",
|
|
509
511
|
"shield",
|
|
510
512
|
"signer",
|
|
513
|
+
"signin",
|
|
511
514
|
"simspaceweaver",
|
|
512
515
|
"snow-device-management",
|
|
513
516
|
"snowball",
|
|
@@ -413,6 +413,7 @@ ServiceName = Literal[
|
|
|
413
413
|
"mq",
|
|
414
414
|
"mturk",
|
|
415
415
|
"mwaa",
|
|
416
|
+
"mwaa-serverless",
|
|
416
417
|
"neptune",
|
|
417
418
|
"neptune-graph",
|
|
418
419
|
"neptunedata",
|
|
@@ -432,6 +433,7 @@ ServiceName = Literal[
|
|
|
432
433
|
"osis",
|
|
433
434
|
"outposts",
|
|
434
435
|
"panorama",
|
|
436
|
+
"partnercentral-channel",
|
|
435
437
|
"partnercentral-selling",
|
|
436
438
|
"payment-cryptography",
|
|
437
439
|
"payment-cryptography-data",
|
|
@@ -506,6 +508,7 @@ ServiceName = Literal[
|
|
|
506
508
|
"sesv2",
|
|
507
509
|
"shield",
|
|
508
510
|
"signer",
|
|
511
|
+
"signin",
|
|
509
512
|
"simspaceweaver",
|
|
510
513
|
"snow-device-management",
|
|
511
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
|
|
|
@@ -351,7 +346,7 @@ class EffectivePolicyValidationErrorTypeDef(TypedDict):
|
|
|
351
346
|
ErrorCode: NotRequired[str]
|
|
352
347
|
ErrorMessage: NotRequired[str]
|
|
353
348
|
PathToError: NotRequired[str]
|
|
354
|
-
ContributingPolicies: NotRequired[
|
|
349
|
+
ContributingPolicies: NotRequired[list[str]]
|
|
355
350
|
|
|
356
351
|
|
|
357
352
|
class EnableAWSServiceAccessRequestTypeDef(TypedDict):
|
|
@@ -385,7 +380,7 @@ HandshakeResourcePaginatorTypeDef = TypedDict(
|
|
|
385
380
|
{
|
|
386
381
|
"Value": NotRequired[str],
|
|
387
382
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
388
|
-
"Resources": NotRequired[
|
|
383
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
389
384
|
},
|
|
390
385
|
)
|
|
391
386
|
HandshakeResourceTypeDef = TypedDict(
|
|
@@ -393,7 +388,7 @@ HandshakeResourceTypeDef = TypedDict(
|
|
|
393
388
|
{
|
|
394
389
|
"Value": NotRequired[str],
|
|
395
390
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
396
|
-
"Resources": NotRequired[
|
|
391
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
397
392
|
},
|
|
398
393
|
)
|
|
399
394
|
|
|
@@ -588,26 +583,26 @@ class DescribeAccountResponseTypeDef(TypedDict):
|
|
|
588
583
|
|
|
589
584
|
|
|
590
585
|
class ListAccountsForParentResponseTypeDef(TypedDict):
|
|
591
|
-
Accounts:
|
|
586
|
+
Accounts: list[AccountTypeDef]
|
|
592
587
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
593
588
|
NextToken: NotRequired[str]
|
|
594
589
|
|
|
595
590
|
|
|
596
591
|
class ListAccountsResponseTypeDef(TypedDict):
|
|
597
|
-
Accounts:
|
|
592
|
+
Accounts: list[AccountTypeDef]
|
|
598
593
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
599
594
|
NextToken: NotRequired[str]
|
|
600
595
|
|
|
601
596
|
|
|
602
597
|
class ListAccountsWithInvalidEffectivePolicyResponseTypeDef(TypedDict):
|
|
603
|
-
Accounts:
|
|
598
|
+
Accounts: list[AccountTypeDef]
|
|
604
599
|
PolicyType: EffectivePolicyTypeType
|
|
605
600
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
606
601
|
NextToken: NotRequired[str]
|
|
607
602
|
|
|
608
603
|
|
|
609
604
|
class ListChildrenResponseTypeDef(TypedDict):
|
|
610
|
-
Children:
|
|
605
|
+
Children: list[ChildTypeDef]
|
|
611
606
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
612
607
|
NextToken: NotRequired[str]
|
|
613
608
|
|
|
@@ -647,7 +642,7 @@ CreatePolicyRequestTypeDef = TypedDict(
|
|
|
647
642
|
|
|
648
643
|
|
|
649
644
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
650
|
-
Tags:
|
|
645
|
+
Tags: list[TagTypeDef]
|
|
651
646
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
652
647
|
NextToken: NotRequired[str]
|
|
653
648
|
|
|
@@ -678,7 +673,7 @@ class DescribeCreateAccountStatusResponseTypeDef(TypedDict):
|
|
|
678
673
|
|
|
679
674
|
|
|
680
675
|
class ListCreateAccountStatusResponseTypeDef(TypedDict):
|
|
681
|
-
CreateAccountStatuses:
|
|
676
|
+
CreateAccountStatuses: list[CreateAccountStatusTypeDef]
|
|
682
677
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
683
678
|
NextToken: NotRequired[str]
|
|
684
679
|
|
|
@@ -694,7 +689,7 @@ class DescribeOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
694
689
|
|
|
695
690
|
|
|
696
691
|
class ListOrganizationalUnitsForParentResponseTypeDef(TypedDict):
|
|
697
|
-
OrganizationalUnits:
|
|
692
|
+
OrganizationalUnits: list[OrganizationalUnitTypeDef]
|
|
698
693
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
699
694
|
NextToken: NotRequired[str]
|
|
700
695
|
|
|
@@ -705,13 +700,13 @@ class UpdateOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
705
700
|
|
|
706
701
|
|
|
707
702
|
class ListDelegatedAdministratorsResponseTypeDef(TypedDict):
|
|
708
|
-
DelegatedAdministrators:
|
|
703
|
+
DelegatedAdministrators: list[DelegatedAdministratorTypeDef]
|
|
709
704
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
710
705
|
NextToken: NotRequired[str]
|
|
711
706
|
|
|
712
707
|
|
|
713
708
|
class ListDelegatedServicesForAccountResponseTypeDef(TypedDict):
|
|
714
|
-
DelegatedServices:
|
|
709
|
+
DelegatedServices: list[DelegatedServiceTypeDef]
|
|
715
710
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
716
711
|
NextToken: NotRequired[str]
|
|
717
712
|
|
|
@@ -726,13 +721,13 @@ class ListEffectivePolicyValidationErrorsResponseTypeDef(TypedDict):
|
|
|
726
721
|
PolicyType: EffectivePolicyTypeType
|
|
727
722
|
Path: str
|
|
728
723
|
EvaluationTimestamp: datetime
|
|
729
|
-
EffectivePolicyValidationErrors:
|
|
724
|
+
EffectivePolicyValidationErrors: list[EffectivePolicyValidationErrorTypeDef]
|
|
730
725
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
731
726
|
NextToken: NotRequired[str]
|
|
732
727
|
|
|
733
728
|
|
|
734
729
|
class ListAWSServiceAccessForOrganizationResponseTypeDef(TypedDict):
|
|
735
|
-
EnabledServicePrincipals:
|
|
730
|
+
EnabledServicePrincipals: list[EnabledServicePrincipalTypeDef]
|
|
736
731
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
737
732
|
NextToken: NotRequired[str]
|
|
738
733
|
|
|
@@ -758,23 +753,23 @@ class InviteAccountToOrganizationRequestTypeDef(TypedDict):
|
|
|
758
753
|
class HandshakePaginatorTypeDef(TypedDict):
|
|
759
754
|
Id: NotRequired[str]
|
|
760
755
|
Arn: NotRequired[str]
|
|
761
|
-
Parties: NotRequired[
|
|
756
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
762
757
|
State: NotRequired[HandshakeStateType]
|
|
763
758
|
RequestedTimestamp: NotRequired[datetime]
|
|
764
759
|
ExpirationTimestamp: NotRequired[datetime]
|
|
765
760
|
Action: NotRequired[ActionTypeType]
|
|
766
|
-
Resources: NotRequired[
|
|
761
|
+
Resources: NotRequired[list[HandshakeResourcePaginatorTypeDef]]
|
|
767
762
|
|
|
768
763
|
|
|
769
764
|
class HandshakeTypeDef(TypedDict):
|
|
770
765
|
Id: NotRequired[str]
|
|
771
766
|
Arn: NotRequired[str]
|
|
772
|
-
Parties: NotRequired[
|
|
767
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
773
768
|
State: NotRequired[HandshakeStateType]
|
|
774
769
|
RequestedTimestamp: NotRequired[datetime]
|
|
775
770
|
ExpirationTimestamp: NotRequired[datetime]
|
|
776
771
|
Action: NotRequired[ActionTypeType]
|
|
777
|
-
Resources: NotRequired[
|
|
772
|
+
Resources: NotRequired[list[HandshakeResourceTypeDef]]
|
|
778
773
|
|
|
779
774
|
|
|
780
775
|
class ListAWSServiceAccessForOrganizationRequestPaginateTypeDef(TypedDict):
|
|
@@ -868,19 +863,19 @@ class ListTargetsForPolicyRequestPaginateTypeDef(TypedDict):
|
|
|
868
863
|
|
|
869
864
|
|
|
870
865
|
class ListParentsResponseTypeDef(TypedDict):
|
|
871
|
-
Parents:
|
|
866
|
+
Parents: list[ParentTypeDef]
|
|
872
867
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
873
868
|
NextToken: NotRequired[str]
|
|
874
869
|
|
|
875
870
|
|
|
876
871
|
class ListPoliciesForTargetResponseTypeDef(TypedDict):
|
|
877
|
-
Policies:
|
|
872
|
+
Policies: list[PolicySummaryTypeDef]
|
|
878
873
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
879
874
|
NextToken: NotRequired[str]
|
|
880
875
|
|
|
881
876
|
|
|
882
877
|
class ListPoliciesResponseTypeDef(TypedDict):
|
|
883
|
-
Policies:
|
|
878
|
+
Policies: list[PolicySummaryTypeDef]
|
|
884
879
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
885
880
|
NextToken: NotRequired[str]
|
|
886
881
|
|
|
@@ -891,7 +886,7 @@ class PolicyTypeDef(TypedDict):
|
|
|
891
886
|
|
|
892
887
|
|
|
893
888
|
class ListTargetsForPolicyResponseTypeDef(TypedDict):
|
|
894
|
-
Targets:
|
|
889
|
+
Targets: list[PolicyTargetSummaryTypeDef]
|
|
895
890
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
896
891
|
NextToken: NotRequired[str]
|
|
897
892
|
|
|
@@ -903,14 +898,14 @@ class OrganizationTypeDef(TypedDict):
|
|
|
903
898
|
MasterAccountArn: NotRequired[str]
|
|
904
899
|
MasterAccountId: NotRequired[str]
|
|
905
900
|
MasterAccountEmail: NotRequired[str]
|
|
906
|
-
AvailablePolicyTypes: NotRequired[
|
|
901
|
+
AvailablePolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
907
902
|
|
|
908
903
|
|
|
909
904
|
class RootTypeDef(TypedDict):
|
|
910
905
|
Id: NotRequired[str]
|
|
911
906
|
Arn: NotRequired[str]
|
|
912
907
|
Name: NotRequired[str]
|
|
913
|
-
PolicyTypes: NotRequired[
|
|
908
|
+
PolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
914
909
|
|
|
915
910
|
|
|
916
911
|
class ResourcePolicyTypeDef(TypedDict):
|
|
@@ -919,13 +914,13 @@ class ResourcePolicyTypeDef(TypedDict):
|
|
|
919
914
|
|
|
920
915
|
|
|
921
916
|
class ListHandshakesForAccountResponsePaginatorTypeDef(TypedDict):
|
|
922
|
-
Handshakes:
|
|
917
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
923
918
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
924
919
|
NextToken: NotRequired[str]
|
|
925
920
|
|
|
926
921
|
|
|
927
922
|
class ListHandshakesForOrganizationResponsePaginatorTypeDef(TypedDict):
|
|
928
|
-
Handshakes:
|
|
923
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
929
924
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
930
925
|
NextToken: NotRequired[str]
|
|
931
926
|
|
|
@@ -961,13 +956,13 @@ class InviteAccountToOrganizationResponseTypeDef(TypedDict):
|
|
|
961
956
|
|
|
962
957
|
|
|
963
958
|
class ListHandshakesForAccountResponseTypeDef(TypedDict):
|
|
964
|
-
Handshakes:
|
|
959
|
+
Handshakes: list[HandshakeTypeDef]
|
|
965
960
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
966
961
|
NextToken: NotRequired[str]
|
|
967
962
|
|
|
968
963
|
|
|
969
964
|
class ListHandshakesForOrganizationResponseTypeDef(TypedDict):
|
|
970
|
-
Handshakes:
|
|
965
|
+
Handshakes: list[HandshakeTypeDef]
|
|
971
966
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
972
967
|
NextToken: NotRequired[str]
|
|
973
968
|
|
|
@@ -1008,7 +1003,7 @@ class EnablePolicyTypeResponseTypeDef(TypedDict):
|
|
|
1008
1003
|
|
|
1009
1004
|
|
|
1010
1005
|
class ListRootsResponseTypeDef(TypedDict):
|
|
1011
|
-
Roots:
|
|
1006
|
+
Roots: list[RootTypeDef]
|
|
1012
1007
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1013
1008
|
NextToken: NotRequired[str]
|
|
1014
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
|
|
|
@@ -322,7 +317,7 @@ class EffectivePolicyValidationErrorTypeDef(TypedDict):
|
|
|
322
317
|
ErrorCode: NotRequired[str]
|
|
323
318
|
ErrorMessage: NotRequired[str]
|
|
324
319
|
PathToError: NotRequired[str]
|
|
325
|
-
ContributingPolicies: NotRequired[
|
|
320
|
+
ContributingPolicies: NotRequired[list[str]]
|
|
326
321
|
|
|
327
322
|
class EnableAWSServiceAccessRequestTypeDef(TypedDict):
|
|
328
323
|
ServicePrincipal: str
|
|
@@ -351,7 +346,7 @@ HandshakeResourcePaginatorTypeDef = TypedDict(
|
|
|
351
346
|
{
|
|
352
347
|
"Value": NotRequired[str],
|
|
353
348
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
354
|
-
"Resources": NotRequired[
|
|
349
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
355
350
|
},
|
|
356
351
|
)
|
|
357
352
|
HandshakeResourceTypeDef = TypedDict(
|
|
@@ -359,7 +354,7 @@ HandshakeResourceTypeDef = TypedDict(
|
|
|
359
354
|
{
|
|
360
355
|
"Value": NotRequired[str],
|
|
361
356
|
"Type": NotRequired[HandshakeResourceTypeType],
|
|
362
|
-
"Resources": NotRequired[
|
|
357
|
+
"Resources": NotRequired[list[dict[str, Any]]],
|
|
363
358
|
},
|
|
364
359
|
)
|
|
365
360
|
|
|
@@ -523,23 +518,23 @@ class DescribeAccountResponseTypeDef(TypedDict):
|
|
|
523
518
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
524
519
|
|
|
525
520
|
class ListAccountsForParentResponseTypeDef(TypedDict):
|
|
526
|
-
Accounts:
|
|
521
|
+
Accounts: list[AccountTypeDef]
|
|
527
522
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
528
523
|
NextToken: NotRequired[str]
|
|
529
524
|
|
|
530
525
|
class ListAccountsResponseTypeDef(TypedDict):
|
|
531
|
-
Accounts:
|
|
526
|
+
Accounts: list[AccountTypeDef]
|
|
532
527
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
533
528
|
NextToken: NotRequired[str]
|
|
534
529
|
|
|
535
530
|
class ListAccountsWithInvalidEffectivePolicyResponseTypeDef(TypedDict):
|
|
536
|
-
Accounts:
|
|
531
|
+
Accounts: list[AccountTypeDef]
|
|
537
532
|
PolicyType: EffectivePolicyTypeType
|
|
538
533
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
539
534
|
NextToken: NotRequired[str]
|
|
540
535
|
|
|
541
536
|
class ListChildrenResponseTypeDef(TypedDict):
|
|
542
|
-
Children:
|
|
537
|
+
Children: list[ChildTypeDef]
|
|
543
538
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
544
539
|
NextToken: NotRequired[str]
|
|
545
540
|
|
|
@@ -574,7 +569,7 @@ CreatePolicyRequestTypeDef = TypedDict(
|
|
|
574
569
|
)
|
|
575
570
|
|
|
576
571
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
577
|
-
Tags:
|
|
572
|
+
Tags: list[TagTypeDef]
|
|
578
573
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
579
574
|
NextToken: NotRequired[str]
|
|
580
575
|
|
|
@@ -599,7 +594,7 @@ class DescribeCreateAccountStatusResponseTypeDef(TypedDict):
|
|
|
599
594
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
600
595
|
|
|
601
596
|
class ListCreateAccountStatusResponseTypeDef(TypedDict):
|
|
602
|
-
CreateAccountStatuses:
|
|
597
|
+
CreateAccountStatuses: list[CreateAccountStatusTypeDef]
|
|
603
598
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
604
599
|
NextToken: NotRequired[str]
|
|
605
600
|
|
|
@@ -612,7 +607,7 @@ class DescribeOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
612
607
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
613
608
|
|
|
614
609
|
class ListOrganizationalUnitsForParentResponseTypeDef(TypedDict):
|
|
615
|
-
OrganizationalUnits:
|
|
610
|
+
OrganizationalUnits: list[OrganizationalUnitTypeDef]
|
|
616
611
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
617
612
|
NextToken: NotRequired[str]
|
|
618
613
|
|
|
@@ -621,12 +616,12 @@ class UpdateOrganizationalUnitResponseTypeDef(TypedDict):
|
|
|
621
616
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
622
617
|
|
|
623
618
|
class ListDelegatedAdministratorsResponseTypeDef(TypedDict):
|
|
624
|
-
DelegatedAdministrators:
|
|
619
|
+
DelegatedAdministrators: list[DelegatedAdministratorTypeDef]
|
|
625
620
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
626
621
|
NextToken: NotRequired[str]
|
|
627
622
|
|
|
628
623
|
class ListDelegatedServicesForAccountResponseTypeDef(TypedDict):
|
|
629
|
-
DelegatedServices:
|
|
624
|
+
DelegatedServices: list[DelegatedServiceTypeDef]
|
|
630
625
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
631
626
|
NextToken: NotRequired[str]
|
|
632
627
|
|
|
@@ -639,12 +634,12 @@ class ListEffectivePolicyValidationErrorsResponseTypeDef(TypedDict):
|
|
|
639
634
|
PolicyType: EffectivePolicyTypeType
|
|
640
635
|
Path: str
|
|
641
636
|
EvaluationTimestamp: datetime
|
|
642
|
-
EffectivePolicyValidationErrors:
|
|
637
|
+
EffectivePolicyValidationErrors: list[EffectivePolicyValidationErrorTypeDef]
|
|
643
638
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
644
639
|
NextToken: NotRequired[str]
|
|
645
640
|
|
|
646
641
|
class ListAWSServiceAccessForOrganizationResponseTypeDef(TypedDict):
|
|
647
|
-
EnabledServicePrincipals:
|
|
642
|
+
EnabledServicePrincipals: list[EnabledServicePrincipalTypeDef]
|
|
648
643
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
649
644
|
NextToken: NotRequired[str]
|
|
650
645
|
|
|
@@ -666,22 +661,22 @@ class InviteAccountToOrganizationRequestTypeDef(TypedDict):
|
|
|
666
661
|
class HandshakePaginatorTypeDef(TypedDict):
|
|
667
662
|
Id: NotRequired[str]
|
|
668
663
|
Arn: NotRequired[str]
|
|
669
|
-
Parties: NotRequired[
|
|
664
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
670
665
|
State: NotRequired[HandshakeStateType]
|
|
671
666
|
RequestedTimestamp: NotRequired[datetime]
|
|
672
667
|
ExpirationTimestamp: NotRequired[datetime]
|
|
673
668
|
Action: NotRequired[ActionTypeType]
|
|
674
|
-
Resources: NotRequired[
|
|
669
|
+
Resources: NotRequired[list[HandshakeResourcePaginatorTypeDef]]
|
|
675
670
|
|
|
676
671
|
class HandshakeTypeDef(TypedDict):
|
|
677
672
|
Id: NotRequired[str]
|
|
678
673
|
Arn: NotRequired[str]
|
|
679
|
-
Parties: NotRequired[
|
|
674
|
+
Parties: NotRequired[list[HandshakePartyTypeDef]]
|
|
680
675
|
State: NotRequired[HandshakeStateType]
|
|
681
676
|
RequestedTimestamp: NotRequired[datetime]
|
|
682
677
|
ExpirationTimestamp: NotRequired[datetime]
|
|
683
678
|
Action: NotRequired[ActionTypeType]
|
|
684
|
-
Resources: NotRequired[
|
|
679
|
+
Resources: NotRequired[list[HandshakeResourceTypeDef]]
|
|
685
680
|
|
|
686
681
|
class ListAWSServiceAccessForOrganizationRequestPaginateTypeDef(TypedDict):
|
|
687
682
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -756,17 +751,17 @@ class ListTargetsForPolicyRequestPaginateTypeDef(TypedDict):
|
|
|
756
751
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
757
752
|
|
|
758
753
|
class ListParentsResponseTypeDef(TypedDict):
|
|
759
|
-
Parents:
|
|
754
|
+
Parents: list[ParentTypeDef]
|
|
760
755
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
761
756
|
NextToken: NotRequired[str]
|
|
762
757
|
|
|
763
758
|
class ListPoliciesForTargetResponseTypeDef(TypedDict):
|
|
764
|
-
Policies:
|
|
759
|
+
Policies: list[PolicySummaryTypeDef]
|
|
765
760
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
766
761
|
NextToken: NotRequired[str]
|
|
767
762
|
|
|
768
763
|
class ListPoliciesResponseTypeDef(TypedDict):
|
|
769
|
-
Policies:
|
|
764
|
+
Policies: list[PolicySummaryTypeDef]
|
|
770
765
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
771
766
|
NextToken: NotRequired[str]
|
|
772
767
|
|
|
@@ -775,7 +770,7 @@ class PolicyTypeDef(TypedDict):
|
|
|
775
770
|
Content: NotRequired[str]
|
|
776
771
|
|
|
777
772
|
class ListTargetsForPolicyResponseTypeDef(TypedDict):
|
|
778
|
-
Targets:
|
|
773
|
+
Targets: list[PolicyTargetSummaryTypeDef]
|
|
779
774
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
780
775
|
NextToken: NotRequired[str]
|
|
781
776
|
|
|
@@ -786,25 +781,25 @@ class OrganizationTypeDef(TypedDict):
|
|
|
786
781
|
MasterAccountArn: NotRequired[str]
|
|
787
782
|
MasterAccountId: NotRequired[str]
|
|
788
783
|
MasterAccountEmail: NotRequired[str]
|
|
789
|
-
AvailablePolicyTypes: NotRequired[
|
|
784
|
+
AvailablePolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
790
785
|
|
|
791
786
|
class RootTypeDef(TypedDict):
|
|
792
787
|
Id: NotRequired[str]
|
|
793
788
|
Arn: NotRequired[str]
|
|
794
789
|
Name: NotRequired[str]
|
|
795
|
-
PolicyTypes: NotRequired[
|
|
790
|
+
PolicyTypes: NotRequired[list[PolicyTypeSummaryTypeDef]]
|
|
796
791
|
|
|
797
792
|
class ResourcePolicyTypeDef(TypedDict):
|
|
798
793
|
ResourcePolicySummary: NotRequired[ResourcePolicySummaryTypeDef]
|
|
799
794
|
Content: NotRequired[str]
|
|
800
795
|
|
|
801
796
|
class ListHandshakesForAccountResponsePaginatorTypeDef(TypedDict):
|
|
802
|
-
Handshakes:
|
|
797
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
803
798
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
804
799
|
NextToken: NotRequired[str]
|
|
805
800
|
|
|
806
801
|
class ListHandshakesForOrganizationResponsePaginatorTypeDef(TypedDict):
|
|
807
|
-
Handshakes:
|
|
802
|
+
Handshakes: list[HandshakePaginatorTypeDef]
|
|
808
803
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
809
804
|
NextToken: NotRequired[str]
|
|
810
805
|
|
|
@@ -833,12 +828,12 @@ class InviteAccountToOrganizationResponseTypeDef(TypedDict):
|
|
|
833
828
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
834
829
|
|
|
835
830
|
class ListHandshakesForAccountResponseTypeDef(TypedDict):
|
|
836
|
-
Handshakes:
|
|
831
|
+
Handshakes: list[HandshakeTypeDef]
|
|
837
832
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
838
833
|
NextToken: NotRequired[str]
|
|
839
834
|
|
|
840
835
|
class ListHandshakesForOrganizationResponseTypeDef(TypedDict):
|
|
841
|
-
Handshakes:
|
|
836
|
+
Handshakes: list[HandshakeTypeDef]
|
|
842
837
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
843
838
|
NextToken: NotRequired[str]
|
|
844
839
|
|
|
@@ -871,7 +866,7 @@ class EnablePolicyTypeResponseTypeDef(TypedDict):
|
|
|
871
866
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
872
867
|
|
|
873
868
|
class ListRootsResponseTypeDef(TypedDict):
|
|
874
|
-
Roots:
|
|
869
|
+
Roots: list[RootTypeDef]
|
|
875
870
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
876
871
|
NextToken: NotRequired[str]
|
|
877
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.61",
|
|
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.61 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
|