mypy-boto3-workspaces-web 1.28.15.post1__py3-none-any.whl → 1.28.36__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 +3 -3
- mypy_boto3_workspaces_web/client.py +9 -4
- mypy_boto3_workspaces_web/client.pyi +9 -4
- mypy_boto3_workspaces_web/literals.py +1 -1
- mypy_boto3_workspaces_web/literals.pyi +1 -1
- mypy_boto3_workspaces_web/type_defs.py +305 -613
- mypy_boto3_workspaces_web/type_defs.pyi +305 -563
- mypy_boto3_workspaces_web/version.py +1 -1
- {mypy_boto3_workspaces_web-1.28.15.post1.dist-info → mypy_boto3_workspaces_web-1.28.36.dist-info}/METADATA +21 -148
- mypy_boto3_workspaces_web-1.28.36.dist-info/RECORD +16 -0
- {mypy_boto3_workspaces_web-1.28.15.post1.dist-info → mypy_boto3_workspaces_web-1.28.36.dist-info}/WHEEL +1 -1
- mypy_boto3_workspaces_web-1.28.15.post1.dist-info/RECORD +0 -16
- {mypy_boto3_workspaces_web-1.28.15.post1.dist-info → mypy_boto3_workspaces_web-1.28.36.dist-info}/LICENSE +0 -0
- {mypy_boto3_workspaces_web-1.28.15.post1.dist-info → mypy_boto3_workspaces_web-1.28.36.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-workspaces-web
|
|
3
|
-
Version: 1.28.
|
|
4
|
-
Summary: Type annotations for boto3.WorkSpacesWeb 1.28.
|
|
3
|
+
Version: 1.28.36
|
|
4
|
+
Summary: Type annotations for boto3.WorkSpacesWeb 1.28.36 service generated with mypy-boto3-builder 7.18.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
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 workspaces-web type-annotations
|
|
12
|
+
Keywords: boto3 workspaces-web type-annotations botocore mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -29,7 +29,7 @@ Classifier: Typing :: Typed
|
|
|
29
29
|
Requires-Python: >=3.7
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: typing-extensions
|
|
32
|
+
Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-workspaces-web"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.WorkSpacesWeb 1.28.
|
|
46
|
+
[boto3.WorkSpacesWeb 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.18.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -78,7 +78,7 @@ See how it helps to find and fix potential bugs:
|
|
|
78
78
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
79
|
- [Client annotations](#client-annotations)
|
|
80
80
|
- [Literals](#literals)
|
|
81
|
-
- [
|
|
81
|
+
- [Type definitions](#type-definitions)
|
|
82
82
|
- [How it works](#how-it-works)
|
|
83
83
|
- [What's new](#what's-new)
|
|
84
84
|
- [Implemented features](#implemented-features)
|
|
@@ -280,159 +280,32 @@ client: WorkSpacesWebClient = Session().client("workspaces-web")
|
|
|
280
280
|
`mypy_boto3_workspaces_web.literals` module contains literals extracted from
|
|
281
281
|
shapes that can be used in user code for type checking.
|
|
282
282
|
|
|
283
|
+
Full list of `WorkSpacesWeb` Literals can be found in
|
|
284
|
+
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/literals/).
|
|
285
|
+
|
|
283
286
|
```python
|
|
284
|
-
from mypy_boto3_workspaces_web.literals import
|
|
285
|
-
AuthenticationTypeType,
|
|
286
|
-
BrowserTypeType,
|
|
287
|
-
EnabledTypeType,
|
|
288
|
-
IdentityProviderTypeType,
|
|
289
|
-
PortalStatusType,
|
|
290
|
-
RendererTypeType,
|
|
291
|
-
WorkSpacesWebServiceName,
|
|
292
|
-
ServiceName,
|
|
293
|
-
ResourceServiceName,
|
|
294
|
-
RegionName,
|
|
295
|
-
)
|
|
287
|
+
from mypy_boto3_workspaces_web.literals import AuthenticationTypeType
|
|
296
288
|
|
|
297
289
|
|
|
298
290
|
def check_value(value: AuthenticationTypeType) -> bool:
|
|
299
291
|
...
|
|
300
292
|
```
|
|
301
293
|
|
|
302
|
-
<a id="
|
|
294
|
+
<a id="type-definitions"></a>
|
|
303
295
|
|
|
304
|
-
###
|
|
296
|
+
### Type definitions
|
|
305
297
|
|
|
306
298
|
`mypy_boto3_workspaces_web.type_defs` module contains structures and shapes
|
|
307
|
-
assembled to typed dictionaries for additional type checking.
|
|
299
|
+
assembled to typed dictionaries and unions for additional type checking.
|
|
300
|
+
|
|
301
|
+
Full list of `WorkSpacesWeb` TypeDefs can be found in
|
|
302
|
+
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/type_defs/).
|
|
308
303
|
|
|
309
304
|
```python
|
|
310
|
-
from mypy_boto3_workspaces_web.type_defs import
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
AssociateNetworkSettingsRequestRequestTypeDef,
|
|
315
|
-
AssociateTrustStoreRequestRequestTypeDef,
|
|
316
|
-
AssociateUserAccessLoggingSettingsRequestRequestTypeDef,
|
|
317
|
-
AssociateUserSettingsRequestRequestTypeDef,
|
|
318
|
-
BrowserSettingsSummaryTypeDef,
|
|
319
|
-
BrowserSettingsTypeDef,
|
|
320
|
-
CertificateSummaryTypeDef,
|
|
321
|
-
CertificateTypeDef,
|
|
322
|
-
TagTypeDef,
|
|
323
|
-
CreateIdentityProviderRequestRequestTypeDef,
|
|
324
|
-
IpRuleTypeDef,
|
|
325
|
-
DeleteBrowserSettingsRequestRequestTypeDef,
|
|
326
|
-
DeleteIdentityProviderRequestRequestTypeDef,
|
|
327
|
-
DeleteIpAccessSettingsRequestRequestTypeDef,
|
|
328
|
-
DeleteNetworkSettingsRequestRequestTypeDef,
|
|
329
|
-
DeletePortalRequestRequestTypeDef,
|
|
330
|
-
DeleteTrustStoreRequestRequestTypeDef,
|
|
331
|
-
DeleteUserAccessLoggingSettingsRequestRequestTypeDef,
|
|
332
|
-
DeleteUserSettingsRequestRequestTypeDef,
|
|
333
|
-
DisassociateBrowserSettingsRequestRequestTypeDef,
|
|
334
|
-
DisassociateIpAccessSettingsRequestRequestTypeDef,
|
|
335
|
-
DisassociateNetworkSettingsRequestRequestTypeDef,
|
|
336
|
-
DisassociateTrustStoreRequestRequestTypeDef,
|
|
337
|
-
DisassociateUserAccessLoggingSettingsRequestRequestTypeDef,
|
|
338
|
-
DisassociateUserSettingsRequestRequestTypeDef,
|
|
339
|
-
GetBrowserSettingsRequestRequestTypeDef,
|
|
340
|
-
GetIdentityProviderRequestRequestTypeDef,
|
|
341
|
-
IdentityProviderTypeDef,
|
|
342
|
-
GetIpAccessSettingsRequestRequestTypeDef,
|
|
343
|
-
GetNetworkSettingsRequestRequestTypeDef,
|
|
344
|
-
NetworkSettingsTypeDef,
|
|
345
|
-
GetPortalRequestRequestTypeDef,
|
|
346
|
-
PortalTypeDef,
|
|
347
|
-
GetPortalServiceProviderMetadataRequestRequestTypeDef,
|
|
348
|
-
GetTrustStoreCertificateRequestRequestTypeDef,
|
|
349
|
-
GetTrustStoreRequestRequestTypeDef,
|
|
350
|
-
TrustStoreTypeDef,
|
|
351
|
-
GetUserAccessLoggingSettingsRequestRequestTypeDef,
|
|
352
|
-
UserAccessLoggingSettingsTypeDef,
|
|
353
|
-
GetUserSettingsRequestRequestTypeDef,
|
|
354
|
-
UserSettingsTypeDef,
|
|
355
|
-
IdentityProviderSummaryTypeDef,
|
|
356
|
-
IpAccessSettingsSummaryTypeDef,
|
|
357
|
-
ListBrowserSettingsRequestRequestTypeDef,
|
|
358
|
-
ListIdentityProvidersRequestRequestTypeDef,
|
|
359
|
-
ListIpAccessSettingsRequestRequestTypeDef,
|
|
360
|
-
ListNetworkSettingsRequestRequestTypeDef,
|
|
361
|
-
NetworkSettingsSummaryTypeDef,
|
|
362
|
-
ListPortalsRequestRequestTypeDef,
|
|
363
|
-
PortalSummaryTypeDef,
|
|
364
|
-
ListTagsForResourceRequestRequestTypeDef,
|
|
365
|
-
ListTrustStoreCertificatesRequestRequestTypeDef,
|
|
366
|
-
ListTrustStoresRequestRequestTypeDef,
|
|
367
|
-
TrustStoreSummaryTypeDef,
|
|
368
|
-
ListUserAccessLoggingSettingsRequestRequestTypeDef,
|
|
369
|
-
UserAccessLoggingSettingsSummaryTypeDef,
|
|
370
|
-
ListUserSettingsRequestRequestTypeDef,
|
|
371
|
-
UserSettingsSummaryTypeDef,
|
|
372
|
-
UntagResourceRequestRequestTypeDef,
|
|
373
|
-
UpdateBrowserSettingsRequestRequestTypeDef,
|
|
374
|
-
UpdateIdentityProviderRequestRequestTypeDef,
|
|
375
|
-
UpdateNetworkSettingsRequestRequestTypeDef,
|
|
376
|
-
UpdatePortalRequestRequestTypeDef,
|
|
377
|
-
UpdateTrustStoreRequestRequestTypeDef,
|
|
378
|
-
UpdateUserAccessLoggingSettingsRequestRequestTypeDef,
|
|
379
|
-
UpdateUserSettingsRequestRequestTypeDef,
|
|
380
|
-
AssociateBrowserSettingsResponseTypeDef,
|
|
381
|
-
AssociateIpAccessSettingsResponseTypeDef,
|
|
382
|
-
AssociateNetworkSettingsResponseTypeDef,
|
|
383
|
-
AssociateTrustStoreResponseTypeDef,
|
|
384
|
-
AssociateUserAccessLoggingSettingsResponseTypeDef,
|
|
385
|
-
AssociateUserSettingsResponseTypeDef,
|
|
386
|
-
CreateBrowserSettingsResponseTypeDef,
|
|
387
|
-
CreateIdentityProviderResponseTypeDef,
|
|
388
|
-
CreateIpAccessSettingsResponseTypeDef,
|
|
389
|
-
CreateNetworkSettingsResponseTypeDef,
|
|
390
|
-
CreatePortalResponseTypeDef,
|
|
391
|
-
CreateTrustStoreResponseTypeDef,
|
|
392
|
-
CreateUserAccessLoggingSettingsResponseTypeDef,
|
|
393
|
-
CreateUserSettingsResponseTypeDef,
|
|
394
|
-
GetPortalServiceProviderMetadataResponseTypeDef,
|
|
395
|
-
UpdateTrustStoreResponseTypeDef,
|
|
396
|
-
ListBrowserSettingsResponseTypeDef,
|
|
397
|
-
GetBrowserSettingsResponseTypeDef,
|
|
398
|
-
UpdateBrowserSettingsResponseTypeDef,
|
|
399
|
-
ListTrustStoreCertificatesResponseTypeDef,
|
|
400
|
-
GetTrustStoreCertificateResponseTypeDef,
|
|
401
|
-
CreateBrowserSettingsRequestRequestTypeDef,
|
|
402
|
-
CreateNetworkSettingsRequestRequestTypeDef,
|
|
403
|
-
CreatePortalRequestRequestTypeDef,
|
|
404
|
-
CreateTrustStoreRequestRequestTypeDef,
|
|
405
|
-
CreateUserAccessLoggingSettingsRequestRequestTypeDef,
|
|
406
|
-
CreateUserSettingsRequestRequestTypeDef,
|
|
407
|
-
ListTagsForResourceResponseTypeDef,
|
|
408
|
-
TagResourceRequestRequestTypeDef,
|
|
409
|
-
CreateIpAccessSettingsRequestRequestTypeDef,
|
|
410
|
-
IpAccessSettingsTypeDef,
|
|
411
|
-
UpdateIpAccessSettingsRequestRequestTypeDef,
|
|
412
|
-
GetIdentityProviderResponseTypeDef,
|
|
413
|
-
UpdateIdentityProviderResponseTypeDef,
|
|
414
|
-
GetNetworkSettingsResponseTypeDef,
|
|
415
|
-
UpdateNetworkSettingsResponseTypeDef,
|
|
416
|
-
GetPortalResponseTypeDef,
|
|
417
|
-
UpdatePortalResponseTypeDef,
|
|
418
|
-
GetTrustStoreResponseTypeDef,
|
|
419
|
-
GetUserAccessLoggingSettingsResponseTypeDef,
|
|
420
|
-
UpdateUserAccessLoggingSettingsResponseTypeDef,
|
|
421
|
-
GetUserSettingsResponseTypeDef,
|
|
422
|
-
UpdateUserSettingsResponseTypeDef,
|
|
423
|
-
ListIdentityProvidersResponseTypeDef,
|
|
424
|
-
ListIpAccessSettingsResponseTypeDef,
|
|
425
|
-
ListNetworkSettingsResponseTypeDef,
|
|
426
|
-
ListPortalsResponseTypeDef,
|
|
427
|
-
ListTrustStoresResponseTypeDef,
|
|
428
|
-
ListUserAccessLoggingSettingsResponseTypeDef,
|
|
429
|
-
ListUserSettingsResponseTypeDef,
|
|
430
|
-
GetIpAccessSettingsResponseTypeDef,
|
|
431
|
-
UpdateIpAccessSettingsResponseTypeDef,
|
|
432
|
-
)
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
def get_structure() -> AssociateBrowserSettingsRequestRequestTypeDef:
|
|
305
|
+
from mypy_boto3_workspaces_web.type_defs import AssociateBrowserSettingsRequestRequestTypeDef
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
def get_value() -> AssociateBrowserSettingsRequestRequestTypeDef:
|
|
436
309
|
return {...}
|
|
437
310
|
```
|
|
438
311
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
mypy_boto3_workspaces_web/__init__.py,sha256=TLFSkH6ozzTHeXVvV_C2WAVbKnoHgGv5jjxGT_x94bo,424
|
|
2
|
+
mypy_boto3_workspaces_web/__init__.pyi,sha256=7L_xIWh-ihCKqEHDJauXGx-KcoPhBYuQiduaqThFaFs,423
|
|
3
|
+
mypy_boto3_workspaces_web/__main__.py,sha256=eFAIqYWhl-H-vF0lc7nN4xJORqI6NJqFo15Kh99vJgE,933
|
|
4
|
+
mypy_boto3_workspaces_web/client.py,sha256=Ab9D3FQgxieUp9u6223L3PRfXQNDcqrDrp8hveWTaCY,38206
|
|
5
|
+
mypy_boto3_workspaces_web/client.pyi,sha256=NlJoxt1sHoHAsgKoEM5XRHX4rWOtONTWXUv_S0E5TsY,38142
|
|
6
|
+
mypy_boto3_workspaces_web/literals.py,sha256=5c-aW9qE1C1Hf7TssaHVJkR3GLZ8k--HTl9wfQnTSHA,8418
|
|
7
|
+
mypy_boto3_workspaces_web/literals.pyi,sha256=gbTOQkMpIrhfoC2IPhLqj2_MiH_r_Jz5rUirollspvQ,8416
|
|
8
|
+
mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
mypy_boto3_workspaces_web/type_defs.py,sha256=NIA8O8QOBErmWpMOp1PB1pQV5qRjuOFMF6ltnI0uWlw,36228
|
|
10
|
+
mypy_boto3_workspaces_web/type_defs.pyi,sha256=ca60LeoBWpQnXdm_nVUaYS1WytNetvHmT1QQG-nssaM,36227
|
|
11
|
+
mypy_boto3_workspaces_web/version.py,sha256=TdNWFUlWkV5vJyEpme0YDjjJMYoshLhRdAlC_WfMfAo,61
|
|
12
|
+
mypy_boto3_workspaces_web-1.28.36.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
+
mypy_boto3_workspaces_web-1.28.36.dist-info/METADATA,sha256=cZKRDry2vLU67DLjGQFRFA-VCKHTa0XyQogUp0EKSFg,12479
|
|
14
|
+
mypy_boto3_workspaces_web-1.28.36.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
15
|
+
mypy_boto3_workspaces_web-1.28.36.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
|
|
16
|
+
mypy_boto3_workspaces_web-1.28.36.dist-info/RECORD,,
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
mypy_boto3_workspaces_web/__init__.py,sha256=TLFSkH6ozzTHeXVvV_C2WAVbKnoHgGv5jjxGT_x94bo,424
|
|
2
|
-
mypy_boto3_workspaces_web/__init__.pyi,sha256=7L_xIWh-ihCKqEHDJauXGx-KcoPhBYuQiduaqThFaFs,423
|
|
3
|
-
mypy_boto3_workspaces_web/__main__.py,sha256=79RsF0Ymotff95H-myftTdFiL_lgsIqJoLJCpm_VfEw,945
|
|
4
|
-
mypy_boto3_workspaces_web/client.py,sha256=sRxK07yK8u4pjOLFqd4yv26xHsdULeASqT-VowBs09k,37970
|
|
5
|
-
mypy_boto3_workspaces_web/client.pyi,sha256=7V9Ur4YuttobQ71gQzLkGY1H0ZZ99RNSv2HYFwdKdzM,37906
|
|
6
|
-
mypy_boto3_workspaces_web/literals.py,sha256=tVyTQvg7GF8ZYP3UfDHfNsljPuLG1xgOXwDdaUUaPjQ,8417
|
|
7
|
-
mypy_boto3_workspaces_web/literals.pyi,sha256=NCYNdhUmw_wE8Iy-74-3hBYbTS0U0lm5-B-_zElF4wc,8415
|
|
8
|
-
mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
mypy_boto3_workspaces_web/type_defs.py,sha256=5hpsZKGNDoxETcK4B5RFpsorP9wAAW2gPillgmW3ZeI,41306
|
|
10
|
-
mypy_boto3_workspaces_web/type_defs.pyi,sha256=lbpxzefeJaT4k6ZNItGUrrfihscED00ItNdhzPknrn0,41255
|
|
11
|
-
mypy_boto3_workspaces_web/version.py,sha256=r8FecTF_mU12tcaFlh_rWegIHI_YLM7zyv624C7W3XM,67
|
|
12
|
-
mypy_boto3_workspaces_web-1.28.15.post1.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
-
mypy_boto3_workspaces_web-1.28.15.post1.dist-info/METADATA,sha256=jfv9P59aFnb32tYzemJFmoGBFrPuyKZCw7gLXmP60X8,17513
|
|
14
|
-
mypy_boto3_workspaces_web-1.28.15.post1.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
|
15
|
-
mypy_boto3_workspaces_web-1.28.15.post1.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
|
|
16
|
-
mypy_boto3_workspaces_web-1.28.15.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|