mypy-boto3-workspaces-web 1.34.0__tar.gz → 1.34.132__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 (23) hide show
  1. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/LICENSE +1 -1
  2. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/PKG-INFO +7 -7
  3. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/README.md +2 -2
  4. mypy-boto3-workspaces-web-1.34.0/mypy_boto3_workspaces_web/__init__.py → mypy_boto3_workspaces_web-1.34.132/mypy_boto3_workspaces_web/__init__.pyi +0 -1
  5. mypy_boto3_workspaces_web-1.34.132/mypy_boto3_workspaces_web/__main__.py +40 -0
  6. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/client.py +30 -18
  7. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/client.pyi +30 -18
  8. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/literals.py +17 -6
  9. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/literals.pyi +17 -4
  10. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/type_defs.py +75 -42
  11. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/type_defs.pyi +75 -41
  12. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/version.py +1 -1
  13. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web.egg-info/PKG-INFO +7 -7
  14. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/setup.py +4 -8
  15. mypy-boto3-workspaces-web-1.34.0/mypy_boto3_workspaces_web/__main__.py +0 -39
  16. /mypy-boto3-workspaces-web-1.34.0/mypy_boto3_workspaces_web/__init__.pyi → /mypy_boto3_workspaces_web-1.34.132/mypy_boto3_workspaces_web/__init__.py +0 -0
  17. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web/py.typed +0 -0
  18. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web.egg-info/SOURCES.txt +0 -0
  19. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web.egg-info/dependency_links.txt +0 -0
  20. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web.egg-info/not-zip-safe +0 -0
  21. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web.egg-info/requires.txt +0 -0
  22. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/mypy_boto3_workspaces_web.egg-info/top_level.txt +0 -0
  23. {mypy-boto3-workspaces-web-1.34.0 → mypy_boto3_workspaces_web-1.34.132}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Vlad Emelianov
3
+ Copyright (c) 2024 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-workspaces-web
3
- Version: 1.34.0
4
- Summary: Type annotations for boto3.WorkSpacesWeb 1.34.0 service generated with mypy-boto3-builder 7.21.0
3
+ Version: 1.34.132
4
+ Summary: Type annotations for boto3.WorkSpacesWeb 1.34.132 service generated with mypy-boto3-builder 7.24.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
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
17
17
  Classifier: Natural Language :: English
18
18
  Classifier: Operating System :: OS Independent
19
19
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.7
21
20
  Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
27
26
  Classifier: Programming Language :: Python :: 3 :: Only
28
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
- Classifier: Typing :: Typed
30
- Requires-Python: >=3.7
28
+ Classifier: Typing :: Stubs Only
29
+ Requires-Python: >=3.8
31
30
  Description-Content-Type: text/markdown
