types-boto3-organizations 1.35.71__py3-none-any.whl → 1.35.72__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.
- types_boto3_organizations/__main__.py +4 -4
- types_boto3_organizations/literals.py +9 -1
- types_boto3_organizations/literals.pyi +9 -1
- types_boto3_organizations/version.py +1 -1
- {types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/METADATA +32 -6
- {types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/RECORD +9 -9
- {types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/LICENSE +0 -0
- {types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/WHEEL +0 -0
- {types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/top_level.txt +0 -0
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
print(
|
|
15
|
-
"Type annotations for boto3 Organizations 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Organizations 1.35.72\n"
|
|
16
|
+
"Version: 1.35.72\n"
|
|
17
|
+
"Builder version: 8.5.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_organizations//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#organizations\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
print("1.35.
|
|
29
|
+
print("1.35.72")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -87,7 +87,11 @@ CreateAccountFailureReasonType = Literal[
|
|
|
87
87
|
]
|
|
88
88
|
CreateAccountStateType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
|
|
89
89
|
EffectivePolicyTypeType = Literal[
|
|
90
|
-
"AISERVICES_OPT_OUT_POLICY",
|
|
90
|
+
"AISERVICES_OPT_OUT_POLICY",
|
|
91
|
+
"BACKUP_POLICY",
|
|
92
|
+
"CHATBOT_POLICY",
|
|
93
|
+
"DECLARATIVE_POLICY_EC2",
|
|
94
|
+
"TAG_POLICY",
|
|
91
95
|
]
|
|
92
96
|
HandshakePartyTypeType = Literal["ACCOUNT", "EMAIL", "ORGANIZATION"]
|
|
93
97
|
HandshakeResourceTypeType = Literal[
|
|
@@ -127,6 +131,7 @@ PolicyTypeType = Literal[
|
|
|
127
131
|
"AISERVICES_OPT_OUT_POLICY",
|
|
128
132
|
"BACKUP_POLICY",
|
|
129
133
|
"CHATBOT_POLICY",
|
|
134
|
+
"DECLARATIVE_POLICY_EC2",
|
|
130
135
|
"RESOURCE_CONTROL_POLICY",
|
|
131
136
|
"SERVICE_CONTROL_POLICY",
|
|
132
137
|
"TAG_POLICY",
|
|
@@ -307,6 +312,7 @@ ServiceName = Literal[
|
|
|
307
312
|
"inspector-scan",
|
|
308
313
|
"inspector2",
|
|
309
314
|
"internetmonitor",
|
|
315
|
+
"invoicing",
|
|
310
316
|
"iot",
|
|
311
317
|
"iot-data",
|
|
312
318
|
"iot-jobs-data",
|
|
@@ -393,6 +399,7 @@ ServiceName = Literal[
|
|
|
393
399
|
"neptune-graph",
|
|
394
400
|
"neptunedata",
|
|
395
401
|
"network-firewall",
|
|
402
|
+
"networkflowmonitor",
|
|
396
403
|
"networkmanager",
|
|
397
404
|
"networkmonitor",
|
|
398
405
|
"notifications",
|
|
@@ -471,6 +478,7 @@ ServiceName = Literal[
|
|
|
471
478
|
"schemas",
|
|
472
479
|
"sdb",
|
|
473
480
|
"secretsmanager",
|
|
481
|
+
"security-ir",
|
|
474
482
|
"securityhub",
|
|
475
483
|
"securitylake",
|
|
476
484
|
"serverlessrepo",
|
|
@@ -85,7 +85,11 @@ CreateAccountFailureReasonType = Literal[
|
|
|
85
85
|
]
|
|
86
86
|
CreateAccountStateType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
|
|
87
87
|
EffectivePolicyTypeType = Literal[
|
|
88
|
-
"AISERVICES_OPT_OUT_POLICY",
|
|
88
|
+
"AISERVICES_OPT_OUT_POLICY",
|
|
89
|
+
"BACKUP_POLICY",
|
|
90
|
+
"CHATBOT_POLICY",
|
|
91
|
+
"DECLARATIVE_POLICY_EC2",
|
|
92
|
+
"TAG_POLICY",
|
|
89
93
|
]
|
|
90
94
|
HandshakePartyTypeType = Literal["ACCOUNT", "EMAIL", "ORGANIZATION"]
|
|
91
95
|
HandshakeResourceTypeType = Literal[
|
|
@@ -125,6 +129,7 @@ PolicyTypeType = Literal[
|
|
|
125
129
|
"AISERVICES_OPT_OUT_POLICY",
|
|
126
130
|
"BACKUP_POLICY",
|
|
127
131
|
"CHATBOT_POLICY",
|
|
132
|
+
"DECLARATIVE_POLICY_EC2",
|
|
128
133
|
"RESOURCE_CONTROL_POLICY",
|
|
129
134
|
"SERVICE_CONTROL_POLICY",
|
|
130
135
|
"TAG_POLICY",
|
|
@@ -305,6 +310,7 @@ ServiceName = Literal[
|
|
|
305
310
|
"inspector-scan",
|
|
306
311
|
"inspector2",
|
|
307
312
|
"internetmonitor",
|
|
313
|
+
"invoicing",
|
|
308
314
|
"iot",
|
|
309
315
|
"iot-data",
|
|
310
316
|
"iot-jobs-data",
|
|
@@ -391,6 +397,7 @@ ServiceName = Literal[
|
|
|
391
397
|
"neptune-graph",
|
|
392
398
|
"neptunedata",
|
|
393
399
|
"network-firewall",
|
|
400
|
+
"networkflowmonitor",
|
|
394
401
|
"networkmanager",
|
|
395
402
|
"networkmonitor",
|
|
396
403
|
"notifications",
|
|
@@ -469,6 +476,7 @@ ServiceName = Literal[
|
|
|
469
476
|
"schemas",
|
|
470
477
|
"sdb",
|
|
471
478
|
"secretsmanager",
|
|
479
|
+
"security-ir",
|
|
472
480
|
"securityhub",
|
|
473
481
|
"securitylake",
|
|
474
482
|
"serverlessrepo",
|
{types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-organizations
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.35.
|
|
3
|
+
Version: 1.35.72
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.35.72 service generated with mypy-boto3-builder 8.5.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
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_organizations/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 organizations type-annotations
|
|
12
|
+
Keywords: boto3 organizations boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
44
44
|

|
|
45
45
|
|
|
46
46
|
Type annotations for
|
|
47
|
-
[boto3 Organizations 1.35.
|
|
47
|
+
[boto3 Organizations 1.35.72](https://pypi.org/project/boto3/) compatible with
|
|
48
48
|
[VSCode](https://code.visualstudio.com/),
|
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -53,7 +53,7 @@ Type annotations for
|
|
|
53
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
54
|
|
|
55
55
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
56
|
+
[mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
|
|
57
57
|
|
|
58
58
|
More information can be found on
|
|
59
59
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -61,7 +61,7 @@ More information can be found on
|
|
|
61
61
|
|
|
62
62
|
See how it helps you find and fix potential bugs:
|
|
63
63
|
|
|
64
|
-

|
|
65
65
|
|
|
66
66
|
- [types-boto3-organizations](#types-boto3-organizations)
|
|
67
67
|
- [How to install](#how-to-install)
|
|
@@ -76,6 +76,7 @@ See how it helps you find and fix potential bugs:
|
|
|
76
76
|
- [Other IDEs](#other-ides)
|
|
77
77
|
- [mypy](#mypy)
|
|
78
78
|
- [pyright](#pyright)
|
|
79
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
79
80
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
80
81
|
- [Client annotations](#client-annotations)
|
|
81
82
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -269,6 +270,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
|
269
270
|
Type checking should now work. No explicit type annotations required, write
|
|
270
271
|
your `boto3` code as usual.
|
|
271
272
|
|
|
273
|
+
<a id="pylint-compatibility"></a>
|
|
274
|
+
|
|
275
|
+
### Pylint compatibility
|
|
276
|
+
|
|
277
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
278
|
+
`types-boto3-organizations` dependency in production. However, there is an
|
|
279
|
+
issue in `pylint` that it complains about undefined variables. To fix it, set
|
|
280
|
+
all types to `object` in non-`TYPE_CHECKING` mode.
|
|
281
|
+
|
|
282
|
+
```python
|
|
283
|
+
from typing import TYPE_CHECKING
|
|
284
|
+
|
|
285
|
+
if TYPE_CHECKING:
|
|
286
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
287
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
288
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
289
|
+
else:
|
|
290
|
+
EC2Client = object
|
|
291
|
+
EC2ServiceResource = object
|
|
292
|
+
BundleTaskCompleteWaiter = object
|
|
293
|
+
DescribeVolumesPaginator = object
|
|
294
|
+
|
|
295
|
+
...
|
|
296
|
+
```
|
|
297
|
+
|
|
272
298
|
<a id="explicit-type-annotations"></a>
|
|
273
299
|
|
|
274
300
|
## Explicit type annotations
|
{types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/RECORD
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
types_boto3_organizations/__init__.py,sha256=6a3zt3ggbyECB8Ft0tkm3JwfaVjm0EGmdjxiuWi1N-s,4267
|
|
2
2
|
types_boto3_organizations/__init__.pyi,sha256=4-674eJkNo5Q9tYlIsEQxuIFgmNLXW7P2eAwamebAwk,4266
|
|
3
|
-
types_boto3_organizations/__main__.py,sha256=
|
|
3
|
+
types_boto3_organizations/__main__.py,sha256=XrCkQ6r9GDTCoLHFDktWQDgrJzvFzOXUEYrsiOOLE0Q,974
|
|
4
4
|
types_boto3_organizations/client.py,sha256=7GhUDjSpjpaKtprzD3vihRlZNaxxeyxJjDmgSFST7eA,49019
|
|
5
5
|
types_boto3_organizations/client.pyi,sha256=BbmIHBAw7rJPu4lXckt8-_hsjwIbdnC-ViRAYICF77A,49015
|
|
6
|
-
types_boto3_organizations/literals.py,sha256=
|
|
7
|
-
types_boto3_organizations/literals.pyi,sha256=
|
|
6
|
+
types_boto3_organizations/literals.py,sha256=XtnLKcZeaETXz3yaxIfrSnMSskrEEyoph8VJVc4dugg,13575
|
|
7
|
+
types_boto3_organizations/literals.pyi,sha256=Vy8xF7oIqnWbgoua1KXJArH5XSPiJk225M6NB-HxAYg,13573
|
|
8
8
|
types_boto3_organizations/paginator.py,sha256=gJVKQkuCGJuAbBtkJErKU2zzmjids9vG9qdLIs97Hjw,22109
|
|
9
9
|
types_boto3_organizations/paginator.pyi,sha256=LI_YDAY3QpFPXRQz-mGAi-kRJ7z-hzgaaXTZ-BnQ5W4,22074
|
|
10
10
|
types_boto3_organizations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
types_boto3_organizations/type_defs.py,sha256=LONOGiYeg8m2pRVIk8nHcK2G7jYD-6Hk2TcJI02UxsQ,28077
|
|
12
12
|
types_boto3_organizations/type_defs.pyi,sha256=wbXCdRlfASJiQkAmJ5rb54pH9i-MN2GyPjZBIF5ycJ0,27945
|
|
13
|
-
types_boto3_organizations/version.py,sha256=
|
|
14
|
-
types_boto3_organizations-1.35.
|
|
15
|
-
types_boto3_organizations-1.35.
|
|
16
|
-
types_boto3_organizations-1.35.
|
|
17
|
-
types_boto3_organizations-1.35.
|
|
18
|
-
types_boto3_organizations-1.35.
|
|
13
|
+
types_boto3_organizations/version.py,sha256=YQeegutf73cmLwsZE7d3vYIjpKh09ERGKV08ssq8iHk,93
|
|
14
|
+
types_boto3_organizations-1.35.72.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
+
types_boto3_organizations-1.35.72.dist-info/METADATA,sha256=OPrTZb3-2skrid2u1BcmW0OOgLH_8MSouWx52ICQD9w,16793
|
|
16
|
+
types_boto3_organizations-1.35.72.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
17
|
+
types_boto3_organizations-1.35.72.dist-info/top_level.txt,sha256=I8ZXuz_JrEGWJ6VviBxmXd7L1Hl5hobFGqMURv_zCbo,26
|
|
18
|
+
types_boto3_organizations-1.35.72.dist-info/RECORD,,
|
{types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/LICENSE
RENAMED
|
File without changes
|
{types_boto3_organizations-1.35.71.dist-info → types_boto3_organizations-1.35.72.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|