mypy-boto3-workspaces-web 1.35.23__tar.gz → 1.35.66__tar.gz

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.
Files changed (29) hide show
  1. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/PKG-INFO +38 -16
  2. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/README.md +35 -14
  3. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/__init__.pyi → mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/__init__.py +12 -2
  4. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/__init__.py → mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/__init__.pyi +11 -3
  5. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web/__main__.py +7 -5
  6. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/client.pyi → mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/client.py +168 -70
  7. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/client.py → mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/client.pyi +164 -74
  8. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/literals.pyi → mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/literals.py +21 -7
  9. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/literals.py → mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/literals.pyi +19 -9
  10. mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/paginator.py +88 -0
  11. mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/paginator.pyi +81 -0
  12. mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/type_defs.py +1158 -0
  13. mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/type_defs.pyi +1001 -0
  14. mypy_boto3_workspaces_web-1.35.66/mypy_boto3_workspaces_web/version.py +7 -0
  15. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web.egg-info/PKG-INFO +38 -16
  16. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/setup.py +5 -2
  17. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/paginator.py +0 -61
  18. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/paginator.pyi +0 -56
  19. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/type_defs.py +0 -1267
  20. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/type_defs.pyi +0 -1266
  21. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/version.py +0 -5
  22. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/LICENSE +0 -0
  23. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web/py.typed +0 -0
  24. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web.egg-info/SOURCES.txt +0 -0
  25. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web.egg-info/dependency_links.txt +0 -0
  26. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web.egg-info/not-zip-safe +0 -0
  27. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web.egg-info/requires.txt +0 -0
  28. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/mypy_boto3_workspaces_web.egg-info/top_level.txt +0 -0
  29. {mypy_boto3_workspaces_web-1.35.23 → mypy_boto3_workspaces_web-1.35.66}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-workspaces-web
3
- Version: 1.35.23
4
- Summary: Type annotations for boto3.WorkSpacesWeb 1.35.23 service generated with mypy-boto3-builder 8.1.1
3
+ Version: 1.35.66
4
+ Summary: Type annotations for boto3 WorkSpacesWeb 1.35.66 service generated with mypy-boto3-builder 8.3.1
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
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
23
23
  Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Stubs Only
@@ -35,16 +36,16 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
35
36
 
36
37
  # mypy-boto3-workspaces-web
37
38
 
