mypy-boto3-workspaces-web 1.40.73__py3-none-any.whl → 1.42.3__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.
@@ -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.40.73\n"
16
- "Version: 1.40.73\n"
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.40.73\n")
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",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.73"
7
+ __version__ = "1.42.3"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-workspaces-web
3
- Version: 1.40.73
4
- Summary: Type annotations for boto3 WorkSpacesWeb 1.40.73 service generated with mypy-boto3-builder 8.12.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3 WorkSpacesWeb 1.40.73](https://pypi.org/project/boto3/) compatible with
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.40.73' mypy-boto3-builder`
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.
@@ -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=c4HeDxJNQ5VdqNjRCcEu95zf5Xdgg0_Kwi_U7kKsHpA,1007
4
+ mypy_boto3_workspaces_web/client.py,sha256=Wb88pPbWblc_57lkiydUaU1Sonj3DO-K_Iwainish_8,49549
5
+ mypy_boto3_workspaces_web/client.pyi,sha256=4famGK3IWxtkLbkbIhxxY2_BM-jcIAVAuqDsIsLXqoo,49546
6
+ mypy_boto3_workspaces_web/literals.py,sha256=iy_jfskFuMvZlV83_QsePcyCBpd_oPVd5D0P_H5VXE8,12380
7
+ mypy_boto3_workspaces_web/literals.pyi,sha256=uMHoMTLtmnyISmN1S4uhuRBPZ4dl_pw34YU5YbhgZbw,12378
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=Q3Ja4muOe0knQ1a4nMrcpvyxQNZT6smDH4C9It5EZIc,41597
12
+ mypy_boto3_workspaces_web/type_defs.pyi,sha256=jR916jH1MD6xjwISAu6CkKau6vJGSc2YbtPr2wBgkts,41415
13
+ mypy_boto3_workspaces_web/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
14
+ mypy_boto3_workspaces_web-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ mypy_boto3_workspaces_web-1.42.3.dist-info/METADATA,sha256=2Myo9Zm_sK426v9a4Uu-3H0CUnCR4xXtzHWP5k6yd5E,15321
16
+ mypy_boto3_workspaces_web-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ mypy_boto3_workspaces_web-1.42.3.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
18
+ mypy_boto3_workspaces_web-1.42.3.dist-info/RECORD,,
@@ -1,18 +0,0 @@
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=Mcc3ABdALDIUDNU-9DUJbgNMDz5da55vuPlrIeXu7Co,1010
4
- mypy_boto3_workspaces_web/client.py,sha256=Wb88pPbWblc_57lkiydUaU1Sonj3DO-K_Iwainish_8,49549
5
- mypy_boto3_workspaces_web/client.pyi,sha256=4famGK3IWxtkLbkbIhxxY2_BM-jcIAVAuqDsIsLXqoo,49546
6
- mypy_boto3_workspaces_web/literals.py,sha256=Tm8cjgUHCQCY7uPcdfGlQZeXkOHNJBUWTVSQ0r0oxOU,12171
7
- mypy_boto3_workspaces_web/literals.pyi,sha256=1epmueKcXBIPtjuq7h_qg97fIXW1cYZzPBJg2PTfEYI,12169
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=Q3Ja4muOe0knQ1a4nMrcpvyxQNZT6smDH4C9It5EZIc,41597
12
- mypy_boto3_workspaces_web/type_defs.pyi,sha256=jR916jH1MD6xjwISAu6CkKau6vJGSc2YbtPr2wBgkts,41415
13
- mypy_boto3_workspaces_web/version.py,sha256=ZNPCq21oahegGh8pb6xEtfrwFdYDVHf1XWBGOB8Ij44,93
14
- mypy_boto3_workspaces_web-1.40.73.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- mypy_boto3_workspaces_web-1.40.73.dist-info/METADATA,sha256=eZ9tNOooaFyCqociFKL8aADc6pyDfXVPaMe-j7NHXEg,15325
16
- mypy_boto3_workspaces_web-1.40.73.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- mypy_boto3_workspaces_web-1.40.73.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
18
- mypy_boto3_workspaces_web-1.40.73.dist-info/RECORD,,