mypy-boto3-organizations 1.40.55__tar.gz → 1.40.61__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.40.55 → mypy_boto3_organizations-1.40.61}/PKG-INFO +4 -4
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/README.md +2 -2
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/__main__.py +3 -3
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/literals.py +1 -7
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/literals.pyi +1 -7
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/type_defs.py +1 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/type_defs.pyi +1 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/version.py +1 -1
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations.egg-info/PKG-INFO +4 -4
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/setup.py +2 -2
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/LICENSE +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/__init__.py +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/__init__.pyi +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/client.py +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/client.pyi +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/paginator.py +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/paginator.pyi +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations/py.typed +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations.egg-info/not-zip-safe +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations.egg-info/requires.txt +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/mypy_boto3_organizations.egg-info/top_level.txt +0 -0
- {mypy_boto3_organizations-1.40.55 → mypy_boto3_organizations-1.40.61}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.40.
|
|
3
|
+
Version: 1.40.61
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.40.61 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.40.
|
|
60
|
+
[boto3 Organizations 1.40.61](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/),
|
|
@@ -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.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.61' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` 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.40.
|
|
13
|
+
[boto3 Organizations 1.40.61](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/),
|
|
@@ -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.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.61' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `Organizations` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 Organizations 1.40.61\n"
|
|
16
|
+
"Version: 1.40.61\n"
|
|
17
17
|
"Builder version: 8.11.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.40.
|
|
29
|
+
sys.stdout.write("1.40.61\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -176,7 +176,6 @@ ServiceName = Literal[
|
|
|
176
176
|
"apprunner",
|
|
177
177
|
"appstream",
|
|
178
178
|
"appsync",
|
|
179
|
-
"apptest",
|
|
180
179
|
"arc-region-switch",
|
|
181
180
|
"arc-zonal-shift",
|
|
182
181
|
"artifact",
|
|
@@ -344,7 +343,6 @@ ServiceName = Literal[
|
|
|
344
343
|
"iotdeviceadvisor",
|
|
345
344
|
"iotevents",
|
|
346
345
|
"iotevents-data",
|
|
347
|
-
"iotfleethub",
|
|
348
346
|
"iotfleetwise",
|
|
349
347
|
"iotsecuretunneling",
|
|
350
348
|
"iotsitewise",
|
|
@@ -383,8 +381,6 @@ ServiceName = Literal[
|
|
|
383
381
|
"location",
|
|
384
382
|
"logs",
|
|
385
383
|
"lookoutequipment",
|
|
386
|
-
"lookoutmetrics",
|
|
387
|
-
"lookoutvision",
|
|
388
384
|
"m2",
|
|
389
385
|
"machinelearning",
|
|
390
386
|
"macie2",
|
|
@@ -459,8 +455,6 @@ ServiceName = Literal[
|
|
|
459
455
|
"qapps",
|
|
460
456
|
"qbusiness",
|
|
461
457
|
"qconnect",
|
|
462
|
-
"qldb",
|
|
463
|
-
"qldb-session",
|
|
464
458
|
"quicksight",
|
|
465
459
|
"ram",
|
|
466
460
|
"rbin",
|
|
@@ -475,7 +469,6 @@ ServiceName = Literal[
|
|
|
475
469
|
"resource-explorer-2",
|
|
476
470
|
"resource-groups",
|
|
477
471
|
"resourcegroupstaggingapi",
|
|
478
|
-
"robomaker",
|
|
479
472
|
"rolesanywhere",
|
|
480
473
|
"route53",
|
|
481
474
|
"route53-recovery-cluster",
|
|
@@ -484,6 +477,7 @@ ServiceName = Literal[
|
|
|
484
477
|
"route53domains",
|
|
485
478
|
"route53profiles",
|
|
486
479
|
"route53resolver",
|
|
480
|
+
"rtbfabric",
|
|
487
481
|
"rum",
|
|
488
482
|
"s3",
|
|
489
483
|
"s3control",
|
|
@@ -174,7 +174,6 @@ ServiceName = Literal[
|
|
|
174
174
|
"apprunner",
|
|
175
175
|
"appstream",
|
|
176
176
|
"appsync",
|
|
177
|
-
"apptest",
|
|
178
177
|
"arc-region-switch",
|
|
179
178
|
"arc-zonal-shift",
|
|
180
179
|
"artifact",
|
|
@@ -342,7 +341,6 @@ ServiceName = Literal[
|
|
|
342
341
|
"iotdeviceadvisor",
|
|
343
342
|
"iotevents",
|
|
344
343
|
"iotevents-data",
|
|
345
|
-
"iotfleethub",
|
|
346
344
|
"iotfleetwise",
|
|
347
345
|
"iotsecuretunneling",
|
|
348
346
|
"iotsitewise",
|
|
@@ -381,8 +379,6 @@ ServiceName = Literal[
|
|
|
381
379
|
"location",
|
|
382
380
|
"logs",
|
|
383
381
|
"lookoutequipment",
|
|
384
|
-
"lookoutmetrics",
|
|
385
|
-
"lookoutvision",
|
|
386
382
|
"m2",
|
|
387
383
|
"machinelearning",
|
|
388
384
|
"macie2",
|
|
@@ -457,8 +453,6 @@ ServiceName = Literal[
|
|
|
457
453
|
"qapps",
|
|
458
454
|
"qbusiness",
|
|
459
455
|
"qconnect",
|
|
460
|
-
"qldb",
|
|
461
|
-
"qldb-session",
|
|
462
456
|
"quicksight",
|
|
463
457
|
"ram",
|
|
464
458
|
"rbin",
|
|
@@ -473,7 +467,6 @@ ServiceName = Literal[
|
|
|
473
467
|
"resource-explorer-2",
|
|
474
468
|
"resource-groups",
|
|
475
469
|
"resourcegroupstaggingapi",
|
|
476
|
-
"robomaker",
|
|
477
470
|
"rolesanywhere",
|
|
478
471
|
"route53",
|
|
479
472
|
"route53-recovery-cluster",
|
|
@@ -482,6 +475,7 @@ ServiceName = Literal[
|
|
|
482
475
|
"route53domains",
|
|
483
476
|
"route53profiles",
|
|
484
477
|
"route53resolver",
|
|
478
|
+
"rtbfabric",
|
|
485
479
|
"rum",
|
|
486
480
|
"s3",
|
|
487
481
|
"s3control",
|
|
@@ -277,6 +277,7 @@ class DelegatedAdministratorTypeDef(TypedDict):
|
|
|
277
277
|
Email: NotRequired[str]
|
|
278
278
|
Name: NotRequired[str]
|
|
279
279
|
Status: NotRequired[AccountStatusType]
|
|
280
|
+
State: NotRequired[AccountStateType]
|
|
280
281
|
JoinedMethod: NotRequired[AccountJoinedMethodType]
|
|
281
282
|
JoinedTimestamp: NotRequired[datetime]
|
|
282
283
|
DelegationEnabledDate: NotRequired[datetime]
|
|
@@ -263,6 +263,7 @@ class DelegatedAdministratorTypeDef(TypedDict):
|
|
|
263
263
|
Email: NotRequired[str]
|
|
264
264
|
Name: NotRequired[str]
|
|
265
265
|
Status: NotRequired[AccountStatusType]
|
|
266
|
+
State: NotRequired[AccountStateType]
|
|
266
267
|
JoinedMethod: NotRequired[AccountJoinedMethodType]
|
|
267
268
|
JoinedTimestamp: NotRequired[datetime]
|
|
268
269
|
DelegationEnabledDate: NotRequired[datetime]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-organizations
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Organizations 1.40.
|
|
3
|
+
Version: 1.40.61
|
|
4
|
+
Summary: Type annotations for boto3 Organizations 1.40.61 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.40.
|
|
60
|
+
[boto3 Organizations 1.40.61](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/),
|
|
@@ -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.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.61' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `Organizations` service.
|
|
125
125
|
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="mypy-boto3-organizations",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.61",
|
|
17
17
|
packages=["mypy_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.40.
|
|
22
|
+
description="Type annotations for boto3 Organizations 1.40.61 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
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
|