mypy-boto3-organizations 1.35.20__tar.gz → 1.35.60__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.20 → mypy_boto3_organizations-1.35.60}/PKG-INFO +10 -9
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/README.md +7 -7
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/__main__.py +4 -4
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/client.py +10 -14
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/client.pyi +10 -14
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/literals.py +20 -8
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/literals.pyi +20 -8
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/paginator.py +39 -39
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/paginator.pyi +37 -37
- mypy_boto3_organizations-1.35.60/mypy_boto3_organizations/type_defs.py +961 -0
- mypy_boto3_organizations-1.35.60/mypy_boto3_organizations/type_defs.pyi +829 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/version.py +1 -1
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/PKG-INFO +10 -9
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/setup.py +3 -2
- mypy_boto3_organizations-1.35.20/mypy_boto3_organizations/type_defs.py +0 -1153
- mypy_boto3_organizations-1.35.20/mypy_boto3_organizations/type_defs.pyi +0 -1152
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/LICENSE +0 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/__init__.py +2 -2
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/__init__.pyi +2 -2
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations/py.typed +0 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy_boto3_organizations-1.35.20 → mypy_boto3_organizations-1.35.60}/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.60
|
|
4
|
+
Summary: Type annotations for boto3.Organizations 1.35.60 service generated with mypy-boto3-builder 8.2.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
|
|
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Stubs Only
|
|
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
44
|