38
- [![PyPI - mypy-boto3-workspaces-web](https://img.shields.io/pypi/v/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web)
39
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web)
40
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/)
41
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-workspaces-web)](https://pepy.tech/project/mypy-boto3-workspaces-web)
39
+ [![PyPI - mypy-boto3-workspaces-web](https://img.shields.io/pypi/v/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-workspaces-web)](https://pypistats.org/packages/mypy-boto3-workspaces-web)
42
43
 
43
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
45
 
45
46
  Type annotations for
46
- [boto3.WorkSpacesWeb 1.35.23](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
47
- service compatible with [VSCode](https://code.visualstudio.com/),
47
+ [boto3 WorkSpacesWeb 1.35.66](https://pypi.org/project/boto3/) compatible with
48
+ [VSCode](https://code.visualstudio.com/),
48
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
50
  [Emacs](https://www.gnu.org/software/emacs/),
50
51
  [Sublime Text](https://www.sublimetext.com/),
@@ -52,13 +53,13 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
54
 
54
55
  Generated by
55
- [mypy-boto3-builder 8.1.1](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 8.3.1](https://github.com/youtype/mypy_boto3_builder).
56
57
 
57
58
  More information can be found on
58
59
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
59
60
  [mypy-boto3-workspaces-web docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/).
60
61
 
61
- See how it helps to find and fix potential bugs:
62
+ See how it helps you find and fix potential bugs:
62
63
 
63
64
  ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
65
 
@@ -157,16 +158,31 @@ annotations required, write your `boto3` code as usual.
157
158
 
158
159
  ### PyCharm
159
160
 
160
- Install `boto3-stubs-lite[workspaces-web]` in your environment:
161
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
162
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
163
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
164
+ > the issue is resolved.
165
+
166
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
167
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
168
+ > [pyright](https://github.com/microsoft/pyright) instead.
169
+
170
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
171
+ > `boto3-stubs` with
172
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
161
173
 
162
174
  ```bash
163
- python -m pip install 'boto3-stubs-lite[workspaces-web]'`
175
+ pip uninstall boto3-stubs
176
+ pip install boto3-stubs-lite
164
177
  ```
165
178
 
166
- Both type checking and code completion should now work. Explicit type
167
- annotations **are required**.
179
+ Install `boto3-stubs[workspaces-web]` in your environment:
180
+
181
+ ```bash
182
+ python -m pip install 'boto3-stubs[workspaces-web]'
183
+ ```
168
184
 
169
- Use `boto3-stubs` package instead for implicit type discovery.
185
+ Both type checking and code completion should now work.
170
186
 
171
187
  <a id="emacs"></a>
172
188
 
@@ -285,12 +301,18 @@ paginators.
285
301
  from boto3.session import Session
286
302
 
287
303
  from mypy_boto3_workspaces_web import WorkSpacesWebClient
288
- from mypy_boto3_workspaces_web.paginator import ListSessionsPaginator
304
+ from mypy_boto3_workspaces_web.paginator import (
305
+ ListDataProtectionSettingsPaginator,
306
+ ListSessionsPaginator,
307
+ )
289
308
 
290
309
  client: WorkSpacesWebClient = Session().client("workspaces-web")
291
310
 
292
311
  # Explicit type annotations are optional here
293
312
  # Types should be correctly discovered by mypy and IDEs
313
+ list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator(
314
+ "list_data_protection_settings"
315
+ )
294
316
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
295
317
  ```
296
318
 
@@ -2,16 +2,16 @@
2
2
 
3
3
  # mypy-boto3-workspaces-web
4
4
 
5
- [![PyPI - mypy-boto3-workspaces-web](https://img.shields.io/pypi/v/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web)
6
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web)
7
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/)
8
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-workspaces-web)](https://pepy.tech/project/mypy-boto3-workspaces-web)
5
+ [![PyPI - mypy-boto3-workspaces-web](https://img.shields.io/pypi/v/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web/)
6
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-workspaces-web.svg?color=blue)](https://pypi.org/project/mypy-boto3-workspaces-web/)
7
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
8
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-workspaces-web)](https://pypistats.org/packages/mypy-boto3-workspaces-web)
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.WorkSpacesWeb 1.35.23](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
14
- service compatible with [VSCode](https://code.visualstudio.com/),
13
+ [boto3 WorkSpacesWeb 1.35.66](https://pypi.org/project/boto3/) compatible with
14
+ [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
17
17
  [Sublime Text](https://www.sublimetext.com/),
@@ -19,13 +19,13 @@ service compatible with [VSCode](https://code.visualstudio.com/),
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated by
22
- [mypy-boto3-builder 8.1.1](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.3.1](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
26
26
  [mypy-boto3-workspaces-web docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/).
27
27
 
28
- See how it helps to find and fix potential bugs:
28
+ See how it helps you find and fix potential bugs:
29
29
 
30
30
  ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
31
31
 
@@ -124,16 +124,31 @@ annotations required, write your `boto3` code as usual.
124
124
 
125
125
  ### PyCharm
126
126
 
127
- Install `boto3-stubs-lite[workspaces-web]` in your environment:
127
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
128
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
129
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
130
+ > the issue is resolved.
131
+
132
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
133
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
134
+ > [pyright](https://github.com/microsoft/pyright) instead.
135
+
136
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
137
+ > `boto3-stubs` with
138
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
128
139
 
129
140
  ```bash
130
- python -m pip install 'boto3-stubs-lite[workspaces-web]'`
141
+ pip uninstall boto3-stubs
142
+ pip install boto3-stubs-lite
131
143
  ```
132
144
 
133
- Both type checking and code completion should now work. Explicit type
134
- annotations **are required**.
145
+ Install `boto3-stubs[workspaces-web]` in your environment:
146
+
147
+ ```bash
148
+ python -m pip install 'boto3-stubs[workspaces-web]'
149
+ ```
135
150
 
136
- Use `boto3-stubs` package instead for implicit type discovery.
151
+ Both type checking and code completion should now work.
137
152
 
138
153
  <a id="emacs"></a>
139
154
 
@@ -252,12 +267,18 @@ paginators.
252
267
  from boto3.session import Session
253
268
 
254
269
  from mypy_boto3_workspaces_web import WorkSpacesWebClient
255
- from mypy_boto3_workspaces_web.paginator import ListSessionsPaginator
270
+ from mypy_boto3_workspaces_web.paginator import (
271
+ ListDataProtectionSettingsPaginator,
272
+ ListSessionsPaginator,
273
+ )
256
274
 
257
275
  client: WorkSpacesWebClient = Session().client("workspaces-web")
258
276
 
259
277
  # Explicit type annotations are optional here
260
278
  # Types should be correctly discovered by mypy and IDEs
279
+ list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator(
280
+ "list_data_protection_settings"
281
+ )
261
282
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
262
283
  ```
263
284
 
@@ -7,6 +7,7 @@ Usage::
7
7
  from boto3.session import Session
8
8
  from mypy_boto3_workspaces_web import (
9
9
  Client,
10
+ ListDataProtectionSettingsPaginator,
10
11
  ListSessionsPaginator,
11
12
  WorkSpacesWebClient,
12
13
  )
@@ -14,13 +15,22 @@ Usage::
14
15
  session = Session()
15
16
  client: WorkSpacesWebClient = session.client("workspaces-web")
16
17
 
18
+ list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator("list_data_protection_settings")
17
19
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
18
20
  ```
21
+
22
+ Copyright 2024 Vlad Emelianov
19
23
  """
20
24
 
21
25
  from .client import WorkSpacesWebClient
22
- from .paginator import ListSessionsPaginator
26
+ from .paginator import ListDataProtectionSettingsPaginator, ListSessionsPaginator
23
27
 
24
28
  Client = WorkSpacesWebClient
25
29
 
26
- __all__ = ("Client", "ListSessionsPaginator", "WorkSpacesWebClient")
30
+
31
+ __all__ = (
32
+ "Client",
33
+ "ListDataProtectionSettingsPaginator",
34
+ "ListSessionsPaginator",
35
+ "WorkSpacesWebClient",
36
+ )
@@ -7,6 +7,7 @@ Usage::
7
7
  from boto3.session import Session
8
8
  from mypy_boto3_workspaces_web import (
9
9
  Client,
10
+ ListDataProtectionSettingsPaginator,
10
11
  ListSessionsPaginator,
11
12
  WorkSpacesWebClient,
12
13
  )
@@ -14,14 +15,21 @@ Usage::
14
15
  session = Session()
15
16
  client: WorkSpacesWebClient = session.client("workspaces-web")
16
17
 
18
+ list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator("list_data_protection_settings")
17
19
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
18
20
  ```
21
+
22
+ Copyright 2024 Vlad Emelianov
19
23
  """
20
24
 
21
25
  from .client import WorkSpacesWebClient
22
- from .paginator import ListSessionsPaginator
26
+ from .paginator import ListDataProtectionSettingsPaginator, ListSessionsPaginator
23
27
 
24
28
  Client = WorkSpacesWebClient
25
29
 
26
-
27
- __all__ = ("Client", "ListSessionsPaginator", "WorkSpacesWebClient")
30
+ __all__ = (
31
+ "Client",
32
+ "ListDataProtectionSettingsPaginator",
33
+ "ListSessionsPaginator",
34
+ "WorkSpacesWebClient",
35
+ )
@@ -1,5 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
+
4
+ Copyright 2024 Vlad Emelianov
3
5
  """
4
6
 
5
7
  import sys
@@ -10,11 +12,11 @@ def print_info() -> None:
10
12
  Print package info to stdout.
11
13
  """
12
14
  print(
13
- "Type annotations for boto3.WorkSpacesWeb 1.35.23\n"
14
- "Version: 1.35.23\n"
15
- "Builder version: 8.1.1\n"
15
+ "Type annotations for boto3 WorkSpacesWeb 1.35.66\n"
16
+ "Version: 1.35.66\n"
17
+ "Builder version: 8.3.1\n"
16
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web//\n"
17
- "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb\n"
19
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#workspacesweb\n"
18
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
19
21
  "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
20
22
  )
@@ -24,7 +26,7 @@ def print_version() -> None:
24
26
  """
25
27
  Print package version to stdout.
26
28
  """
27
- print("1.35.23")
29
+ print("1.35.66")
28
30
 
29
31
 
30
32
  def main() -> None: