mypy-boto3-organizations 1.40.8__tar.gz → 1.40.27__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/PKG-INFO +4 -4
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/README.md +2 -2
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/__main__.py +3 -3
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/literals.py +5 -12
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/literals.pyi +5 -12
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/type_defs.py +2 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/type_defs.pyi +2 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/version.py +1 -1
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations.egg-info/PKG-INFO +4 -4
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/setup.py +2 -2
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/LICENSE +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/__init__.py +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/__init__.pyi +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/client.py +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/client.pyi +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/paginator.py +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/paginator.pyi +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations/py.typed +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy_boto3_organizations-1.40.8 → mypy_boto3_organizations-1.40.27}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.40.
|
|
3
|
+
Version: 1.40.27
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.40.27 service generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 Organizations 1.40.
|
|
60
|
+
[boto3 Organizations 1.40.27](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.27' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `Organizations` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 Organizations 1.40.
|
|
13
|
+
[boto3 Organizations 1.40.27](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/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.27' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `Organizations` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Organizations 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 Organizations 1.40.27\n"
|
|
16
|
+
"Version: 1.40.27\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#organizations\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.27\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -24,6 +24,7 @@ else:
|
|
|
24
24
|
|
|
25
25
|
__all__ = (
|
|
26
26
|
"AccountJoinedMethodType",
|
|
27
|
+
"AccountStateType",
|
|
27
28
|
"AccountStatusType",
|
|
28
29
|
"ActionTypeType",
|
|
29
30
|
"ChildTypeType",
|
|
@@ -65,6 +66,7 @@ __all__ = (
|
|
|
65
66
|
|
|
66
67
|
|
|
67
68
|
AccountJoinedMethodType = Literal["CREATED", "INVITED"]
|
|
69
|
+
AccountStateType = Literal["ACTIVE", "CLOSED", "PENDING_ACTIVATION", "PENDING_CLOSURE", "SUSPENDED"]
|
|
68
70
|
AccountStatusType = Literal["ACTIVE", "PENDING_CLOSURE", "SUSPENDED"]
|
|
69
71
|
ActionTypeType = Literal[
|
|
70
72
|
"ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE", "APPROVE_ALL_FEATURES", "ENABLE_ALL_FEATURES", "INVITE"
|
|
@@ -187,8 +189,10 @@ ServiceName = Literal[
|
|
|
187
189
|
"backup-gateway",
|
|
188
190
|
"backupsearch",
|
|
189
191
|
"batch",
|
|
192
|
+
"bcm-dashboards",
|
|
190
193
|
"bcm-data-exports",
|
|
191
194
|
"bcm-pricing-calculator",
|
|
195
|
+
"bcm-recommended-actions",
|
|
192
196
|
"bedrock",
|
|
193
197
|
"bedrock-agent",
|
|
194
198
|
"bedrock-agent-runtime",
|
|
@@ -430,8 +434,6 @@ ServiceName = Literal[
|
|
|
430
434
|
"omics",
|
|
431
435
|
"opensearch",
|
|
432
436
|
"opensearchserverless",
|
|
433
|
-
"opsworks",
|
|
434
|
-
"opsworkscm",
|
|
435
437
|
"organizations",
|
|
436
438
|
"osis",
|
|
437
439
|
"outposts",
|
|
@@ -564,16 +566,7 @@ ServiceName = Literal[
|
|
|
564
566
|
"xray",
|
|
565
567
|
]
|
|
566
568
|
ResourceServiceName = Literal[
|
|
567
|
-
"cloudformation",
|
|
568
|
-
"cloudwatch",
|
|
569
|
-
"dynamodb",
|
|
570
|
-
"ec2",
|
|
571
|
-
"glacier",
|
|
572
|
-
"iam",
|
|
573
|
-
"opsworks",
|
|
574
|
-
"s3",
|
|
575
|
-
"sns",
|
|
576
|
-
"sqs",
|
|
569
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
577
570
|
]
|
|
578
571
|
PaginatorName = Literal[
|
|
579
572
|
"list_accounts",
|
|
@@ -23,6 +23,7 @@ else:
|
|
|
23
23
|
|
|
24
24
|
__all__ = (
|
|
25
25
|
"AccountJoinedMethodType",
|
|
26
|
+
"AccountStateType",
|
|
26
27
|
"AccountStatusType",
|
|
27
28
|
"ActionTypeType",
|
|
28
29
|
"ChildTypeType",
|
|
@@ -63,6 +64,7 @@ __all__ = (
|
|
|
63
64
|
)
|
|
64
65
|
|
|
65
66
|
AccountJoinedMethodType = Literal["CREATED", "INVITED"]
|
|
67
|
+
AccountStateType = Literal["ACTIVE", "CLOSED", "PENDING_ACTIVATION", "PENDING_CLOSURE", "SUSPENDED"]
|
|
66
68
|
AccountStatusType = Literal["ACTIVE", "PENDING_CLOSURE", "SUSPENDED"]
|
|
67
69
|
ActionTypeType = Literal[
|
|
68
70
|
"ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE", "APPROVE_ALL_FEATURES", "ENABLE_ALL_FEATURES", "INVITE"
|
|
@@ -185,8 +187,10 @@ ServiceName = Literal[
|
|
|
185
187
|
"backup-gateway",
|
|
186
188
|
"backupsearch",
|
|
187
189
|
"batch",
|
|
190
|
+
"bcm-dashboards",
|
|
188
191
|
"bcm-data-exports",
|
|
189
192
|
"bcm-pricing-calculator",
|
|
193
|
+
"bcm-recommended-actions",
|
|
190
194
|
"bedrock",
|
|
191
195
|
"bedrock-agent",
|
|
192
196
|
"bedrock-agent-runtime",
|
|
@@ -428,8 +432,6 @@ ServiceName = Literal[
|
|
|
428
432
|
"omics",
|
|
429
433
|
"opensearch",
|
|
430
434
|
"opensearchserverless",
|
|
431
|
-
"opsworks",
|
|
432
|
-
"opsworkscm",
|
|
433
435
|
"organizations",
|
|
434
436
|
"osis",
|
|
435
437
|
"outposts",
|
|
@@ -562,16 +564,7 @@ ServiceName = Literal[
|
|
|
562
564
|
"xray",
|
|
563
565
|
]
|
|
564
566
|
ResourceServiceName = Literal[
|
|
565
|
-
"cloudformation",
|
|
566
|
-
"cloudwatch",
|
|
567
|
-
"dynamodb",
|
|
568
|
-
"ec2",
|
|
569
|
-
"glacier",
|
|
570
|
-
"iam",
|
|
571
|
-
"opsworks",
|
|
572
|
-
"s3",
|
|
573
|
-
"sns",
|
|
574
|
-
"sqs",
|
|
567
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
575
568
|
]
|
|
576
569
|
PaginatorName = Literal[
|
|
577
570
|
"list_accounts",
|
|
@@ -22,6 +22,7 @@ from typing import Any
|
|
|
22
22
|
|
|
23
23
|
from .literals import (
|
|
24
24
|
AccountJoinedMethodType,
|
|
25
|
+
AccountStateType,
|
|
25
26
|
AccountStatusType,
|
|
26
27
|
ActionTypeType,
|
|
27
28
|
ChildTypeType,
|
|
@@ -213,6 +214,7 @@ class AccountTypeDef(TypedDict):
|
|
|
213
214
|
Email: NotRequired[str]
|
|
214
215
|
Name: NotRequired[str]
|
|
215
216
|
Status: NotRequired[AccountStatusType]
|
|
217
|
+
State: NotRequired[AccountStateType]
|
|
216
218
|
JoinedMethod: NotRequired[AccountJoinedMethodType]
|
|
217
219
|
JoinedTimestamp: NotRequired[datetime]
|
|
218
220
|
|
|
@@ -22,6 +22,7 @@ from typing import Any
|
|
|
22
22
|
|
|
23
23
|
from .literals import (
|
|
24
24
|
AccountJoinedMethodType,
|
|
25
|
+
AccountStateType,
|
|
25
26
|
AccountStatusType,
|
|
26
27
|
ActionTypeType,
|
|
27
28
|
ChildTypeType,
|
|
@@ -209,6 +210,7 @@ class AccountTypeDef(TypedDict):
|
|
|
209
210
|
Email: NotRequired[str]
|
|
210
211
|
Name: NotRequired[str]
|
|
211
212
|
Status: NotRequired[AccountStatusType]
|
|
213
|
+
State: NotRequired[AccountStateType]
|
|
212
214
|
JoinedMethod: NotRequired[AccountJoinedMethodType]
|
|
213
215
|
JoinedTimestamp: NotRequired[datetime]
|
|
214
216
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.40.
|
|
3
|
+
Version: 1.40.27
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.40.27 service generated with mypy-boto3-builder 8.11.0
|
|
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
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 Organizations 1.40.
|
|
60
|
+
[boto3 Organizations 1.40.27](https://pypi.org/project/boto3/) compatible with
|
|
61
61
|
[VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.27' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `Organizations` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-organizations",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.27",
|
|
17
17
|
packages=["mypy_boto3_organizations"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 Organizations 1.40.
|
|
22
|
+
description="Type annotations for boto3 Organizations 1.40.27 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|