32
31
  License-File: LICENSE
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 @@ License-File: LICENSE
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.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
46
+ [boto3.WorkSpacesWeb 1.34.132](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.21.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.24.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
@@ -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.34.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
13
+ [boto3.WorkSpacesWeb 1.34.132](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.21.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 7.24.0](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
@@ -19,5 +19,4 @@ from .client import WorkSpacesWebClient
19
19
 
20
20
  Client = WorkSpacesWebClient
21
21
 
22
-
23
22
  __all__ = ("Client", "WorkSpacesWebClient")
@@ -0,0 +1,40 @@
1
+ """
2
+ Main CLI entrypoint.
3
+ """
4
+
5
+ import sys
6
+
7
+
8
+ def print_info() -> None:
9
+ """
10
+ Print package info to stdout.
11
+ """
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"
16
+ "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"
18
+ "Other services: https://pypi.org/project/boto3-stubs/\n"
19
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
20
+ )
21
+
22
+
23
+ def print_version() -> None:
24
+ """
25
+ Print package version to stdout.
26
+ """
27
+ print("1.34.132")
28
+
29
+
30
+ def main() -> None:
31
+ """
32
+ Main CLI entrypoint.
33
+ """
34
+ if "--version" in sys.argv:
35
+ return print_version()
36
+ print_info()
37
+
38
+
39
+ if __name__ == "__main__":
40
+ main()
@@ -18,7 +18,12 @@ from typing import Any, Dict, Mapping, Sequence, Type
18
18
 
19
19
  from botocore.client import BaseClient, ClientMeta
20
20
 
21
- from .literals import AuthenticationTypeType, EnabledTypeType, IdentityProviderTypeType
21
+ from .literals import (
22
+ AuthenticationTypeType,
23
+ EnabledTypeType,
24
+ IdentityProviderTypeType,
25
+ InstanceTypeType,
26
+ )
22
27
  from .type_defs import (
23
28
  AssociateBrowserSettingsResponseTypeDef,
24
29
  AssociateIpAccessSettingsResponseTypeDef,
@@ -27,7 +32,7 @@ from .type_defs import (
27
32
  AssociateUserAccessLoggingSettingsResponseTypeDef,
28
33
  AssociateUserSettingsResponseTypeDef,
29
34
  BlobTypeDef,
30
- CookieSynchronizationConfigurationTypeDef,
35
+ CookieSynchronizationConfigurationUnionTypeDef,
31
36
  CreateBrowserSettingsResponseTypeDef,
32
37
  CreateIdentityProviderResponseTypeDef,
33
38
  CreateIpAccessSettingsResponseTypeDef,
@@ -191,7 +196,7 @@ class WorkSpacesWebClient(BaseClient):
191
196
  additionalEncryptionContext: Mapping[str, str] = ...,
192
197
  clientToken: str = ...,
193
198
  customerManagedKey: str = ...,
194
- tags: Sequence[TagTypeDef] = ...
199
+ tags: Sequence[TagTypeDef] = ...,
195
200
  ) -> CreateBrowserSettingsResponseTypeDef:
196
201
  """
197
202
  Creates a browser settings resource that can be associated with a web portal.
@@ -207,7 +212,8 @@ class WorkSpacesWebClient(BaseClient):
207
212
  identityProviderName: str,
208
213
  identityProviderType: IdentityProviderTypeType,
209
214
  portalArn: str,
210
- clientToken: str = ...
215
+ clientToken: str = ...,
216
+ tags: Sequence[TagTypeDef] = ...,
211
217
  ) -> CreateIdentityProviderResponseTypeDef:
212
218
  """
213
219
  Creates an identity provider resource that is then associated with a web portal.
@@ -225,7 +231,7 @@ class WorkSpacesWebClient(BaseClient):
225
231
  customerManagedKey: str = ...,
226
232
  description: str = ...,
227
233
  displayName: str = ...,
228
- tags: Sequence[TagTypeDef] = ...
234
+ tags: Sequence[TagTypeDef] = ...,
229
235
  ) -> CreateIpAccessSettingsResponseTypeDef:
230
236
  """
231
237
  Creates an IP access settings resource that can be associated with a web portal.
@@ -241,7 +247,7 @@ class WorkSpacesWebClient(BaseClient):
241
247
  subnetIds: Sequence[str],
242
248
  vpcId: str,
243
249
  clientToken: str = ...,
244
- tags: Sequence[TagTypeDef] = ...
250
+ tags: Sequence[TagTypeDef] = ...,
245
251
  ) -> CreateNetworkSettingsResponseTypeDef:
246
252
  """
247
253
  Creates a network settings resource that can be associated with a web portal.
@@ -258,7 +264,9 @@ class WorkSpacesWebClient(BaseClient):
258
264
  clientToken: str = ...,
259
265
  customerManagedKey: str = ...,
260
266
  displayName: str = ...,
261
- tags: Sequence[TagTypeDef] = ...
267
+ instanceType: InstanceTypeType = ...,
268
+ maxConcurrentSessions: int = ...,
269
+ tags: Sequence[TagTypeDef] = ...,
262
270
  ) -> CreatePortalResponseTypeDef:
263
271
  """
264
272
  Creates a web portal.
@@ -272,7 +280,7 @@ class WorkSpacesWebClient(BaseClient):
272
280
  *,
273
281
  certificateList: Sequence[BlobTypeDef],
274
282
  clientToken: str = ...,
275
- tags: Sequence[TagTypeDef] = ...
283
+ tags: Sequence[TagTypeDef] = ...,
276
284
  ) -> CreateTrustStoreResponseTypeDef:
277
285
  """
278
286
  Creates a trust store that can be associated with a web portal.
@@ -303,11 +311,12 @@ class WorkSpacesWebClient(BaseClient):
303
311
  uploadAllowed: EnabledTypeType,
304
312
  additionalEncryptionContext: Mapping[str, str] = ...,
305
313
  clientToken: str = ...,
306
- cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
314
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationUnionTypeDef = ...,
307
315
  customerManagedKey: str = ...,
316
+ deepLinkAllowed: EnabledTypeType = ...,
308
317
  disconnectTimeoutInMinutes: int = ...,
309
318
  idleDisconnectTimeoutInMinutes: int = ...,
310
- tags: Sequence[TagTypeDef] = ...
319
+ tags: Sequence[TagTypeDef] = ...,
311
320
  ) -> CreateUserSettingsResponseTypeDef:
312
321
  """
313
322
  Creates a user settings resource that can be associated with a web portal.
@@ -667,7 +676,7 @@ class WorkSpacesWebClient(BaseClient):
667
676
  clientToken: str = ...,
668
677
  identityProviderDetails: Mapping[str, str] = ...,
669
678
  identityProviderName: str = ...,
670
- identityProviderType: IdentityProviderTypeType = ...
679
+ identityProviderType: IdentityProviderTypeType = ...,
671
680
  ) -> UpdateIdentityProviderResponseTypeDef:
672
681
  """
673
682
  Updates the identity provider.
@@ -683,7 +692,7 @@ class WorkSpacesWebClient(BaseClient):
683
692
  clientToken: str = ...,
684
693
  description: str = ...,
685
694
  displayName: str = ...,
686
- ipRules: Sequence[IpRuleTypeDef] = ...
695
+ ipRules: Sequence[IpRuleTypeDef] = ...,
687
696
  ) -> UpdateIpAccessSettingsResponseTypeDef:
688
697
  """
689
698
  Updates IP access settings.
@@ -699,7 +708,7 @@ class WorkSpacesWebClient(BaseClient):
699
708
  clientToken: str = ...,
700
709
  securityGroupIds: Sequence[str] = ...,
701
710
  subnetIds: Sequence[str] = ...,
702
- vpcId: str = ...
711
+ vpcId: str = ...,
703
712
  ) -> UpdateNetworkSettingsResponseTypeDef:
704
713
  """
705
714
  Updates network settings.
@@ -713,7 +722,9 @@ class WorkSpacesWebClient(BaseClient):
713
722
  *,
714
723
  portalArn: str,
715
724
  authenticationType: AuthenticationTypeType = ...,
716
- displayName: str = ...
725
+ displayName: str = ...,
726
+ instanceType: InstanceTypeType = ...,
727
+ maxConcurrentSessions: int = ...,
717
728
  ) -> UpdatePortalResponseTypeDef:
718
729
  """
719
730
  Updates a web portal.
@@ -728,7 +739,7 @@ class WorkSpacesWebClient(BaseClient):
728
739
  trustStoreArn: str,
729
740
  certificatesToAdd: Sequence[BlobTypeDef] = ...,
730
741
  certificatesToDelete: Sequence[str] = ...,
731
- clientToken: str = ...
742
+ clientToken: str = ...,
732
743
  ) -> UpdateTrustStoreResponseTypeDef:
733
744
  """
734
745
  Updates the trust store.
@@ -742,7 +753,7 @@ class WorkSpacesWebClient(BaseClient):
742
753
  *,
743
754
  userAccessLoggingSettingsArn: str,
744
755
  clientToken: str = ...,
745
- kinesisStreamArn: str = ...
756
+ kinesisStreamArn: str = ...,
746
757
  ) -> UpdateUserAccessLoggingSettingsResponseTypeDef:
747
758
  """
748
759
  Updates the user access logging settings.
@@ -756,14 +767,15 @@ class WorkSpacesWebClient(BaseClient):
756
767
  *,
757
768
  userSettingsArn: str,
758
769
  clientToken: str = ...,
759
- cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
770
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationUnionTypeDef = ...,
760
771
  copyAllowed: EnabledTypeType = ...,
772
+ deepLinkAllowed: EnabledTypeType = ...,
761
773
  disconnectTimeoutInMinutes: int = ...,
762
774
  downloadAllowed: EnabledTypeType = ...,
763
775
  idleDisconnectTimeoutInMinutes: int = ...,
764
776
  pasteAllowed: EnabledTypeType = ...,
765
777
  printAllowed: EnabledTypeType = ...,
766
- uploadAllowed: EnabledTypeType = ...
778
+ uploadAllowed: EnabledTypeType = ...,
767
779
  ) -> UpdateUserSettingsResponseTypeDef:
768
780
  """
769
781
  Updates the user settings.
@@ -18,7 +18,12 @@ from typing import Any, Dict, Mapping, Sequence, Type
18
18
 
19
19
  from botocore.client import BaseClient, ClientMeta
20
20
 
21
- from .literals import AuthenticationTypeType, EnabledTypeType, IdentityProviderTypeType
21
+ from .literals import (
22
+ AuthenticationTypeType,
23
+ EnabledTypeType,
24
+ IdentityProviderTypeType,
25
+ InstanceTypeType,
26
+ )
22
27
  from .type_defs import (
23
28
  AssociateBrowserSettingsResponseTypeDef,
24
29
  AssociateIpAccessSettingsResponseTypeDef,
@@ -27,7 +32,7 @@ from .type_defs import (
27
32
  AssociateUserAccessLoggingSettingsResponseTypeDef,
28
33
  AssociateUserSettingsResponseTypeDef,
29
34
  BlobTypeDef,
30
- CookieSynchronizationConfigurationTypeDef,
35
+ CookieSynchronizationConfigurationUnionTypeDef,
31
36
  CreateBrowserSettingsResponseTypeDef,
32
37
  CreateIdentityProviderResponseTypeDef,
33
38
  CreateIpAccessSettingsResponseTypeDef,
@@ -188,7 +193,7 @@ class WorkSpacesWebClient(BaseClient):
188
193
  additionalEncryptionContext: Mapping[str, str] = ...,
189
194
  clientToken: str = ...,
190
195
  customerManagedKey: str = ...,
191
- tags: Sequence[TagTypeDef] = ...
196
+ tags: Sequence[TagTypeDef] = ...,
192
197
  ) -> CreateBrowserSettingsResponseTypeDef:
193
198
  """
194
199
  Creates a browser settings resource that can be associated with a web portal.
@@ -204,7 +209,8 @@ class WorkSpacesWebClient(BaseClient):
204
209
  identityProviderName: str,
205
210
  identityProviderType: IdentityProviderTypeType,
206
211
  portalArn: str,
207
- clientToken: str = ...
212
+ clientToken: str = ...,
213
+ tags: Sequence[TagTypeDef] = ...,
208
214
  ) -> CreateIdentityProviderResponseTypeDef:
209
215
  """
210
216
  Creates an identity provider resource that is then associated with a web portal.
@@ -222,7 +228,7 @@ class WorkSpacesWebClient(BaseClient):
222
228
  customerManagedKey: str = ...,
223
229
  description: str = ...,
224
230
  displayName: str = ...,
225
- tags: Sequence[TagTypeDef] = ...
231
+ tags: Sequence[TagTypeDef] = ...,
226
232
  ) -> CreateIpAccessSettingsResponseTypeDef:
227
233
  """
228
234
  Creates an IP access settings resource that can be associated with a web portal.
@@ -238,7 +244,7 @@ class WorkSpacesWebClient(BaseClient):
238
244
  subnetIds: Sequence[str],
239
245
  vpcId: str,
240
246
  clientToken: str = ...,
241
- tags: Sequence[TagTypeDef] = ...
247
+ tags: Sequence[TagTypeDef] = ...,
242
248
  ) -> CreateNetworkSettingsResponseTypeDef:
243
249
  """
