types-boto3-workspaces-web 1.38.0__tar.gz → 1.40.0__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. {types_boto3_workspaces_web-1.38.0/types_boto3_workspaces_web.egg-info → types_boto3_workspaces_web-1.40.0}/PKG-INFO +10 -6
  2. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/README.md +8 -4
  3. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/setup.py +2 -2
  4. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web/__init__.py +8 -1
  5. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web/__init__.pyi +8 -1
  6. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web/__main__.py +4 -4
  7. types_boto3_workspaces_web-1.38.0/types_boto3_workspaces_web/client.pyi → types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web/client.py +101 -1
  8. types_boto3_workspaces_web-1.38.0/types_boto3_workspaces_web/client.py → types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web/client.pyi +98 -4
  9. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web/literals.py +36 -3
  10. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web/literals.pyi +36 -3
  11. types_boto3_workspaces_web-1.38.0/types_boto3_workspaces_web/paginator.pyi → types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web/paginator.py +37 -1
  12. types_boto3_workspaces_web-1.38.0/types_boto3_workspaces_web/paginator.py → types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web/paginator.pyi +26 -7
  13. types_boto3_workspaces_web-1.38.0/types_boto3_workspaces_web/type_defs.pyi → types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web/type_defs.py +450 -145
  14. types_boto3_workspaces_web-1.38.0/types_boto3_workspaces_web/type_defs.py → types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web/type_defs.pyi +258 -294
  15. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web/version.py +1 -1
  16. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0/types_boto3_workspaces_web.egg-info}/PKG-INFO +10 -6
  17. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/LICENSE +0 -0
  18. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/setup.cfg +0 -0
  19. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web/py.typed +0 -0
  20. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web.egg-info/SOURCES.txt +0 -0
  21. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web.egg-info/dependency_links.txt +0 -0
  22. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web.egg-info/not-zip-safe +0 -0
  23. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web.egg-info/requires.txt +0 -0
  24. {types_boto3_workspaces_web-1.38.0 → types_boto3_workspaces_web-1.40.0}/types_boto3_workspaces_web.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-workspaces-web
