mypy-boto3-workspaces-web 1.35.0__tar.gz → 1.35.23__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 (24) hide show
  1. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/PKG-INFO +28 -8
  2. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/README.md +26 -6
  3. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/__init__.py +6 -1
  4. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/__init__.pyi +5 -1
  5. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/__main__.py +4 -4
  6. mypy_boto3_workspaces_web-1.35.0/mypy_boto3_workspaces_web/client.pyi → mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/client.py +207 -170
  7. mypy_boto3_workspaces_web-1.35.0/mypy_boto3_workspaces_web/client.py → mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/client.pyi +203 -173
  8. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/literals.py +12 -1
  9. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/literals.pyi +10 -1
  10. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/paginator.py +61 -0
  11. mypy_boto3_workspaces_web-1.35.23/mypy_boto3_workspaces_web/paginator.pyi +56 -0
  12. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/type_defs.py +97 -14
  13. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/type_defs.pyi +96 -14
  14. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/version.py +1 -1
  15. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web.egg-info/PKG-INFO +28 -8
  16. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web.egg-info/SOURCES.txt +2 -0
  17. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/setup.py +2 -2
  18. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/LICENSE +0 -0
  19. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web/py.typed +0 -0
  20. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web.egg-info/dependency_links.txt +0 -0
  21. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web.egg-info/not-zip-safe +0 -0
  22. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web.egg-info/requires.txt +0 -0
  23. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/mypy_boto3_workspaces_web.egg-info/top_level.txt +0 -0
  24. {mypy_boto3_workspaces_web-1.35.0 → mypy_boto3_workspaces_web-1.35.23}/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.0