244
250
  Creates a network settings resource that can be associated with a web portal.
@@ -255,7 +261,9 @@ class WorkSpacesWebClient(BaseClient):
255
261
  clientToken: str = ...,
256
262
  customerManagedKey: str = ...,
257
263
  displayName: str = ...,
258
- tags: Sequence[TagTypeDef] = ...
264
+ instanceType: InstanceTypeType = ...,
265
+ maxConcurrentSessions: int = ...,
266
+ tags: Sequence[TagTypeDef] = ...,
259
267
  ) -> CreatePortalResponseTypeDef:
260
268
  """
261
269
  Creates a web portal.
@@ -269,7 +277,7 @@ class WorkSpacesWebClient(BaseClient):
269
277
  *,
270
278
  certificateList: Sequence[BlobTypeDef],
271
279
  clientToken: str = ...,
272
- tags: Sequence[TagTypeDef] = ...
280
+ tags: Sequence[TagTypeDef] = ...,
273
281
  ) -> CreateTrustStoreResponseTypeDef:
274
282
  """
275
283
  Creates a trust store that can be associated with a web portal.
@@ -300,11 +308,12 @@ class WorkSpacesWebClient(BaseClient):
300
308
  uploadAllowed: EnabledTypeType,
301
309
  additionalEncryptionContext: Mapping[str, str] = ...,
302
310
  clientToken: str = ...,
303
- cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
311
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationUnionTypeDef = ...,
304
312
  customerManagedKey: str = ...,
313
+ deepLinkAllowed: EnabledTypeType = ...,
305
314
  disconnectTimeoutInMinutes: int = ...,
306
315
  idleDisconnectTimeoutInMinutes: int = ...,
307
- tags: Sequence[TagTypeDef] = ...
316
+ tags: Sequence[TagTypeDef] = ...,
308
317
  ) -> CreateUserSettingsResponseTypeDef:
309
318
  """
310
319
  Creates a user settings resource that can be associated with a web portal.
@@ -664,7 +673,7 @@ class WorkSpacesWebClient(BaseClient):
664
673
  clientToken: str = ...,
665
674
  identityProviderDetails: Mapping[str, str] = ...,
666
675
  identityProviderName: str = ...,
667
- identityProviderType: IdentityProviderTypeType = ...
676
+ identityProviderType: IdentityProviderTypeType = ...,
668
677
  ) -> UpdateIdentityProviderResponseTypeDef:
669
678
  """
670
679
  Updates the identity provider.
@@ -680,7 +689,7 @@ class WorkSpacesWebClient(BaseClient):
680
689
  clientToken: str = ...,
681
690
  description: str = ...,
682
691
  displayName: str = ...,
683
- ipRules: Sequence[IpRuleTypeDef] = ...
692
+ ipRules: Sequence[IpRuleTypeDef] = ...,
684
693
  ) -> UpdateIpAccessSettingsResponseTypeDef:
685
694
  """
686
695
  Updates IP access settings.
@@ -696,7 +705,7 @@ class WorkSpacesWebClient(BaseClient):
696
705
  clientToken: str = ...,
697
706
  securityGroupIds: Sequence[str] = ...,
698
707
  subnetIds: Sequence[str] = ...,
699
- vpcId: str = ...
708
+ vpcId: str = ...,
700
709
  ) -> UpdateNetworkSettingsResponseTypeDef:
701
710
  """
702
711
  Updates network settings.
@@ -710,7 +719,9 @@ class WorkSpacesWebClient(BaseClient):
710
719
  *,
711
720
  portalArn: str,
712
721
  authenticationType: AuthenticationTypeType = ...,
713
- displayName: str = ...
722
+ displayName: str = ...,
723
+ instanceType: InstanceTypeType = ...,
724
+ maxConcurrentSessions: int = ...,
714
725
  ) -> UpdatePortalResponseTypeDef:
715
726
  """
716
727
  Updates a web portal.
@@ -725,7 +736,7 @@ class WorkSpacesWebClient(BaseClient):
725
736
  trustStoreArn: str,
726
737
  certificatesToAdd: Sequence[BlobTypeDef] = ...,
727
738
  certificatesToDelete: Sequence[str] = ...,
728
- clientToken: str = ...
739
+ clientToken: str = ...,
729
740
  ) -> UpdateTrustStoreResponseTypeDef:
730
741
  """
731
742
  Updates the trust store.
@@ -739,7 +750,7 @@ class WorkSpacesWebClient(BaseClient):
739
750
  *,
740
751
  userAccessLoggingSettingsArn: str,
741
752
  clientToken: str = ...,
742
- kinesisStreamArn: str = ...
753
+ kinesisStreamArn: str = ...,
743
754
  ) -> UpdateUserAccessLoggingSettingsResponseTypeDef:
744
755
  """
745
756
  Updates the user access logging settings.
@@ -753,14 +764,15 @@ class WorkSpacesWebClient(BaseClient):
753
764
  *,
754
765
  userSettingsArn: str,
755
766
  clientToken: str = ...,
756
- cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
767
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationUnionTypeDef = ...,
757
768
  copyAllowed: EnabledTypeType = ...,
769
+ deepLinkAllowed: EnabledTypeType = ...,
758
770
  disconnectTimeoutInMinutes: int = ...,
759
771
  downloadAllowed: EnabledTypeType = ...,
760
772
  idleDisconnectTimeoutInMinutes: int = ...,
761
773
  pasteAllowed: EnabledTypeType = ...,
762
774
  printAllowed: EnabledTypeType = ...,
763
- uploadAllowed: EnabledTypeType = ...
775
+ uploadAllowed: EnabledTypeType = ...,
764
776
  ) -> UpdateUserSettingsResponseTypeDef:
765
777
  """
766
778
  Updates the user settings.
@@ -19,12 +19,12 @@ if sys.version_info >= (3, 12):
19
19
  else:
20
20
  from typing_extensions import Literal
21
21
 
