mypy-boto3-workspaces-web 1.33.0__py3-none-any.whl → 1.34.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,8 +10,8 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.WorkSpacesWeb 1.33.0\nVersion: 1.33.0\nBuilder version:"
14
- " 7.20.3\nDocs: "
13
+ "Type annotations for boto3.WorkSpacesWeb 1.34.0\nVersion: 1.34.0\nBuilder version:"
14
+ " 7.21.0\nDocs: "
15
15
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web//\nBoto3 docs: "
16
16
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb\nOther"
17
17
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -23,7 +23,7 @@ def print_version() -> None:
23
23
  """
24
24
  Print package version to stdout.
25
25
  """
26
- print("1.33.0")
26
+ print("1.34.0")
27
27
 
28
28
 
29
29
  def main() -> None:
@@ -80,6 +80,8 @@ ServiceName = Literal[
80
80
  "batch",
81
81
  "bcm-data-exports",
82
82
  "bedrock",
83
+ "bedrock-agent",
84
+ "bedrock-agent-runtime",
83
85
  "bedrock-runtime",
84
86
  "billingconductor",
85
87
  "braket",
@@ -92,6 +94,7 @@ ServiceName = Literal[
92
94
  "chime-sdk-messaging",
93
95
  "chime-sdk-voice",
94
96
  "cleanrooms",
97
+ "cleanroomsml",
95
98
  "cloud9",
96
99
  "cloudcontrol",
97
100
  "clouddirectory",
@@ -259,7 +262,9 @@ ServiceName = Literal[
259
262
  "macie2",
260
263
  "managedblockchain",
261
264
  "managedblockchain-query",
265
+ "marketplace-agreement",
262
266
  "marketplace-catalog",
267
+ "marketplace-deployment",
263
268
  "marketplace-entitlement",
264
269
  "marketplacecommerceanalytics",
265
270
  "mediaconnect",
@@ -315,6 +320,8 @@ ServiceName = Literal[
315
320
  "pricing",
316
321
  "privatenetworks",
317
322
  "proton",
323
+ "qbusiness",
324
+ "qconnect",
318
325
  "qldb",
319
326
  "qldb-session",
320
327
  "quicksight",
@@ -78,6 +78,8 @@ ServiceName = Literal[
78
78
  "batch",
79
79
  "bcm-data-exports",
80
80
  "bedrock",
81
+ "bedrock-agent",
82
+ "bedrock-agent-runtime",
81
83
  "bedrock-runtime",
82
84
  "billingconductor",
83
85
  "braket",
@@ -90,6 +92,7 @@ ServiceName = Literal[
90
92
  "chime-sdk-messaging",
91
93
  "chime-sdk-voice",
92
94
  "cleanrooms",
95
+ "cleanroomsml",
93
96
  "cloud9",
94
97
  "cloudcontrol",
95
98
  "clouddirectory",
@@ -257,7 +260,9 @@ ServiceName = Literal[
257
260
  "macie2",
258
261
  "managedblockchain",
259
262
  "managedblockchain-query",
263
+ "marketplace-agreement",
260
264
  "marketplace-catalog",
265
+ "marketplace-deployment",
261
266
  "marketplace-entitlement",
262
267
  "marketplacecommerceanalytics",
263
268
  "mediaconnect",
@@ -313,6 +318,8 @@ ServiceName = Literal[
313
318
  "pricing",
314
319
  "privatenetworks",
315
320
  "proton",
321
+ "qbusiness",
322
+ "qconnect",
316
323
  "qldb",
317
324
  "qldb-session",
318
325
  "quicksight",
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.33.0"
5
+ __version__ = "1.34.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-workspaces-web
3
- Version: 1.33.0
4
- Summary: Type annotations for boto3.WorkSpacesWeb 1.33.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.34.0
4
+ Summary: Type annotations for boto3.WorkSpacesWeb 1.34.0 service generated with mypy-boto3-builder 7.21.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
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
46
  Type annotations for
47
- [boto3.WorkSpacesWeb 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
47
+ [boto3.WorkSpacesWeb 1.34.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
48
48
  service compatible with [VSCode](https://code.visualstudio.com/),
49
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
50
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -53,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
53
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
54
 
55
55
  Generated by
56
- [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 7.21.0](https://github.com/youtype/mypy_boto3_builder).
57
57
 
58
58
  More information can be found on
59
59
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -1,16 +1,16 @@
1
1
  mypy_boto3_workspaces_web/__init__.py,sha256=LScVUIHiVVtbYLehdx0qCHg7h2xHLPsFazPfACCnrDU,425
2
2
  mypy_boto3_workspaces_web/__init__.pyi,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
3
- mypy_boto3_workspaces_web/__main__.py,sha256=nLFjegSF9WaICtkd-4B4wxKSUQO0e45CWNh_Ahp4K5E,931
3
+ mypy_boto3_workspaces_web/__main__.py,sha256=a5IWfIwnJqkSrBnS_HbgSI1Z2i_xVBccdQ9vxp3IOvw,931
4
4
  mypy_boto3_workspaces_web/client.py,sha256=XL9QN6kmeyZRH7t2VZ0m_smExAq1FucH-k0cgw_Pxb0,38211
5
5
  mypy_boto3_workspaces_web/client.pyi,sha256=46TfmSUAF19w0W5FAzUd0PLIEdgMVpKTLdtVkNPg3FQ,38208
6
- mypy_boto3_workspaces_web/literals.py,sha256=Yk7HRxtBrJUnsjrm2ZqvAL4UM4tWR4chhgSxVDmgw9U,8728
7
- mypy_boto3_workspaces_web/literals.pyi,sha256=EEsSqaOxo2Vx4TC2Y61FBEgQxuWmqdPz-5QSbiFg1sE,8726
6
+ mypy_boto3_workspaces_web/literals.py,sha256=jpbJ1ZfZP4ml91S-XoclpGsV_5IBOnA3cyhr-M9lr4M,8890
7
+ mypy_boto3_workspaces_web/literals.pyi,sha256=2V18oB4nGVcUCIH-shR8C38iGlNH6hVa3ewaNLMquGY,8888
8
8
  mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  mypy_boto3_workspaces_web/type_defs.py,sha256=KoMCThU8wxldZOb2JTn1b8-Rwg6GU6xvotS3boMoQjM,36107
10
10
  mypy_boto3_workspaces_web/type_defs.pyi,sha256=s8BySrc1QsRWqGxwdhliYFRxNktyyBG7Peo8oa6Iyd8,36106
11
- mypy_boto3_workspaces_web/version.py,sha256=pRH6mk1FqaU5XuRtL3N0KMuAI2_Ng9oXtSxujxS8QKo,61
12
- mypy_boto3_workspaces_web-1.33.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
- mypy_boto3_workspaces_web-1.33.0.dist-info/METADATA,sha256=xJi4eFKqbna9LbiH4isb40K3LmiriclCE1O0YGfQTl4,12523
14
- mypy_boto3_workspaces_web-1.33.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
15
- mypy_boto3_workspaces_web-1.33.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
16
- mypy_boto3_workspaces_web-1.33.0.dist-info/RECORD,,
11
+ mypy_boto3_workspaces_web/version.py,sha256=8Qbu8HOCjrY6O2_gOYfRFBCem64Ka_MtjvbfMGE_iFg,61
12
+ mypy_boto3_workspaces_web-1.34.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
+ mypy_boto3_workspaces_web-1.34.0.dist-info/METADATA,sha256=gN7BVCOzPOYZr34JKBKEw-0a3tCkHcw7XTihXuZ0_eg,12523
14
+ mypy_boto3_workspaces_web-1.34.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
15
+ mypy_boto3_workspaces_web-1.34.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
16
+ mypy_boto3_workspaces_web-1.34.0.dist-info/RECORD,,