types-boto3-workspaces-web 1.42.3__py3-none-any.whl → 1.42.14__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.
- types_boto3_workspaces_web/__main__.py +3 -3
- types_boto3_workspaces_web/literals.py +19 -0
- types_boto3_workspaces_web/literals.pyi +19 -0
- types_boto3_workspaces_web/type_defs.py +72 -0
- types_boto3_workspaces_web/type_defs.pyi +65 -0
- types_boto3_workspaces_web/version.py +1 -1
- {types_boto3_workspaces_web-1.42.3.dist-info → types_boto3_workspaces_web-1.42.14.dist-info}/METADATA +4 -4
- types_boto3_workspaces_web-1.42.14.dist-info/RECORD +18 -0
- types_boto3_workspaces_web-1.42.3.dist-info/RECORD +0 -18
- {types_boto3_workspaces_web-1.42.3.dist-info → types_boto3_workspaces_web-1.42.14.dist-info}/WHEEL +0 -0
- {types_boto3_workspaces_web-1.42.3.dist-info → types_boto3_workspaces_web-1.42.14.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_workspaces_web-1.42.3.dist-info → types_boto3_workspaces_web-1.42.14.dist-info}/top_level.txt +0 -0
|
@@ -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.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 WorkSpacesWeb 1.42.14\n"
|
|
16
|
+
"Version: 1.42.14\n"
|
|
17
17
|
"Builder version: 8.12.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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.42.
|
|
29
|
+
sys.stdout.write("1.42.14\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"]
|
|
@@ -537,6 +555,7 @@ ServiceName = Literal[
|
|
|
537
555
|
"waf-regional",
|
|
538
556
|
"wafv2",
|
|
539
557
|
"wellarchitected",
|
|
558
|
+
"wickr",
|
|
540
559
|
"wisdom",
|
|
541
560
|
"workdocs",
|
|
542
561
|
"workmail",
|
|
@@ -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"]
|
|
@@ -535,6 +553,7 @@ ServiceName = Literal[
|
|
|
535
553
|
"waf-regional",
|
|
536
554
|
"wafv2",
|
|
537
555
|
"wellarchitected",
|
|
556
|
+
"wickr",
|
|
538
557
|
"wisdom",
|
|
539
558
|
"workdocs",
|
|
540
559
|
"workmail",
|
|
@@ -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,8 @@ class UserSettingsSummaryTypeDef(TypedDict):
|
|
|
1156
1220
|
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationOutputTypeDef]
|
|
1157
1221
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1158
1222
|
toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
|
|
1223
|
+
brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
|
|
1224
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1159
1225
|
|
|
1160
1226
|
|
|
1161
1227
|
class UserSettingsTypeDef(TypedDict):
|
|
@@ -1173,6 +1239,8 @@ class UserSettingsTypeDef(TypedDict):
|
|
|
1173
1239
|
additionalEncryptionContext: NotRequired[dict[str, str]]
|
|
1174
1240
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1175
1241
|
toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
|
|
1242
|
+
brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
|
|
1243
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1176
1244
|
|
|
1177
1245
|
|
|
1178
1246
|
CookieSynchronizationConfigurationUnionTypeDef = Union[
|
|
@@ -1286,6 +1354,8 @@ class CreateUserSettingsRequestTypeDef(TypedDict):
|
|
|
1286
1354
|
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
1287
1355
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1288
1356
|
toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
|
|
1357
|
+
brandingConfigurationInput: NotRequired[BrandingConfigurationCreateInputTypeDef]
|
|
1358
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1289
1359
|
|
|
1290
1360
|
|
|
1291
1361
|
class UpdateUserSettingsRequestTypeDef(TypedDict):
|
|
@@ -1301,6 +1371,8 @@ class UpdateUserSettingsRequestTypeDef(TypedDict):
|
|
|
1301
1371
|
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationUnionTypeDef]
|
|
1302
1372
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1303
1373
|
toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
|
|
1374
|
+
brandingConfigurationInput: NotRequired[BrandingConfigurationUpdateInputTypeDef]
|
|
1375
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1304
1376
|
|
|
1305
1377
|
|
|
1306
1378
|
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,8 @@ class UserSettingsSummaryTypeDef(TypedDict):
|
|
|
1000
1057
|
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationOutputTypeDef]
|
|
1001
1058
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1002
1059
|
toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
|
|
1060
|
+
brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
|
|
1061
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1003
1062
|
|
|
1004
1063
|
class UserSettingsTypeDef(TypedDict):
|
|
1005
1064
|
userSettingsArn: str
|
|
@@ -1016,6 +1075,8 @@ class UserSettingsTypeDef(TypedDict):
|
|
|
1016
1075
|
additionalEncryptionContext: NotRequired[dict[str, str]]
|
|
1017
1076
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1018
1077
|
toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
|
|
1078
|
+
brandingConfiguration: NotRequired[BrandingConfigurationTypeDef]
|
|
1079
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1019
1080
|
|
|
1020
1081
|
CookieSynchronizationConfigurationUnionTypeDef = Union[
|
|
1021
1082
|
CookieSynchronizationConfigurationTypeDef, CookieSynchronizationConfigurationOutputTypeDef
|
|
@@ -1114,6 +1175,8 @@ class CreateUserSettingsRequestTypeDef(TypedDict):
|
|
|
1114
1175
|
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
1115
1176
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1116
1177
|
toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
|
|
1178
|
+
brandingConfigurationInput: NotRequired[BrandingConfigurationCreateInputTypeDef]
|
|
1179
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1117
1180
|
|
|
1118
1181
|
class UpdateUserSettingsRequestTypeDef(TypedDict):
|
|
1119
1182
|
userSettingsArn: str
|
|
@@ -1128,6 +1191,8 @@ class UpdateUserSettingsRequestTypeDef(TypedDict):
|
|
|
1128
1191
|
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationUnionTypeDef]
|
|
1129
1192
|
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1130
1193
|
toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
|
|
1194
|
+
brandingConfigurationInput: NotRequired[BrandingConfigurationUpdateInputTypeDef]
|
|
1195
|
+
webAuthnAllowed: NotRequired[EnabledTypeType]
|
|
1131
1196
|
|
|
1132
1197
|
class DataProtectionSettingsTypeDef(TypedDict):
|
|
1133
1198
|
dataProtectionSettingsArn: str
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-workspaces-web
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.
|
|
3
|
+
Version: 1.42.14
|
|
4
|
+
Summary: Type annotations for boto3 WorkSpacesWeb 1.42.14 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
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3 WorkSpacesWeb 1.42.
|
|
46
|
+
[boto3 WorkSpacesWeb 1.42.14](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.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.14' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `WorkSpacesWeb` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_workspaces_web/__init__.py,sha256=d2NtMqgKquHCOrHd1mMba-sd8B99XYm274i_lD7tZQw,1245
|
|
2
|
+
types_boto3_workspaces_web/__init__.pyi,sha256=YezxA-3PeZCpK2v-dsNMPrl34bttvNAvh7DvOpJwWE0,1244
|
|
3
|
+
types_boto3_workspaces_web/__main__.py,sha256=Cy-m-Q0l8f7tjhohC8zG2T_8ai6MSvW_e1xY9zXQrbk,1011
|
|
4
|
+
types_boto3_workspaces_web/client.py,sha256=BWAYYfqnCvJs7ZZWuF9CVs4JYP8HRCzN-_V5Q8LLaw0,49633
|
|
5
|
+
types_boto3_workspaces_web/client.pyi,sha256=l4ixWi_XJ1S6yfrrrqnqJghJnFZXYGJZX-GxfxbmQ7g,49630
|
|
6
|
+
types_boto3_workspaces_web/literals.py,sha256=qLDdSJ7HvFLZYvFd3QtvCeQJv77nWnh-SlcGYn4aMbo,12730
|
|
7
|
+
types_boto3_workspaces_web/literals.pyi,sha256=Lr_77EB8MwvH3TVNjh4sc90BemkB9Arqr9U7iryr16A,12728
|
|
8
|
+
types_boto3_workspaces_web/paginator.py,sha256=UdHmZwh528iVxOYIhBj92WYHJCOaFo4d2WRqX_pHo-Y,5186
|
|
9
|
+
types_boto3_workspaces_web/paginator.pyi,sha256=8oxooLJ5v6HCfkGf7z0r3sDvRjtgYZTXJ39VNUs1sys,5176
|
|
10
|
+
types_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_workspaces_web/type_defs.py,sha256=DWjMxrTNuGA_gAeaWFW9oYS5pPRi80k-pzwkZzuIZtQ,44056
|
|
12
|
+
types_boto3_workspaces_web/type_defs.pyi,sha256=pUxFKNzD30W4T94MJkYnkSRGObz4jCodF9tQnzw5It4,43867
|
|
13
|
+
types_boto3_workspaces_web/version.py,sha256=buZ3azolYx28ZZ4_bzLHx13PO-nYow1fwfbsAiBLvQw,93
|
|
14
|
+
types_boto3_workspaces_web-1.42.14.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_workspaces_web-1.42.14.dist-info/METADATA,sha256=2KajvJL6_Nfv5XnVuUMAnmjifQOKkpiXASIcMhEahME,15352
|
|
16
|
+
types_boto3_workspaces_web-1.42.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_workspaces_web-1.42.14.dist-info/top_level.txt,sha256=akr6BGflMPqDlF94zDPuM15CSnadUBeBacufmHrChPI,27
|
|
18
|
+
types_boto3_workspaces_web-1.42.14.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_workspaces_web/__init__.py,sha256=d2NtMqgKquHCOrHd1mMba-sd8B99XYm274i_lD7tZQw,1245
|
|
2
|
-
types_boto3_workspaces_web/__init__.pyi,sha256=YezxA-3PeZCpK2v-dsNMPrl34bttvNAvh7DvOpJwWE0,1244
|
|
3
|
-
types_boto3_workspaces_web/__main__.py,sha256=C-VLlvUCQ8EvFQkZw_GSLe4a6xbgS7wh-1NCuyH_mZk,1008
|
|
4
|
-
types_boto3_workspaces_web/client.py,sha256=BWAYYfqnCvJs7ZZWuF9CVs4JYP8HRCzN-_V5Q8LLaw0,49633
|
|
5
|
-
types_boto3_workspaces_web/client.pyi,sha256=l4ixWi_XJ1S6yfrrrqnqJghJnFZXYGJZX-GxfxbmQ7g,49630
|
|
6
|
-
types_boto3_workspaces_web/literals.py,sha256=pswDxxmjbGqarX6l4VESQTYHHAQG4F9JkFN4mlvxnWE,12382
|
|
7
|
-
types_boto3_workspaces_web/literals.pyi,sha256=Km5XfOx2C5wfdWHoSntcggIJLzHOClN7M3EdjuOqmeo,12380
|
|
8
|
-
types_boto3_workspaces_web/paginator.py,sha256=UdHmZwh528iVxOYIhBj92WYHJCOaFo4d2WRqX_pHo-Y,5186
|
|
9
|
-
types_boto3_workspaces_web/paginator.pyi,sha256=8oxooLJ5v6HCfkGf7z0r3sDvRjtgYZTXJ39VNUs1sys,5176
|
|
10
|
-
types_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_workspaces_web/type_defs.py,sha256=b8Iz1kwiOC6lLI6WXipsO_tUpoBOttOjM4IW1hBNc4w,41599
|
|
12
|
-
types_boto3_workspaces_web/type_defs.pyi,sha256=rHCsshnBiBeNCsezhwiODWKbTzSk2qUQseMVbb9PTBs,41417
|
|
13
|
-
types_boto3_workspaces_web/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
-
types_boto3_workspaces_web-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_workspaces_web-1.42.3.dist-info/METADATA,sha256=K7gZs-gWqwceL86btUiW-CM7j7puoUlgQRri_-BllFo,15348
|
|
16
|
-
types_boto3_workspaces_web-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_workspaces_web-1.42.3.dist-info/top_level.txt,sha256=akr6BGflMPqDlF94zDPuM15CSnadUBeBacufmHrChPI,27
|
|
18
|
-
types_boto3_workspaces_web-1.42.3.dist-info/RECORD,,
|
{types_boto3_workspaces_web-1.42.3.dist-info → types_boto3_workspaces_web-1.42.14.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|