22
-
23
22
  __all__ = (
24
23
  "AuthenticationTypeType",
25
24
  "BrowserTypeType",
26
25
  "EnabledTypeType",
27
26
  "IdentityProviderTypeType",
27
+ "InstanceTypeType",
28
28
  "PortalStatusType",
29
29
  "RendererTypeType",
30
30
  "WorkSpacesWebServiceName",
@@ -33,13 +33,13 @@ __all__ = (
33
33
  "RegionName",
34
34
  )
35
35
 
36
-
37
36
  AuthenticationTypeType = Literal["IAM_Identity_Center", "Standard"]
38
37
  BrowserTypeType = Literal["Chrome"]
39
38
  EnabledTypeType = Literal["Disabled", "Enabled"]
40
39
  IdentityProviderTypeType = Literal[
41
40
  "Facebook", "Google", "LoginWithAmazon", "OIDC", "SAML", "SignInWithApple"
42
41
  ]
42
+ InstanceTypeType = Literal["standard.large", "standard.regular", "standard.xlarge"]
43
43
  PortalStatusType = Literal["Active", "Incomplete", "Pending"]
44
44
  RendererTypeType = Literal["AppStream"]
45
45
  WorkSpacesWebServiceName = Literal["workspaces-web"]
@@ -48,7 +48,6 @@ ServiceName = Literal[
48
48
  "account",
49
49
  "acm",
50
50
  "acm-pca",
51
- "alexaforbusiness",
52
51
  "amp",
53
52
  "amplify",
54
53
  "amplifybackend",
@@ -63,12 +62,15 @@ ServiceName = Literal[
63
62
  "appintegrations",
64
63
  "application-autoscaling",
65
64
  "application-insights",
65
+ "application-signals",
66
66
  "applicationcostprofiler",
67
67
  "appmesh",
68
68
  "apprunner",
69
69
  "appstream",
70
70
  "appsync",
71
+ "apptest",
71
72
  "arc-zonal-shift",
73
+ "artifact",
72
74
  "athena",
73
75
  "auditmanager",
74
76
  "autoscaling",
@@ -76,7 +78,6 @@ ServiceName = Literal[
76
78
  "b2bi",
77
79
  "backup",
78
80
  "backup-gateway",
79
- "backupstorage",
80
81
  "batch",
81
82
  "bcm-data-exports",
82
83
  "bedrock",
@@ -87,6 +88,7 @@ ServiceName = Literal[
87
88
  "braket",
88
89
  "budgets",
89
90
  "ce",
91
+ "chatbot",
90
92
  "chime",
91
93
  "chime-sdk-identity",
92
94
  "chime-sdk-media-pipelines",
@@ -112,6 +114,7 @@ ServiceName = Literal[
112
114
  "codebuild",
113
115
  "codecatalyst",
114
116
  "codecommit",
117
+ "codeconnections",
115
118
  "codedeploy",
116
119
  "codeguru-reviewer",
117
120
  "codeguru-security",
@@ -132,6 +135,7 @@ ServiceName = Literal[
132
135
  "connectcampaigns",
133
136
  "connectcases",
134
137
  "connectparticipant",
138
+ "controlcatalog",
135
139
  "controltower",
136
140
  "cost-optimization-hub",
137
141
  "cur",
@@ -142,6 +146,7 @@ ServiceName = Literal[
142
146
  "datasync",
143
147
  "datazone",
144
148
  "dax",
149
+ "deadline",
145
150
  "detective",
146
151
  "devicefarm",
147
152
  "devops-guru",
@@ -198,7 +203,6 @@ ServiceName = Literal[
198
203
  "guardduty",
199
204
  "health",
200
205
  "healthlake",
201
- "honeycode",
202
206
  "iam",
203
207
  "identitystore",
204
208
  "imagebuilder",
@@ -210,7 +214,6 @@ ServiceName = Literal[
210
214
  "iot",
211
215
  "iot-data",
212
216
  "iot-jobs-data",
213
- "iot-roborunner",
214
217
  "iot1click-devices",
215
218
  "iot1click-projects",
216
219
  "iotanalytics",
@@ -260,6 +263,7 @@ ServiceName = Literal[
260
263
  "m2",
261
264
  "machinelearning",
262
265
  "macie2",
266
+ "mailmanager",
263
267
  "managedblockchain",
264
268
  "managedblockchain-query",
265
269
  "marketplace-agreement",
@@ -290,9 +294,11 @@ ServiceName = Literal[
290
294
  "mturk",
291
295
  "mwaa",
292
296
  "neptune",
297
+ "neptune-graph",
293
298
  "neptunedata",
294
299
  "network-firewall",
295
300
  "networkmanager",
301
+ "networkmonitor",
296
302
  "nimble",
297
303
  "oam",
298
304
  "omics",
@@ -307,6 +313,7 @@ ServiceName = Literal[
307
313
  "payment-cryptography",
308
314
  "payment-cryptography-data",
309
315
  "pca-connector-ad",
316
+ "pca-connector-scep",
310
317
  "personalize",
311
318
  "personalize-events",
312
319
  "personalize-runtime",
@@ -345,6 +352,7 @@ ServiceName = Literal[
345
352
  "route53-recovery-control-config",
346
353
  "route53-recovery-readiness",
347
354
  "route53domains",
355
+ "route53profiles",
348
356
  "route53resolver",
349
357
  "rum",
350
358
  "s3",
@@ -390,11 +398,14 @@ ServiceName = Literal[
390
398
  "stepfunctions",
391
399
  "storagegateway",
392
400
  "sts",
401
+ "supplychain",
393
402
  "support",
394
403
  "support-app",
395
404
  "swf",
396
405
  "synthetics",
406
+ "taxsettings",
397
407
  "textract",
408
+ "timestream-influxdb",
398
409
  "timestream-query",
399
410
  "timestream-write",
400
411
  "tnb",