3
- Version: 1.38.0
4
- Summary: Type annotations for boto3 WorkSpacesWeb 1.38.0 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.40.0
4
+ Summary: Type annotations for boto3 WorkSpacesWeb 1.40.0 service generated with mypy-boto3-builder 8.11.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
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 WorkSpacesWeb 1.38.0](https://pypi.org/project/boto3/) compatible with
60
+ [boto3 WorkSpacesWeb 1.40.0](https://pypi.org/project/boto3/) compatible with
61
61
  [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -66,7 +66,7 @@ Type annotations for
66
66
  [pyright](https://github.com/microsoft/pyright) and other tools.
67
67
 
68
68
  Generated with
69
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
69
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
70
70
 
71
71
  More information can be found on
72
72
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.38.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `WorkSpacesWeb` service.
125
125
  4. Use provided commands to install generated packages.
@@ -356,6 +356,7 @@ from boto3.session import Session
356
356
  from types_boto3_workspaces_web import WorkSpacesWebClient
357
357
  from types_boto3_workspaces_web.paginator import (
358
358
  ListDataProtectionSettingsPaginator,
359
+ ListSessionLoggersPaginator,
359
360
  ListSessionsPaginator,
360
361
  )
361
362
 
@@ -366,6 +367,9 @@ client: WorkSpacesWebClient = Session().client("workspaces-web")
366
367
  list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator(
367
368
  "list_data_protection_settings"
368
369
  )
370
+ list_session_loggers_paginator: ListSessionLoggersPaginator = client.get_paginator(
371
+ "list_session_loggers"
372
+ )
369
373
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
370
374
  ```
371
375
 
@@ -403,7 +407,7 @@ from types_boto3_workspaces_web.type_defs import AssociateBrowserSettingsRequest
403
407
 
404
408
  def get_value() -> AssociateBrowserSettingsRequestTypeDef:
405
409
  return {
406
- "browserSettingsArn": ...,
410
+ "portalArn": ...,
407
411
  }
408
412
  ```
409
413
 
@@ -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.38.0](https://pypi.org/project/boto3/) compatible with
13
+ [boto3 WorkSpacesWeb 1.40.0](https://pypi.org/project/boto3/) compatible with
14
14
  [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 @@ Type annotations for
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated with
22
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.38.0' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `WorkSpacesWeb` service.
78
78
  4. Use provided commands to install generated packages.
@@ -309,6 +309,7 @@ from boto3.session import Session
309
309
  from types_boto3_workspaces_web import WorkSpacesWebClient
310
310
  from types_boto3_workspaces_web.paginator import (
311
311
  ListDataProtectionSettingsPaginator,
312
+ ListSessionLoggersPaginator,
312
313
  ListSessionsPaginator,
313
314
  )
314
315
 
@@ -319,6 +320,9 @@ client: WorkSpacesWebClient = Session().client("workspaces-web")
319
320
  list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator(
320
321
  "list_data_protection_settings"
321
322
  )
323
+ list_session_loggers_paginator: ListSessionLoggersPaginator = client.get_paginator(
324
+ "list_session_loggers"
325
+ )
322
326
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
323
327
  ```
324
328
 
@@ -356,7 +360,7 @@ from types_boto3_workspaces_web.type_defs import AssociateBrowserSettingsRequest
356
360
 
357
361
  def get_value() -> AssociateBrowserSettingsRequestTypeDef:
358
362
  return {
359
- "browserSettingsArn": ...,
363
+ "portalArn": ...,
360
364
  }
361
365
  ```
362
366
 
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="types-boto3-workspaces-web",
16
- version="1.38.0",
16
+ version="1.40.0",
17
17
  packages=["types_boto3_workspaces_web"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 WorkSpacesWeb 1.38.0 service generated with mypy-boto3-builder 8.10.1",
22
+ description="Type annotations for boto3 WorkSpacesWeb 1.40.0 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -12,6 +12,7 @@ Usage::
12
12
  from types_boto3_workspaces_web import (
13
13
  Client,
14
14
  ListDataProtectionSettingsPaginator,
15
+ ListSessionLoggersPaginator,
15
16
  ListSessionsPaginator,
16
17
  WorkSpacesWebClient,
17
18
  )
@@ -20,12 +21,17 @@ Usage::
20
21
  client: WorkSpacesWebClient = session.client("workspaces-web")
21
22
 
22
23
  list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator("list_data_protection_settings")
24
+ list_session_loggers_paginator: ListSessionLoggersPaginator = client.get_paginator("list_session_loggers")
23
25
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
24
26
  ```
25
27
  """
26
28
 
27
29
  from .client import WorkSpacesWebClient
28
- from .paginator import ListDataProtectionSettingsPaginator, ListSessionsPaginator
30
+ from .paginator import (
31
+ ListDataProtectionSettingsPaginator,
32
+ ListSessionLoggersPaginator,
33
+ ListSessionsPaginator,
34
+ )
29
35
 
30
36
  Client = WorkSpacesWebClient
31
37
 
@@ -33,6 +39,7 @@ Client = WorkSpacesWebClient
33
39
  __all__ = (
34
40
  "Client",
35
41
  "ListDataProtectionSettingsPaginator",
42
+ "ListSessionLoggersPaginator",
36
43
  "ListSessionsPaginator",
37
44
  "WorkSpacesWebClient",
38
45
  )
@@ -12,6 +12,7 @@ Usage::
12
12
  from types_boto3_workspaces_web import (
13
13
  Client,
14
14
  ListDataProtectionSettingsPaginator,
15
+ ListSessionLoggersPaginator,
15
16
  ListSessionsPaginator,
16
17
  WorkSpacesWebClient,
17
18
  )
@@ -20,18 +21,24 @@ Usage::
20
21
  client: WorkSpacesWebClient = session.client("workspaces-web")
21
22
 
22
23
  list_data_protection_settings_paginator: ListDataProtectionSettingsPaginator = client.get_paginator("list_data_protection_settings")
24
+ list_session_loggers_paginator: ListSessionLoggersPaginator = client.get_paginator("list_session_loggers")
23
25
  list_sessions_paginator: ListSessionsPaginator = client.get_paginator("list_sessions")
24
26
  ```
25
27
  """
26
28
 
27
29
  from .client import WorkSpacesWebClient
28
- from .paginator import ListDataProtectionSettingsPaginator, ListSessionsPaginator
30
+ from .paginator import (
31
+ ListDataProtectionSettingsPaginator,
32
+ ListSessionLoggersPaginator,
33
+ ListSessionsPaginator,
34
+ )
29
35
 
30
36
  Client = WorkSpacesWebClient
31
37
 
32
38
  __all__ = (
33
39
  "Client",
34
40
  "ListDataProtectionSettingsPaginator",
41
+ "ListSessionLoggersPaginator",
35
42
  "ListSessionsPaginator",
36
43
  "WorkSpacesWebClient",
37
44
  )
@@ -12,9 +12,9 @@ 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.38.0\n"
16
- "Version: 1.38.0\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 WorkSpacesWeb 1.40.0\n"
16
+ "Version: 1.40.0\n"
17
+ "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#workspacesweb\n"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.38.0\n")
29
+ sys.stdout.write("1.40.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -25,7 +25,11 @@ from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
- from .paginator import ListDataProtectionSettingsPaginator, ListSessionsPaginator
28
+ from .paginator import (
29
+ ListDataProtectionSettingsPaginator,
30
+ ListSessionLoggersPaginator,
31
+ ListSessionsPaginator,
32
+ )
29
33
  from .type_defs import (
30
34
  AssociateBrowserSettingsRequestTypeDef,
31
35
  AssociateBrowserSettingsResponseTypeDef,
@@ -35,6 +39,8 @@ from .type_defs import (
35
39
  AssociateIpAccessSettingsResponseTypeDef,
36
40
  AssociateNetworkSettingsRequestTypeDef,
37
41
  AssociateNetworkSettingsResponseTypeDef,
42
+ AssociateSessionLoggerRequestTypeDef,
43
+ AssociateSessionLoggerResponseTypeDef,
38
44
  AssociateTrustStoreRequestTypeDef,
39
45
  AssociateTrustStoreResponseTypeDef,
40
46
  AssociateUserAccessLoggingSettingsRequestTypeDef,
@@ -53,6 +59,8 @@ from .type_defs import (
53
59
  CreateNetworkSettingsResponseTypeDef,
54
60
  CreatePortalRequestTypeDef,
55
61
  CreatePortalResponseTypeDef,
62
+ CreateSessionLoggerRequestTypeDef,
63
+ CreateSessionLoggerResponseTypeDef,
56
64
  CreateTrustStoreRequestTypeDef,
57
65
  CreateTrustStoreResponseTypeDef,
58
66
  CreateUserAccessLoggingSettingsRequestTypeDef,
@@ -65,6 +73,7 @@ from .type_defs import (
65
73
  DeleteIpAccessSettingsRequestTypeDef,
66
74
  DeleteNetworkSettingsRequestTypeDef,
67
75
  DeletePortalRequestTypeDef,
76
+ DeleteSessionLoggerRequestTypeDef,
68
77
  DeleteTrustStoreRequestTypeDef,
69
78
  DeleteUserAccessLoggingSettingsRequestTypeDef,
70
79
  DeleteUserSettingsRequestTypeDef,
@@ -72,6 +81,7 @@ from .type_defs import (
72
81
  DisassociateDataProtectionSettingsRequestTypeDef,
73
82
  DisassociateIpAccessSettingsRequestTypeDef,
74
83
  DisassociateNetworkSettingsRequestTypeDef,
84
+ DisassociateSessionLoggerRequestTypeDef,
75
85
  DisassociateTrustStoreRequestTypeDef,
76
86
  DisassociateUserAccessLoggingSettingsRequestTypeDef,
77
87
  DisassociateUserSettingsRequestTypeDef,
@@ -90,6 +100,8 @@ from .type_defs import (
90
100
  GetPortalResponseTypeDef,
91
101
  GetPortalServiceProviderMetadataRequestTypeDef,
92
102
  GetPortalServiceProviderMetadataResponseTypeDef,
103
+ GetSessionLoggerRequestTypeDef,
104
+ GetSessionLoggerResponseTypeDef,
93
105
  GetSessionRequestTypeDef,
94
106
  GetSessionResponseTypeDef,
95
107
  GetTrustStoreCertificateRequestTypeDef,
@@ -112,6 +124,8 @@ from .type_defs import (
112
124
  ListNetworkSettingsResponseTypeDef,
113
125
  ListPortalsRequestTypeDef,
114
126
  ListPortalsResponseTypeDef,
127
+ ListSessionLoggersRequestTypeDef,
128
+ ListSessionLoggersResponseTypeDef,
115
129
  ListSessionsRequestTypeDef,
116
130
  ListSessionsResponseTypeDef,
117
131
  ListTagsForResourceRequestTypeDef,
@@ -138,6 +152,8 @@ from .type_defs import (
138
152
  UpdateNetworkSettingsResponseTypeDef,
139
153
  UpdatePortalRequestTypeDef,
140
154
  UpdatePortalResponseTypeDef,
155
+ UpdateSessionLoggerRequestTypeDef,
156
+ UpdateSessionLoggerResponseTypeDef,
141
157
  UpdateTrustStoreRequestTypeDef,
142
158
  UpdateTrustStoreResponseTypeDef,
143
159
  UpdateUserAccessLoggingSettingsRequestTypeDef,
@@ -157,8 +173,10 @@ if sys.version_info >= (3, 12):
157
173
  else:
158
174
  from typing_extensions import Literal, Unpack
159
175
 
176
+
160
177
  __all__ = ("WorkSpacesWebClient",)
161
178
 
179
+
162
180
  class Exceptions(BaseClientExceptions):
163
181
  AccessDeniedException: Type[BotocoreClientError]
164
182
  ClientError: Type[BotocoreClientError]
@@ -170,6 +188,7 @@ class Exceptions(BaseClientExceptions):
170
188
  TooManyTagsException: Type[BotocoreClientError]
171
189
  ValidationException: Type[BotocoreClientError]
172
190
 
191
+
173
192
  class WorkSpacesWebClient(BaseClient):
174
193
  """
175
194
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb.Client)
@@ -245,6 +264,16 @@ class WorkSpacesWebClient(BaseClient):
245
264
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#associate_network_settings)
246
265
  """
247
266
 
267
+ def associate_session_logger(
268
+ self, **kwargs: Unpack[AssociateSessionLoggerRequestTypeDef]
269
+ ) -> AssociateSessionLoggerResponseTypeDef:
270
+ """
271
+ Associates a session logger with a portal.
272
+
273
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/associate_session_logger.html)
274
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#associate_session_logger)
275
+ """
276
+
248
277
  def associate_trust_store(
249
278
  self, **kwargs: Unpack[AssociateTrustStoreRequestTypeDef]
250
279
  ) -> AssociateTrustStoreResponseTypeDef:
@@ -336,6 +365,16 @@ class WorkSpacesWebClient(BaseClient):
336
365
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#create_portal)
337
366
  """
338
367
 
368
+ def create_session_logger(
369
+ self, **kwargs: Unpack[CreateSessionLoggerRequestTypeDef]
370
+ ) -> CreateSessionLoggerResponseTypeDef:
371
+ """
372
+ Creates a session logger.
373
+
374
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/create_session_logger.html)
375
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#create_session_logger)
376
+ """
377
+
339
378
  def create_trust_store(
340
379
  self, **kwargs: Unpack[CreateTrustStoreRequestTypeDef]
341
380
  ) -> CreateTrustStoreResponseTypeDef:
@@ -425,6 +464,16 @@ class WorkSpacesWebClient(BaseClient):
425
464
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#delete_portal)
426
465
  """
427
466
 
467
+ def delete_session_logger(
468
+ self, **kwargs: Unpack[DeleteSessionLoggerRequestTypeDef]
469
+ ) -> Dict[str, Any]:
470
+ """
471
+ Deletes a session logger resource.
472
+
473
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/delete_session_logger.html)
474
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#delete_session_logger)
475
+ """
476
+
428
477
  def delete_trust_store(
429
478
  self, **kwargs: Unpack[DeleteTrustStoreRequestTypeDef]
430
479
  ) -> Dict[str, Any]:
@@ -495,6 +544,16 @@ class WorkSpacesWebClient(BaseClient):
495
544
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#disassociate_network_settings)
496
545
  """
497
546
 
547
+ def disassociate_session_logger(
548
+ self, **kwargs: Unpack[DisassociateSessionLoggerRequestTypeDef]
549
+ ) -> Dict[str, Any]:
550
+ """
551
+ Disassociates a session logger from a portal.
552
+
553
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/disassociate_session_logger.html)
554
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#disassociate_session_logger)
555
+ """
556
+
498
557
  def disassociate_trust_store(
499
558
  self, **kwargs: Unpack[DisassociateTrustStoreRequestTypeDef]
500
559
  ) -> Dict[str, Any]:
@@ -609,6 +668,16 @@ class WorkSpacesWebClient(BaseClient):
609
668
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_session)
610
669
  """
611
670
 
671
+ def get_session_logger(
672
+ self, **kwargs: Unpack[GetSessionLoggerRequestTypeDef]
673
+ ) -> GetSessionLoggerResponseTypeDef:
674
+ """
675
+ Gets details about a specific session logger resource.
676
+
677
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/get_session_logger.html)
678
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_session_logger)
679
+ """
680
+
612
681
  def get_trust_store(
613
682
  self, **kwargs: Unpack[GetTrustStoreRequestTypeDef]
614
683
  ) -> GetTrustStoreResponseTypeDef:
@@ -709,6 +778,16 @@ class WorkSpacesWebClient(BaseClient):
709
778
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#list_portals)
710
779
  """
711
780
 
781
+ def list_session_loggers(
782
+ self, **kwargs: Unpack[ListSessionLoggersRequestTypeDef]
783
+ ) -> ListSessionLoggersResponseTypeDef:
784
+ """
785
+ Lists all available session logger resources.
786
+
787
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/list_session_loggers.html)
788
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#list_session_loggers)
789
+ """
790
+
712
791
  def list_sessions(
713
792
  self, **kwargs: Unpack[ListSessionsRequestTypeDef]
714
793
  ) -> ListSessionsResponseTypeDef:
@@ -845,6 +924,16 @@ class WorkSpacesWebClient(BaseClient):
845
924
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#update_portal)
846
925
  """
847
926
 
927
+ def update_session_logger(
928
+ self, **kwargs: Unpack[UpdateSessionLoggerRequestTypeDef]
929
+ ) -> UpdateSessionLoggerResponseTypeDef:
930
+ """
931
+ Updates the details of a session logger.
932
+
933
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/update_session_logger.html)
934
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#update_session_logger)
935
+ """
936
+
848
937
  def update_trust_store(
849
938
  self, **kwargs: Unpack[UpdateTrustStoreRequestTypeDef]
850
939
  ) -> UpdateTrustStoreResponseTypeDef:
@@ -886,6 +975,17 @@ class WorkSpacesWebClient(BaseClient):
886
975
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_paginator)
887
976
  """
