mypy-boto3-organizations 1.35.72__tar.gz → 1.35.91__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.35.72 → mypy_boto3_organizations-1.35.91}/LICENSE +1 -1
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/PKG-INFO +22 -8
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/README.md +19 -5
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/__init__.py +1 -1
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/__init__.pyi +1 -1
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/__main__.py +9 -8
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/client.py +99 -99
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/client.pyi +99 -98
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/literals.py +7 -2
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/literals.pyi +7 -2
- mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/paginator.pyi → mypy_boto3_organizations-1.35.91/mypy_boto3_organizations/paginator.py +226 -105
- mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/paginator.py → mypy_boto3_organizations-1.35.91/mypy_boto3_organizations/paginator.pyi +163 -126
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/type_defs.py +64 -68
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/type_defs.pyi +64 -68
- mypy_boto3_organizations-1.35.91/mypy_boto3_organizations/version.py +7 -0
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations.egg-info/PKG-INFO +22 -8
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations.egg-info/requires.txt +1 -1
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/setup.py +4 -6
- mypy_boto3_organizations-1.35.72/mypy_boto3_organizations/version.py +0 -7
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations/py.typed +0 -0
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy_boto3_organizations-1.35.72 → mypy_boto3_organizations-1.35.91}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.35.
|
|
3
|
+
Version: 1.35.91
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.35.91 service generated with mypy-boto3-builder 8.7.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
34
|
|
|
35
35
|
<a id="mypy-boto3-organizations"></a>
|
|
36
36
|
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
44
44
|

