mypy-boto3-workspaces-web 1.34.132__py3-none-any.whl → 1.35.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.
@@ -10,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.WorkSpacesWeb 1.34.132\n"
14
- "Version: 1.34.132\n"
15
- "Builder version: 7.24.0\n"
13
+ "Type annotations for boto3.WorkSpacesWeb 1.35.0\n"
14
+ "Version: 1.35.0\n"
15
+ "Builder version: 7.26.0\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb\n"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.34.132")
27
+ print("1.35.0")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -289,7 +289,6 @@ ServiceName = Literal[
289
289
  "migrationhub-config",
290
290
  "migrationhuborchestrator",
291
291
  "migrationhubstrategy",
292
- "mobile",
293
292
  "mq",
294
293
  "mturk",
295
294
  "mwaa",
@@ -327,6 +326,7 @@ ServiceName = Literal[
327
326
  "pricing",
328
327
  "privatenetworks",
329
328
  "proton",
329
+ "qapps",
330
330
  "qbusiness",
331
331
  "qconnect",
332
332
  "qldb",
@@ -391,6 +391,7 @@ ServiceName = Literal[
391
391
  "ssm",
392
392
  "ssm-contacts",
393
393
  "ssm-incidents",
394
+ "ssm-quicksetup",
394
395
  "ssm-sap",
395
396
  "sso",
396
397
  "sso-admin",
@@ -289,7 +289,6 @@ ServiceName = Literal[
289
289
  "migrationhub-config",
290
290
  "migrationhuborchestrator",
291
291
  "migrationhubstrategy",
292
- "mobile",
293
292
  "mq",
294
293
  "mturk",
295
294
  "mwaa",
@@ -327,6 +326,7 @@ ServiceName = Literal[
327
326
  "pricing",
328
327
  "privatenetworks",
329
328
  "proton",
329
+ "qapps",
330
330
  "qbusiness",
331
331
  "qconnect",
332
332
  "qldb",
@@ -391,6 +391,7 @@ ServiceName = Literal[
391
391
  "ssm",
392
392
  "ssm-contacts",
393
393
  "ssm-incidents",
394
+ "ssm-quicksetup",
394
395
  "ssm-sap",
395
396
  "sso",
396
397
  "sso-admin",
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.132"
5
+ __version__ = "1.35.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-workspaces-web
3
- Version: 1.34.132
4
- Summary: Type annotations for boto3.WorkSpacesWeb 1.34.132 service generated with mypy-boto3-builder 7.24.0
3
+ Version: 1.35.0
4
+ Summary: Type annotations for boto3.WorkSpacesWeb 1.35.0 service generated with mypy-boto3-builder 7.26.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
@@ -29,7 +29,7 @@ Classifier: Typing :: Stubs Only
29
29
  Requires-Python: >=3.8
30
30
  Description-Content-Type: text/markdown
31
31
  License-File: LICENSE
32
- Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
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.12"
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.34.132](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
46
+ [boto3.WorkSpacesWeb 1.35.0](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.24.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.26.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
@@ -0,0 +1,16 @@
1
+ mypy_boto3_workspaces_web/__init__.py,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
2
+ mypy_boto3_workspaces_web/__init__.pyi,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
3
+ mypy_boto3_workspaces_web/__main__.py,sha256=wYjS4NMM_T-yVtIu455O7oTIEga0WyGDqA3HVc2YwZY,942
4
+ mypy_boto3_workspaces_web/client.py,sha256=qWWpttY8rc7JWXJ7ZlhAs6HQVUNv3yyofV0abhx2Wqg,38593
5
+ mypy_boto3_workspaces_web/client.pyi,sha256=5GmcNQAzQ7Q5yYlr7a4x5lNXUplt08Mvkb89ls-z09c,38590
6
+ mypy_boto3_workspaces_web/literals.py,sha256=izSaOPhVhDAK7J0HMyULKmK8eK5yfSR2YA5NHl6cjEA,9243
7
+ mypy_boto3_workspaces_web/literals.pyi,sha256=izSaOPhVhDAK7J0HMyULKmK8eK5yfSR2YA5NHl6cjEA,9243
8
+ mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ mypy_boto3_workspaces_web/type_defs.py,sha256=b89nPPlrAYmyN-yCAYEbPS1SnfsVLwi8JBttI97eKp4,37836
10
+ mypy_boto3_workspaces_web/type_defs.pyi,sha256=b89nPPlrAYmyN-yCAYEbPS1SnfsVLwi8JBttI97eKp4,37836
11
+ mypy_boto3_workspaces_web/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
12
+ mypy_boto3_workspaces_web-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
13
+ mypy_boto3_workspaces_web-1.35.0.dist-info/METADATA,sha256=mRGRuUTUyRadAxLkLicm2VLiUDbr8FXjYAGgwaegD3o,12476
14
+ mypy_boto3_workspaces_web-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
15
+ mypy_boto3_workspaces_web-1.35.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
16
+ mypy_boto3_workspaces_web-1.35.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,16 +0,0 @@
1
- mypy_boto3_workspaces_web/__init__.py,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
2
- mypy_boto3_workspaces_web/__init__.pyi,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
3
- mypy_boto3_workspaces_web/__main__.py,sha256=WHp2E8eLLTC3XbYjnTTPZFd_-bVGVMCiD85zGAoNZw8,948
4
- mypy_boto3_workspaces_web/client.py,sha256=qWWpttY8rc7JWXJ7ZlhAs6HQVUNv3yyofV0abhx2Wqg,38593
5
- mypy_boto3_workspaces_web/client.pyi,sha256=5GmcNQAzQ7Q5yYlr7a4x5lNXUplt08Mvkb89ls-z09c,38590
6
- mypy_boto3_workspaces_web/literals.py,sha256=ReQHEQA1QIiytWLv2rztrbI3KeZAXtYC4sLZdcGfvpo,9222
7
- mypy_boto3_workspaces_web/literals.pyi,sha256=ReQHEQA1QIiytWLv2rztrbI3KeZAXtYC4sLZdcGfvpo,9222
8
- mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- mypy_boto3_workspaces_web/type_defs.py,sha256=b89nPPlrAYmyN-yCAYEbPS1SnfsVLwi8JBttI97eKp4,37836
10
- mypy_boto3_workspaces_web/type_defs.pyi,sha256=b89nPPlrAYmyN-yCAYEbPS1SnfsVLwi8JBttI97eKp4,37836
11
- mypy_boto3_workspaces_web/version.py,sha256=hZshaFCnR0GyLsEpZkILjxxHbv3LcGbDD16rFePRXuE,63
12
- mypy_boto3_workspaces_web-1.34.132.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
13
- mypy_boto3_workspaces_web-1.34.132.dist-info/METADATA,sha256=vaDTVg60oyq8AVkejVOUbISoyvMM7B3nyPSpWngZjGw,12484
14
- mypy_boto3_workspaces_web-1.34.132.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
15
- mypy_boto3_workspaces_web-1.34.132.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
16
- mypy_boto3_workspaces_web-1.34.132.dist-info/RECORD,,