|
|
44
45
|
|
|
45
46
|
Type annotations for
|
|
46
|
-
[boto3.Organizations 1.35.
|
|
47
|
+
[boto3.Organizations 1.35.60](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations)
|
|
47
48
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
54
|
|
|
54
55
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
56
|
+
[mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
57
|
|
|
57
58
|
More information can be found on
|
|
58
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -160,7 +161,7 @@ annotations required, write your `boto3` code as usual.
|
|
|
160
161
|
Install `boto3-stubs-lite[organizations]` in your environment:
|
|
161
162
|
|
|
162
163
|
```bash
|
|
163
|
-
python -m pip install 'boto3-stubs-lite[organizations]'
|
|
164
|
+
python -m pip install 'boto3-stubs-lite[organizations]'
|
|
164
165
|
```
|
|
165
166
|
|
|
166
167
|
Both type checking and code completion should now work. Explicit type
|
|
@@ -286,8 +287,8 @@ from boto3.session import Session
|
|
|
286
287
|
from mypy_boto3_organizations import OrganizationsClient
|
|
287
288
|
from mypy_boto3_organizations.paginator import (
|
|
288
289
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
289
|
-
ListAccountsPaginator,
|
|
290
290
|
ListAccountsForParentPaginator,
|
|
291
|
+
ListAccountsPaginator,
|
|
291
292
|
ListChildrenPaginator,
|
|
292
293
|
ListCreateAccountStatusPaginator,
|
|
293
294
|
ListDelegatedAdministratorsPaginator,
|
|
@@ -296,8 +297,8 @@ from mypy_boto3_organizations.paginator import (
|
|
|
296
297
|
ListHandshakesForOrganizationPaginator,
|
|
297
298
|
ListOrganizationalUnitsForParentPaginator,
|
|
298
299
|
ListParentsPaginator,
|
|
299
|
-
ListPoliciesPaginator,
|
|
300
300
|
ListPoliciesForTargetPaginator,
|
|
301
|
+
ListPoliciesPaginator,
|
|
301
302
|
ListRootsPaginator,
|
|
302
303
|
ListTagsForResourcePaginator,
|
|
303
304
|
ListTargetsForPolicyPaginator,
|
|
@@ -310,10 +311,10 @@ client: OrganizationsClient = Session().client("organizations")
|
|
|
310
311
|
list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = (
|
|
311
312
|
client.get_paginator("list_aws_service_access_for_organization")
|
|
312
313
|
)
|
|
313
|
-
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
314
314
|
list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator(
|
|
315
315
|
"list_accounts_for_parent"
|
|
316
316
|
)
|
|
317
|
+
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
317
318
|
list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
|
|
318
319
|
list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
|
|
319
320
|
"list_create_account_status"
|
|
@@ -334,10 +335,10 @@ list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParent
|
|
|
334
335
|
client.get_paginator("list_organizational_units_for_parent")
|
|
335
336
|
)
|
|
336
337
|
list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
|
|
337
|
-
list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
|
|
338
338
|
list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator(
|
|
339
339
|
"list_policies_for_target"
|
|
340
340
|
)
|
|
341
|
+
list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
|
|
341
342
|
list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
|
|
342
343
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
|
|
343
344
|
"list_tags_for_resource"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Organizations 1.35.
|
|
13
|
+
[boto3.Organizations 1.35.60](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 8.
|
|
22
|
+
[mypy-boto3-builder 8.2.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
|
|
@@ -127,7 +127,7 @@ annotations required, write your `boto3` code as usual.
|
|
|
127
127
|
Install `boto3-stubs-lite[organizations]` in your environment:
|
|
128
128
|
|
|
129
129
|
```bash
|
|
130
|
-
python -m pip install 'boto3-stubs-lite[organizations]'
|
|
130
|
+
python -m pip install 'boto3-stubs-lite[organizations]'
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
Both type checking and code completion should now work. Explicit type
|
|
@@ -253,8 +253,8 @@ from boto3.session import Session
|
|
|
253
253
|
from mypy_boto3_organizations import OrganizationsClient
|
|
254
254
|
from mypy_boto3_organizations.paginator import (
|
|
255
255
|
ListAWSServiceAccessForOrganizationPaginator,
|
|
256
|
-
ListAccountsPaginator,
|
|
257
256
|
ListAccountsForParentPaginator,
|
|
257
|
+
ListAccountsPaginator,
|
|
258
258
|
ListChildrenPaginator,
|
|
259
259
|
ListCreateAccountStatusPaginator,
|
|
260
260
|
ListDelegatedAdministratorsPaginator,
|
|
@@ -263,8 +263,8 @@ from mypy_boto3_organizations.paginator import (
|
|
|
263
263
|
ListHandshakesForOrganizationPaginator,
|
|
264
264
|
ListOrganizationalUnitsForParentPaginator,
|
|
265
265
|
ListParentsPaginator,
|
|
266
|
-
ListPoliciesPaginator,
|
|
267
266
|
ListPoliciesForTargetPaginator,
|
|
267
|
+
ListPoliciesPaginator,
|
|
268
268
|
ListRootsPaginator,
|
|
269
269
|
ListTagsForResourcePaginator,
|
|
270
270
|
ListTargetsForPolicyPaginator,
|
|
@@ -277,10 +277,10 @@ client: OrganizationsClient = Session().client("organizations")
|
|
|
277
277
|
list_aws_service_access_for_organization_paginator: ListAWSServiceAccessForOrganizationPaginator = (
|
|
278
278
|
client.get_paginator("list_aws_service_access_for_organization")
|
|
279
279
|
)
|
|
280
|
-
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
281
280
|
list_accounts_for_parent_paginator: ListAccountsForParentPaginator = client.get_paginator(
|
|
282
281
|
"list_accounts_for_parent"
|
|
283
282
|
)
|
|
283
|
+
list_accounts_paginator: ListAccountsPaginator = client.get_paginator("list_accounts")
|
|
284
284
|
list_children_paginator: ListChildrenPaginator = client.get_paginator("list_children")
|
|
285
285
|
list_create_account_status_paginator: ListCreateAccountStatusPaginator = client.get_paginator(
|
|
286
286
|
"list_create_account_status"
|
|
@@ -301,10 +301,10 @@ list_organizational_units_for_parent_paginator: ListOrganizationalUnitsForParent
|
|
|
301
301
|
client.get_paginator("list_organizational_units_for_parent")
|
|
302
302
|
)
|
|
303
303
|
list_parents_paginator: ListParentsPaginator = client.get_paginator("list_parents")
|
|
304
|
-
list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
|
|
305
304
|
list_policies_for_target_paginator: ListPoliciesForTargetPaginator = client.get_paginator(
|
|
306
305
|
"list_policies_for_target"
|
|
307
306
|
)
|
|
307
|
+
list_policies_paginator: ListPoliciesPaginator = client.get_paginator("list_policies")
|
|
308
308
|
list_roots_paginator: ListRootsPaginator = client.get_paginator("list_roots")
|
|
309
309
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
|
|
310
310
|
"list_tags_for_resource"
|
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.Organizations 1.35.
|
|
14
|
-
"Version: 1.35.
|
|
15
|
-
"Builder version: 8.
|
|
13
|
+
"Type annotations for boto3.Organizations 1.35.60\n"
|
|
14
|
+
"Version: 1.35.60\n"
|
|
15
|
+
"Builder version: 8.2.1\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.35.
|
|
27
|
+
print("1.35.60")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -130,13 +130,9 @@ from .type_defs import (
|
|
|
130
130
|
)
|
|
131
131
|
|
|
132
132
|
if sys.version_info >= (3, 12):
|
|
133
|
-
from typing import Literal
|
|
133
|
+
from typing import Literal, Unpack
|
|
134
134
|
else:
|
|
135
|
-
from typing_extensions import Literal
|
|
136
|
-
if sys.version_info >= (3, 12):
|
|
137
|
-
from typing import Unpack
|
|
138
|
-
else:
|
|
139
|
-
from typing_extensions import Unpack
|
|
135
|
+
from typing_extensions import Literal, Unpack
|
|
140
136
|
|
|
141
137
|
|
|
142
138
|
__all__ = ("OrganizationsClient",)
|
|
@@ -842,16 +838,16 @@ class OrganizationsClient(BaseClient):
|
|
|
842
838
|
"""
|
|
843
839
|
|
|
844
840
|
@overload
|
|
845
|
-
def get_paginator(
|
|
841
|
+
def get_paginator(
|
|
842
|
+
self, operation_name: Literal["list_accounts_for_parent"]
|
|
843
|
+
) -> ListAccountsForParentPaginator:
|
|
846
844
|
"""
|
|
847
845
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
848
846
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
849
847
|
"""
|
|
850
848
|
|
|
851
849
|
@overload
|
|
852
|
-
def get_paginator(
|
|
853
|
-
self, operation_name: Literal["list_accounts_for_parent"]
|
|
854
|
-
) -> ListAccountsForParentPaginator:
|
|
850
|
+
def get_paginator(self, operation_name: Literal["list_accounts"]) -> ListAccountsPaginator:
|
|
855
851
|
"""
|
|
856
852
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
857
853
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
@@ -926,16 +922,16 @@ class OrganizationsClient(BaseClient):
|
|
|
926
922
|
"""
|
|
927
923
|
|
|
928
924
|
@overload
|
|
929
|
-
def get_paginator(
|
|
925
|
+
def get_paginator(
|
|
926
|
+
self, operation_name: Literal["list_policies_for_target"]
|
|
927
|
+
) -> ListPoliciesForTargetPaginator:
|
|
930
928
|
"""
|
|
931
929
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
932
930
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
933
931
|
"""
|
|
934
932
|
|
|
935
933
|
@overload
|
|
936
|
-
def get_paginator(
|
|
937
|
-
self, operation_name: Literal["list_policies_for_target"]
|
|
938
|
-
) -> ListPoliciesForTargetPaginator:
|
|
934
|
+
def get_paginator(self, operation_name: Literal["list_policies"]) -> ListPoliciesPaginator:
|
|
939
935
|
"""
|
|
940
936
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
941
937
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
@@ -130,13 +130,9 @@ from .type_defs import (
|
|
|
130
130
|
)
|
|
131
131
|
|
|
132
132
|
if sys.version_info >= (3, 12):
|
|
133
|
-
from typing import Literal
|
|
133
|
+
from typing import Literal, Unpack
|
|
134
134
|
else:
|
|
135
|
-
from typing_extensions import Literal
|
|
136
|
-
if sys.version_info >= (3, 12):
|
|
137
|
-
from typing import Unpack
|
|
138
|
-
else:
|
|
139
|
-
from typing_extensions import Unpack
|
|
135
|
+
from typing_extensions import Literal, Unpack
|
|
140
136
|
|
|
141
137
|
__all__ = ("OrganizationsClient",)
|
|
142
138
|
|
|
@@ -838,16 +834,16 @@ class OrganizationsClient(BaseClient):
|
|
|
838
834
|
"""
|
|
839
835
|
|
|
840
836
|
@overload
|
|
841
|
-
def get_paginator(
|
|
837
|
+
def get_paginator(
|
|
838
|
+
self, operation_name: Literal["list_accounts_for_parent"]
|
|
839
|
+
) -> ListAccountsForParentPaginator:
|
|
842
840
|
"""
|
|
843
841
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
844
842
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
845
843
|
"""
|
|
846
844
|
|
|
847
845
|
@overload
|
|
848
|
-
def get_paginator(
|
|
849
|
-
self, operation_name: Literal["list_accounts_for_parent"]
|
|
850
|
-
) -> ListAccountsForParentPaginator:
|
|
846
|
+
def get_paginator(self, operation_name: Literal["list_accounts"]) -> ListAccountsPaginator:
|
|
851
847
|
"""
|
|
852
848
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
853
849
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
@@ -922,16 +918,16 @@ class OrganizationsClient(BaseClient):
|
|
|
922
918
|
"""
|
|
923
919
|
|
|
924
920
|
@overload
|
|
925
|
-
def get_paginator(
|
|
921
|
+
def get_paginator(
|
|
922
|
+
self, operation_name: Literal["list_policies_for_target"]
|
|
923
|
+
) -> ListPoliciesForTargetPaginator:
|
|
926
924
|
"""
|
|
927
925
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
928
926
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
929
927
|
"""
|
|
930
928
|
|
|
931
929
|
@overload
|
|
932
|
-
def get_paginator(
|
|
933
|
-
self, operation_name: Literal["list_policies_for_target"]
|
|
934
|
-
) -> ListPoliciesForTargetPaginator:
|
|
930
|
+
def get_paginator(self, operation_name: Literal["list_policies"]) -> ListPoliciesPaginator:
|
|
935
931
|
"""
|
|
936
932
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#Organizations.Client.get_paginator)
|
|
937
933
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/client/#get_paginator)
|
|
@@ -49,14 +49,14 @@ __all__ = (
|
|
|
49
49
|
"ListTagsForResourcePaginatorName",
|
|
50
50
|
"ListTargetsForPolicyPaginatorName",
|
|
51
51
|
"OrganizationFeatureSetType",
|
|
52
|
+
"OrganizationsServiceName",
|
|
53
|
+
"PaginatorName",
|
|
52
54
|
"ParentTypeType",
|
|
53
55
|
"PolicyTypeStatusType",
|
|
54
56
|
"PolicyTypeType",
|
|
55
|
-
"TargetTypeType",
|
|
56
|
-
"OrganizationsServiceName",
|
|
57
|
-
"ServiceName",
|
|
58
57
|
"ResourceServiceName",
|
|
59
|
-
"
|
|
58
|
+
"ServiceName",
|
|
59
|
+
"TargetTypeType",
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
|
|
@@ -84,7 +84,9 @@ CreateAccountFailureReasonType = Literal[
|
|
|
84
84
|
"UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED",
|
|
85
85
|
]
|
|
86
86
|
CreateAccountStateType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
|
|
87
|
-
EffectivePolicyTypeType = Literal[
|
|
87
|
+
EffectivePolicyTypeType = Literal[
|
|
88
|
+
"AISERVICES_OPT_OUT_POLICY", "BACKUP_POLICY", "CHATBOT_POLICY", "TAG_POLICY"
|
|
89
|
+
]
|
|
88
90
|
HandshakePartyTypeType = Literal["ACCOUNT", "EMAIL", "ORGANIZATION"]
|
|
89
91
|
HandshakeResourceTypeType = Literal[
|
|
90
92
|
"ACCOUNT",
|
|
@@ -120,7 +122,12 @@ OrganizationFeatureSetType = Literal["ALL", "CONSOLIDATED_BILLING"]
|
|
|
120
122
|
ParentTypeType = Literal["ORGANIZATIONAL_UNIT", "ROOT"]
|
|
121
123
|
PolicyTypeStatusType = Literal["ENABLED", "PENDING_DISABLE", "PENDING_ENABLE"]
|
|
122
124
|
PolicyTypeType = Literal[
|
|
123
|
-
"AISERVICES_OPT_OUT_POLICY",
|
|
125
|
+
"AISERVICES_OPT_OUT_POLICY",
|
|
126
|
+
"BACKUP_POLICY",
|
|
127
|
+
"CHATBOT_POLICY",
|
|
128
|
+
"RESOURCE_CONTROL_POLICY",
|
|
129
|
+
"SERVICE_CONTROL_POLICY",
|
|
130
|
+
"TAG_POLICY",
|
|
124
131
|
]
|
|
125
132
|
TargetTypeType = Literal["ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"]
|
|
126
133
|
OrganizationsServiceName = Literal["organizations"]
|
|
@@ -165,6 +172,7 @@ ServiceName = Literal[
|
|
|
165
172
|
"bedrock-agent",
|
|
166
173
|
"bedrock-agent-runtime",
|
|
167
174
|
"bedrock-runtime",
|
|
175
|
+
"billing",
|
|
168
176
|
"billingconductor",
|
|
169
177
|
"braket",
|
|
170
178
|
"budgets",
|
|
@@ -238,6 +246,7 @@ ServiceName = Literal[
|
|
|
238
246
|
"docdb-elastic",
|
|
239
247
|
"drs",
|
|
240
248
|
"ds",
|
|
249
|
+
"ds-data",
|
|
241
250
|
"dynamodb",
|
|
242
251
|
"dynamodbstreams",
|
|
243
252
|
"ebs",
|
|
@@ -273,6 +282,9 @@ ServiceName = Literal[
|
|
|
273
282
|
"freetier",
|
|
274
283
|
"fsx",
|
|
275
284
|
"gamelift",
|
|
285
|
+
"geo-maps",
|
|
286
|
+
"geo-places",
|
|
287
|
+
"geo-routes",
|
|
276
288
|
"glacier",
|
|
277
289
|
"globalaccelerator",
|
|
278
290
|
"glue",
|
|
@@ -350,6 +362,7 @@ ServiceName = Literal[
|
|
|
350
362
|
"marketplace-catalog",
|
|
351
363
|
"marketplace-deployment",
|
|
352
364
|
"marketplace-entitlement",
|
|
365
|
+
"marketplace-reporting",
|
|
353
366
|
"marketplacecommerceanalytics",
|
|
354
367
|
"mediaconnect",
|
|
355
368
|
"mediaconvert",
|
|
@@ -378,7 +391,6 @@ ServiceName = Literal[
|
|
|
378
391
|
"network-firewall",
|
|
379
392
|
"networkmanager",
|
|
380
393
|
"networkmonitor",
|
|
381
|
-
"nimble",
|
|
382
394
|
"oam",
|
|
383
395
|
"omics",
|
|
384
396
|
"opensearch",
|
|
@@ -468,6 +480,7 @@ ServiceName = Literal[
|
|
|
468
480
|
"snow-device-management",
|
|
469
481
|
"snowball",
|
|
470
482
|
"sns",
|
|
483
|
+
"socialmessaging",
|
|
471
484
|
"sqs",
|
|
472
485
|
"ssm",
|
|
473
486
|
"ssm-contacts",
|
|
@@ -504,7 +517,6 @@ ServiceName = Literal[
|
|
|
504
517
|
"wellarchitected",
|
|
505
518
|
"wisdom",
|
|
506
519
|
"workdocs",
|
|
507
|
-
"worklink",
|
|
508
520
|
"workmail",
|
|
509
521
|
"workmailmessageflow",
|
|
510
522
|
"workspaces",
|
|
@@ -48,14 +48,14 @@ __all__ = (
|
|
|
48
48
|
"ListTagsForResourcePaginatorName",
|
|
49
49
|
"ListTargetsForPolicyPaginatorName",
|
|
50
50
|
"OrganizationFeatureSetType",
|
|
51
|
+
"OrganizationsServiceName",
|
|
52
|
+
"PaginatorName",
|
|
51
53
|
"ParentTypeType",
|
|
52
54
|
"PolicyTypeStatusType",
|
|
53
55
|
"PolicyTypeType",
|
|
54
|
-
"TargetTypeType",
|
|
55
|
-
"OrganizationsServiceName",
|
|
56
|
-
"ServiceName",
|
|
57
56
|
"ResourceServiceName",
|
|
58
|
-
"
|
|
57
|
+
"ServiceName",
|
|
58
|
+
"TargetTypeType",
|
|
59
59
|
)
|
|
60
60
|
|
|
61
61
|
AccountJoinedMethodType = Literal["CREATED", "INVITED"]
|
|
@@ -82,7 +82,9 @@ CreateAccountFailureReasonType = Literal[
|
|
|
82
82
|
"UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED",
|
|
83
83
|
]
|
|
84
84
|
CreateAccountStateType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
|
|
85
|
-
EffectivePolicyTypeType = Literal[
|
|
85
|
+
EffectivePolicyTypeType = Literal[
|
|
86
|
+
"AISERVICES_OPT_OUT_POLICY", "BACKUP_POLICY", "CHATBOT_POLICY", "TAG_POLICY"
|
|
87
|
+
]
|
|
86
88
|
HandshakePartyTypeType = Literal["ACCOUNT", "EMAIL", "ORGANIZATION"]
|
|
87
89
|
HandshakeResourceTypeType = Literal[
|
|
88
90
|
"ACCOUNT",
|
|
@@ -118,7 +120,12 @@ OrganizationFeatureSetType = Literal["ALL", "CONSOLIDATED_BILLING"]
|
|
|
118
120
|
ParentTypeType = Literal["ORGANIZATIONAL_UNIT", "ROOT"]
|
|
119
121
|
PolicyTypeStatusType = Literal["ENABLED", "PENDING_DISABLE", "PENDING_ENABLE"]
|
|
120
122
|
PolicyTypeType = Literal[
|
|
121
|
-
"AISERVICES_OPT_OUT_POLICY",
|
|
123
|
+
"AISERVICES_OPT_OUT_POLICY",
|
|
124
|
+
"BACKUP_POLICY",
|
|
125
|
+
"CHATBOT_POLICY",
|
|
126
|
+
"RESOURCE_CONTROL_POLICY",
|
|
127
|
+
"SERVICE_CONTROL_POLICY",
|
|
128
|
+
"TAG_POLICY",
|
|
122
129
|
]
|
|
123
130
|
TargetTypeType = Literal["ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"]
|
|
124
131
|
OrganizationsServiceName = Literal["organizations"]
|
|
@@ -163,6 +170,7 @@ ServiceName = Literal[
|
|
|
163
170
|
"bedrock-agent",
|
|
164
171
|
"bedrock-agent-runtime",
|
|
165
172
|
"bedrock-runtime",
|
|
173
|
+
"billing",
|
|
166
174
|
"billingconductor",
|
|
167
175
|
"braket",
|
|
168
176
|
"budgets",
|
|
@@ -236,6 +244,7 @@ ServiceName = Literal[
|
|
|
236
244
|
"docdb-elastic",
|
|
237
245
|
"drs",
|
|
238
246
|
"ds",
|
|
247
|
+
"ds-data",
|
|
239
248
|
"dynamodb",
|
|
240
249
|
"dynamodbstreams",
|
|
241
250
|
"ebs",
|
|
@@ -271,6 +280,9 @@ ServiceName = Literal[
|
|
|
271
280
|
"freetier",
|
|
272
281
|
"fsx",
|
|
273
282
|
"gamelift",
|
|
283
|
+
"geo-maps",
|
|
284
|
+
"geo-places",
|
|
285
|
+
"geo-routes",
|
|
274
286
|
"glacier",
|
|
275
287
|
"globalaccelerator",
|
|
276
288
|
"glue",
|
|
@@ -348,6 +360,7 @@ ServiceName = Literal[
|
|
|
348
360
|
"marketplace-catalog",
|
|
349
361
|
"marketplace-deployment",
|
|
350
362
|
"marketplace-entitlement",
|
|
363
|
+
"marketplace-reporting",
|
|
351
364
|
"marketplacecommerceanalytics",
|
|
352
365
|
"mediaconnect",
|
|
353
366
|
"mediaconvert",
|
|
@@ -376,7 +389,6 @@ ServiceName = Literal[
|
|
|
376
389
|
"network-firewall",
|
|
377
390
|
"networkmanager",
|
|
378
391
|
"networkmonitor",
|
|
379
|
-
"nimble",
|
|
380
392
|
"oam",
|
|
381
393
|
"omics",
|
|
382
394
|
"opensearch",
|
|
@@ -466,6 +478,7 @@ ServiceName = Literal[
|
|
|
466
478
|
"snow-device-management",
|
|
467
479
|
"snowball",
|
|
468
480
|
"sns",
|
|
481
|
+
"socialmessaging",
|
|
469
482
|
"sqs",
|
|
470
483
|
"ssm",
|
|
471
484
|
"ssm-contacts",
|
|
@@ -502,7 +515,6 @@ ServiceName = Literal[
|
|
|
502
515
|
"wellarchitected",
|
|
503
516
|
"wisdom",
|
|
504
517
|
"workdocs",
|
|
505
|
-
"worklink",
|
|
506
518
|
"workmail",
|
|
507
519
|
"workmailmessageflow",
|
|
508
520
|
"workspaces",
|