mypy-boto3-organizations 1.42.3__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 +4 -2
- mypy_boto3_organizations/literals.pyi +4 -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.3.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.3.dist-info → mypy_boto3_organizations-1.42.41.dist-info}/WHEEL +1 -1
- {mypy_boto3_organizations-1.42.3.dist-info → mypy_boto3_organizations-1.42.41.dist-info}/licenses/LICENSE +1 -1
- mypy_boto3_organizations-1.42.3.dist-info/RECORD +0 -18
- {mypy_boto3_organizations-1.42.3.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
|
|
|
@@ -103,6 +103,7 @@ EffectivePolicyTypeType = Literal[
|
|
|
103
103
|
"CHATBOT_POLICY",
|
|
104
104
|
"DECLARATIVE_POLICY_EC2",
|
|
105
105
|
"INSPECTOR_POLICY",
|
|
106
|
+
"NETWORK_SECURITY_DIRECTOR_POLICY",
|
|
106
107
|
"S3_POLICY",
|
|
107
108
|
"SECURITYHUB_POLICY",
|
|
108
109
|
"TAG_POLICY",
|
|
@@ -161,6 +162,7 @@ PolicyTypeType = Literal[
|
|
|
161
162
|
"CHATBOT_POLICY",
|
|
162
163
|
"DECLARATIVE_POLICY_EC2",
|
|
163
164
|
"INSPECTOR_POLICY",
|
|
165
|
+
"NETWORK_SECURITY_DIRECTOR_POLICY",
|
|
164
166
|
"RESOURCE_CONTROL_POLICY",
|
|
165
167
|
"S3_POLICY",
|
|
166
168
|
"SECURITYHUB_POLICY",
|
|
@@ -315,7 +317,6 @@ ServiceName = Literal[
|
|
|
315
317
|
"eks-auth",
|
|
316
318
|
"elasticache",
|
|
317
319
|
"elasticbeanstalk",
|
|
318
|
-
"elastictranscoder",
|
|
319
320
|
"elb",
|
|
320
321
|
"elbv2",
|
|
321
322
|
"emr",
|
|
@@ -580,6 +581,7 @@ ServiceName = Literal[
|
|
|
580
581
|
"waf-regional",
|
|
581
582
|
"wafv2",
|
|
582
583
|
"wellarchitected",
|
|
584
|
+
"wickr",
|
|
583
585
|
"wisdom",
|
|
584
586
|
"workdocs",
|
|
585
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
|
|
|
@@ -101,6 +101,7 @@ EffectivePolicyTypeType = Literal[
|
|
|
101
101
|
"CHATBOT_POLICY",
|
|
102
102
|
"DECLARATIVE_POLICY_EC2",
|
|
103
103
|
"INSPECTOR_POLICY",
|
|
104
|
+
"NETWORK_SECURITY_DIRECTOR_POLICY",
|
|
104
105
|
"S3_POLICY",
|
|
105
106
|
"SECURITYHUB_POLICY",
|
|
106
107
|
"TAG_POLICY",
|
|
@@ -159,6 +160,7 @@ PolicyTypeType = Literal[
|
|
|
159
160
|
"CHATBOT_POLICY",
|
|
160
161
|
"DECLARATIVE_POLICY_EC2",
|
|
161
162
|
"INSPECTOR_POLICY",
|
|
163
|
+
"NETWORK_SECURITY_DIRECTOR_POLICY",
|
|
162
164
|
"RESOURCE_CONTROL_POLICY",
|
|
163
165
|
"S3_POLICY",
|
|
164
166
|
"SECURITYHUB_POLICY",
|
|
@@ -313,7 +315,6 @@ ServiceName = Literal[
|
|
|
313
315
|
"eks-auth",
|
|
314
316
|
"elasticache",
|
|
315
317
|
"elasticbeanstalk",
|
|
316
|
-
"elastictranscoder",
|
|
317
318
|
"elb",
|
|
318
319
|
"elbv2",
|
|
319
320
|
"emr",
|
|
@@ -578,6 +579,7 @@ ServiceName = Literal[
|
|
|
578
579
|
"waf-regional",
|
|
579
580
|
"wafv2",
|
|
580
581
|
"wellarchitected",
|
|
582
|
+
"wickr",
|
|
581
583
|
"wisdom",
|
|
582
584
|
"workdocs",
|
|
583
585
|
"workmail",
|
{mypy_boto3_organizations-1.42.3.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=Y8DmPsq66EhlJXTwpdyH95yXG9WPcCq0skZtnIQvUuI,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=RScqzG-pSn8bvUMHcRa_uWjd19YAPyU_2ovbfgZ1MjA,15156
|
|
7
|
-
mypy_boto3_organizations/literals.pyi,sha256=4qn9INo9aT3OSk2e2LdRUuDhNUqu-8AuY0q4wWWyjlQ,15154
|
|
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=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
-
mypy_boto3_organizations-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_organizations-1.42.3.dist-info/METADATA,sha256=is2HP0EItAiwle8HHESGBhQypQ-2w-gQFeWgyLK7zII,17806
|
|
16
|
-
mypy_boto3_organizations-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
mypy_boto3_organizations-1.42.3.dist-info/top_level.txt,sha256=lH33f9LyKUTgd7dmsce4xp6hU5kSrcM-Gmg3oZwoTTc,25
|
|
18
|
-
mypy_boto3_organizations-1.42.3.dist-info/RECORD,,
|
|
File without changes
|