4
- Summary: Type annotations for boto3.WorkSpacesWeb 1.35.0 service generated with mypy-boto3-builder 7.26.0
3
+ Version: 1.35.23
4
+ Summary: Type annotations for boto3.WorkSpacesWeb 1.35.23 service generated with mypy-boto3-builder 8.1.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
@@ -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.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
46
+ [boto3.WorkSpacesWeb 1.35.23](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.26.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.1.1](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
@@ -77,6 +77,7 @@ See how it helps to find and fix potential bugs:
77
77
  - [pyright](#pyright)
78
78
  - [Explicit type annotations](#explicit-type-annotations)
79
79
  - [Client annotations](#client-annotations)
80
+ - [Paginators annotations](#paginators-annotations)
80
81
  - [Literals](#literals)
81
82
  - [Type definitions](#type-definitions)
82
83
  - [How it works](#how-it-works)
@@ -230,7 +231,7 @@ should work.
230
231
  - Install `boto3-stubs[workspaces-web]` in your environment:
231
232
 
232
233
  ```bash
233
- python -m pip install 'boto3-stubs[workspaces-web]'`
234
+ python -m pip install 'boto3-stubs[workspaces-web]'
234
235
  ```
235
236
 
236
237
  Type checking should now work. No explicit type annotations required, write
@@ -247,7 +248,7 @@ your `boto3` code as usual.
247
248
  python -m pip install 'boto3-stubs[workspaces-web]'
248
249
  ```
249
250
 
250
- Optionally, you can install `boto3-stubs` to `typings` folder.
251
+ Optionally, you can install `boto3-stubs` to `typings` directory.
251
252
 
252
253
  Type checking should now work. No explicit type annotations required, write
253
254
  your `boto3` code as usual.
@@ -273,6 +274,26 @@ client: WorkSpacesWebClient = Session().client("workspaces-web")
273
274
  # now client usage is checked by mypy and IDE should provide code completion
274
275
  ```
275
276
 
277
+ <a id="paginators-annotations"></a>
278
+
279
+ ### Paginators annotations
280
+
281
+ `mypy_boto3_workspaces_web.paginator` module contains type annotations for all
282
+ paginators.
283
+
284
+ ```python
285
+ from boto3.session import Session
286
+
287
+ from mypy_boto3_workspaces_web import WorkSpacesWebClient
288
+ from mypy_boto3_workspaces_web.paginator import ListSessionsPaginator
289
+
290
+ client: WorkSpacesWebClient = Session().client("workspaces-web")
291
+
292
+ # Explicit type annotations are optional here
293
+ # Types should be correctly discovered by mypy and IDEs
294
+ list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
295
+ ```
296
+
276
297
  <a id="literals"></a>
277
298
 
278
299
  ### Literals
@@ -322,8 +343,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
322
343
  annotations extracted from `botocore` schemas.
323
344
  - Type annotations include up-to-date documentation.
324
345
  - Link to documentation is provided for every method.
325
- - Code is processed by [black](https://github.com/psf/black) and
326
- [isort](https://github.com/PyCQA/isort) for readability.
346
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
327
347
 
328
348
  <a id="what's-new"></a>
329
349
 
@@ -10,7 +10,7 @@
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.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
13
+ [boto3.WorkSpacesWeb 1.35.23](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
14
14
  service compatible with [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -19,7 +19,7 @@ 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 7.26.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.1.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
@@ -44,6 +44,7 @@ See how it helps to find and fix potential bugs:
44
44
  - [pyright](#pyright)
45
45
  - [Explicit type annotations](#explicit-type-annotations)
46
46
  - [Client annotations](#client-annotations)
47
+ - [Paginators annotations](#paginators-annotations)
47
48
  - [Literals](#literals)
48
49
  - [Type definitions](#type-definitions)
49
50
  - [How it works](#how-it-works)
@@ -197,7 +198,7 @@ should work.
197
198
  - Install `boto3-stubs[workspaces-web]` in your environment:
198
199
 
199
200
  ```bash
200
- python -m pip install 'boto3-stubs[workspaces-web]'`
201
+ python -m pip install 'boto3-stubs[workspaces-web]'
201
202
  ```
202
203
 
203
204
  Type checking should now work. No explicit type annotations required, write
@@ -214,7 +215,7 @@ your `boto3` code as usual.
214
215
  python -m pip install 'boto3-stubs[workspaces-web]'
215
216
  ```
216
217
 
217
- Optionally, you can install `boto3-stubs` to `typings` folder.
218
+ Optionally, you can install `boto3-stubs` to `typings` directory.
218
219
 
219
220
  Type checking should now work. No explicit type annotations required, write
220
221
  your `boto3` code as usual.
@@ -240,6 +241,26 @@ client: WorkSpacesWebClient = Session().client("workspaces-web")
240
241
  # now client usage is checked by mypy and IDE should provide code completion
241
242
  ```
242
243
 
244
+ <a id="paginators-annotations"></a>
245
+
246
+ ### Paginators annotations
247
+
248
+ `mypy_boto3_workspaces_web.paginator` module contains type annotations for all
249
+ paginators.
250
+
251
+ ```python
252
+ from boto3.session import Session
253
+
254
+ from mypy_boto3_workspaces_web import WorkSpacesWebClient
255
+ from mypy_boto3_workspaces_web.paginator import ListSessionsPaginator
256
+
257
+ client: WorkSpacesWebClient = Session().client("workspaces-web")
258
+
259
+ # Explicit type annotations are optional here
260
+ # Types should be correctly discovered by mypy and IDEs
261
+ list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
262
+ ```
263
+
243
264
  <a id="literals"></a>
244
265
 
245
266
  ### Literals
@@ -289,8 +310,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
289
310
  annotations extracted from `botocore` schemas.
290
311
  - Type annotations include up-to-date documentation.
291
312
  - Link to documentation is provided for every method.
292
- - Code is processed by [black](https://github.com/psf/black) and
293
- [isort](https://github.com/PyCQA/isort) for readability.
313
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
294
314
 
295
315
  <a id="what's-new"></a>
296
316
 
@@ -7,16 +7,21 @@ Usage::
7
7
  from boto3.session import Session
8
8
  from mypy_boto3_workspaces_web import (
9
9
  Client,
10
+ ListSessionsPaginator,
10
11
  WorkSpacesWebClient,
11
12
  )
12
13
 
13
14
  session = Session()
14
15
  client: WorkSpacesWebClient = session.client("workspaces-web")
16
+
17
+ list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
15
18
  ```
16
19
  """
17
20
 
18
21
  from .client import WorkSpacesWebClient
22
+ from .paginator import ListSessionsPaginator
19
23
 
20
24
  Client = WorkSpacesWebClient
21
25
 
22
- __all__ = ("Client", "WorkSpacesWebClient")
26
+
27
+ __all__ = ("Client", "ListSessionsPaginator", "WorkSpacesWebClient")
@@ -7,16 +7,20 @@ Usage::
7
7
  from boto3.session import Session
8
8
  from mypy_boto3_workspaces_web import (
9
9
  Client,
10
+ ListSessionsPaginator,
10
11
  WorkSpacesWebClient,
11
12
  )
12
13
 
13
14
  session = Session()
14
15
  client: WorkSpacesWebClient = session.client("workspaces-web")
16
+
17
+ list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
15
18
  ```
16
19
  """
17
20
 
18
21
  from .client import WorkSpacesWebClient
22
+ from .paginator import ListSessionsPaginator
19
23
 
20
24
  Client = WorkSpacesWebClient
21
25
 
22
- __all__ = ("Client", "WorkSpacesWebClient")
26
+ __all__ = ("Client", "ListSessionsPaginator", "WorkSpacesWebClient")
@@ -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.35.0\n"
14
- "Version: 1.35.0\n"
15
- "Builder version: 7.26.0\n"
13
+ "Type annotations for boto3.WorkSpacesWeb 1.35.23\n"
14
+ "Version: 1.35.23\n"
15
+ "Builder version: 8.1.1\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.35.0")
27
+ print("1.35.23")
28
28
 
29
29
 
30
30
  def main() -> None: