mypy-boto3-workspaces-web 1.37.0__py3-none-any.whl → 1.38.0__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_workspaces_web/__main__.py +4 -4
- mypy_boto3_workspaces_web/literals.py +2 -0
- mypy_boto3_workspaces_web/literals.pyi +2 -0
- mypy_boto3_workspaces_web/version.py +1 -1
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.38.0.dist-info}/METADATA +7 -6
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.38.0.dist-info}/RECORD +9 -9
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.38.0.dist-info}/WHEEL +1 -1
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.38.0.dist-info/licenses}/LICENSE +0 -0
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.38.0.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
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 WorkSpacesWeb 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 WorkSpacesWeb 1.38.0\n"
|
|
16
|
+
"Version: 1.38.0\n"
|
|
17
|
+
"Builder version: 8.10.1\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"
|
|
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.38.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -231,6 +231,7 @@ ServiceName = Literal[
|
|
|
231
231
|
"freetier",
|
|
232
232
|
"fsx",
|
|
233
233
|
"gamelift",
|
|
234
|
+
"gameliftstreams",
|
|
234
235
|
"geo-maps",
|
|
235
236
|
"geo-places",
|
|
236
237
|
"geo-routes",
|
|
@@ -256,6 +257,7 @@ ServiceName = Literal[
|
|
|
256
257
|
"iot",
|
|
257
258
|
"iot-data",
|
|
258
259
|
"iot-jobs-data",
|
|
260
|
+
"iot-managed-integrations",
|
|
259
261
|
"iotanalytics",
|
|
260
262
|
"iotdeviceadvisor",
|
|
261
263
|
"iotevents",
|
|
@@ -229,6 +229,7 @@ ServiceName = Literal[
|
|
|
229
229
|
"freetier",
|
|
230
230
|
"fsx",
|
|
231
231
|
"gamelift",
|
|
232
|
+
"gameliftstreams",
|
|
232
233
|
"geo-maps",
|
|
233
234
|
"geo-places",
|
|
234
235
|
"geo-routes",
|
|
@@ -254,6 +255,7 @@ ServiceName = Literal[
|
|
|
254
255
|
"iot",
|
|
255
256
|
"iot-data",
|
|
256
257
|
"iot-jobs-data",
|
|
258
|
+
"iot-managed-integrations",
|
|
257
259
|
"iotanalytics",
|
|
258
260
|
"iotdeviceadvisor",
|
|
259
261
|
"iotevents",
|
{mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.38.0.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
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.38.0
|
|
4
|
+
Summary: Type annotations for boto3 WorkSpacesWeb 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
|
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
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -56,7 +57,7 @@ Dynamic: summary
|
|
|
56
57
|

|
|
57
58
|
|
|
58
59
|
Type annotations for
|
|
59
|
-
[boto3 WorkSpacesWeb 1.
|
|
60
|
+
[boto3 WorkSpacesWeb 1.38.0](https://pypi.org/project/boto3/) compatible with
|
|
60
61
|
[VSCode](https://code.visualstudio.com/),
|
|
61
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +66,7 @@ Type annotations for
|
|
|
65
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
67
|
|
|
67
68
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
69
70
|
|
|
70
71
|
More information can be found on
|
|
71
72
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -118,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
119
|
isolation.
|
|
119
120
|
|
|
120
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
122
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
|
122
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
124
|
3. Add `WorkSpacesWeb` service.
|
|
124
125
|
4. Use provided commands to install generated packages.
|
{mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.38.0.dist-info}/RECORD
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
mypy_boto3_workspaces_web/__init__.py,sha256=3DK1WSJcohEQySprXd4qcatG2yy431cO9n25YWRukfY,1014
|
|
2
2
|
mypy_boto3_workspaces_web/__init__.pyi,sha256=u20rYbspspTEECHCu2JVCS9NGUIZUV4_iLeRFteIPvU,1013
|
|
3
|
-
mypy_boto3_workspaces_web/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_workspaces_web/__main__.py,sha256=7kP-cq6nY08Mg0oPTG7Ue302qSg4Srdf6HdD2m4hMEw,1007
|
|
4
4
|
mypy_boto3_workspaces_web/client.py,sha256=A64ocr0_xVpB6BygDzfc5s8tn94YGVWJWH43smUKpzw,45031
|
|
5
5
|
mypy_boto3_workspaces_web/client.pyi,sha256=ehivUddXEPeXLLC2-IUz1E8sxdHnXnp9MKOfOSUUr28,45028
|
|
6
|
-
mypy_boto3_workspaces_web/literals.py,sha256=
|
|
7
|
-
mypy_boto3_workspaces_web/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_workspaces_web/literals.py,sha256=RLXNpW2pAh4y3WUd1BismVvelyN3QZIKp-tiBEqDMfQ,10748
|
|
7
|
+
mypy_boto3_workspaces_web/literals.pyi,sha256=n5c5cvSsgvbE3uPpoMdk0Esdc5uZP_V5D7AHK5Vy85M,10746
|
|
8
8
|
mypy_boto3_workspaces_web/paginator.py,sha256=o3iopqiClyZmPjt6Zuovtj1pWzjorE8qj2nX0O8doiQ,3715
|
|
9
9
|
mypy_boto3_workspaces_web/paginator.pyi,sha256=o-_8odx34bwuczx1le-ekJSDgsX4ttcmFE6gTOASCfA,3708
|
|
10
10
|
mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mypy_boto3_workspaces_web/type_defs.py,sha256=gcvC1HjRNeBik8yHUcI3NDeW08-8Hrq8I24fCyl3stg,36688
|
|
12
12
|
mypy_boto3_workspaces_web/type_defs.pyi,sha256=Xz8QmYp9athQLj_Skwm2-7QJHNal1qXCT2OUy8vzwcY,36527
|
|
13
|
-
mypy_boto3_workspaces_web/version.py,sha256=
|
|
14
|
-
mypy_boto3_workspaces_web-1.
|
|
15
|
-
mypy_boto3_workspaces_web-1.
|
|
16
|
-
mypy_boto3_workspaces_web-1.
|
|
17
|
-
mypy_boto3_workspaces_web-1.
|
|
18
|
-
mypy_boto3_workspaces_web-1.
|
|
13
|
+
mypy_boto3_workspaces_web/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
|
|
14
|
+
mypy_boto3_workspaces_web-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_workspaces_web-1.38.0.dist-info/METADATA,sha256=S_mW2Ql-_Ei0WYcEhCZvomgyJ3hXOGAkciDGMpVAj34,15515
|
|
16
|
+
mypy_boto3_workspaces_web-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
17
|
+
mypy_boto3_workspaces_web-1.38.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
|
|
18
|
+
mypy_boto3_workspaces_web-1.38.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|