mypy-boto3-workspaces-web 1.40.73__tar.gz → 1.42.3__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_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/PKG-INFO +4 -4
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/README.md +2 -2
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/__main__.py +3 -3
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/literals.py +8 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/literals.pyi +8 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/version.py +1 -1
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web.egg-info/PKG-INFO +4 -4
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/pyproject.toml +2 -2
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/LICENSE +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/__init__.py +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/__init__.pyi +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/client.py +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/client.pyi +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/paginator.py +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/paginator.pyi +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/py.typed +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/type_defs.py +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web/type_defs.pyi +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web.egg-info/requires.txt +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/mypy_boto3_workspaces_web.egg-info/top_level.txt +0 -0
- {mypy_boto3_workspaces_web-1.40.73 → mypy_boto3_workspaces_web-1.42.3}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-workspaces-web
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 WorkSpacesWeb 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.3 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 WorkSpacesWeb 1.
|
|
46
|
+
[boto3 WorkSpacesWeb 1.42.3](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.
|
|
108
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `WorkSpacesWeb` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 WorkSpacesWeb 1.
|
|
13
|
+
[boto3 WorkSpacesWeb 1.42.3](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.
|
|
75
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `WorkSpacesWeb` 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 WorkSpacesWeb 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 WorkSpacesWeb 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#workspacesweb\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.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -226,6 +226,7 @@ ServiceName = Literal[
|
|
|
226
226
|
"comprehend",
|
|
227
227
|
"comprehendmedical",
|
|
228
228
|
"compute-optimizer",
|
|
229
|
+
"compute-optimizer-automation",
|
|
229
230
|
"config",
|
|
230
231
|
"connect",
|
|
231
232
|
"connect-contact-lens",
|
|
@@ -396,6 +397,7 @@ ServiceName = Literal[
|
|
|
396
397
|
"mq",
|
|
397
398
|
"mturk",
|
|
398
399
|
"mwaa",
|
|
400
|
+
"mwaa-serverless",
|
|
399
401
|
"neptune",
|
|
400
402
|
"neptune-graph",
|
|
401
403
|
"neptunedata",
|
|
@@ -405,6 +407,7 @@ ServiceName = Literal[
|
|
|
405
407
|
"networkmonitor",
|
|
406
408
|
"notifications",
|
|
407
409
|
"notificationscontacts",
|
|
410
|
+
"nova-act",
|
|
408
411
|
"oam",
|
|
409
412
|
"observabilityadmin",
|
|
410
413
|
"odb",
|
|
@@ -415,6 +418,9 @@ ServiceName = Literal[
|
|
|
415
418
|
"osis",
|
|
416
419
|
"outposts",
|
|
417
420
|
"panorama",
|
|
421
|
+
"partnercentral-account",
|
|
422
|
+
"partnercentral-benefits",
|
|
423
|
+
"partnercentral-channel",
|
|
418
424
|
"partnercentral-selling",
|
|
419
425
|
"payment-cryptography",
|
|
420
426
|
"payment-cryptography-data",
|
|
@@ -456,6 +462,7 @@ ServiceName = Literal[
|
|
|
456
462
|
"route53-recovery-control-config",
|
|
457
463
|
"route53-recovery-readiness",
|
|
458
464
|
"route53domains",
|
|
465
|
+
"route53globalresolver",
|
|
459
466
|
"route53profiles",
|
|
460
467
|
"route53resolver",
|
|
461
468
|
"rtbfabric",
|
|
@@ -489,6 +496,7 @@ ServiceName = Literal[
|
|
|
489
496
|
"sesv2",
|
|
490
497
|
"shield",
|
|
491
498
|
"signer",
|
|
499
|
+
"signin",
|
|
492
500
|
"simspaceweaver",
|
|
493
501
|
"snow-device-management",
|
|
494
502
|
"snowball",
|
|
@@ -224,6 +224,7 @@ ServiceName = Literal[
|
|
|
224
224
|
"comprehend",
|
|
225
225
|
"comprehendmedical",
|
|
226
226
|
"compute-optimizer",
|
|
227
|
+
"compute-optimizer-automation",
|
|
227
228
|
"config",
|
|
228
229
|
"connect",
|
|
229
230
|
"connect-contact-lens",
|
|
@@ -394,6 +395,7 @@ ServiceName = Literal[
|
|
|
394
395
|
"mq",
|
|
395
396
|
"mturk",
|
|
396
397
|
"mwaa",
|
|
398
|
+
"mwaa-serverless",
|
|
397
399
|
"neptune",
|
|
398
400
|
"neptune-graph",
|
|
399
401
|
"neptunedata",
|
|
@@ -403,6 +405,7 @@ ServiceName = Literal[
|
|
|
403
405
|
"networkmonitor",
|
|
404
406
|
"notifications",
|
|
405
407
|
"notificationscontacts",
|
|
408
|
+
"nova-act",
|
|
406
409
|
"oam",
|
|
407
410
|
"observabilityadmin",
|
|
408
411
|
"odb",
|
|
@@ -413,6 +416,9 @@ ServiceName = Literal[
|
|
|
413
416
|
"osis",
|
|
414
417
|
"outposts",
|
|
415
418
|
"panorama",
|
|
419
|
+
"partnercentral-account",
|
|
420
|
+
"partnercentral-benefits",
|
|
421
|
+
"partnercentral-channel",
|
|
416
422
|
"partnercentral-selling",
|
|
417
423
|
"payment-cryptography",
|
|
418
424
|
"payment-cryptography-data",
|
|
@@ -454,6 +460,7 @@ ServiceName = Literal[
|
|
|
454
460
|
"route53-recovery-control-config",
|
|
455
461
|
"route53-recovery-readiness",
|
|
456
462
|
"route53domains",
|
|
463
|
+
"route53globalresolver",
|
|
457
464
|
"route53profiles",
|
|
458
465
|
"route53resolver",
|
|
459
466
|
"rtbfabric",
|
|
@@ -487,6 +494,7 @@ ServiceName = Literal[
|
|
|
487
494
|
"sesv2",
|
|
488
495
|
"shield",
|
|
489
496
|
"signer",
|
|
497
|
+
"signin",
|
|
490
498
|
"simspaceweaver",
|
|
491
499
|
"snow-device-management",
|
|
492
500
|
"snowball",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-workspaces-web
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 WorkSpacesWeb 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.3 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 WorkSpacesWeb 1.
|
|
46
|
+
[boto3 WorkSpacesWeb 1.42.3](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.
|
|
108
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `WorkSpacesWeb` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mypy-boto3-workspaces-web"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.42.3"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 WorkSpacesWeb 1.
|
|
10
|
+
description = "Type annotations for boto3 WorkSpacesWeb 1.42.3 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
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
|