types-boto3-organizations 1.38.0__tar.gz → 1.39.0__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.
- {types_boto3_organizations-1.38.0/types_boto3_organizations.egg-info → types_boto3_organizations-1.39.0}/PKG-INFO +5 -5
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/README.md +3 -3
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/setup.py +2 -2
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/__main__.py +4 -4
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/literals.py +8 -2
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/literals.pyi +8 -2
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/version.py +1 -1
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0/types_boto3_organizations.egg-info}/PKG-INFO +5 -5
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/LICENSE +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/setup.cfg +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/__init__.py +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/__init__.pyi +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/client.py +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/client.pyi +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/paginator.py +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/paginator.pyi +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/py.typed +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/type_defs.py +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations/type_defs.pyi +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations.egg-info/not-zip-safe +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations.egg-info/requires.txt +0 -0
- {types_boto3_organizations-1.38.0 → types_boto3_organizations-1.39.0}/types_boto3_organizations.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-organizations
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.39.0 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.
|
|
60
|
+
[boto3 Organizations 1.39.0](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/),
|
|
@@ -66,7 +66,7 @@ Type annotations for
|
|
|
66
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
67
|
|
|
68
68
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
70
|
|
|
71
71
|
More information can be found on
|
|
72
72
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.
|
|
122
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` 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.
|
|
13
|
+
[boto3 Organizations 1.39.0](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/),
|
|
@@ -19,7 +19,7 @@ Type annotations for
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated with
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
22
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.
|
|
75
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `Organizations` service.
|
|
78
78
|
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="types-boto3-organizations",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.39.0",
|
|
17
17
|
packages=["types_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.
|
|
22
|
+
description="Type annotations for boto3 Organizations 1.39.0 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -12,9 +12,9 @@ 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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Organizations 1.39.0\n"
|
|
16
|
+
"Version: 1.39.0\n"
|
|
17
|
+
"Builder version: 8.11.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
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.39.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -91,6 +91,7 @@ EffectivePolicyTypeType = Literal[
|
|
|
91
91
|
"BACKUP_POLICY",
|
|
92
92
|
"CHATBOT_POLICY",
|
|
93
93
|
"DECLARATIVE_POLICY_EC2",
|
|
94
|
+
"SECURITYHUB_POLICY",
|
|
94
95
|
"TAG_POLICY",
|
|
95
96
|
]
|
|
96
97
|
HandshakePartyTypeType = Literal["ACCOUNT", "EMAIL", "ORGANIZATION"]
|
|
@@ -133,6 +134,7 @@ PolicyTypeType = Literal[
|
|
|
133
134
|
"CHATBOT_POLICY",
|
|
134
135
|
"DECLARATIVE_POLICY_EC2",
|
|
135
136
|
"RESOURCE_CONTROL_POLICY",
|
|
137
|
+
"SECURITYHUB_POLICY",
|
|
136
138
|
"SERVICE_CONTROL_POLICY",
|
|
137
139
|
"TAG_POLICY",
|
|
138
140
|
]
|
|
@@ -143,6 +145,7 @@ ServiceName = Literal[
|
|
|
143
145
|
"account",
|
|
144
146
|
"acm",
|
|
145
147
|
"acm-pca",
|
|
148
|
+
"aiops",
|
|
146
149
|
"amp",
|
|
147
150
|
"amplify",
|
|
148
151
|
"amplifybackend",
|
|
@@ -283,6 +286,7 @@ ServiceName = Literal[
|
|
|
283
286
|
"es",
|
|
284
287
|
"events",
|
|
285
288
|
"evidently",
|
|
289
|
+
"evs",
|
|
286
290
|
"finspace",
|
|
287
291
|
"finspace-data",
|
|
288
292
|
"firehose",
|
|
@@ -340,6 +344,7 @@ ServiceName = Literal[
|
|
|
340
344
|
"kendra",
|
|
341
345
|
"kendra-ranking",
|
|
342
346
|
"keyspaces",
|
|
347
|
+
"keyspacesstreams",
|
|
343
348
|
"kinesis",
|
|
344
349
|
"kinesis-video-archived-media",
|
|
345
350
|
"kinesis-video-media",
|
|
@@ -395,6 +400,7 @@ ServiceName = Literal[
|
|
|
395
400
|
"migrationhub-config",
|
|
396
401
|
"migrationhuborchestrator",
|
|
397
402
|
"migrationhubstrategy",
|
|
403
|
+
"mpa",
|
|
398
404
|
"mq",
|
|
399
405
|
"mturk",
|
|
400
406
|
"mwaa",
|
|
@@ -435,7 +441,6 @@ ServiceName = Literal[
|
|
|
435
441
|
"pipes",
|
|
436
442
|
"polly",
|
|
437
443
|
"pricing",
|
|
438
|
-
"privatenetworks",
|
|
439
444
|
"proton",
|
|
440
445
|
"qapps",
|
|
441
446
|
"qbusiness",
|
|
@@ -496,7 +501,6 @@ ServiceName = Literal[
|
|
|
496
501
|
"signer",
|
|
497
502
|
"simspaceweaver",
|
|
498
503
|
"sms",
|
|
499
|
-
"sms-voice",
|
|
500
504
|
"snow-device-management",
|
|
501
505
|
"snowball",
|
|
502
506
|
"sns",
|
|
@@ -504,6 +508,7 @@ ServiceName = Literal[
|
|
|
504
508
|
"sqs",
|
|
505
509
|
"ssm",
|
|
506
510
|
"ssm-contacts",
|
|
511
|
+
"ssm-guiconnect",
|
|
507
512
|
"ssm-incidents",
|
|
508
513
|
"ssm-quicksetup",
|
|
509
514
|
"ssm-sap",
|
|
@@ -540,6 +545,7 @@ ServiceName = Literal[
|
|
|
540
545
|
"workmail",
|
|
541
546
|
"workmailmessageflow",
|
|
542
547
|
"workspaces",
|
|
548
|
+
"workspaces-instances",
|
|
543
549
|
"workspaces-thin-client",
|
|
544
550
|
"workspaces-web",
|
|
545
551
|
"xray",
|
|
@@ -89,6 +89,7 @@ EffectivePolicyTypeType = Literal[
|
|
|
89
89
|
"BACKUP_POLICY",
|
|
90
90
|
"CHATBOT_POLICY",
|
|
91
91
|
"DECLARATIVE_POLICY_EC2",
|
|
92
|
+
"SECURITYHUB_POLICY",
|
|
92
93
|
"TAG_POLICY",
|
|
93
94
|
]
|
|
94
95
|
HandshakePartyTypeType = Literal["ACCOUNT", "EMAIL", "ORGANIZATION"]
|
|
@@ -131,6 +132,7 @@ PolicyTypeType = Literal[
|
|
|
131
132
|
"CHATBOT_POLICY",
|
|
132
133
|
"DECLARATIVE_POLICY_EC2",
|
|
133
134
|
"RESOURCE_CONTROL_POLICY",
|
|
135
|
+
"SECURITYHUB_POLICY",
|
|
134
136
|
"SERVICE_CONTROL_POLICY",
|
|
135
137
|
"TAG_POLICY",
|
|
136
138
|
]
|
|
@@ -141,6 +143,7 @@ ServiceName = Literal[
|
|
|
141
143
|
"account",
|
|
142
144
|
"acm",
|
|
143
145
|
"acm-pca",
|
|
146
|
+
"aiops",
|
|
144
147
|
"amp",
|
|
145
148
|
"amplify",
|
|
146
149
|
"amplifybackend",
|
|
@@ -281,6 +284,7 @@ ServiceName = Literal[
|
|
|
281
284
|
"es",
|
|
282
285
|
"events",
|
|
283
286
|
"evidently",
|
|
287
|
+
"evs",
|
|
284
288
|
"finspace",
|
|
285
289
|
"finspace-data",
|
|
286
290
|
"firehose",
|
|
@@ -338,6 +342,7 @@ ServiceName = Literal[
|
|
|
338
342
|
"kendra",
|
|
339
343
|
"kendra-ranking",
|
|
340
344
|
"keyspaces",
|
|
345
|
+
"keyspacesstreams",
|
|
341
346
|
"kinesis",
|
|
342
347
|
"kinesis-video-archived-media",
|
|
343
348
|
"kinesis-video-media",
|
|
@@ -393,6 +398,7 @@ ServiceName = Literal[
|
|
|
393
398
|
"migrationhub-config",
|
|
394
399
|
"migrationhuborchestrator",
|
|
395
400
|
"migrationhubstrategy",
|
|
401
|
+
"mpa",
|
|
396
402
|
"mq",
|
|
397
403
|
"mturk",
|
|
398
404
|
"mwaa",
|
|
@@ -433,7 +439,6 @@ ServiceName = Literal[
|
|
|
433
439
|
"pipes",
|
|
434
440
|
"polly",
|
|
435
441
|
"pricing",
|
|
436
|
-
"privatenetworks",
|
|
437
442
|
"proton",
|
|
438
443
|
"qapps",
|
|
439
444
|
"qbusiness",
|
|
@@ -494,7 +499,6 @@ ServiceName = Literal[
|
|
|
494
499
|
"signer",
|
|
495
500
|
"simspaceweaver",
|
|
496
501
|
"sms",
|
|
497
|
-
"sms-voice",
|
|
498
502
|
"snow-device-management",
|
|
499
503
|
"snowball",
|
|
500
504
|
"sns",
|
|
@@ -502,6 +506,7 @@ ServiceName = Literal[
|
|
|
502
506
|
"sqs",
|
|
503
507
|
"ssm",
|
|
504
508
|
"ssm-contacts",
|
|
509
|
+
"ssm-guiconnect",
|
|
505
510
|
"ssm-incidents",
|
|
506
511
|
"ssm-quicksetup",
|
|
507
512
|
"ssm-sap",
|
|
@@ -538,6 +543,7 @@ ServiceName = Literal[
|
|
|
538
543
|
"workmail",
|
|
539
544
|
"workmailmessageflow",
|
|
540
545
|
"workspaces",
|
|
546
|
+
"workspaces-instances",
|
|
541
547
|
"workspaces-thin-client",
|
|
542
548
|
"workspaces-web",
|
|
543
549
|
"xray",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-organizations
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.39.0 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.
|
|
60
|
+
[boto3 Organizations 1.39.0](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/),
|
|
@@ -66,7 +66,7 @@ Type annotations for
|
|
|
66
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
67
67
|
|
|
68
68
|
Generated with
|
|
69
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
70
70
|
|
|
71
71
|
More information can be found on
|
|
72
72
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.
|
|
122
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `Organizations` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
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
|
|
File without changes
|