mypy-boto3-organizations 1.34.0__tar.gz → 1.34.24__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.24}/LICENSE +1 -1
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/PKG-INFO +7 -7
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/README.md +2 -2
- mypy-boto3-organizations-1.34.0/mypy_boto3_organizations/__init__.py → mypy-boto3-organizations-1.34.24/mypy_boto3_organizations/__init__.pyi +0 -1
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/__main__.py +3 -3
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/client.py +5 -6
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/client.pyi +5 -5
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/literals.py +3 -2
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/literals.pyi +3 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/paginator.py +5 -6
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/paginator.pyi +5 -5
- mypy-boto3-organizations-1.34.0/mypy_boto3_organizations/type_defs.py → mypy-boto3-organizations-1.34.24/mypy_boto3_organizations/type_defs.pyi +0 -1
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/version.py +1 -1
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations.egg-info/PKG-INFO +7 -7
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/setup.py +5 -6
- /mypy-boto3-organizations-1.34.0/mypy_boto3_organizations/__init__.pyi → /mypy-boto3-organizations-1.34.24/mypy_boto3_organizations/__init__.py +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations/py.typed +0 -0
- /mypy-boto3-organizations-1.34.0/mypy_boto3_organizations/type_defs.pyi → /mypy-boto3-organizations-1.34.24/mypy_boto3_organizations/type_defs.py +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy-boto3-organizations-1.34.0 → mypy-boto3-organizations-1.34.24}/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.24
|
|
4
|
+
Summary: Type annotations for boto3.Organizations 1.34.24 service generated with mypy-boto3-builder 7.23.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
|
|
@@ -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.24](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.1](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.24](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.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
|
|
@@ -10,8 +10,8 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.Organizations 1.34.
|
|
14
|
-
" 7.
|
|
13
|
+
"Type annotations for boto3.Organizations 1.34.24\nVersion: 1.34.24\nBuilder"
|
|
14
|
+
" version: 7.23.1\nDocs: "
|
|
15
15
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\nBoto3 docs: "
|
|
16
16
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\nOther"
|
|
17
17
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -23,7 +23,7 @@ def print_version() -> None:
|
|
|
23
23
|
"""
|
|
24
24
|
Print package version to stdout.
|
|
25
25
|
"""
|
|
26
|
-
print("1.34.
|
|
26
|
+
print("1.34.24")
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
def main() -> None:
|
|
@@ -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[
|
|
@@ -371,9 +369,11 @@ ServiceName = Literal[
|
|
|
371
369
|
"mturk",
|
|
372
370
|
"mwaa",
|
|
373
371
|
"neptune",
|
|
372
|
+
"neptune-graph",
|
|
374
373
|
"neptunedata",
|
|
375
374
|
"network-firewall",
|
|
376
375
|
"networkmanager",
|
|
376
|
+
"networkmonitor",
|
|
377
377
|
"nimble",
|
|
378
378
|
"oam",
|
|
379
379
|
"omics",
|
|
@@ -471,6 +471,7 @@ ServiceName = Literal[
|
|
|
471
471
|
"stepfunctions",
|
|
472
472
|
"storagegateway",
|
|
473
473
|
"sts",
|
|
474
|
+
"supplychain",
|
|
474
475
|
"support",
|
|
475
476
|
"support-app",
|
|
476
477
|
"swf",
|
|
@@ -369,9 +369,11 @@ ServiceName = Literal[
|
|
|
369
369
|
"mturk",
|
|
370
370
|
"mwaa",
|
|
371
371
|
"neptune",
|
|
372
|
+
"neptune-graph",
|
|
372
373
|
"neptunedata",
|
|
373
374
|
"network-firewall",
|
|
374
375
|
"networkmanager",
|
|
376
|
+
"networkmonitor",
|
|
375
377
|
"nimble",
|
|
376
378
|
"oam",
|
|
377
379
|
"omics",
|
|
@@ -469,6 +471,7 @@ ServiceName = Literal[
|
|
|
469
471
|
"stepfunctions",
|
|
470
472
|
"storagegateway",
|
|
471
473
|
"sts",
|
|
474
|
+
"supplychain",
|
|
472
475
|
"support",
|
|
473
476
|
"support-app",
|
|
474
477
|
"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)
|
|
@@ -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.24
|
|
4
|
+
Summary: Type annotations for boto3.Organizations 1.34.24 service generated with mypy-boto3-builder 7.23.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
|
|
@@ -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.24](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.1](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,15 +11,15 @@ 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.24",
|
|
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
20
|
description=(
|
|
21
|
-
"Type annotations for boto3.Organizations 1.34.
|
|
22
|
-
" 7.
|
|
21
|
+
"Type annotations for boto3.Organizations 1.34.24 service generated with mypy-boto3-builder"
|
|
22
|
+
" 7.23.1"
|
|
23
23
|
),
|
|
24
24
|
classifiers=[
|
|
25
25
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -29,7 +29,6 @@ setup(
|
|
|
29
29
|
"Natural Language :: English",
|
|
30
30
|
"Operating System :: OS Independent",
|
|
31
31
|
"Programming Language :: Python :: 3",
|
|
32
|
-
"Programming Language :: Python :: 3.7",
|
|
33
32
|
"Programming Language :: Python :: 3.8",
|
|
34
33
|
"Programming Language :: Python :: 3.9",
|
|
35
34
|
"Programming Language :: Python :: 3.10",
|
|
@@ -38,13 +37,13 @@ setup(
|
|
|
38
37
|
"Programming Language :: Python :: 3.13",
|
|
39
38
|
"Programming Language :: Python :: 3 :: Only",
|
|
40
39
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
41
|
-
"Typing ::
|
|
40
|
+
"Typing :: Stubs Only",
|
|
42
41
|
],
|
|
43
42
|
keywords="boto3 organizations type-annotations botocore mypy typeshed autocomplete",
|
|
44
43
|
long_description=LONG_DESCRIPTION,
|
|
45
44
|
long_description_content_type="text/markdown",
|
|
46
45
|
package_data={"mypy_boto3_organizations": ["py.typed", "*.pyi"]},
|
|
47
|
-
python_requires=">=3.
|
|
46
|
+
python_requires=">=3.8",
|
|
48
47
|
project_urls={
|
|
49
48
|
"Documentation": "https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/",
|
|
50
49
|
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
|
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
|