mypy-boto3-workspaces-web 1.28.16__py3-none-any.whl → 1.28.36__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,8 +9,8 @@ def print_info() -> None:
9
9
  Print package info to stdout.
10
10
  """
11
11
  print(
12
- "Type annotations for boto3.WorkSpacesWeb 1.28.16\nVersion: 1.28.16\nBuilder"
13
- " version: 7.17.1\nDocs: "
12
+ "Type annotations for boto3.WorkSpacesWeb 1.28.36\nVersion: 1.28.36\nBuilder"
13
+ " version: 7.18.0\nDocs: "
14
14
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web//\nBoto3 docs: "
15
15
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb\nOther"
16
16
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -22,7 +22,7 @@ def print_version() -> None:
22
22
  """
23
23
  Print package version to stdout.
24
24
  """
25
- print("1.28.16")
25
+ print("1.28.36")
26
26
 
27
27
 
28
28
  def main() -> None:
@@ -26,6 +26,7 @@ from .type_defs import (
26
26
  AssociateUserAccessLoggingSettingsResponseTypeDef,
27
27
  AssociateUserSettingsResponseTypeDef,
28
28
  BlobTypeDef,
29
+ CookieSynchronizationConfigurationTypeDef,
29
30
  CreateBrowserSettingsResponseTypeDef,
30
31
  CreateIdentityProviderResponseTypeDef,
31
32
  CreateIpAccessSettingsResponseTypeDef,
@@ -298,7 +299,10 @@ class WorkSpacesWebClient(BaseClient):
298
299
  pasteAllowed: EnabledTypeType,
299
300
  printAllowed: EnabledTypeType,
300
301
  uploadAllowed: EnabledTypeType,
302
+ additionalEncryptionContext: Mapping[str, str] = ...,
301
303
  clientToken: str = ...,
304
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
305
+ customerManagedKey: str = ...,
302
306
  disconnectTimeoutInMinutes: int = ...,
303
307
  idleDisconnectTimeoutInMinutes: int = ...,
304
308
  tags: Sequence[TagTypeDef] = ...
@@ -750,6 +754,7 @@ class WorkSpacesWebClient(BaseClient):
750
754
  *,
751
755
  userSettingsArn: str,
752
756
  clientToken: str = ...,
757
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
753
758
  copyAllowed: EnabledTypeType = ...,
754
759
  disconnectTimeoutInMinutes: int = ...,
755
760
  downloadAllowed: EnabledTypeType = ...,
@@ -26,6 +26,7 @@ from .type_defs import (
26
26
  AssociateUserAccessLoggingSettingsResponseTypeDef,
27
27
  AssociateUserSettingsResponseTypeDef,
28
28
  BlobTypeDef,
29
+ CookieSynchronizationConfigurationTypeDef,
29
30
  CreateBrowserSettingsResponseTypeDef,
30
31
  CreateIdentityProviderResponseTypeDef,
31
32
  CreateIpAccessSettingsResponseTypeDef,
@@ -279,7 +280,10 @@ class WorkSpacesWebClient(BaseClient):
279
280
  pasteAllowed: EnabledTypeType,
280
281
  printAllowed: EnabledTypeType,
281
282
  uploadAllowed: EnabledTypeType,
283
+ additionalEncryptionContext: Mapping[str, str] = ...,
282
284
  clientToken: str = ...,
285
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
286
+ customerManagedKey: str = ...,
283
287
  disconnectTimeoutInMinutes: int = ...,
284
288
  idleDisconnectTimeoutInMinutes: int = ...,
285
289
  tags: Sequence[TagTypeDef] = ...
@@ -686,6 +690,7 @@ class WorkSpacesWebClient(BaseClient):
686
690
  *,
687
691
  userSettingsArn: str,
688
692
  clientToken: str = ...,
693
+ cookieSynchronizationConfiguration: CookieSynchronizationConfigurationTypeDef = ...,
689
694
  copyAllowed: EnabledTypeType = ...,
690
695
  disconnectTimeoutInMinutes: int = ...,
691
696
  downloadAllowed: EnabledTypeType = ...,
@@ -13,7 +13,7 @@ Usage::
13
13
  """
14
14
  import sys
15
15
 
16
- if sys.version_info >= (3, 9):
16
+ if sys.version_info >= (3, 12):
17
17
  from typing import Literal
18
18
  else:
19
19
  from typing_extensions import Literal
@@ -13,7 +13,7 @@ Usage::
13
13
  """
14
14
  import sys
15
15
 
16
- if sys.version_info >= (3, 9):
16
+ if sys.version_info >= (3, 12):
17
17
  from typing import Literal
18
18
  else:
19
19
  from typing_extensions import Literal