888
977
 
978
+ @overload # type: ignore[override]
979
+ def get_paginator( # type: ignore[override]
980
+ self, operation_name: Literal["list_session_loggers"]
981
+ ) -> ListSessionLoggersPaginator:
982
+ """
983
+ Create a paginator for an operation.
984
+
985
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/get_paginator.html)
986
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_paginator)
987
+ """
988
+
889
989
  @overload # type: ignore[override]
890
990
  def get_paginator( # type: ignore[override]
891
991
  self, operation_name: Literal["list_sessions"]
@@ -25,7 +25,11 @@ from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
- from .paginator import ListDataProtectionSettingsPaginator, ListSessionsPaginator
28
+ from .paginator import (
29
+ ListDataProtectionSettingsPaginator,
30
+ ListSessionLoggersPaginator,
31
+ ListSessionsPaginator,
32
+ )
29
33
  from .type_defs import (
30
34
  AssociateBrowserSettingsRequestTypeDef,
31
35
  AssociateBrowserSettingsResponseTypeDef,
@@ -35,6 +39,8 @@ from .type_defs import (
35
39
  AssociateIpAccessSettingsResponseTypeDef,
36
40
  AssociateNetworkSettingsRequestTypeDef,
37
41
  AssociateNetworkSettingsResponseTypeDef,
42
+ AssociateSessionLoggerRequestTypeDef,
43
+ AssociateSessionLoggerResponseTypeDef,
38
44
  AssociateTrustStoreRequestTypeDef,
39
45
  AssociateTrustStoreResponseTypeDef,
40
46
  AssociateUserAccessLoggingSettingsRequestTypeDef,
@@ -53,6 +59,8 @@ from .type_defs import (
53
59
  CreateNetworkSettingsResponseTypeDef,
54
60
  CreatePortalRequestTypeDef,
55
61
  CreatePortalResponseTypeDef,
62
+ CreateSessionLoggerRequestTypeDef,
63
+ CreateSessionLoggerResponseTypeDef,
56
64
  CreateTrustStoreRequestTypeDef,
57
65
  CreateTrustStoreResponseTypeDef,
58
66
  CreateUserAccessLoggingSettingsRequestTypeDef,
@@ -65,6 +73,7 @@ from .type_defs import (
65
73
  DeleteIpAccessSettingsRequestTypeDef,
66
74
  DeleteNetworkSettingsRequestTypeDef,
67
75
  DeletePortalRequestTypeDef,
76
+ DeleteSessionLoggerRequestTypeDef,
68
77
  DeleteTrustStoreRequestTypeDef,
69
78
  DeleteUserAccessLoggingSettingsRequestTypeDef,
70
79
  DeleteUserSettingsRequestTypeDef,
@@ -72,6 +81,7 @@ from .type_defs import (
72
81
  DisassociateDataProtectionSettingsRequestTypeDef,
73
82
  DisassociateIpAccessSettingsRequestTypeDef,
74
83
  DisassociateNetworkSettingsRequestTypeDef,
84
+ DisassociateSessionLoggerRequestTypeDef,
75
85
  DisassociateTrustStoreRequestTypeDef,
76
86
  DisassociateUserAccessLoggingSettingsRequestTypeDef,
77
87
  DisassociateUserSettingsRequestTypeDef,
@@ -90,6 +100,8 @@ from .type_defs import (
90
100
  GetPortalResponseTypeDef,
91
101
  GetPortalServiceProviderMetadataRequestTypeDef,
92
102
  GetPortalServiceProviderMetadataResponseTypeDef,
103
+ GetSessionLoggerRequestTypeDef,
104
+ GetSessionLoggerResponseTypeDef,
93
105
  GetSessionRequestTypeDef,
94
106
  GetSessionResponseTypeDef,
95
107
  GetTrustStoreCertificateRequestTypeDef,
@@ -112,6 +124,8 @@ from .type_defs import (
112
124
  ListNetworkSettingsResponseTypeDef,
113
125
  ListPortalsRequestTypeDef,
114
126
  ListPortalsResponseTypeDef,
127
+ ListSessionLoggersRequestTypeDef,
128
+ ListSessionLoggersResponseTypeDef,
115
129
  ListSessionsRequestTypeDef,
116
130
  ListSessionsResponseTypeDef,
117
131
  ListTagsForResourceRequestTypeDef,
@@ -138,6 +152,8 @@ from .type_defs import (
138
152
  UpdateNetworkSettingsResponseTypeDef,
139
153
  UpdatePortalRequestTypeDef,
140
154
  UpdatePortalResponseTypeDef,
155
+ UpdateSessionLoggerRequestTypeDef,
156
+ UpdateSessionLoggerResponseTypeDef,
141
157
  UpdateTrustStoreRequestTypeDef,
142
158
  UpdateTrustStoreResponseTypeDef,
143
159
  UpdateUserAccessLoggingSettingsRequestTypeDef,
@@ -157,10 +173,8 @@ if sys.version_info >= (3, 12):
157
173
  else:
158
174
  from typing_extensions import Literal, Unpack
159
175
 
160
-
161
176
  __all__ = ("WorkSpacesWebClient",)
162
177
 
163
-
164
178
  class Exceptions(BaseClientExceptions):
165
179
  AccessDeniedException: Type[BotocoreClientError]
166
180
  ClientError: Type[BotocoreClientError]
@@ -172,7 +186,6 @@ class Exceptions(BaseClientExceptions):
172
186
  TooManyTagsException: Type[BotocoreClientError]
173
187
  ValidationException: Type[BotocoreClientError]
174
188
 
175
-
176
189
  class WorkSpacesWebClient(BaseClient):
177
190
  """
178
191
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb.Client)
@@ -248,6 +261,16 @@ class WorkSpacesWebClient(BaseClient):
248
261
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#associate_network_settings)
249
262
  """
250
263
 
264
+ def associate_session_logger(
265
+ self, **kwargs: Unpack[AssociateSessionLoggerRequestTypeDef]
266
+ ) -> AssociateSessionLoggerResponseTypeDef:
267
+ """
268
+ Associates a session logger with a portal.
269
+
270
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/associate_session_logger.html)
271
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#associate_session_logger)
272
+ """
273
+
251
274
  def associate_trust_store(
252
275
  self, **kwargs: Unpack[AssociateTrustStoreRequestTypeDef]
253
276
  ) -> AssociateTrustStoreResponseTypeDef:
@@ -339,6 +362,16 @@ class WorkSpacesWebClient(BaseClient):
339
362
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#create_portal)
340
363
  """
341
364
 
365
+ def create_session_logger(
366
+ self, **kwargs: Unpack[CreateSessionLoggerRequestTypeDef]
367
+ ) -> CreateSessionLoggerResponseTypeDef:
368
+ """
369
+ Creates a session logger.
370
+
371
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/create_session_logger.html)
372
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#create_session_logger)
373
+ """
374
+
342
375
  def create_trust_store(
343
376
  self, **kwargs: Unpack[CreateTrustStoreRequestTypeDef]
344
377
  ) -> CreateTrustStoreResponseTypeDef:
@@ -428,6 +461,16 @@ class WorkSpacesWebClient(BaseClient):
428
461
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#delete_portal)
429
462
  """
430
463
 
464
+ def delete_session_logger(
465
+ self, **kwargs: Unpack[DeleteSessionLoggerRequestTypeDef]
466
+ ) -> Dict[str, Any]:
467
+ """
468
+ Deletes a session logger resource.
469
+
470
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/delete_session_logger.html)
471
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#delete_session_logger)
472
+ """
473
+
431
474
  def delete_trust_store(
432
475
  self, **kwargs: Unpack[DeleteTrustStoreRequestTypeDef]
433
476
  ) -> Dict[str, Any]:
@@ -498,6 +541,16 @@ class WorkSpacesWebClient(BaseClient):
498
541
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#disassociate_network_settings)
499
542
  """
500
543
 
544
+ def disassociate_session_logger(
545
+ self, **kwargs: Unpack[DisassociateSessionLoggerRequestTypeDef]
546
+ ) -> Dict[str, Any]:
547
+ """
548
+ Disassociates a session logger from a portal.
549
+
550
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/disassociate_session_logger.html)
551
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#disassociate_session_logger)
552
+ """
553
+
501
554
  def disassociate_trust_store(
502
555
  self, **kwargs: Unpack[DisassociateTrustStoreRequestTypeDef]
503
556
  ) -> Dict[str, Any]:
@@ -612,6 +665,16 @@ class WorkSpacesWebClient(BaseClient):
612
665
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_session)
613
666
  """
614
667
 
668
+ def get_session_logger(
669
+ self, **kwargs: Unpack[GetSessionLoggerRequestTypeDef]
670
+ ) -> GetSessionLoggerResponseTypeDef:
671
+ """
672
+ Gets details about a specific session logger resource.
673
+
674
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/get_session_logger.html)
675
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_session_logger)
676
+ """
677
+
615
678
  def get_trust_store(
616
679
  self, **kwargs: Unpack[GetTrustStoreRequestTypeDef]
617
680
  ) -> GetTrustStoreResponseTypeDef:
@@ -712,6 +775,16 @@ class WorkSpacesWebClient(BaseClient):
712
775
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#list_portals)
713
776
  """
714
777
 
778
+ def list_session_loggers(
779
+ self, **kwargs: Unpack[ListSessionLoggersRequestTypeDef]
780
+ ) -> ListSessionLoggersResponseTypeDef:
781
+ """
782
+ Lists all available session logger resources.
783
+
784
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/list_session_loggers.html)
785
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#list_session_loggers)
786
+ """
787
+
715
788
  def list_sessions(
716
789
  self, **kwargs: Unpack[ListSessionsRequestTypeDef]
717
790
  ) -> ListSessionsResponseTypeDef:
@@ -848,6 +921,16 @@ class WorkSpacesWebClient(BaseClient):
848
921
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#update_portal)
849
922
  """
850
923
 
924
+ def update_session_logger(
925
+ self, **kwargs: Unpack[UpdateSessionLoggerRequestTypeDef]
926
+ ) -> UpdateSessionLoggerResponseTypeDef:
927
+ """
928
+ Updates the details of a session logger.
929
+
930
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/update_session_logger.html)
931
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#update_session_logger)
932
+ """
933
+
851
934
  def update_trust_store(
852
935
  self, **kwargs: Unpack[UpdateTrustStoreRequestTypeDef]
853
936
  ) -> UpdateTrustStoreResponseTypeDef:
@@ -889,6 +972,17 @@ class WorkSpacesWebClient(BaseClient):
889
972
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_paginator)
890
973
  """
891
974
 
975
+ @overload # type: ignore[override]
976
+ def get_paginator( # type: ignore[override]
977
+ self, operation_name: Literal["list_session_loggers"]
978
+ ) -> ListSessionLoggersPaginator:
979
+ """
980
+ Create a paginator for an operation.
981
+
982
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web/client/get_paginator.html)
983
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/client/#get_paginator)
984
+ """
985
+
892
986
  @overload # type: ignore[override]
893
987
  def get_paginator( # type: ignore[override]
894
988
  self, operation_name: Literal["list_sessions"]