mypy-boto3-organizations 1.42.8__py3-none-any.whl → 1.42.41__py3-none-any.whl
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/__init__.py +1 -1
- mypy_boto3_organizations/__init__.pyi +1 -1
- mypy_boto3_organizations/__main__.py +4 -4
- mypy_boto3_organizations/client.py +1 -1
- mypy_boto3_organizations/client.pyi +1 -1
- mypy_boto3_organizations/literals.py +2 -2
- mypy_boto3_organizations/literals.pyi +2 -2
- mypy_boto3_organizations/paginator.py +1 -1
- mypy_boto3_organizations/paginator.pyi +1 -1
- mypy_boto3_organizations/type_defs.py +1 -1
- mypy_boto3_organizations/type_defs.pyi +1 -1
- mypy_boto3_organizations/version.py +2 -2
- {mypy_boto3_organizations-1.42.8.dist-info → mypy_boto3_organizations-1.42.41.dist-info}/METADATA +4 -4
- mypy_boto3_organizations-1.42.41.dist-info/RECORD +18 -0
- {mypy_boto3_organizations-1.42.8.dist-info → mypy_boto3_organizations-1.42.41.dist-info}/WHEEL +1 -1
- {mypy_boto3_organizations-1.42.8.dist-info → mypy_boto3_organizations-1.42.41.dist-info}/licenses/LICENSE +1 -1
- mypy_boto3_organizations-1.42.8.dist-info/RECORD +0 -18
- {mypy_boto3_organizations-1.42.8.dist-info → mypy_boto3_organizations-1.42.41.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 Organizations 1.42.41\n"
|
|
16
|
+
"Version: 1.42.41\n"
|
|
17
17
|
"Builder version: 8.12.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.42.
|
|
29
|
+
sys.stdout.write("1.42.41\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for organizations service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -317,7 +317,6 @@ ServiceName = Literal[
|
|
|
317
317
|
"eks-auth",
|
|
318
318
|
"elasticache",
|
|
319
319
|
"elasticbeanstalk",
|
|
320
|
-
"elastictranscoder",
|
|
321
320
|
"elb",
|
|
322
321
|
"elbv2",
|
|
323
322
|
"emr",
|
|
@@ -582,6 +581,7 @@ ServiceName = Literal[
|
|
|
582
581
|
"waf-regional",
|
|
583
582
|
"wafv2",
|
|
584
583
|
"wellarchitected",
|
|
584
|
+
"wickr",
|
|
585
585
|
"wisdom",
|
|
586
586
|
"workdocs",
|
|
587
587
|
"workmail",
|
|
@@ -3,7 +3,7 @@ Type annotations for organizations service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -315,7 +315,6 @@ ServiceName = Literal[
|
|
|
315
315
|
"eks-auth",
|
|
316
316
|
"elasticache",
|
|
317
317
|
"elasticbeanstalk",
|
|
318
|
-
"elastictranscoder",
|
|
319
318
|
"elb",
|
|
320
319
|
"elbv2",
|
|
321
320
|
"emr",
|
|
@@ -580,6 +579,7 @@ ServiceName = Literal[
|
|
|
580
579
|
"waf-regional",
|
|
581
580
|
"wafv2",
|
|
582
581
|
"wellarchitected",
|
|
582
|
+
"wickr",
|
|
583
583
|
"wisdom",
|
|
584
584
|
"workdocs",
|
|
585
585
|
"workmail",
|
{mypy_boto3_organizations-1.42.8.dist-info → mypy_boto3_organizations-1.42.41.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.42.
|
|
3
|
+
Version: 1.42.41
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.42.41 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3 Organizations 1.42.
|
|
46
|
+
[boto3 Organizations 1.42.41](https://pypi.org/project/boto3/) compatible with
|
|
47
47
|
[VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `Organizations` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_organizations/__init__.py,sha256=Ub5w5XLpRgmmvmo3ywkqWRMth8IyYqYAUR0C2K2FpJk,5017
|
|
2
|
+
mypy_boto3_organizations/__init__.pyi,sha256=4OyONz2_xPLi-Csw8AmAV3c-kdCAf3ptayZQbFuWdAc,5016
|
|
3
|
+
mypy_boto3_organizations/__main__.py,sha256=5QIC2xShRLUNcPalDFLRGp9z8LZZa_qyIHyMel-KZMI,1008
|
|
4
|
+
mypy_boto3_organizations/client.py,sha256=ToVtNrETfYtfh8Ku7BVu5iBLqWJlV0ALZOjOEZ_GkkY,56199
|
|
5
|
+
mypy_boto3_organizations/client.pyi,sha256=DNMqcYYNjYf1zlJG-ufbh9BL6OMHuYJGrFYUUS6RdB0,56196
|
|
6
|
+
mypy_boto3_organizations/literals.py,sha256=P7C-LaxbzhZkzbqgdDldCHE0IJAL3soEgd-dZ4wzE5Y,15224
|
|
7
|
+
mypy_boto3_organizations/literals.pyi,sha256=oC8GVlVVVDlfRZiihbhfur2bKlZV1kUuK2dgym9Hakg,15222
|
|
8
|
+
mypy_boto3_organizations/paginator.py,sha256=Z3n8lrMMM0PBXuLgYx43HvJFIx-m7VHjE6drvC0fKm8,28777
|
|
9
|
+
mypy_boto3_organizations/paginator.pyi,sha256=0bGoB2p4PPXXAVyQgTqz0f-DvKFuqyN3mW43tDxPkhU,28722
|
|
10
|
+
mypy_boto3_organizations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_organizations/type_defs.py,sha256=ODhYl12ROq1wt3aLJOin1r3_9HF3SKjFoc8WpBx9HBs,32632
|
|
12
|
+
mypy_boto3_organizations/type_defs.pyi,sha256=vLOt5owYoIQjadPbTaaM2bteARifVx1w4vWsmYmK-dk,32479
|
|
13
|
+
mypy_boto3_organizations/version.py,sha256=0Jo1Qn2U_oFgqL4nO3MxO2uNNRY6W5kOpGYz8AyqYcE,93
|
|
14
|
+
mypy_boto3_organizations-1.42.41.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
|
|
15
|
+
mypy_boto3_organizations-1.42.41.dist-info/METADATA,sha256=VJSzNrLQT4q8_e-QsjJv5XNGfGZqamgHSo3-tCkEqB0,17810
|
|
16
|
+
mypy_boto3_organizations-1.42.41.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
17
|
+
mypy_boto3_organizations-1.42.41.dist-info/top_level.txt,sha256=lH33f9LyKUTgd7dmsce4xp6hU5kSrcM-Gmg3oZwoTTc,25
|
|
18
|
+
mypy_boto3_organizations-1.42.41.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_organizations/__init__.py,sha256=354jsWi0mcV6G5sztoURanOL0kusUT09QvnvkfTylDc,5017
|
|
2
|
-
mypy_boto3_organizations/__init__.pyi,sha256=NdaX5fuaGDQfpaa7D2jTrN0Zs1Knu5jVUuIoWs8WmEQ,5016
|
|
3
|
-
mypy_boto3_organizations/__main__.py,sha256=9gkfyUdn-EWfnm0iRndldsyWhzUPSZ3ZUurPOxfRtJA,1005
|
|
4
|
-
mypy_boto3_organizations/client.py,sha256=nmGSSsLFx8WEsPMVkS00-FUr2u7qmFYiXU_fzHtsl6k,56199
|
|
5
|
-
mypy_boto3_organizations/client.pyi,sha256=gAUR0IQekIPyq9HEsoB8CjNHDFJ6IB-Pqp4pmkFQ_fM,56196
|
|
6
|
-
mypy_boto3_organizations/literals.py,sha256=smZ5DOWlgObLRdBqcJbj1y6OM1RwLE63gwLocVAydvw,15236
|
|
7
|
-
mypy_boto3_organizations/literals.pyi,sha256=5Nri8F5uW68hiv4FavrXEOyDB6ccbuKW4uNEXFm2RqI,15234
|
|
8
|
-
mypy_boto3_organizations/paginator.py,sha256=gZUtVnS5-VK9resXa_2XFqTXLGUMubDn-mUFH7vc3Dg,28777
|
|
9
|
-
mypy_boto3_organizations/paginator.pyi,sha256=1D1EfVL5DEoYyFggRaAFaKsnkHInFzXn52XKPX-vUjQ,28722
|
|
10
|
-
mypy_boto3_organizations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_organizations/type_defs.py,sha256=6z3eHjczfUT9uN1c0z10tNn9BOR78MwRdlOUFH5WpYM,32632
|
|
12
|
-
mypy_boto3_organizations/type_defs.pyi,sha256=N14Mejs0fYkGKUg7G0R5h7I1JrtTEibD3CGGAef6ICw,32479
|
|
13
|
-
mypy_boto3_organizations/version.py,sha256=HhqHQgqW1O1X0WXSnzwW4mdct_O_Xp8RDm-YFdub1yw,92
|
|
14
|
-
mypy_boto3_organizations-1.42.8.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_organizations-1.42.8.dist-info/METADATA,sha256=RcPqAbNcYKr3_Of_qDkiFDWYZqCO29GxfNWZrd3Sho8,17806
|
|
16
|
-
mypy_boto3_organizations-1.42.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
mypy_boto3_organizations-1.42.8.dist-info/top_level.txt,sha256=lH33f9LyKUTgd7dmsce4xp6hU5kSrcM-Gmg3oZwoTTc,25
|
|
18
|
-
mypy_boto3_organizations-1.42.8.dist-info/RECORD,,
|
|
File without changes
|