mypy-boto3-organizations 1.34.24__tar.gz → 1.34.56__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.24 → mypy-boto3-organizations-1.34.56}/PKG-INFO +4 -4
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/README.md +2 -2
- mypy-boto3-organizations-1.34.56/mypy_boto3_organizations/__main__.py +40 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/literals.py +2 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/literals.pyi +2 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/type_defs.py +1 -1
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/type_defs.pyi +1 -1
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/version.py +1 -1
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations.egg-info/PKG-INFO +4 -4
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/setup.py +2 -5
- mypy-boto3-organizations-1.34.24/mypy_boto3_organizations/__main__.py +0 -39
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/LICENSE +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/__init__.py +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/__init__.pyi +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/client.py +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/client.pyi +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/paginator.py +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/paginator.pyi +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations/py.typed +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy-boto3-organizations-1.34.24 → mypy-boto3-organizations-1.34.56}/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.56
|
|
4
|
+
Summary: Type annotations for boto3.Organizations 1.34.56 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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Organizations 1.34.
|
|
46
|
+
[boto3.Organizations 1.34.56](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.23.
|
|
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.56](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.23.
|
|
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.56\n"
|
|
14
|
+
"Version: 1.34.56\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.56")
|
|
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()
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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(
|
|
@@ -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.56
|
|
4
|
+
Summary: Type annotations for boto3.Organizations 1.34.56 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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Organizations 1.34.
|
|
46
|
+
[boto3.Organizations 1.34.56](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.23.
|
|
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.56",
|
|
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.24 service generated with mypy-boto3-builder"
|
|
22
|
-
" 7.23.1"
|
|
23
|
-
),
|
|
20
|
+
description="Type annotations for boto3.Organizations 1.34.56 service generated with mypy-boto3-builder 7.23.2",
|
|
24
21
|
classifiers=[
|
|
25
22
|
"Development Status :: 5 - Production/Stable",
|
|
26
23
|
"Intended Audience :: Developers",
|
|
@@ -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.24\nVersion: 1.34.24\nBuilder"
|
|
14
|
-
" version: 7.23.1\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.24")
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|