|
|
45
45
|
|
|
46
46
|
Type annotations for
|
|
47
|
-
[boto3 Organizations 1.35.
|
|
47
|
+
[boto3 Organizations 1.35.91](https://pypi.org/project/boto3/) compatible with
|
|
48
48
|
[VSCode](https://code.visualstudio.com/),
|
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,8 +52,8 @@ Type annotations for
|
|
|
52
52
|
[mypy](https://github.com/python/mypy),
|
|
53
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
54
|
|
|
55
|
-
Generated
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
Generated with
|
|
56
|
+
[mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
|
|
57
57
|
|
|
58
58
|
More information can be found on
|
|
59
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -65,6 +65,7 @@ See how it helps you find and fix potential bugs:
|
|
|
65
65
|
|
|
66
66
|
- [mypy-boto3-organizations](#mypy-boto3-organizations)
|
|
67
67
|
- [How to install](#how-to-install)
|
|
68
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
68
69
|
- [VSCode extension](#vscode-extension)
|
|
69
70
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
70
71
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.91' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
111
|
+
3. Add `Organizations` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `boto3-stubs` for `Organizations` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'boto3-stubs[organizations]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'boto3-stubs-lite[organizations]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install mypy-boto3-organizations
|
|
126
140
|
```
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 Organizations 1.35.
|
|
13
|
+
[boto3 Organizations 1.35.91](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/),
|
|
@@ -18,8 +18,8 @@ Type annotations for
|
|
|
18
18
|
[mypy](https://github.com/python/mypy),
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
|
-
Generated
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
Generated with
|
|
22
|
+
[mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -31,6 +31,7 @@ See how it helps you find and fix potential bugs:
|
|
|
31
31
|
|
|
32
32
|
- [mypy-boto3-organizations](#mypy-boto3-organizations)
|
|
33
33
|
- [How to install](#how-to-install)
|
|
34
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
34
35
|
- [VSCode extension](#vscode-extension)
|
|
35
36
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
36
37
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
|
|
|
61
62
|
|
|
62
63
|
## How to install
|
|
63
64
|
|
|
65
|
+
<a id="generate-locally-(recommended)"></a>
|
|
66
|
+
|
|
67
|
+
### Generate locally (recommended)
|
|
68
|
+
|
|
69
|
+
You can generate type annotations for `boto3` package locally with
|
|
70
|
+
`mypy_boto3_builder`. Use
|
|
71
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
|
+
isolation.
|
|
73
|
+
|
|
74
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
+
`uvx --with 'boto3==1.35.91' mypy_boto3_builder`
|
|
76
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
77
|
+
3. Add `Organizations` service.
|
|
78
|
+
4. Use provided commands to install generated packages.
|
|
79
|
+
|
|
64
80
|
<a id="vscode-extension"></a>
|
|
65
81
|
|
|
66
82
|
### VSCode extension
|
|
@@ -81,12 +97,10 @@ Install `boto3-stubs` for `Organizations` service.
|
|
|
81
97
|
# install with boto3 type annotations
|
|
82
98
|
python -m pip install 'boto3-stubs[organizations]'
|
|
83
99
|
|
|
84
|
-
|
|
85
100
|
# Lite version does not provide session.client/resource overloads
|
|
86
101
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
87
102
|
python -m pip install 'boto3-stubs-lite[organizations]'
|
|
88
103
|
|
|
89
|
-
|
|
90
104
|
# standalone installation
|
|
91
105
|
python -m pip install mypy-boto3-organizations
|
|
92
106
|
```
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -11,14 +11,14 @@ def print_info() -> None:
|
|
|
11
11
|
"""
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
|
-
|
|
15
|
-
"Type annotations for boto3 Organizations 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
14
|
+
sys.stdout.write(
|
|
15
|
+
"Type annotations for boto3 Organizations 1.35.91\n"
|
|
16
|
+
"Version: 1.35.91\n"
|
|
17
|
+
"Builder version: 8.7.1\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"
|
|
21
|
-
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
|
|
29
|
+
sys.stdout.write("1.35.91\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -34,7 +34,8 @@ def main() -> None:
|
|
|
34
34
|
Main CLI entrypoint.
|
|
35
35
|
"""
|
|
36
36
|
if "--version" in sys.argv:
|
|
37
|
-
|
|
37
|
+
print_version()
|
|
38
|
+
return
|
|
38
39
|
print_info()
|
|
39
40
|
|
|
40
41
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Type annotations for organizations service
|
|
2
|
+
Type annotations for organizations service Client.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -13,13 +13,17 @@ Usage::
|
|
|
13
13
|
client: OrganizationsClient = session.client("organizations")
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Copyright
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
|
+
from __future__ import annotations
|
|
20
|
+
|
|
19
21
|
import sys
|
|
20
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, Mapping, overload
|
|
21
23
|
|
|
22
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
|
+
from botocore.errorfactory import BaseClientExceptions
|
|
26
|
+
from botocore.exceptions import ClientError as BotocoreClientError
|
|
23
27
|
|
|
24
28
|
from .paginator import (
|
|
25
29
|
ListAccountsForParentPaginator,
|
|
@@ -140,63 +144,55 @@ else:
|
|
|
140
144
|
__all__ = ("OrganizationsClient",)
|
|
141
145
|
|
|
142
146
|
|
|
143
|
-
class
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
PolicyTypeNotEnabledException: Type[BotocoreClientError]
|
|
193
|
-
ResourcePolicyNotFoundException: Type[BotocoreClientError]
|
|
194
|
-
RootNotFoundException: Type[BotocoreClientError]
|
|
195
|
-
ServiceException: Type[BotocoreClientError]
|
|
196
|
-
SourceParentNotFoundException: Type[BotocoreClientError]
|
|
197
|
-
TargetNotFoundException: Type[BotocoreClientError]
|
|
198
|
-
TooManyRequestsException: Type[BotocoreClientError]
|
|
199
|
-
UnsupportedAPIEndpointException: Type[BotocoreClientError]
|
|
147
|
+
class Exceptions(BaseClientExceptions):
|
|
148
|
+
AWSOrganizationsNotInUseException: type[BotocoreClientError]
|
|
149
|
+
AccessDeniedException: type[BotocoreClientError]
|
|
150
|
+
AccessDeniedForDependencyException: type[BotocoreClientError]
|
|
151
|
+
AccountAlreadyClosedException: type[BotocoreClientError]
|
|
152
|
+
AccountAlreadyRegisteredException: type[BotocoreClientError]
|
|
153
|
+
AccountNotFoundException: type[BotocoreClientError]
|
|
154
|
+
AccountNotRegisteredException: type[BotocoreClientError]
|
|
155
|
+
AccountOwnerNotVerifiedException: type[BotocoreClientError]
|
|
156
|
+
AlreadyInOrganizationException: type[BotocoreClientError]
|
|
157
|
+
ChildNotFoundException: type[BotocoreClientError]
|
|
158
|
+
ClientError: type[BotocoreClientError]
|
|
159
|
+
ConcurrentModificationException: type[BotocoreClientError]
|
|
160
|
+
ConflictException: type[BotocoreClientError]
|
|
161
|
+
ConstraintViolationException: type[BotocoreClientError]
|
|
162
|
+
CreateAccountStatusNotFoundException: type[BotocoreClientError]
|
|
163
|
+
DestinationParentNotFoundException: type[BotocoreClientError]
|
|
164
|
+
DuplicateAccountException: type[BotocoreClientError]
|
|
165
|
+
DuplicateHandshakeException: type[BotocoreClientError]
|
|
166
|
+
DuplicateOrganizationalUnitException: type[BotocoreClientError]
|
|
167
|
+
DuplicatePolicyAttachmentException: type[BotocoreClientError]
|
|
168
|
+
DuplicatePolicyException: type[BotocoreClientError]
|
|
169
|
+
EffectivePolicyNotFoundException: type[BotocoreClientError]
|
|
170
|
+
FinalizingOrganizationException: type[BotocoreClientError]
|
|
171
|
+
HandshakeAlreadyInStateException: type[BotocoreClientError]
|
|
172
|
+
HandshakeConstraintViolationException: type[BotocoreClientError]
|
|
173
|
+
HandshakeNotFoundException: type[BotocoreClientError]
|
|
174
|
+
InvalidHandshakeTransitionException: type[BotocoreClientError]
|
|
175
|
+
InvalidInputException: type[BotocoreClientError]
|
|
176
|
+
MalformedPolicyDocumentException: type[BotocoreClientError]
|
|
177
|
+
MasterCannotLeaveOrganizationException: type[BotocoreClientError]
|
|
178
|
+
OrganizationNotEmptyException: type[BotocoreClientError]
|
|
179
|
+
OrganizationalUnitNotEmptyException: type[BotocoreClientError]
|
|
180
|
+
OrganizationalUnitNotFoundException: type[BotocoreClientError]
|
|
181
|
+
ParentNotFoundException: type[BotocoreClientError]
|
|
182
|
+
PolicyChangesInProgressException: type[BotocoreClientError]
|
|
183
|
+
PolicyInUseException: type[BotocoreClientError]
|
|
184
|
+
PolicyNotAttachedException: type[BotocoreClientError]
|
|
185
|
+
PolicyNotFoundException: type[BotocoreClientError]
|
|
186
|
+
PolicyTypeAlreadyEnabledException: type[BotocoreClientError]
|
|
187
|
+
PolicyTypeNotAvailableForOrganizationException: type[BotocoreClientError]
|
|
188
|
+
PolicyTypeNotEnabledException: type[BotocoreClientError]
|
|
189
|
+
ResourcePolicyNotFoundException: type[BotocoreClientError]
|
|
190
|
+
RootNotFoundException: type[BotocoreClientError]
|
|
191
|
+
ServiceException: type[BotocoreClientError]
|
|
192
|
+
SourceParentNotFoundException: type[BotocoreClientError]
|
|
193
|
+
TargetNotFoundException: type[BotocoreClientError]
|
|
194
|
+
TooManyRequestsException: type[BotocoreClientError]
|
|
195
|
+
UnsupportedAPIEndpointException: type[BotocoreClientError]
|
|
200
196
|
|
|
201
197
|
|
|
202
198
|
class OrganizationsClient(BaseClient):
|
|
@@ -234,12 +230,6 @@ class OrganizationsClient(BaseClient):
|
|
|
234
230
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#generate_presigned_url)
|
|
235
231
|
"""
|
|
236
232
|
|
|
237
|
-
def close(self) -> None:
|
|
238
|
-
"""
|
|
239
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations/client/close.html)
|
|
240
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#close)
|
|
241
|
-
"""
|
|
242
|
-
|
|
243
233
|
def accept_handshake(
|
|
244
234
|
self, **kwargs: Unpack[AcceptHandshakeRequestRequestTypeDef]
|
|
245
235
|
) -> AcceptHandshakeResponseTypeDef:
|
|
@@ -803,8 +793,8 @@ class OrganizationsClient(BaseClient):
|
|
|
803
793
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#update_policy)
|
|
804
794
|
"""
|
|
805
795
|
|
|
806
|
-
@overload
|
|
807
|
-
def get_paginator(
|
|
796
|
+
@overload # type: ignore[override]
|
|
797
|
+
def get_paginator( # type: ignore[override]
|
|
808
798
|
self, operation_name: Literal["list_aws_service_access_for_organization"]
|
|
809
799
|
) -> ListAWSServiceAccessForOrganizationPaginator:
|
|
810
800
|
"""
|
|
@@ -814,8 +804,8 @@ class OrganizationsClient(BaseClient):
|
|
|
814
804
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
815
805
|
"""
|
|
816
806
|
|
|
817
|
-
@overload
|
|
818
|
-
def get_paginator(
|
|
807
|
+
@overload # type: ignore[override]
|
|
808
|
+
def get_paginator( # type: ignore[override]
|
|
819
809
|
self, operation_name: Literal["list_accounts_for_parent"]
|
|
820
810
|
) -> ListAccountsForParentPaginator:
|
|
821
811
|
"""
|
|
@@ -825,8 +815,10 @@ class OrganizationsClient(BaseClient):
|
|
|
825
815
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
826
816
|
"""
|
|
827
817
|
|
|
828
|
-
@overload
|
|
829
|
-
def get_paginator(
|
|
818
|
+
@overload # type: ignore[override]
|
|
819
|
+
def get_paginator( # type: ignore[override]
|
|
820
|
+
self, operation_name: Literal["list_accounts"]
|
|
821
|
+
) -> ListAccountsPaginator:
|
|
830
822
|
"""
|
|
831
823
|
Create a paginator for an operation.
|
|
832
824
|
|
|
@@ -834,8 +826,10 @@ class OrganizationsClient(BaseClient):
|
|
|
834
826
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
835
827
|
"""
|
|
836
828
|
|
|
837
|
-
@overload
|
|
838
|
-
def get_paginator(
|
|
829
|
+
@overload # type: ignore[override]
|
|
830
|
+
def get_paginator( # type: ignore[override]
|
|
831
|
+
self, operation_name: Literal["list_children"]
|
|
832
|
+
) -> ListChildrenPaginator:
|
|
839
833
|
"""
|
|
840
834
|
Create a paginator for an operation.
|
|
841
835
|
|
|
@@ -843,8 +837,8 @@ class OrganizationsClient(BaseClient):
|
|
|
843
837
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
844
838
|
"""
|
|
845
839
|
|
|
846
|
-
@overload
|
|
847
|
-
def get_paginator(
|
|
840
|
+
@overload # type: ignore[override]
|
|
841
|
+
def get_paginator( # type: ignore[override]
|
|
848
842
|
self, operation_name: Literal["list_create_account_status"]
|
|
849
843
|
) -> ListCreateAccountStatusPaginator:
|
|
850
844
|
"""
|
|
@@ -854,8 +848,8 @@ class OrganizationsClient(BaseClient):
|
|
|
854
848
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
855
849
|
"""
|
|
856
850
|
|
|
857
|
-
@overload
|
|
858
|
-
def get_paginator(
|
|
851
|
+
@overload # type: ignore[override]
|
|
852
|
+
def get_paginator( # type: ignore[override]
|
|
859
853
|
self, operation_name: Literal["list_delegated_administrators"]
|
|
860
854
|
) -> ListDelegatedAdministratorsPaginator:
|
|
861
855
|
"""
|
|
@@ -865,8 +859,8 @@ class OrganizationsClient(BaseClient):
|
|
|
865
859
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
866
860
|
"""
|
|
867
861
|
|
|
868
|
-
@overload
|
|
869
|
-
def get_paginator(
|
|
862
|
+
@overload # type: ignore[override]
|
|
863
|
+
def get_paginator( # type: ignore[override]
|
|
870
864
|
self, operation_name: Literal["list_delegated_services_for_account"]
|
|
871
865
|
) -> ListDelegatedServicesForAccountPaginator:
|
|
872
866
|
"""
|
|
@@ -876,8 +870,8 @@ class OrganizationsClient(BaseClient):
|
|
|
876
870
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
877
871
|
"""
|
|
878
872
|
|
|
879
|
-
@overload
|
|
880
|
-
def get_paginator(
|
|
873
|
+
@overload # type: ignore[override]
|
|
874
|
+
def get_paginator( # type: ignore[override]
|
|
881
875
|
self, operation_name: Literal["list_handshakes_for_account"]
|
|
882
876
|
) -> ListHandshakesForAccountPaginator:
|
|
883
877
|
"""
|
|
@@ -887,8 +881,8 @@ class OrganizationsClient(BaseClient):
|
|
|
887
881
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
888
882
|
"""
|
|
889
883
|
|
|
890
|
-
@overload
|
|
891
|
-
def get_paginator(
|
|
884
|
+
@overload # type: ignore[override]
|
|
885
|
+
def get_paginator( # type: ignore[override]
|
|
892
886
|
self, operation_name: Literal["list_handshakes_for_organization"]
|
|
893
887
|
) -> ListHandshakesForOrganizationPaginator:
|
|
894
888
|
"""
|
|
@@ -898,8 +892,8 @@ class OrganizationsClient(BaseClient):
|
|
|
898
892
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
899
893
|
"""
|
|
900
894
|
|
|
901
|
-
@overload
|
|
902
|
-
def get_paginator(
|
|
895
|
+
@overload # type: ignore[override]
|
|
896
|
+
def get_paginator( # type: ignore[override]
|
|
903
897
|
self, operation_name: Literal["list_organizational_units_for_parent"]
|
|
904
898
|
) -> ListOrganizationalUnitsForParentPaginator:
|
|
905
899
|
"""
|
|
@@ -909,8 +903,10 @@ class OrganizationsClient(BaseClient):
|
|
|
909
903
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
910
904
|
"""
|
|
911
905
|
|
|
912
|
-
@overload
|
|
913
|
-
def get_paginator(
|
|
906
|
+
@overload # type: ignore[override]
|
|
907
|
+
def get_paginator( # type: ignore[override]
|
|
908
|
+
self, operation_name: Literal["list_parents"]
|
|
909
|
+
) -> ListParentsPaginator:
|
|
914
910
|
"""
|
|
915
911
|
Create a paginator for an operation.
|
|
916
912
|
|
|
@@ -918,8 +914,8 @@ class OrganizationsClient(BaseClient):
|
|
|
918
914
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
919
915
|
"""
|
|
920
916
|
|
|
921
|
-
@overload
|
|
922
|
-
def get_paginator(
|
|
917
|
+
@overload # type: ignore[override]
|
|
918
|
+
def get_paginator( # type: ignore[override]
|
|
923
919
|
self, operation_name: Literal["list_policies_for_target"]
|
|
924
920
|
) -> ListPoliciesForTargetPaginator:
|
|
925
921
|
"""
|
|
@@ -929,8 +925,10 @@ class OrganizationsClient(BaseClient):
|
|
|
929
925
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
930
926
|
"""
|
|
931
927
|
|
|
932
|
-
@overload
|
|
933
|
-
def get_paginator(
|
|
928
|
+
@overload # type: ignore[override]
|
|
929
|
+
def get_paginator( # type: ignore[override]
|
|
930
|
+
self, operation_name: Literal["list_policies"]
|
|
931
|
+
) -> ListPoliciesPaginator:
|
|
934
932
|
"""
|
|
935
933
|
Create a paginator for an operation.
|
|
936
934
|
|
|
@@ -938,8 +936,10 @@ class OrganizationsClient(BaseClient):
|
|
|
938
936
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
939
937
|
"""
|
|
940
938
|
|
|
941
|
-
@overload
|
|
942
|
-
def get_paginator(
|
|
939
|
+
@overload # type: ignore[override]
|
|
940
|
+
def get_paginator( # type: ignore[override]
|
|
941
|
+
self, operation_name: Literal["list_roots"]
|
|
942
|
+
) -> ListRootsPaginator:
|
|
943
943
|
"""
|
|
944
944
|
Create a paginator for an operation.
|
|
945
945
|
|
|
@@ -947,8 +947,8 @@ class OrganizationsClient(BaseClient):
|
|
|
947
947
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
948
948
|
"""
|
|
949
949
|
|
|
950
|
-
@overload
|
|
951
|
-
def get_paginator(
|
|
950
|
+
@overload # type: ignore[override]
|
|
951
|
+
def get_paginator( # type: ignore[override]
|
|
952
952
|
self, operation_name: Literal["list_tags_for_resource"]
|
|
953
953
|
) -> ListTagsForResourcePaginator:
|
|
954
954
|
"""
|
|
@@ -958,8 +958,8 @@ class OrganizationsClient(BaseClient):
|
|
|
958
958
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
959
959
|
"""
|
|
960
960
|
|
|
961
|
-
@overload
|
|
962
|
-
def get_paginator(
|
|
961
|
+
@overload # type: ignore[override]
|
|
962
|
+
def get_paginator( # type: ignore[override]
|
|
963
963
|
self, operation_name: Literal["list_targets_for_policy"]
|
|
964
964
|
) -> ListTargetsForPolicyPaginator:
|
|
965
965
|
"""
|