mypy-boto3-workspaces-web 1.37.0__py3-none-any.whl → 1.40.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/__init__.py +8 -1
- mypy_boto3_workspaces_web/__init__.pyi +8 -1
- mypy_boto3_workspaces_web/__main__.py +4 -4
- mypy_boto3_workspaces_web/client.py +98 -1
- mypy_boto3_workspaces_web/client.pyi +98 -1
- mypy_boto3_workspaces_web/literals.py +38 -3
- mypy_boto3_workspaces_web/literals.pyi +38 -3
- mypy_boto3_workspaces_web/paginator.py +30 -1
- mypy_boto3_workspaces_web/paginator.pyi +27 -1
- mypy_boto3_workspaces_web/type_defs.py +289 -145
- mypy_boto3_workspaces_web/type_defs.pyi +270 -145
- mypy_boto3_workspaces_web/version.py +1 -1
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.40.0.dist-info}/METADATA +12 -7
- mypy_boto3_workspaces_web-1.40.0.dist-info/RECORD +18 -0
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.40.0.dist-info}/WHEEL +1 -1
- mypy_boto3_workspaces_web-1.37.0.dist-info/RECORD +0 -18
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.40.0.dist-info/licenses}/LICENSE +0 -0
- {mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.40.0.dist-info}/top_level.txt +0 -0
{mypy_boto3_workspaces_web-1.37.0.dist-info → mypy_boto3_workspaces_web-1.40.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.40.0
|
|
4
|
+
Summary: Type annotations for boto3 WorkSpacesWeb 1.40.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
|
|
@@ -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.40.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.11.0](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.40.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.
|
|
@@ -355,6 +356,7 @@ from boto3.session import Session
|
|
|
355
356
|
from mypy_boto3_workspaces_web import WorkSpacesWebClient
|
|
356
357
|
from mypy_boto3_workspaces_web.paginator import (
|
|
357
358
|
ListDataProtectionSettingsPaginator,
|
|
359
|
+
ListSessionLoggersPaginator,
|
|
358
360
|
ListSessionsPaginator,
|
|
359
361
|
)
|
|
360
362
|
|
|
@@ -365,6 +367,9 @@ client: WorkSpacesWebClient = Session().client("workspaces-web")
|
|
|
365
367
|
list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator(
|
|
366
368
|
"list_data_protection_settings"
|
|
367
369
|
)
|
|
370
|
+
list_session_loggers_paginator: ListSessionLoggersPaginator = client.get_paginator(
|
|
371
|
+
"list_session_loggers"
|
|
372
|
+
)
|
|
368
373
|
list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
|
|
369
374
|
```
|
|
370
375
|
|
|
@@ -402,7 +407,7 @@ from mypy_boto3_workspaces_web.type_defs import AssociateBrowserSettingsRequestT
|
|
|
402
407
|
|
|
403
408
|
def get_value() -> AssociateBrowserSettingsRequestTypeDef:
|
|
404
409
|
return {
|
|
405
|
-
"
|
|
410
|
+
"portalArn": ...,
|
|
406
411
|
}
|
|
407
412
|
```
|
|
408
413
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_workspaces_web/__init__.py,sha256=8rLftlo2nR-UwDrbTXMEBQuEcu2RCFJOOY2HiXaM-CE,1243
|
|
2
|
+
mypy_boto3_workspaces_web/__init__.pyi,sha256=W2nWSq05qNSU2m1AKDs8TKedYoN1pOuFlRO-j2_bX3c,1242
|
|
3
|
+
mypy_boto3_workspaces_web/__main__.py,sha256=qC_Hf3d41c9oNC5C87Z_8YizWNbEd5NFir-eaOOGB5M,1007
|
|
4
|
+
mypy_boto3_workspaces_web/client.py,sha256=3h-QPssXNjBZFJqzr0aDsL2weRTMXxdf5WT2T1t66rM,49709
|
|
5
|
+
mypy_boto3_workspaces_web/client.pyi,sha256=t7E1XbsxfTGzsuV1OAebPaPZtDpwpwE5uDWbhEUYbTQ,49706
|
|
6
|
+
mypy_boto3_workspaces_web/literals.py,sha256=ZbPRKqhEdgG13HZbAxATlbDMlSnU22QR5e63ISEs3qc,11689
|
|
7
|
+
mypy_boto3_workspaces_web/literals.pyi,sha256=4yScFLnmYcI1GvYctGo7GjjGT5S9LxXDQhD7PY2kr4I,11687
|
|
8
|
+
mypy_boto3_workspaces_web/paginator.py,sha256=FVItsEz5UvkoOZRlAwaks9HAQVJfjvT7BmhvgOQzZCE,5177
|
|
9
|
+
mypy_boto3_workspaces_web/paginator.pyi,sha256=lqutwxZ-GH8uREqsDi_FES6s6gsV_BEaZygp_VxGgwU,5167
|
|
10
|
+
mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_workspaces_web/type_defs.py,sha256=i_aOFlHQyi31IhwUAN1sLhnFfemPefDp4T77IiPBiww,40838
|
|
12
|
+
mypy_boto3_workspaces_web/type_defs.pyi,sha256=gsQVklh0RemKCa2QecIFYjRPiXWAe0UHg5ihuzCR274,40658
|
|
13
|
+
mypy_boto3_workspaces_web/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
|
|
14
|
+
mypy_boto3_workspaces_web-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_workspaces_web-1.40.0.dist-info/METADATA,sha256=6zwFmTZB2Bu1BFt1JQrVcR7UtOl7Lrn2TCA7zOLsaKg,15652
|
|
16
|
+
mypy_boto3_workspaces_web-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_workspaces_web-1.40.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
|
|
18
|
+
mypy_boto3_workspaces_web-1.40.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_workspaces_web/__init__.py,sha256=3DK1WSJcohEQySprXd4qcatG2yy431cO9n25YWRukfY,1014
|
|
2
|
-
mypy_boto3_workspaces_web/__init__.pyi,sha256=u20rYbspspTEECHCu2JVCS9NGUIZUV4_iLeRFteIPvU,1013
|
|
3
|
-
mypy_boto3_workspaces_web/__main__.py,sha256=x4ftuZMreTrEJx_XyfX5eHUiDTI-ePHOcJPlGYRTEm8,1006
|
|
4
|
-
mypy_boto3_workspaces_web/client.py,sha256=A64ocr0_xVpB6BygDzfc5s8tn94YGVWJWH43smUKpzw,45031
|
|
5
|
-
mypy_boto3_workspaces_web/client.pyi,sha256=ehivUddXEPeXLLC2-IUz1E8sxdHnXnp9MKOfOSUUr28,45028
|
|
6
|
-
mypy_boto3_workspaces_web/literals.py,sha256=EPXLwKcysLuOqgCaCTI0YNjKJo8e9Ac-cR4aRoMMLfo,10693
|
|
7
|
-
mypy_boto3_workspaces_web/literals.pyi,sha256=6Gse9PKYFxGihziv2BxfOv_R2CIXzT1TfirjYORNU5Y,10691
|
|
8
|
-
mypy_boto3_workspaces_web/paginator.py,sha256=o3iopqiClyZmPjt6Zuovtj1pWzjorE8qj2nX0O8doiQ,3715
|
|
9
|
-
mypy_boto3_workspaces_web/paginator.pyi,sha256=o-_8odx34bwuczx1le-ekJSDgsX4ttcmFE6gTOASCfA,3708
|
|
10
|
-
mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_workspaces_web/type_defs.py,sha256=gcvC1HjRNeBik8yHUcI3NDeW08-8Hrq8I24fCyl3stg,36688
|
|
12
|
-
mypy_boto3_workspaces_web/type_defs.pyi,sha256=Xz8QmYp9athQLj_Skwm2-7QJHNal1qXCT2OUy8vzwcY,36527
|
|
13
|
-
mypy_boto3_workspaces_web/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
|
|
14
|
-
mypy_boto3_workspaces_web-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_workspaces_web-1.37.0.dist-info/METADATA,sha256=Ng0uN4Nfq04ozgtbI0YZd7P7u83fXrtLOVRPXcHccDY,15491
|
|
16
|
-
mypy_boto3_workspaces_web-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
-
mypy_boto3_workspaces_web-1.37.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
|
|
18
|
-
mypy_boto3_workspaces_web-1.37.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|