mypy-boto3-organizations 1.34.0__tar.gz → 1.34.55__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.34.0 → mypy-boto3-organizations-1.34.55}/LICENSE +1 -1
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/PKG-INFO +7 -7
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/README.md +2 -2
- mypy-boto3-organizations-1.34.0/mypy_boto3_organizations/__init__.py → mypy-boto3-organizations-1.34.55/mypy_boto3_organizations/__init__.pyi +0 -1
- mypy-boto3-organizations-1.34.55/mypy_boto3_organizations/__main__.py +40 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/client.py +5 -6
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/client.pyi +5 -5
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/literals.py +5 -2
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/literals.pyi +5 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/paginator.py +5 -6
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/paginator.pyi +5 -5
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/type_defs.py +1 -2
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/type_defs.pyi +1 -1
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/version.py +1 -1
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations.egg-info/PKG-INFO +7 -7
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/setup.py +4 -8
- mypy-boto3-organizations-1.34.0/mypy_boto3_organizations/__main__.py +0 -39
- /mypy-boto3-organizations-1.34.0/mypy_boto3_organizations/__init__.pyi → /mypy-boto3-organizations-1.34.55/mypy_boto3_organizations/__init__.py +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations/py.typed +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.55}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Organizations 1.34.
|
|
3
|
+
Version: 1.34.55
|
|
4
|
+
Summary: Type annotations for boto3.Organizations 1.34.55 service generated with mypy-boto3-builder 7.23.2
|
|
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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-organizations"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Organizations 1.34.
|
|
46
|
+
[boto3.Organizations 1.34.55](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Organizations 1.34.
|
|
13
|
+
[boto3.Organizations 1.34.55](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.23.2](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
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def print_info() -> None:
|
|
9
|
+
"""
|
|
10
|
+
Print package info to stdout.
|
|
11
|
+
"""
|
|
12
|
+
print(
|
|
13
|
+
"Type annotations for boto3.Organizations 1.34.55\n"
|
|
14
|
+
"Version: 1.34.55\n"
|
|
15
|
+
"Builder version: 7.23.2\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\n"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def print_version() -> None:
|
|
24
|
+
"""
|
|
25
|
+
Print package version to stdout.
|
|
26
|
+
"""
|
|
27
|
+
print("1.34.55")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def main() -> None:
|
|
31
|
+
"""
|
|
32
|
+
Main CLI entrypoint.
|
|
33
|
+
"""
|
|
34
|
+
if "--version" in sys.argv:
|
|
35
|
+
return print_version()
|
|
36
|
+
print_info()
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
if __name__ == "__main__":
|
|
40
|
+
main()
|
|
@@ -96,7 +96,6 @@ if sys.version_info >= (3, 12):
|
|
|
96
96
|
else:
|
|
97
97
|
from typing_extensions import Literal
|
|
98
98
|
|
|
99
|
-
|
|
100
99
|
__all__ = ("OrganizationsClient",)
|
|
101
100
|
|
|
102
101
|
|
|
@@ -234,7 +233,7 @@ class OrganizationsClient(BaseClient):
|
|
|
234
233
|
AccountName: str,
|
|
235
234
|
RoleName: str = ...,
|
|
236
235
|
IamUserAccessToBilling: IAMUserAccessToBillingType = ...,
|
|
237
|
-
Tags: Sequence[TagTypeDef] =
|
|
236
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
238
237
|
) -> CreateAccountResponseTypeDef:
|
|
239
238
|
"""
|
|
240
239
|
Creates an Amazon Web Services account that is automatically a member of the
|
|
@@ -252,7 +251,7 @@ class OrganizationsClient(BaseClient):
|
|
|
252
251
|
AccountName: str,
|
|
253
252
|
RoleName: str = ...,
|
|
254
253
|
IamUserAccessToBilling: IAMUserAccessToBillingType = ...,
|
|
255
|
-
Tags: Sequence[TagTypeDef] =
|
|
254
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
256
255
|
) -> CreateGovCloudAccountResponseTypeDef:
|
|
257
256
|
"""
|
|
258
257
|
This action is available if all of the following are true: * You're authorized
|
|
@@ -290,7 +289,7 @@ class OrganizationsClient(BaseClient):
|
|
|
290
289
|
Description: str,
|
|
291
290
|
Name: str,
|
|
292
291
|
Type: PolicyTypeType,
|
|
293
|
-
Tags: Sequence[TagTypeDef] =
|
|
292
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
294
293
|
) -> CreatePolicyResponseTypeDef:
|
|
295
294
|
"""
|
|
296
295
|
Creates a policy of a specified type that you can attach to a root, an
|
|
@@ -555,7 +554,7 @@ class OrganizationsClient(BaseClient):
|
|
|
555
554
|
ParentId: str,
|
|
556
555
|
ChildType: ChildTypeType,
|
|
557
556
|
NextToken: str = ...,
|
|
558
|
-
MaxResults: int =
|
|
557
|
+
MaxResults: int = ...,
|
|
559
558
|
) -> ListChildrenResponseTypeDef:
|
|
560
559
|
"""
|
|
561
560
|
Lists all of the organizational units (OUs) or accounts that are contained in
|
|
@@ -571,7 +570,7 @@ class OrganizationsClient(BaseClient):
|
|
|
571
570
|
*,
|
|
572
571
|
States: Sequence[CreateAccountStateType] = ...,
|
|
573
572
|
NextToken: str = ...,
|
|
574
|
-
MaxResults: int =
|
|
573
|
+
MaxResults: int = ...,
|
|
575
574
|
) -> ListCreateAccountStatusResponseTypeDef:
|
|
576
575
|
"""
|
|
577
576
|
Lists the account creation requests that match the specified status that is
|
|
@@ -230,7 +230,7 @@ class OrganizationsClient(BaseClient):
|
|
|
230
230
|
AccountName: str,
|
|
231
231
|
RoleName: str = ...,
|
|
232
232
|
IamUserAccessToBilling: IAMUserAccessToBillingType = ...,
|
|
233
|
-
Tags: Sequence[TagTypeDef] =
|
|
233
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
234
234
|
) -> CreateAccountResponseTypeDef:
|
|
235
235
|
"""
|
|
236
236
|
Creates an Amazon Web Services account that is automatically a member of the
|
|
@@ -248,7 +248,7 @@ class OrganizationsClient(BaseClient):
|
|
|
248
248
|
AccountName: str,
|
|
249
249
|
RoleName: str = ...,
|
|
250
250
|
IamUserAccessToBilling: IAMUserAccessToBillingType = ...,
|
|
251
|
-
Tags: Sequence[TagTypeDef] =
|
|
251
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
252
252
|
) -> CreateGovCloudAccountResponseTypeDef:
|
|
253
253
|
"""
|
|
254
254
|
This action is available if all of the following are true: * You're authorized
|
|
@@ -286,7 +286,7 @@ class OrganizationsClient(BaseClient):
|
|
|
286
286
|
Description: str,
|
|
287
287
|
Name: str,
|
|
288
288
|
Type: PolicyTypeType,
|
|
289
|
-
Tags: Sequence[TagTypeDef] =
|
|
289
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
290
290
|
) -> CreatePolicyResponseTypeDef:
|
|
291
291
|
"""
|
|
292
292
|
Creates a policy of a specified type that you can attach to a root, an
|
|
@@ -551,7 +551,7 @@ class OrganizationsClient(BaseClient):
|
|
|
551
551
|
ParentId: str,
|
|
552
552
|
ChildType: ChildTypeType,
|
|
553
553
|
NextToken: str = ...,
|
|
554
|
-
MaxResults: int =
|
|
554
|
+
MaxResults: int = ...,
|
|
555
555
|
) -> ListChildrenResponseTypeDef:
|
|
556
556
|
"""
|
|
557
557
|
Lists all of the organizational units (OUs) or accounts that are contained in
|
|
@@ -567,7 +567,7 @@ class OrganizationsClient(BaseClient):
|
|
|
567
567
|
*,
|
|
568
568
|
States: Sequence[CreateAccountStateType] = ...,
|
|
569
569
|
NextToken: str = ...,
|
|
570
|
-
MaxResults: int =
|
|
570
|
+
MaxResults: int = ...,
|
|
571
571
|
) -> ListCreateAccountStatusResponseTypeDef:
|
|
572
572
|
"""
|
|
573
573
|
Lists the account creation requests that match the specified status that is
|
|
@@ -19,7 +19,6 @@ if sys.version_info >= (3, 12):
|
|
|
19
19
|
else:
|
|
20
20
|
from typing_extensions import Literal
|
|
21
21
|
|
|
22
|
-
|
|
23
22
|
__all__ = (
|
|
24
23
|
"AccountJoinedMethodType",
|
|
25
24
|
"AccountStatusType",
|
|
@@ -59,7 +58,6 @@ __all__ = (
|
|
|
59
58
|
"PaginatorName",
|
|
60
59
|
)
|
|
61
60
|
|
|
62
|
-
|
|
63
61
|
AccountJoinedMethodType = Literal["CREATED", "INVITED"]
|
|
64
62
|
AccountStatusType = Literal["ACTIVE", "PENDING_CLOSURE", "SUSPENDED"]
|
|
65
63
|
ActionTypeType = Literal[
|
|
@@ -150,6 +148,7 @@ ServiceName = Literal[
|
|
|
150
148
|
"appstream",
|
|
151
149
|
"appsync",
|
|
152
150
|
"arc-zonal-shift",
|
|
151
|
+
"artifact",
|
|
153
152
|
"athena",
|
|
154
153
|
"auditmanager",
|
|
155
154
|
"autoscaling",
|
|
@@ -168,6 +167,7 @@ ServiceName = Literal[
|
|
|
168
167
|
"braket",
|
|
169
168
|
"budgets",
|
|
170
169
|
"ce",
|
|
170
|
+
"chatbot",
|
|
171
171
|
"chime",
|
|
172
172
|
"chime-sdk-identity",
|
|
173
173
|
"chime-sdk-media-pipelines",
|
|
@@ -371,9 +371,11 @@ ServiceName = Literal[
|
|
|
371
371
|
"mturk",
|
|
372
372
|
"mwaa",
|
|
373
373
|
"neptune",
|
|
374
|
+
"neptune-graph",
|
|
374
375
|
"neptunedata",
|
|
375
376
|
"network-firewall",
|
|
376
377
|
"networkmanager",
|
|
378
|
+
"networkmonitor",
|
|
377
379
|
"nimble",
|
|
378
380
|
"oam",
|
|
379
381
|
"omics",
|
|
@@ -471,6 +473,7 @@ ServiceName = Literal[
|
|
|
471
473
|
"stepfunctions",
|
|
472
474
|
"storagegateway",
|
|
473
475
|
"sts",
|
|
476
|
+
"supplychain",
|
|
474
477
|
"support",
|
|
475
478
|
"support-app",
|
|
476
479
|
"swf",
|
|
@@ -148,6 +148,7 @@ ServiceName = Literal[
|
|
|
148
148
|
"appstream",
|
|
149
149
|
"appsync",
|
|
150
150
|
"arc-zonal-shift",
|
|
151
|
+
"artifact",
|
|
151
152
|
"athena",
|
|
152
153
|
"auditmanager",
|
|
153
154
|
"autoscaling",
|
|
@@ -166,6 +167,7 @@ ServiceName = Literal[
|
|
|
166
167
|
"braket",
|
|
167
168
|
"budgets",
|
|
168
169
|
"ce",
|
|
170
|
+
"chatbot",
|
|
169
171
|
"chime",
|
|
170
172
|
"chime-sdk-identity",
|
|
171
173
|
"chime-sdk-media-pipelines",
|
|
@@ -369,9 +371,11 @@ ServiceName = Literal[
|
|
|
369
371
|
"mturk",
|
|
370
372
|
"mwaa",
|
|
371
373
|
"neptune",
|
|
374
|
+
"neptune-graph",
|
|
372
375
|
"neptunedata",
|
|
373
376
|
"network-firewall",
|
|
374
377
|
"networkmanager",
|
|
378
|
+
"networkmonitor",
|
|
375
379
|
"nimble",
|
|
376
380
|
"oam",
|
|
377
381
|
"omics",
|
|
@@ -469,6 +473,7 @@ ServiceName = Literal[
|
|
|
469
473
|
"stepfunctions",
|
|
470
474
|
"storagegateway",
|
|
471
475
|
"sts",
|
|
476
|
+
"supplychain",
|
|
472
477
|
"support",
|
|
473
478
|
"support-app",
|
|
474
479
|
"swf",
|
|
@@ -95,7 +95,6 @@ __all__ = (
|
|
|
95
95
|
"ListTargetsForPolicyPaginator",
|
|
96
96
|
)
|
|
97
97
|
|
|
98
|
-
|
|
99
98
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
100
99
|
|
|
101
100
|
|
|
@@ -162,7 +161,7 @@ class ListChildrenPaginator(Paginator):
|
|
|
162
161
|
*,
|
|
163
162
|
ParentId: str,
|
|
164
163
|
ChildType: ChildTypeType,
|
|
165
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
164
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
166
165
|
) -> _PageIterator[ListChildrenResponseTypeDef]:
|
|
167
166
|
"""
|
|
168
167
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListChildren.paginate)
|
|
@@ -180,7 +179,7 @@ class ListCreateAccountStatusPaginator(Paginator):
|
|
|
180
179
|
self,
|
|
181
180
|
*,
|
|
182
181
|
States: Sequence[CreateAccountStateType] = ...,
|
|
183
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
182
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
184
183
|
) -> _PageIterator[ListCreateAccountStatusResponseTypeDef]:
|
|
185
184
|
"""
|
|
186
185
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListCreateAccountStatus.paginate)
|
|
@@ -228,7 +227,7 @@ class ListHandshakesForAccountPaginator(Paginator):
|
|
|
228
227
|
self,
|
|
229
228
|
*,
|
|
230
229
|
Filter: HandshakeFilterTypeDef = ...,
|
|
231
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
230
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
232
231
|
) -> _PageIterator[ListHandshakesForAccountResponseTypeDef]:
|
|
233
232
|
"""
|
|
234
233
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListHandshakesForAccount.paginate)
|
|
@@ -246,7 +245,7 @@ class ListHandshakesForOrganizationPaginator(Paginator):
|
|
|
246
245
|
self,
|
|
247
246
|
*,
|
|
248
247
|
Filter: HandshakeFilterTypeDef = ...,
|
|
249
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
248
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
250
249
|
) -> _PageIterator[ListHandshakesForOrganizationResponseTypeDef]:
|
|
251
250
|
"""
|
|
252
251
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListHandshakesForOrganization.paginate)
|
|
@@ -310,7 +309,7 @@ class ListPoliciesForTargetPaginator(Paginator):
|
|
|
310
309
|
*,
|
|
311
310
|
TargetId: str,
|
|
312
311
|
Filter: PolicyTypeType,
|
|
313
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
312
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
314
313
|
) -> _PageIterator[ListPoliciesForTargetResponseTypeDef]:
|
|
315
314
|
"""
|
|
316
315
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPoliciesForTarget.paginate)
|
|
@@ -156,7 +156,7 @@ class ListChildrenPaginator(Paginator):
|
|
|
156
156
|
*,
|
|
157
157
|
ParentId: str,
|
|
158
158
|
ChildType: ChildTypeType,
|
|
159
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
159
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
160
160
|
) -> _PageIterator[ListChildrenResponseTypeDef]:
|
|
161
161
|
"""
|
|
162
162
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListChildren.paginate)
|
|
@@ -173,7 +173,7 @@ class ListCreateAccountStatusPaginator(Paginator):
|
|
|
173
173
|
self,
|
|
174
174
|
*,
|
|
175
175
|
States: Sequence[CreateAccountStateType] = ...,
|
|
176
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
176
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
177
177
|
) -> _PageIterator[ListCreateAccountStatusResponseTypeDef]:
|
|
178
178
|
"""
|
|
179
179
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListCreateAccountStatus.paginate)
|
|
@@ -218,7 +218,7 @@ class ListHandshakesForAccountPaginator(Paginator):
|
|
|
218
218
|
self,
|
|
219
219
|
*,
|
|
220
220
|
Filter: HandshakeFilterTypeDef = ...,
|
|
221
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
221
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
222
222
|
) -> _PageIterator[ListHandshakesForAccountResponseTypeDef]:
|
|
223
223
|
"""
|
|
224
224
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListHandshakesForAccount.paginate)
|
|
@@ -235,7 +235,7 @@ class ListHandshakesForOrganizationPaginator(Paginator):
|
|
|
235
235
|
self,
|
|
236
236
|
*,
|
|
237
237
|
Filter: HandshakeFilterTypeDef = ...,
|
|
238
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
238
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
239
239
|
) -> _PageIterator[ListHandshakesForOrganizationResponseTypeDef]:
|
|
240
240
|
"""
|
|
241
241
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListHandshakesForOrganization.paginate)
|
|
@@ -295,7 +295,7 @@ class ListPoliciesForTargetPaginator(Paginator):
|
|
|
295
295
|
*,
|
|
296
296
|
TargetId: str,
|
|
297
297
|
Filter: PolicyTypeType,
|
|
298
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
298
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
299
299
|
) -> _PageIterator[ListPoliciesForTargetResponseTypeDef]:
|
|
300
300
|
"""
|
|
301
301
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Paginator.ListPoliciesForTarget.paginate)
|
|
@@ -44,7 +44,6 @@ if sys.version_info >= (3, 12):
|
|
|
44
44
|
else:
|
|
45
45
|
from typing_extensions import TypedDict
|
|
46
46
|
|
|
47
|
-
|
|
48
47
|
__all__ = (
|
|
49
48
|
"AcceptHandshakeRequestRequestTypeDef",
|
|
50
49
|
"ResponseMetadataTypeDef",
|
|
@@ -187,10 +186,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
187
186
|
"ResponseMetadataTypeDef",
|
|
188
187
|
{
|
|
189
188
|
"RequestId": str,
|
|
190
|
-
"HostId": str,
|
|
191
189
|
"HTTPStatusCode": int,
|
|
192
190
|
"HTTPHeaders": Dict[str, str],
|
|
193
191
|
"RetryAttempts": int,
|
|
192
|
+
"HostId": NotRequired[str],
|
|
194
193
|
},
|
|
195
194
|
)
|
|
196
195
|
AccountTypeDef = TypedDict(
|
|
@@ -186,10 +186,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
186
186
|
"ResponseMetadataTypeDef",
|
|
187
187
|
{
|
|
188
188
|
"RequestId": str,
|
|
189
|
-
"HostId": str,
|
|
190
189
|
"HTTPStatusCode": int,
|
|
191
190
|
"HTTPHeaders": Dict[str, str],
|
|
192
191
|
"RetryAttempts": int,
|
|
192
|
+
"HostId": NotRequired[str],
|
|
193
193
|
},
|
|
194
194
|
)
|
|
195
195
|
AccountTypeDef = TypedDict(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Organizations 1.34.
|
|
3
|
+
Version: 1.34.55
|
|
4
|
+
Summary: Type annotations for boto3.Organizations 1.34.55 service generated with mypy-boto3-builder 7.23.2
|
|
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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-organizations"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Organizations 1.34.
|
|
46
|
+
[boto3.Organizations 1.34.55](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -11,16 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-organizations",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.55",
|
|
15
15
|
packages=["mypy_boto3_organizations"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description=
|
|
21
|
-
"Type annotations for boto3.Organizations 1.34.0 service generated with mypy-boto3-builder"
|
|
22
|
-
" 7.21.0"
|
|
23
|
-
),
|
|
20
|
+
description="Type annotations for boto3.Organizations 1.34.55 service generated with mypy-boto3-builder 7.23.2",
|
|
24
21
|
classifiers=[
|
|
25
22
|
"Development Status :: 5 - Production/Stable",
|
|
26
23
|
"Intended Audience :: Developers",
|
|
@@ -29,7 +26,6 @@ setup(
|
|
|
29
26
|
"Natural Language :: English",
|
|
30
27
|
"Operating System :: OS Independent",
|
|
31
28
|
"Programming Language :: Python :: 3",
|
|
32
|
-
"Programming Language :: Python :: 3.7",
|
|
33
29
|
"Programming Language :: Python :: 3.8",
|
|
34
30
|
"Programming Language :: Python :: 3.9",
|
|
35
31
|
"Programming Language :: Python :: 3.10",
|
|
@@ -38,13 +34,13 @@ setup(
|
|
|
38
34
|
"Programming Language :: Python :: 3.13",
|
|
39
35
|
"Programming Language :: Python :: 3 :: Only",
|
|
40
36
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
41
|
-
"Typing ::
|
|
37
|
+
"Typing :: Stubs Only",
|
|
42
38
|
],
|
|
43
39
|
keywords="boto3 organizations type-annotations botocore mypy typeshed autocomplete",
|
|
44
40
|
long_description=LONG_DESCRIPTION,
|
|
45
41
|
long_description_content_type="text/markdown",
|
|
46
42
|
package_data={"mypy_boto3_organizations": ["py.typed", "*.pyi"]},
|
|
47
|
-
python_requires=">=3.
|
|
43
|
+
python_requires=">=3.8",
|
|
48
44
|
project_urls={
|
|
49
45
|
"Documentation": "https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/",
|
|
50
46
|
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Main CLI entrypoint.
|
|
3
|
-
"""
|
|
4
|
-
|
|
5
|
-
import sys
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def print_info() -> None:
|
|
9
|
-
"""
|
|
10
|
-
Print package info to stdout.
|
|
11
|
-
"""
|
|
12
|
-
print(
|
|
13
|
-
"Type annotations for boto3.Organizations 1.34.0\nVersion: 1.34.0\nBuilder version:"
|
|
14
|
-
" 7.21.0\nDocs: "
|
|
15
|
-
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\nBoto3 docs: "
|
|
16
|
-
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\nOther"
|
|
17
|
-
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
18
|
-
" https://github.com/youtype/mypy_boto3_builder/releases"
|
|
19
|
-
)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
def print_version() -> None:
|
|
23
|
-
"""
|
|
24
|
-
Print package version to stdout.
|
|
25
|
-
"""
|
|
26
|
-
print("1.34.0")
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
def main() -> None:
|
|
30
|
-
"""
|
|
31
|
-
Main CLI entrypoint.
|
|
32
|
-
"""
|
|
33
|
-
if "--version" in sys.argv:
|
|
34
|
-
return print_version()
|
|
35
|
-
print_info()
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
if __name__ == "__main__":
|
|
39
|
-
main()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|