mypy-boto3-workspaces-web 1.41.0__py3-none-any.whl → 1.42.9__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.
@@ -12,8 +12,8 @@ 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.41.0\n"
16
- "Version: 1.41.0\n"
15
+ "Type annotations for boto3 WorkSpacesWeb 1.42.9\n"
16
+ "Version: 1.42.9\n"
17
17
  "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#workspacesweb\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.41.0\n")
29
+ sys.stdout.write("1.42.9\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -26,6 +26,7 @@ __all__ = (
26
26
  "AuthenticationTypeType",
27
27
  "BrowserTypeType",
28
28
  "CategoryType",
29
+ "ColorThemeType",
29
30
  "EnabledTypeType",
30
31
  "EventType",
31
32
  "FolderStructureType",
@@ -34,8 +35,10 @@ __all__ = (
34
35
  "ListDataProtectionSettingsPaginatorName",
35
36
  "ListSessionLoggersPaginatorName",
36
37
  "ListSessionsPaginatorName",
38
+ "LocaleType",
37
39
  "LogFileFormatType",
38
40
  "MaxDisplayResolutionType",
41
+ "MimeTypeType",
39
42
  "PaginatorName",
40
43
  "PortalStatusType",
41
44
  "RedactionPlaceHolderTypeType",
@@ -83,6 +86,7 @@ CategoryType = Literal[
83
86
  "Weapons",
84
87
  "WebBasedEmail",
85
88
  ]
89
+ ColorThemeType = Literal["Dark", "Light"]
86
90
  EnabledTypeType = Literal["Disabled", "Enabled"]
87
91
  EventType = Literal[
88
92
  "ContentCopyFromWebsite",
@@ -111,6 +115,19 @@ InstanceTypeType = Literal["standard.large", "standard.regular", "standard.xlarg
111
115
  ListDataProtectionSettingsPaginatorName = Literal["list_data_protection_settings"]
112
116
  ListSessionLoggersPaginatorName = Literal["list_session_loggers"]
113
117
  ListSessionsPaginatorName = Literal["list_sessions"]
118
+ LocaleType = Literal[
119
+ "de-DE",
120
+ "en-US",
121
+ "es-ES",
122
+ "fr-FR",
123
+ "id-ID",
124
+ "it-IT",
125
+ "ja-JP",
126
+ "ko-KR",
127
+ "pt-BR",
128
+ "zh-CN",
129
+ "zh-TW",
130
+ ]
114
131
  LogFileFormatType = Literal["JSONLines", "Json"]
115
132
  MaxDisplayResolutionType = Literal[
116
133
  "size1024X768",
@@ -122,6 +139,7 @@ MaxDisplayResolutionType = Literal[
122
139
  "size4096X2160",
123
140
  "size800X600",
124
141
  ]
142
+ MimeTypeType = Literal["image/jpeg", "image/png", "image/x-icon"]
125
143
  PortalStatusType = Literal["Active", "Incomplete", "Pending"]
126
144
  RedactionPlaceHolderTypeType = Literal["CustomText"]
127
145
  RendererTypeType = Literal["AppStream"]
@@ -226,6 +244,7 @@ ServiceName = Literal[
226
244
  "comprehend",
227
245
  "comprehendmedical",
228
246
  "compute-optimizer",
247
+ "compute-optimizer-automation",
229
248
  "config",
230
249
  "connect",
231
250
  "connect-contact-lens",
@@ -406,6 +425,7 @@ ServiceName = Literal[
406
425
  "networkmonitor",
407
426
  "notifications",
408
427
  "notificationscontacts",
428
+ "nova-act",
409
429
  "oam",
410
430
  "observabilityadmin",
411
431
  "odb",
@@ -416,6 +436,8 @@ ServiceName = Literal[
416
436
  "osis",
417
437
  "outposts",
418
438
  "panorama",
439
+ "partnercentral-account",
440
+ "partnercentral-benefits",
419
441
  "partnercentral-channel",
420
442
  "partnercentral-selling",
421
443
  "payment-cryptography",
@@ -458,6 +480,7 @@ ServiceName = Literal[
458
480
  "route53-recovery-control-config",
459
481
  "route53-recovery-readiness",
460
482
  "route53domains",
483
+ "route53globalresolver",
461
484
  "route53profiles",
462
485
  "route53resolver",
463
486
  "rtbfabric",
@@ -25,6 +25,7 @@ __all__ = (
25
25
  "AuthenticationTypeType",
26
26
  "BrowserTypeType",
27
27
  "CategoryType",
28
+ "ColorThemeType",
28
29
  "EnabledTypeType",
29
30
  "EventType",
30
31
  "FolderStructureType",
@@ -33,8 +34,10 @@ __all__ = (
33
34
  "ListDataProtectionSettingsPaginatorName",
34
35
  "ListSessionLoggersPaginatorName",
35
36
  "ListSessionsPaginatorName",
37
+ "LocaleType",
36
38
  "LogFileFormatType",
37
39
  "MaxDisplayResolutionType",
40
+ "MimeTypeType",
38
41
  "PaginatorName",
39
42
  "PortalStatusType",
40
43
  "RedactionPlaceHolderTypeType",
@@ -81,6 +84,7 @@ CategoryType = Literal[
81
84
  "Weapons",
82
85
  "WebBasedEmail",
83
86
  ]
87
+ ColorThemeType = Literal["Dark", "Light"]
84
88
  EnabledTypeType = Literal["Disabled", "Enabled"]
85
89
  EventType = Literal[
86
90
  "ContentCopyFromWebsite",
@@ -109,6 +113,19 @@ InstanceTypeType = Literal["standard.large", "standard.regular", "standard.xlarg
109
113
  ListDataProtectionSettingsPaginatorName = Literal["list_data_protection_settings"]
110
114
  ListSessionLoggersPaginatorName = Literal["list_session_loggers"]
111
115
  ListSessionsPaginatorName = Literal["list_sessions"]
116
+ LocaleType = Literal[
117
+ "de-DE",
118
+ "en-US",
119
+ "es-ES",
120
+ "fr-FR",
121
+ "id-ID",
122
+ "it-IT",
123
+ "ja-JP",
124
+ "ko-KR",
125
+ "pt-BR",
126
+ "zh-CN",
127
+ "zh-TW",
128
+ ]
112
129
  LogFileFormatType = Literal["JSONLines", "Json"]
113
130
  MaxDisplayResolutionType = Literal[
114
131
  "size1024X768",
@@ -120,6 +137,7 @@ MaxDisplayResolutionType = Literal[
120
137
  "size4096X2160",
121
138
  "size800X600",
122
139
  ]
140
+ MimeTypeType = Literal["image/jpeg", "image/png", "image/x-icon"]
123
141
  PortalStatusType = Literal["Active", "Incomplete", "Pending"]
124
142
  RedactionPlaceHolderTypeType = Literal["CustomText"]
125
143
  RendererTypeType = Literal["AppStream"]
@@ -224,6 +242,7 @@ ServiceName = Literal[
224
242
  "comprehend",
225
243
  "comprehendmedical",
226
244
  "compute-optimizer",
245
+ "compute-optimizer-automation",
227
246
  "config",
228
247
  "connect",
229
248
  "connect-contact-lens",
@@ -404,6 +423,7 @@ ServiceName = Literal[
404
423
  "networkmonitor",
405
424
  "notifications",
406
425
  "notificationscontacts",
426
+ "nova-act",
407
427
  "oam",
408
428
  "observabilityadmin",
409
429
  "odb",
@@ -414,6 +434,8 @@ ServiceName = Literal[
414
434
  "osis",
415
435
  "outposts",
416
436
  "panorama",
437
+ "partnercentral-account",
438
+ "partnercentral-benefits",
417
439
  "partnercentral-channel",
418
440
  "partnercentral-selling",
419
441
  "payment-cryptography",
@@ -456,6 +478,7 @@ ServiceName = Literal[
456
478
  "route53-recovery-control-config",
457
479
  "route53-recovery-readiness",
458
480
  "route53domains",
481
+ "route53globalresolver",
459
482
  "route53profiles",
460
483
  "route53resolver",
461
484
  "rtbfabric",
@@ -26,13 +26,16 @@ from botocore.response import StreamingBody
26
26
  from .literals import (
27
27
  AuthenticationTypeType,
28
28
  CategoryType,
29
+ ColorThemeType,
29
30
  EnabledTypeType,
30
31
  EventType,
31
32
  FolderStructureType,
32
33
  IdentityProviderTypeType,
33
34
  InstanceTypeType,
35
+ LocaleType,
34
36
  LogFileFormatType,
35
37
  MaxDisplayResolutionType,
38
+ MimeTypeType,
36
39
  PortalStatusType,
37
40
  SessionSortByType,
38
41
  SessionStatusType,
@@ -65,6 +68,9 @@ __all__ = (
65
68
  "AssociateUserSettingsRequestTypeDef",
66
69
  "AssociateUserSettingsResponseTypeDef",
67
70
  "BlobTypeDef",
71
+ "BrandingConfigurationCreateInputTypeDef",
72
+ "BrandingConfigurationTypeDef",
73
+ "BrandingConfigurationUpdateInputTypeDef",
68
74
  "BrowserSettingsSummaryTypeDef",
69
75
  "BrowserSettingsTypeDef",
70
76
  "CertificateSummaryTypeDef",
@@ -144,8 +150,10 @@ __all__ = (
144
150
  "GetUserAccessLoggingSettingsResponseTypeDef",
145
151
  "GetUserSettingsRequestTypeDef",
146
152
  "GetUserSettingsResponseTypeDef",
153
+ "IconImageInputTypeDef",
147
154
  "IdentityProviderSummaryTypeDef",
148
155
  "IdentityProviderTypeDef",
156
+ "ImageMetadataTypeDef",
149
157
  "InlineRedactionConfigurationOutputTypeDef",
150
158
  "InlineRedactionConfigurationTypeDef",
151
159
  "InlineRedactionConfigurationUnionTypeDef",
@@ -183,6 +191,7 @@ __all__ = (
183
191
  "ListUserAccessLoggingSettingsResponseTypeDef",
184
192
  "ListUserSettingsRequestTypeDef",
185
193
  "ListUserSettingsResponseTypeDef",
194
+ "LocalizedBrandingStringsTypeDef",
186
195
  "LogConfigurationTypeDef",
187
196
  "NetworkSettingsSummaryTypeDef",
188
197
  "NetworkSettingsTypeDef",
@@ -228,6 +237,7 @@ __all__ = (
228
237
  "UserAccessLoggingSettingsTypeDef",
229
238
  "UserSettingsSummaryTypeDef",
230
239
  "UserSettingsTypeDef",
240
+ "WallpaperImageInputTypeDef",
231
241
  "WebContentFilteringPolicyOutputTypeDef",
232
242
  "WebContentFilteringPolicyTypeDef",
233
243
  "WebContentFilteringPolicyUnionTypeDef",
@@ -285,6 +295,23 @@ class AssociateUserSettingsRequestTypeDef(TypedDict):
285
295
  BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
286
296
 
287
297
 
298
+ class LocalizedBrandingStringsTypeDef(TypedDict):
299
+ browserTabTitle: str
300
+ welcomeText: str
301
+ loginTitle: NotRequired[str]
302
+ loginDescription: NotRequired[str]
303
+ loginButtonText: NotRequired[str]
304
+ contactLink: NotRequired[str]
305
+ contactButtonText: NotRequired[str]
306
+ loadingText: NotRequired[str]
307
+
308
+
309
+ class ImageMetadataTypeDef(TypedDict):
310
+ mimeType: MimeTypeType
311
+ fileExtension: str
312
+ lastUploadTimestamp: datetime
313
+
314
+
288
315
  class BrowserSettingsSummaryTypeDef(TypedDict):
289
316
  browserSettingsArn: str
290
317
 
@@ -861,6 +888,11 @@ class UpdateTrustStoreResponseTypeDef(TypedDict):
861
888
  ResponseMetadata: ResponseMetadataTypeDef
862
889
 
863
890
 
891
+ class IconImageInputTypeDef(TypedDict):
892
+ blob: NotRequired[BlobTypeDef]
893
+ s3Uri: NotRequired[str]
894
+
895
+
864
896
  class UpdateTrustStoreRequestTypeDef(TypedDict):
865
897
  trustStoreArn: str
866
898
  certificatesToAdd: NotRequired[Sequence[BlobTypeDef]]
@@ -868,6 +900,20 @@ class UpdateTrustStoreRequestTypeDef(TypedDict):
868
900
  clientToken: NotRequired[str]
869
901
 
870
902
 
903
+ class WallpaperImageInputTypeDef(TypedDict):
904
+ blob: NotRequired[BlobTypeDef]
905
+ s3Uri: NotRequired[str]
906
+
907
+
908
+ class BrandingConfigurationTypeDef(TypedDict):
909
+ logo: ImageMetadataTypeDef
910
+ wallpaper: ImageMetadataTypeDef
911
+ favicon: ImageMetadataTypeDef
912
+ localizedStrings: dict[LocaleType, LocalizedBrandingStringsTypeDef]
913
+ colorTheme: ColorThemeType
914
+ termsOfService: NotRequired[str]
915
+
916
+
871
917
  class ListBrowserSettingsResponseTypeDef(TypedDict):
872
918
  browserSettings: list[BrowserSettingsSummaryTypeDef]
873
919
  ResponseMetadata: ResponseMetadataTypeDef
@@ -1134,6 +1180,24 @@ WebContentFilteringPolicyUnionTypeDef = Union[
1134
1180
  ]
1135
1181
 
1136
1182
 
1183
+ class BrandingConfigurationCreateInputTypeDef(TypedDict):
1184
+ logo: IconImageInputTypeDef
1185
+ wallpaper: WallpaperImageInputTypeDef
1186
+ favicon: IconImageInputTypeDef
1187
+ localizedStrings: Mapping[LocaleType, LocalizedBrandingStringsTypeDef]
1188
+ colorTheme: ColorThemeType
1189
+ termsOfService: NotRequired[str]
1190
+
1191
+
1192
+ class BrandingConfigurationUpdateInputTypeDef(TypedDict):
1193
+ logo: NotRequired[IconImageInputTypeDef]
1194
+ wallpaper: NotRequired[WallpaperImageInputTypeDef]
1195
+ favicon: NotRequired[IconImageInputTypeDef]
1196
+ localizedStrings: NotRequired[Mapping[LocaleType, LocalizedBrandingStringsTypeDef]]
1197
+ colorTheme: NotRequired[ColorThemeType]
1198
+ termsOfService: NotRequired[str]
1199
+
1200
+
1137
1201
  class GetBrowserSettingsResponseTypeDef(TypedDict):
1138
1202
  browserSettings: BrowserSettingsTypeDef
1139
1203
  ResponseMetadata: ResponseMetadataTypeDef
@@ -1156,6 +1220,7 @@ class UserSettingsSummaryTypeDef(TypedDict):
1156
1220
  cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationOutputTypeDef]
1157
1221
  deepLinkAllowed: NotRequired[EnabledTypeType]
1158
1222
  toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
1223
+ brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
1159
1224
 
1160
1225
 
1161
1226
  class UserSettingsTypeDef(TypedDict):
@@ -1173,6 +1238,7 @@ class UserSettingsTypeDef(TypedDict):
1173
1238
  additionalEncryptionContext: NotRequired[dict[str, str]]
1174
1239
  deepLinkAllowed: NotRequired[EnabledTypeType]
1175
1240
  toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
1241
+ brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
1176
1242
 
1177
1243
 
1178
1244
  CookieSynchronizationConfigurationUnionTypeDef = Union[
@@ -1286,6 +1352,7 @@ class CreateUserSettingsRequestTypeDef(TypedDict):
1286
1352
  additionalEncryptionContext: NotRequired[Mapping[str, str]]
1287
1353
  deepLinkAllowed: NotRequired[EnabledTypeType]
1288
1354
  toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
1355
+ brandingConfigurationInput: NotRequired[BrandingConfigurationCreateInputTypeDef]
1289
1356
 
1290
1357
 
1291
1358
  class UpdateUserSettingsRequestTypeDef(TypedDict):
@@ -1301,6 +1368,7 @@ class UpdateUserSettingsRequestTypeDef(TypedDict):
1301
1368
  cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationUnionTypeDef]
1302
1369
  deepLinkAllowed: NotRequired[EnabledTypeType]
1303
1370
  toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
1371
+ brandingConfigurationInput: NotRequired[BrandingConfigurationUpdateInputTypeDef]
1304
1372
 
1305
1373
 
1306
1374
  class DataProtectionSettingsTypeDef(TypedDict):
@@ -26,13 +26,16 @@ from botocore.response import StreamingBody
26
26
  from .literals import (
27
27
  AuthenticationTypeType,
28
28
  CategoryType,
29
+ ColorThemeType,
29
30
  EnabledTypeType,
30
31
  EventType,
31
32
  FolderStructureType,
32
33
  IdentityProviderTypeType,
33
34
  InstanceTypeType,
35
+ LocaleType,
34
36
  LogFileFormatType,
35
37
  MaxDisplayResolutionType,
38
+ MimeTypeType,
36
39
  PortalStatusType,
37
40
  SessionSortByType,
38
41
  SessionStatusType,
@@ -64,6 +67,9 @@ __all__ = (
64
67
  "AssociateUserSettingsRequestTypeDef",
65
68
  "AssociateUserSettingsResponseTypeDef",
66
69
  "BlobTypeDef",
70
+ "BrandingConfigurationCreateInputTypeDef",
71
+ "BrandingConfigurationTypeDef",
72
+ "BrandingConfigurationUpdateInputTypeDef",
67
73
  "BrowserSettingsSummaryTypeDef",
68
74
  "BrowserSettingsTypeDef",
69
75
  "CertificateSummaryTypeDef",
@@ -143,8 +149,10 @@ __all__ = (
143
149
  "GetUserAccessLoggingSettingsResponseTypeDef",
144
150
  "GetUserSettingsRequestTypeDef",
145
151
  "GetUserSettingsResponseTypeDef",
152
+ "IconImageInputTypeDef",
146
153
  "IdentityProviderSummaryTypeDef",
147
154
  "IdentityProviderTypeDef",
155
+ "ImageMetadataTypeDef",
148
156
  "InlineRedactionConfigurationOutputTypeDef",
149
157
  "InlineRedactionConfigurationTypeDef",
150
158
  "InlineRedactionConfigurationUnionTypeDef",
@@ -182,6 +190,7 @@ __all__ = (
182
190
  "ListUserAccessLoggingSettingsResponseTypeDef",
183
191
  "ListUserSettingsRequestTypeDef",
184
192
  "ListUserSettingsResponseTypeDef",
193
+ "LocalizedBrandingStringsTypeDef",
185
194
  "LogConfigurationTypeDef",
186
195
  "NetworkSettingsSummaryTypeDef",
187
196
  "NetworkSettingsTypeDef",
@@ -227,6 +236,7 @@ __all__ = (
227
236
  "UserAccessLoggingSettingsTypeDef",
228
237
  "UserSettingsSummaryTypeDef",
229
238
  "UserSettingsTypeDef",
239
+ "WallpaperImageInputTypeDef",
230
240
  "WebContentFilteringPolicyOutputTypeDef",
231
241
  "WebContentFilteringPolicyTypeDef",
232
242
  "WebContentFilteringPolicyUnionTypeDef",
@@ -273,6 +283,21 @@ class AssociateUserSettingsRequestTypeDef(TypedDict):
273
283
 
274
284
  BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
275
285
 
286
+ class LocalizedBrandingStringsTypeDef(TypedDict):
287
+ browserTabTitle: str
288
+ welcomeText: str
289
+ loginTitle: NotRequired[str]
290
+ loginDescription: NotRequired[str]
291
+ loginButtonText: NotRequired[str]
292
+ contactLink: NotRequired[str]
293
+ contactButtonText: NotRequired[str]
294
+ loadingText: NotRequired[str]
295
+
296
+ class ImageMetadataTypeDef(TypedDict):
297
+ mimeType: MimeTypeType
298
+ fileExtension: str
299
+ lastUploadTimestamp: datetime
300
+
276
301
  class BrowserSettingsSummaryTypeDef(TypedDict):
277
302
  browserSettingsArn: str
278
303
 
@@ -750,12 +775,28 @@ class UpdateTrustStoreResponseTypeDef(TypedDict):
750
775
  trustStoreArn: str
751
776
  ResponseMetadata: ResponseMetadataTypeDef
752
777
 
778
+ class IconImageInputTypeDef(TypedDict):
779
+ blob: NotRequired[BlobTypeDef]
780
+ s3Uri: NotRequired[str]
781
+
753
782
  class UpdateTrustStoreRequestTypeDef(TypedDict):
754
783
  trustStoreArn: str
755
784
  certificatesToAdd: NotRequired[Sequence[BlobTypeDef]]
756
785
  certificatesToDelete: NotRequired[Sequence[str]]
757
786
  clientToken: NotRequired[str]
758
787
 
788
+ class WallpaperImageInputTypeDef(TypedDict):
789
+ blob: NotRequired[BlobTypeDef]
790
+ s3Uri: NotRequired[str]
791
+
792
+ class BrandingConfigurationTypeDef(TypedDict):
793
+ logo: ImageMetadataTypeDef
794
+ wallpaper: ImageMetadataTypeDef
795
+ favicon: ImageMetadataTypeDef
796
+ localizedStrings: dict[LocaleType, LocalizedBrandingStringsTypeDef]
797
+ colorTheme: ColorThemeType
798
+ termsOfService: NotRequired[str]
799
+
759
800
  class ListBrowserSettingsResponseTypeDef(TypedDict):
760
801
  browserSettings: list[BrowserSettingsSummaryTypeDef]
761
802
  ResponseMetadata: ResponseMetadataTypeDef
@@ -980,6 +1021,22 @@ WebContentFilteringPolicyUnionTypeDef = Union[
980
1021
  WebContentFilteringPolicyTypeDef, WebContentFilteringPolicyOutputTypeDef
981
1022
  ]
982
1023
 
1024
+ class BrandingConfigurationCreateInputTypeDef(TypedDict):
1025
+ logo: IconImageInputTypeDef
1026
+ wallpaper: WallpaperImageInputTypeDef
1027
+ favicon: IconImageInputTypeDef
1028
+ localizedStrings: Mapping[LocaleType, LocalizedBrandingStringsTypeDef]
1029
+ colorTheme: ColorThemeType
1030
+ termsOfService: NotRequired[str]
1031
+
1032
+ class BrandingConfigurationUpdateInputTypeDef(TypedDict):
1033
+ logo: NotRequired[IconImageInputTypeDef]
1034
+ wallpaper: NotRequired[WallpaperImageInputTypeDef]
1035
+ favicon: NotRequired[IconImageInputTypeDef]
1036
+ localizedStrings: NotRequired[Mapping[LocaleType, LocalizedBrandingStringsTypeDef]]
1037
+ colorTheme: NotRequired[ColorThemeType]
1038
+ termsOfService: NotRequired[str]
1039
+
983
1040
  class GetBrowserSettingsResponseTypeDef(TypedDict):
984
1041
  browserSettings: BrowserSettingsTypeDef
985
1042
  ResponseMetadata: ResponseMetadataTypeDef
@@ -1000,6 +1057,7 @@ class UserSettingsSummaryTypeDef(TypedDict):
1000
1057
  cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationOutputTypeDef]
1001
1058
  deepLinkAllowed: NotRequired[EnabledTypeType]
1002
1059
  toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
1060
+ brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
1003
1061
 
1004
1062
  class UserSettingsTypeDef(TypedDict):
1005
1063
  userSettingsArn: str
@@ -1016,6 +1074,7 @@ class UserSettingsTypeDef(TypedDict):
1016
1074
  additionalEncryptionContext: NotRequired[dict[str, str]]
1017
1075
  deepLinkAllowed: NotRequired[EnabledTypeType]
1018
1076
  toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
1077
+ brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
1019
1078
 
1020
1079
  CookieSynchronizationConfigurationUnionTypeDef = Union[
1021
1080
  CookieSynchronizationConfigurationTypeDef, CookieSynchronizationConfigurationOutputTypeDef
@@ -1114,6 +1173,7 @@ class CreateUserSettingsRequestTypeDef(TypedDict):
1114
1173
  additionalEncryptionContext: NotRequired[Mapping[str, str]]
1115
1174
  deepLinkAllowed: NotRequired[EnabledTypeType]
1116
1175
  toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
1176
+ brandingConfigurationInput: NotRequired[BrandingConfigurationCreateInputTypeDef]
1117
1177
 
1118
1178
  class UpdateUserSettingsRequestTypeDef(TypedDict):
1119
1179
  userSettingsArn: str
@@ -1128,6 +1188,7 @@ class UpdateUserSettingsRequestTypeDef(TypedDict):
1128
1188
  cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationUnionTypeDef]
1129
1189
  deepLinkAllowed: NotRequired[EnabledTypeType]
1130
1190
  toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
1191
+ brandingConfigurationInput: NotRequired[BrandingConfigurationUpdateInputTypeDef]
1131
1192
 
1132
1193
  class DataProtectionSettingsTypeDef(TypedDict):
1133
1194
  dataProtectionSettingsArn: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.41.0"
7
+ __version__ = "1.42.9"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-workspaces-web
3
- Version: 1.41.0
4
- Summary: Type annotations for boto3 WorkSpacesWeb 1.41.0 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.9
4
+ Summary: Type annotations for boto3 WorkSpacesWeb 1.42.9 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -43,7 +43,7 @@ Dynamic: license-file
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.41.0](https://pypi.org/project/boto3/) compatible with
46
+ [boto3 WorkSpacesWeb 1.42.9](https://pypi.org/project/boto3/) compatible with
47
47
  [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
105
105
  isolation.
106
106
 
107
107
  1. Run mypy-boto3-builder in your package root directory:
108
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.9' mypy-boto3-builder`
109
109
  2. Select `boto3-stubs` AWS SDK.
110
110
  3. Add `WorkSpacesWeb` service.
111
111
  4. Use provided commands to install generated packages.
@@ -0,0 +1,18 @@
1
+ mypy_boto3_workspaces_web/__init__.py,sha256=8rLftlo2nR-UwDrbTXMEBQuEcu2RCFJOOY2HiXaM-CE,1243
2
+ mypy_boto3_workspaces_web/__init__.pyi,sha256=W2nWSq05qNSU2m1AKDs8TKedYoN1pOuFlRO-j2_bX3c,1242
3
+ mypy_boto3_workspaces_web/__main__.py,sha256=fYni3wj4_7551ZqRvYlTv07nMXWJ1huYUExSKAI-DXA,1007
4
+ mypy_boto3_workspaces_web/client.py,sha256=Wb88pPbWblc_57lkiydUaU1Sonj3DO-K_Iwainish_8,49549
5
+ mypy_boto3_workspaces_web/client.pyi,sha256=4famGK3IWxtkLbkbIhxxY2_BM-jcIAVAuqDsIsLXqoo,49546
6
+ mypy_boto3_workspaces_web/literals.py,sha256=uNM1saeZelF4QYLDlCZ8zytCUbFPJc6OOBVflcaCnEY,12715
7
+ mypy_boto3_workspaces_web/literals.pyi,sha256=xgOXIc0ysSzvqXnLjbibRP1L0UojBQOreB2fe1lwoFE,12713
8
+ mypy_boto3_workspaces_web/paginator.py,sha256=FVItsEz5UvkoOZRlAwaks9HAQVJfjvT7BmhvgOQzZCE,5177
9
+ mypy_boto3_workspaces_web/paginator.pyi,sha256=lqutwxZ-GH8uREqsDi_FES6s6gsV_BEaZygp_VxGgwU,5167
10
+ mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_workspaces_web/type_defs.py,sha256=LlkiPcLbp-QNB2G_kwuf5ZUfcZPXZ6UARVd_Fl9_0a4,43854
12
+ mypy_boto3_workspaces_web/type_defs.pyi,sha256=Qgeg0gB_OooN-i1BUkMy-ZFTkLA_G2PV3AzJNm-XacE,43665
13
+ mypy_boto3_workspaces_web/version.py,sha256=j69JD1lCtF-CvlbPV8y_O0DNzQeXP2kullUogzH8ALk,92
14
+ mypy_boto3_workspaces_web-1.42.9.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ mypy_boto3_workspaces_web-1.42.9.dist-info/METADATA,sha256=bSQqmBwswGU9isbl6yV3j_3CzCwQhWRKlcYY-zgIKfQ,15321
16
+ mypy_boto3_workspaces_web-1.42.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ mypy_boto3_workspaces_web-1.42.9.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
18
+ mypy_boto3_workspaces_web-1.42.9.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- mypy_boto3_workspaces_web/__init__.py,sha256=8rLftlo2nR-UwDrbTXMEBQuEcu2RCFJOOY2HiXaM-CE,1243
2
- mypy_boto3_workspaces_web/__init__.pyi,sha256=W2nWSq05qNSU2m1AKDs8TKedYoN1pOuFlRO-j2_bX3c,1242
3
- mypy_boto3_workspaces_web/__main__.py,sha256=FCShrNgq5ynhs2AidX0if4epVDI7hYlbm5qV6tQwMrQ,1007
4
- mypy_boto3_workspaces_web/client.py,sha256=Wb88pPbWblc_57lkiydUaU1Sonj3DO-K_Iwainish_8,49549
5
- mypy_boto3_workspaces_web/client.pyi,sha256=4famGK3IWxtkLbkbIhxxY2_BM-jcIAVAuqDsIsLXqoo,49546
6
- mypy_boto3_workspaces_web/literals.py,sha256=LvoSEhLFDHxh_TOCFJoeQt94tHaQg0NDURqabZu-WGY,12238
7
- mypy_boto3_workspaces_web/literals.pyi,sha256=J9ud5V7QeV7DQ8F0uf5krQik-Rtod7vW5FLHRhj6Yis,12236
8
- mypy_boto3_workspaces_web/paginator.py,sha256=FVItsEz5UvkoOZRlAwaks9HAQVJfjvT7BmhvgOQzZCE,5177
9
- mypy_boto3_workspaces_web/paginator.pyi,sha256=lqutwxZ-GH8uREqsDi_FES6s6gsV_BEaZygp_VxGgwU,5167
10
- mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_workspaces_web/type_defs.py,sha256=Q3Ja4muOe0knQ1a4nMrcpvyxQNZT6smDH4C9It5EZIc,41597
12
- mypy_boto3_workspaces_web/type_defs.pyi,sha256=jR916jH1MD6xjwISAu6CkKau6vJGSc2YbtPr2wBgkts,41415
13
- mypy_boto3_workspaces_web/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
14
- mypy_boto3_workspaces_web-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- mypy_boto3_workspaces_web-1.41.0.dist-info/METADATA,sha256=AoxYR47q_I8WoARsBaGxEY_z_db1mU75vlRTmgkNhp4,15321
16
- mypy_boto3_workspaces_web-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- mypy_boto3_workspaces_web-1.41.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
18
- mypy_boto3_workspaces_web-1.41.0.dist-info/RECORD,,