mypy-boto3-workspaces-web 1.34.0__py3-none-any.whl → 1.34.132__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.
- mypy_boto3_workspaces_web/__init__.py +0 -1
- mypy_boto3_workspaces_web/__main__.py +8 -7
- mypy_boto3_workspaces_web/client.py +30 -18
- mypy_boto3_workspaces_web/client.pyi +30 -18
- mypy_boto3_workspaces_web/literals.py +17 -6
- mypy_boto3_workspaces_web/literals.pyi +17 -4
- mypy_boto3_workspaces_web/type_defs.py +75 -42
- mypy_boto3_workspaces_web/type_defs.pyi +75 -41
- mypy_boto3_workspaces_web/version.py +1 -1
- {mypy_boto3_workspaces_web-1.34.0.dist-info → mypy_boto3_workspaces_web-1.34.132.dist-info}/LICENSE +1 -1
- {mypy_boto3_workspaces_web-1.34.0.dist-info → mypy_boto3_workspaces_web-1.34.132.dist-info}/METADATA +6 -7
- mypy_boto3_workspaces_web-1.34.132.dist-info/RECORD +16 -0
- {mypy_boto3_workspaces_web-1.34.0.dist-info → mypy_boto3_workspaces_web-1.34.132.dist-info}/WHEEL +1 -1
- mypy_boto3_workspaces_web-1.34.0.dist-info/RECORD +0 -16
- {mypy_boto3_workspaces_web-1.34.0.dist-info → mypy_boto3_workspaces_web-1.34.132.dist-info}/top_level.txt +0 -0
|
@@ -10,12 +10,13 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.WorkSpacesWeb 1.34.
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
" https://
|
|
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"
|
|
19
20
|
)
|
|
20
21
|
|
|
21
22
|
|
|
@@ -23,7 +24,7 @@ def print_version() -> None:
|
|
|
23
24
|
"""
|
|
24
25
|
Print package version to stdout.
|
|
25
26
|
"""
|
|
26
|
-
print("1.34.
|
|
27
|
+
print("1.34.132")
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
def main() -> None:
|
|
@@ -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
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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",
|
|
@@ -24,6 +24,7 @@ __all__ = (
|
|
|
24
24
|
"BrowserTypeType",
|
|
25
25
|
"EnabledTypeType",
|
|
26
26
|
"IdentityProviderTypeType",
|
|
27
|
+
"InstanceTypeType",
|
|
27
28
|
"PortalStatusType",
|
|
28
29
|
"RendererTypeType",
|
|
29
30
|
"WorkSpacesWebServiceName",
|
|
@@ -38,6 +39,7 @@ EnabledTypeType = Literal["Disabled", "Enabled"]
|
|
|
38
39
|
IdentityProviderTypeType = Literal[
|
|
39
40
|
"Facebook", "Google", "LoginWithAmazon", "OIDC", "SAML", "SignInWithApple"
|
|
40
41
|
]
|
|
42
|
+
InstanceTypeType = Literal["standard.large", "standard.regular", "standard.xlarge"]
|
|
41
43
|
PortalStatusType = Literal["Active", "Incomplete", "Pending"]
|
|
42
44
|
RendererTypeType = Literal["AppStream"]
|
|
43
45
|
WorkSpacesWebServiceName = Literal["workspaces-web"]
|
|
@@ -46,7 +48,6 @@ ServiceName = Literal[
|
|
|
46
48
|
"account",
|
|
47
49
|
"acm",
|
|
48
50
|
"acm-pca",
|
|
49
|
-
"alexaforbusiness",
|
|
50
51
|
"amp",
|
|
51
52
|
"amplify",
|
|
52
53
|
"amplifybackend",
|
|
@@ -61,12 +62,15 @@ ServiceName = Literal[
|
|
|
61
62
|
"appintegrations",
|
|
62
63
|
"application-autoscaling",
|
|
63
64
|
"application-insights",
|
|
65
|
+
"application-signals",
|
|
64
66
|
"applicationcostprofiler",
|
|
65
67
|
"appmesh",
|
|
66
68
|
"apprunner",
|
|
67
69
|
"appstream",
|
|
68
70
|
"appsync",
|
|
71
|
+
"apptest",
|
|
69
72
|
"arc-zonal-shift",
|
|
73
|
+
"artifact",
|
|
70
74
|
"athena",
|
|
71
75
|
"auditmanager",
|
|
72
76
|
"autoscaling",
|
|
@@ -74,7 +78,6 @@ ServiceName = Literal[
|
|
|
74
78
|
"b2bi",
|
|
75
79
|
"backup",
|
|
76
80
|
"backup-gateway",
|
|
77
|
-
"backupstorage",
|
|
78
81
|
"batch",
|
|
79
82
|
"bcm-data-exports",
|
|
80
83
|
"bedrock",
|
|
@@ -85,6 +88,7 @@ ServiceName = Literal[
|
|
|
85
88
|
"braket",
|
|
86
89
|
"budgets",
|
|
87
90
|
"ce",
|
|
91
|
+
"chatbot",
|
|
88
92
|
"chime",
|
|
89
93
|
"chime-sdk-identity",
|
|
90
94
|
"chime-sdk-media-pipelines",
|
|
@@ -110,6 +114,7 @@ ServiceName = Literal[
|
|
|
110
114
|
"codebuild",
|
|
111
115
|
"codecatalyst",
|
|
112
116
|
"codecommit",
|
|
117
|
+
"codeconnections",
|
|
113
118
|
"codedeploy",
|
|
114
119
|
"codeguru-reviewer",
|
|
115
120
|
"codeguru-security",
|
|
@@ -130,6 +135,7 @@ ServiceName = Literal[
|
|
|
130
135
|
"connectcampaigns",
|
|
131
136
|
"connectcases",
|
|
132
137
|
"connectparticipant",
|
|
138
|
+
"controlcatalog",
|
|
133
139
|
"controltower",
|
|
134
140
|
"cost-optimization-hub",
|
|
135
141
|
"cur",
|
|
@@ -140,6 +146,7 @@ ServiceName = Literal[
|
|
|
140
146
|
"datasync",
|
|
141
147
|
"datazone",
|
|
142
148
|
"dax",
|
|
149
|
+
"deadline",
|
|
143
150
|
"detective",
|
|
144
151
|
"devicefarm",
|
|
145
152
|
"devops-guru",
|
|
@@ -196,7 +203,6 @@ ServiceName = Literal[
|
|
|
196
203
|
"guardduty",
|
|
197
204
|
"health",
|
|
198
205
|
"healthlake",
|
|
199
|
-
"honeycode",
|
|
200
206
|
"iam",
|
|
201
207
|
"identitystore",
|
|
202
208
|
"imagebuilder",
|
|
@@ -208,7 +214,6 @@ ServiceName = Literal[
|
|
|
208
214
|
"iot",
|
|
209
215
|
"iot-data",
|
|
210
216
|
"iot-jobs-data",
|
|
211
|
-
"iot-roborunner",
|
|
212
217
|
"iot1click-devices",
|
|
213
218
|
"iot1click-projects",
|
|
214
219
|
"iotanalytics",
|
|
@@ -258,6 +263,7 @@ ServiceName = Literal[
|
|
|
258
263
|
"m2",
|
|
259
264
|
"machinelearning",
|
|
260
265
|
"macie2",
|
|
266
|
+
"mailmanager",
|
|
261
267
|
"managedblockchain",
|
|
262
268
|
"managedblockchain-query",
|
|
263
269
|
"marketplace-agreement",
|
|
@@ -288,9 +294,11 @@ ServiceName = Literal[
|
|
|
288
294
|
"mturk",
|
|
289
295
|
"mwaa",
|
|
290
296
|
"neptune",
|
|
297
|
+
"neptune-graph",
|
|
291
298
|
"neptunedata",
|
|
292
299
|
"network-firewall",
|
|
293
300
|
"networkmanager",
|
|
301
|
+
"networkmonitor",
|
|
294
302
|
"nimble",
|
|
295
303
|
"oam",
|
|
296
304
|
"omics",
|
|
@@ -305,6 +313,7 @@ ServiceName = Literal[
|
|
|
305
313
|
"payment-cryptography",
|
|
306
314
|
"payment-cryptography-data",
|
|
307
315
|
"pca-connector-ad",
|
|
316
|
+
"pca-connector-scep",
|
|
308
317
|
"personalize",
|
|
309
318
|
"personalize-events",
|
|
310
319
|
"personalize-runtime",
|
|
@@ -343,6 +352,7 @@ ServiceName = Literal[
|
|
|
343
352
|
"route53-recovery-control-config",
|
|
344
353
|
"route53-recovery-readiness",
|
|
345
354
|
"route53domains",
|
|
355
|
+
"route53profiles",
|
|
346
356
|
"route53resolver",
|
|
347
357
|
"rum",
|
|
348
358
|
"s3",
|
|
@@ -388,11 +398,14 @@ ServiceName = Literal[
|
|
|
388
398
|
"stepfunctions",
|
|
389
399
|
"storagegateway",
|
|
390
400
|
"sts",
|
|
401
|
+
"supplychain",
|
|
391
402
|
"support",
|
|
392
403
|
"support-app",
|
|
393
404
|
"swf",
|
|
394
405
|
"synthetics",
|
|
406
|
+
"taxsettings",
|
|
395
407
|
"textract",
|
|
408
|
+
"timestream-influxdb",
|
|
396
409
|
"timestream-query",
|
|
397
410
|
"timestream-write",
|
|
398
411
|
"tnb",
|
|
@@ -22,6 +22,7 @@ from .literals import (
|
|
|
22
22
|
AuthenticationTypeType,
|
|
23
23
|
EnabledTypeType,
|
|
24
24
|
IdentityProviderTypeType,
|
|
25
|
+
InstanceTypeType,
|
|
25
26
|
PortalStatusType,
|
|
26
27
|
)
|
|
27
28
|
|
|
@@ -38,7 +39,6 @@ if sys.version_info >= (3, 12):
|
|
|
38
39
|
else:
|
|
39
40
|
from typing_extensions import TypedDict
|
|
40
41
|
|
|
41
|
-
|
|
42
42
|
__all__ = (
|
|
43
43
|
"AssociateBrowserSettingsRequestRequestTypeDef",
|
|
44
44
|
"ResponseMetadataTypeDef",
|
|
@@ -54,7 +54,6 @@ __all__ = (
|
|
|
54
54
|
"CertificateTypeDef",
|
|
55
55
|
"CookieSpecificationTypeDef",
|
|
56
56
|
"TagTypeDef",
|
|
57
|
-
"CreateIdentityProviderRequestRequestTypeDef",
|
|
58
57
|
"IpRuleTypeDef",
|
|
59
58
|
"DeleteBrowserSettingsRequestRequestTypeDef",
|
|
60
59
|
"DeleteIdentityProviderRequestRequestTypeDef",
|
|
@@ -129,8 +128,10 @@ __all__ = (
|
|
|
129
128
|
"UpdateBrowserSettingsResponseTypeDef",
|
|
130
129
|
"ListTrustStoreCertificatesResponseTypeDef",
|
|
131
130
|
"GetTrustStoreCertificateResponseTypeDef",
|
|
131
|
+
"CookieSynchronizationConfigurationOutputTypeDef",
|
|
132
132
|
"CookieSynchronizationConfigurationTypeDef",
|
|
133
133
|
"CreateBrowserSettingsRequestRequestTypeDef",
|
|
134
|
+
"CreateIdentityProviderRequestRequestTypeDef",
|
|
134
135
|
"CreateNetworkSettingsRequestRequestTypeDef",
|
|
135
136
|
"CreatePortalRequestRequestTypeDef",
|
|
136
137
|
"CreateTrustStoreRequestRequestTypeDef",
|
|
@@ -155,10 +156,11 @@ __all__ = (
|
|
|
155
156
|
"ListPortalsResponseTypeDef",
|
|
156
157
|
"ListTrustStoresResponseTypeDef",
|
|
157
158
|
"ListUserAccessLoggingSettingsResponseTypeDef",
|
|
158
|
-
"CreateUserSettingsRequestRequestTypeDef",
|
|
159
|
-
"UpdateUserSettingsRequestRequestTypeDef",
|
|
160
159
|
"UserSettingsSummaryTypeDef",
|
|
161
160
|
"UserSettingsTypeDef",
|
|
161
|
+
"CookieSynchronizationConfigurationUnionTypeDef",
|
|
162
|
+
"CreateUserSettingsRequestRequestTypeDef",
|
|
163
|
+
"UpdateUserSettingsRequestRequestTypeDef",
|
|
162
164
|
"GetIpAccessSettingsResponseTypeDef",
|
|
163
165
|
"UpdateIpAccessSettingsResponseTypeDef",
|
|
164
166
|
"ListUserSettingsResponseTypeDef",
|
|
@@ -177,10 +179,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
177
179
|
"ResponseMetadataTypeDef",
|
|
178
180
|
{
|
|
179
181
|
"RequestId": str,
|
|
180
|
-
"HostId": str,
|
|
181
182
|
"HTTPStatusCode": int,
|
|
182
183
|
"HTTPHeaders": Dict[str, str],
|
|
183
184
|
"RetryAttempts": int,
|
|
185
|
+
"HostId": NotRequired[str],
|
|
184
186
|
},
|
|
185
187
|
)
|
|
186
188
|
AssociateIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
@@ -229,8 +231,10 @@ BrowserSettingsTypeDef = TypedDict(
|
|
|
229
231
|
"BrowserSettingsTypeDef",
|
|
230
232
|
{
|
|
231
233
|
"browserSettingsArn": str,
|
|
234
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
232
235
|
"associatedPortalArns": NotRequired[List[str]],
|
|
233
236
|
"browserPolicy": NotRequired[str],
|
|
237
|
+
"customerManagedKey": NotRequired[str],
|
|
234
238
|
},
|
|
235
239
|
)
|
|
236
240
|
CertificateSummaryTypeDef = TypedDict(
|
|
@@ -269,16 +273,6 @@ TagTypeDef = TypedDict(
|
|
|
269
273
|
"Value": str,
|
|
270
274
|
},
|
|
271
275
|
)
|
|
272
|
-
CreateIdentityProviderRequestRequestTypeDef = TypedDict(
|
|
273
|
-
"CreateIdentityProviderRequestRequestTypeDef",
|
|
274
|
-
{
|
|
275
|
-
"identityProviderDetails": Mapping[str, str],
|
|
276
|
-
"identityProviderName": str,
|
|
277
|
-
"identityProviderType": IdentityProviderTypeType,
|
|
278
|
-
"portalArn": str,
|
|
279
|
-
"clientToken": NotRequired[str],
|
|
280
|
-
},
|
|
281
|
-
)
|
|
282
276
|
IpRuleTypeDef = TypedDict(
|
|
283
277
|
"IpRuleTypeDef",
|
|
284
278
|
{
|
|
@@ -423,12 +417,16 @@ PortalTypeDef = TypedDict(
|
|
|
423
417
|
"PortalTypeDef",
|
|
424
418
|
{
|
|
425
419
|
"portalArn": str,
|
|
420
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
426
421
|
"authenticationType": NotRequired[AuthenticationTypeType],
|
|
427
422
|
"browserSettingsArn": NotRequired[str],
|
|
428
423
|
"browserType": NotRequired[Literal["Chrome"]],
|
|
429
424
|
"creationDate": NotRequired[datetime],
|
|
425
|
+
"customerManagedKey": NotRequired[str],
|
|
430
426
|
"displayName": NotRequired[str],
|
|
427
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
431
428
|
"ipAccessSettingsArn": NotRequired[str],
|
|
429
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
432
430
|
"networkSettingsArn": NotRequired[str],
|
|
433
431
|
"portalEndpoint": NotRequired[str],
|
|
434
432
|
"portalStatus": NotRequired[PortalStatusType],
|
|
@@ -554,7 +552,9 @@ PortalSummaryTypeDef = TypedDict(
|
|
|
554
552
|
"browserType": NotRequired[Literal["Chrome"]],
|
|
555
553
|
"creationDate": NotRequired[datetime],
|
|
556
554
|
"displayName": NotRequired[str],
|
|
555
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
557
556
|
"ipAccessSettingsArn": NotRequired[str],
|
|
557
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
558
558
|
"networkSettingsArn": NotRequired[str],
|
|
559
559
|
"portalEndpoint": NotRequired[str],
|
|
560
560
|
"portalStatus": NotRequired[PortalStatusType],
|
|
@@ -653,6 +653,8 @@ UpdatePortalRequestRequestTypeDef = TypedDict(
|
|
|
653
653
|
"portalArn": str,
|
|
654
654
|
"authenticationType": NotRequired[AuthenticationTypeType],
|
|
655
655
|
"displayName": NotRequired[str],
|
|
656
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
657
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
656
658
|
},
|
|
657
659
|
)
|
|
658
660
|
UpdateUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
@@ -831,6 +833,13 @@ GetTrustStoreCertificateResponseTypeDef = TypedDict(
|
|
|
831
833
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
832
834
|
},
|
|
833
835
|
)
|
|
836
|
+
CookieSynchronizationConfigurationOutputTypeDef = TypedDict(
|
|
837
|
+
"CookieSynchronizationConfigurationOutputTypeDef",
|
|
838
|
+
{
|
|
839
|
+
"allowlist": List[CookieSpecificationTypeDef],
|
|
840
|
+
"blocklist": NotRequired[List[CookieSpecificationTypeDef]],
|
|
841
|
+
},
|
|
842
|
+
)
|
|
834
843
|
CookieSynchronizationConfigurationTypeDef = TypedDict(
|
|
835
844
|
"CookieSynchronizationConfigurationTypeDef",
|
|
836
845
|
{
|
|
@@ -848,6 +857,17 @@ CreateBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
|
848
857
|
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
849
858
|
},
|
|
850
859
|
)
|
|
860
|
+
CreateIdentityProviderRequestRequestTypeDef = TypedDict(
|
|
861
|
+
"CreateIdentityProviderRequestRequestTypeDef",
|
|
862
|
+
{
|
|
863
|
+
"identityProviderDetails": Mapping[str, str],
|
|
864
|
+
"identityProviderName": str,
|
|
865
|
+
"identityProviderType": IdentityProviderTypeType,
|
|
866
|
+
"portalArn": str,
|
|
867
|
+
"clientToken": NotRequired[str],
|
|
868
|
+
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
869
|
+
},
|
|
870
|
+
)
|
|
851
871
|
CreateNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
852
872
|
"CreateNetworkSettingsRequestRequestTypeDef",
|
|
853
873
|
{
|
|
@@ -866,6 +886,8 @@ CreatePortalRequestRequestTypeDef = TypedDict(
|
|
|
866
886
|
"clientToken": NotRequired[str],
|
|
867
887
|
"customerManagedKey": NotRequired[str],
|
|
868
888
|
"displayName": NotRequired[str],
|
|
889
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
890
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
869
891
|
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
870
892
|
},
|
|
871
893
|
)
|
|
@@ -916,8 +938,10 @@ IpAccessSettingsTypeDef = TypedDict(
|
|
|
916
938
|
"IpAccessSettingsTypeDef",
|
|
917
939
|
{
|
|
918
940
|
"ipAccessSettingsArn": str,
|
|
941
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
919
942
|
"associatedPortalArns": NotRequired[List[str]],
|
|
920
943
|
"creationDate": NotRequired[datetime],
|
|
944
|
+
"customerManagedKey": NotRequired[str],
|
|
921
945
|
"description": NotRequired[str],
|
|
922
946
|
"displayName": NotRequired[str],
|
|
923
947
|
"ipRules": NotRequired[List[IpRuleTypeDef]],
|
|
@@ -1044,34 +1068,35 @@ ListUserAccessLoggingSettingsResponseTypeDef = TypedDict(
|
|
|
1044
1068
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1045
1069
|
},
|
|
1046
1070
|
)
|
|
1047
|
-
|
|
1048
|
-
"
|
|
1071
|
+
UserSettingsSummaryTypeDef = TypedDict(
|
|
1072
|
+
"UserSettingsSummaryTypeDef",
|
|
1049
1073
|
{
|
|
1050
|
-
"
|
|
1051
|
-
"downloadAllowed": EnabledTypeType,
|
|
1052
|
-
"pasteAllowed": EnabledTypeType,
|
|
1053
|
-
"printAllowed": EnabledTypeType,
|
|
1054
|
-
"uploadAllowed": EnabledTypeType,
|
|
1055
|
-
"additionalEncryptionContext": NotRequired[Mapping[str, str]],
|
|
1056
|
-
"clientToken": NotRequired[str],
|
|
1074
|
+
"userSettingsArn": str,
|
|
1057
1075
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1058
|
-
|
|
1076
|
+
CookieSynchronizationConfigurationOutputTypeDef
|
|
1059
1077
|
],
|
|
1060
|
-
"
|
|
1078
|
+
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1079
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1061
1080
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1081
|
+
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1062
1082
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
1063
|
-
"
|
|
1083
|
+
"pasteAllowed": NotRequired[EnabledTypeType],
|
|
1084
|
+
"printAllowed": NotRequired[EnabledTypeType],
|
|
1085
|
+
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1064
1086
|
},
|
|
1065
1087
|
)
|
|
1066
|
-
|
|
1067
|
-
"
|
|
1088
|
+
UserSettingsTypeDef = TypedDict(
|
|
1089
|
+
"UserSettingsTypeDef",
|
|
1068
1090
|
{
|
|
1069
1091
|
"userSettingsArn": str,
|
|
1070
|
-
"
|
|
1092
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
1093
|
+
"associatedPortalArns": NotRequired[List[str]],
|
|
1071
1094
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1072
|
-
|
|
1095
|
+
CookieSynchronizationConfigurationOutputTypeDef
|
|
1073
1096
|
],
|
|
1074
1097
|
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1098
|
+
"customerManagedKey": NotRequired[str],
|
|
1099
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1075
1100
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1076
1101
|
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1077
1102
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
@@ -1080,31 +1105,39 @@ UpdateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
|
1080
1105
|
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1081
1106
|
},
|
|
1082
1107
|
)
|
|
1083
|
-
|
|
1084
|
-
|
|
1108
|
+
CookieSynchronizationConfigurationUnionTypeDef = Union[
|
|
1109
|
+
CookieSynchronizationConfigurationTypeDef, CookieSynchronizationConfigurationOutputTypeDef
|
|
1110
|
+
]
|
|
1111
|
+
CreateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
1112
|
+
"CreateUserSettingsRequestRequestTypeDef",
|
|
1085
1113
|
{
|
|
1086
|
-
"
|
|
1114
|
+
"copyAllowed": EnabledTypeType,
|
|
1115
|
+
"downloadAllowed": EnabledTypeType,
|
|
1116
|
+
"pasteAllowed": EnabledTypeType,
|
|
1117
|
+
"printAllowed": EnabledTypeType,
|
|
1118
|
+
"uploadAllowed": EnabledTypeType,
|
|
1119
|
+
"additionalEncryptionContext": NotRequired[Mapping[str, str]],
|
|
1120
|
+
"clientToken": NotRequired[str],
|
|
1087
1121
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1088
1122
|
CookieSynchronizationConfigurationTypeDef
|
|
1089
1123
|
],
|
|
1090
|
-
"
|
|
1124
|
+
"customerManagedKey": NotRequired[str],
|
|
1125
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1091
1126
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1092
|
-
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1093
1127
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
1094
|
-
"
|
|
1095
|
-
"printAllowed": NotRequired[EnabledTypeType],
|
|
1096
|
-
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1128
|
+
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
1097
1129
|
},
|
|
1098
1130
|
)
|
|
1099
|
-
|
|
1100
|
-
"
|
|
1131
|
+
UpdateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
1132
|
+
"UpdateUserSettingsRequestRequestTypeDef",
|
|
1101
1133
|
{
|
|
1102
1134
|
"userSettingsArn": str,
|
|
1103
|
-
"
|
|
1135
|
+
"clientToken": NotRequired[str],
|
|
1104
1136
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1105
1137
|
CookieSynchronizationConfigurationTypeDef
|
|
1106
1138
|
],
|
|
1107
1139
|
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1140
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1108
1141
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1109
1142
|
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1110
1143
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
@@ -22,6 +22,7 @@ from .literals import (
|
|
|
22
22
|
AuthenticationTypeType,
|
|
23
23
|
EnabledTypeType,
|
|
24
24
|
IdentityProviderTypeType,
|
|
25
|
+
InstanceTypeType,
|
|
25
26
|
PortalStatusType,
|
|
26
27
|
)
|
|
27
28
|
|
|
@@ -53,7 +54,6 @@ __all__ = (
|
|
|
53
54
|
"CertificateTypeDef",
|
|
54
55
|
"CookieSpecificationTypeDef",
|
|
55
56
|
"TagTypeDef",
|
|
56
|
-
"CreateIdentityProviderRequestRequestTypeDef",
|
|
57
57
|
"IpRuleTypeDef",
|
|
58
58
|
"DeleteBrowserSettingsRequestRequestTypeDef",
|
|
59
59
|
"DeleteIdentityProviderRequestRequestTypeDef",
|
|
@@ -128,8 +128,10 @@ __all__ = (
|
|
|
128
128
|
"UpdateBrowserSettingsResponseTypeDef",
|
|
129
129
|
"ListTrustStoreCertificatesResponseTypeDef",
|
|
130
130
|
"GetTrustStoreCertificateResponseTypeDef",
|
|
131
|
+
"CookieSynchronizationConfigurationOutputTypeDef",
|
|
131
132
|
"CookieSynchronizationConfigurationTypeDef",
|
|
132
133
|
"CreateBrowserSettingsRequestRequestTypeDef",
|
|
134
|
+
"CreateIdentityProviderRequestRequestTypeDef",
|
|
133
135
|
"CreateNetworkSettingsRequestRequestTypeDef",
|
|
134
136
|
"CreatePortalRequestRequestTypeDef",
|
|
135
137
|
"CreateTrustStoreRequestRequestTypeDef",
|
|
@@ -154,10 +156,11 @@ __all__ = (
|
|
|
154
156
|
"ListPortalsResponseTypeDef",
|
|
155
157
|
"ListTrustStoresResponseTypeDef",
|
|
156
158
|
"ListUserAccessLoggingSettingsResponseTypeDef",
|
|
157
|
-
"CreateUserSettingsRequestRequestTypeDef",
|
|
158
|
-
"UpdateUserSettingsRequestRequestTypeDef",
|
|
159
159
|
"UserSettingsSummaryTypeDef",
|
|
160
160
|
"UserSettingsTypeDef",
|
|
161
|
+
"CookieSynchronizationConfigurationUnionTypeDef",
|
|
162
|
+
"CreateUserSettingsRequestRequestTypeDef",
|
|
163
|
+
"UpdateUserSettingsRequestRequestTypeDef",
|
|
161
164
|
"GetIpAccessSettingsResponseTypeDef",
|
|
162
165
|
"UpdateIpAccessSettingsResponseTypeDef",
|
|
163
166
|
"ListUserSettingsResponseTypeDef",
|
|
@@ -176,10 +179,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
176
179
|
"ResponseMetadataTypeDef",
|
|
177
180
|
{
|
|
178
181
|
"RequestId": str,
|
|
179
|
-
"HostId": str,
|
|
180
182
|
"HTTPStatusCode": int,
|
|
181
183
|
"HTTPHeaders": Dict[str, str],
|
|
182
184
|
"RetryAttempts": int,
|
|
185
|
+
"HostId": NotRequired[str],
|
|
183
186
|
},
|
|
184
187
|
)
|
|
185
188
|
AssociateIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
@@ -228,8 +231,10 @@ BrowserSettingsTypeDef = TypedDict(
|
|
|
228
231
|
"BrowserSettingsTypeDef",
|
|
229
232
|
{
|
|
230
233
|
"browserSettingsArn": str,
|
|
234
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
231
235
|
"associatedPortalArns": NotRequired[List[str]],
|
|
232
236
|
"browserPolicy": NotRequired[str],
|
|
237
|
+
"customerManagedKey": NotRequired[str],
|
|
233
238
|
},
|
|
234
239
|
)
|
|
235
240
|
CertificateSummaryTypeDef = TypedDict(
|
|
@@ -268,16 +273,6 @@ TagTypeDef = TypedDict(
|
|
|
268
273
|
"Value": str,
|
|
269
274
|
},
|
|
270
275
|
)
|
|
271
|
-
CreateIdentityProviderRequestRequestTypeDef = TypedDict(
|
|
272
|
-
"CreateIdentityProviderRequestRequestTypeDef",
|
|
273
|
-
{
|
|
274
|
-
"identityProviderDetails": Mapping[str, str],
|
|
275
|
-
"identityProviderName": str,
|
|
276
|
-
"identityProviderType": IdentityProviderTypeType,
|
|
277
|
-
"portalArn": str,
|
|
278
|
-
"clientToken": NotRequired[str],
|
|
279
|
-
},
|
|
280
|
-
)
|
|
281
276
|
IpRuleTypeDef = TypedDict(
|
|
282
277
|
"IpRuleTypeDef",
|
|
283
278
|
{
|
|
@@ -422,12 +417,16 @@ PortalTypeDef = TypedDict(
|
|
|
422
417
|
"PortalTypeDef",
|
|
423
418
|
{
|
|
424
419
|
"portalArn": str,
|
|
420
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
425
421
|
"authenticationType": NotRequired[AuthenticationTypeType],
|
|
426
422
|
"browserSettingsArn": NotRequired[str],
|
|
427
423
|
"browserType": NotRequired[Literal["Chrome"]],
|
|
428
424
|
"creationDate": NotRequired[datetime],
|
|
425
|
+
"customerManagedKey": NotRequired[str],
|
|
429
426
|
"displayName": NotRequired[str],
|
|
427
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
430
428
|
"ipAccessSettingsArn": NotRequired[str],
|
|
429
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
431
430
|
"networkSettingsArn": NotRequired[str],
|
|
432
431
|
"portalEndpoint": NotRequired[str],
|
|
433
432
|
"portalStatus": NotRequired[PortalStatusType],
|
|
@@ -553,7 +552,9 @@ PortalSummaryTypeDef = TypedDict(
|
|
|
553
552
|
"browserType": NotRequired[Literal["Chrome"]],
|
|
554
553
|
"creationDate": NotRequired[datetime],
|
|
555
554
|
"displayName": NotRequired[str],
|
|
555
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
556
556
|
"ipAccessSettingsArn": NotRequired[str],
|
|
557
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
557
558
|
"networkSettingsArn": NotRequired[str],
|
|
558
559
|
"portalEndpoint": NotRequired[str],
|
|
559
560
|
"portalStatus": NotRequired[PortalStatusType],
|
|
@@ -652,6 +653,8 @@ UpdatePortalRequestRequestTypeDef = TypedDict(
|
|
|
652
653
|
"portalArn": str,
|
|
653
654
|
"authenticationType": NotRequired[AuthenticationTypeType],
|
|
654
655
|
"displayName": NotRequired[str],
|
|
656
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
657
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
655
658
|
},
|
|
656
659
|
)
|
|
657
660
|
UpdateUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
@@ -830,6 +833,13 @@ GetTrustStoreCertificateResponseTypeDef = TypedDict(
|
|
|
830
833
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
831
834
|
},
|
|
832
835
|
)
|
|
836
|
+
CookieSynchronizationConfigurationOutputTypeDef = TypedDict(
|
|
837
|
+
"CookieSynchronizationConfigurationOutputTypeDef",
|
|
838
|
+
{
|
|
839
|
+
"allowlist": List[CookieSpecificationTypeDef],
|
|
840
|
+
"blocklist": NotRequired[List[CookieSpecificationTypeDef]],
|
|
841
|
+
},
|
|
842
|
+
)
|
|
833
843
|
CookieSynchronizationConfigurationTypeDef = TypedDict(
|
|
834
844
|
"CookieSynchronizationConfigurationTypeDef",
|
|
835
845
|
{
|
|
@@ -847,6 +857,17 @@ CreateBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
|
847
857
|
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
848
858
|
},
|
|
849
859
|
)
|
|
860
|
+
CreateIdentityProviderRequestRequestTypeDef = TypedDict(
|
|
861
|
+
"CreateIdentityProviderRequestRequestTypeDef",
|
|
862
|
+
{
|
|
863
|
+
"identityProviderDetails": Mapping[str, str],
|
|
864
|
+
"identityProviderName": str,
|
|
865
|
+
"identityProviderType": IdentityProviderTypeType,
|
|
866
|
+
"portalArn": str,
|
|
867
|
+
"clientToken": NotRequired[str],
|
|
868
|
+
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
869
|
+
},
|
|
870
|
+
)
|
|
850
871
|
CreateNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
851
872
|
"CreateNetworkSettingsRequestRequestTypeDef",
|
|
852
873
|
{
|
|
@@ -865,6 +886,8 @@ CreatePortalRequestRequestTypeDef = TypedDict(
|
|
|
865
886
|
"clientToken": NotRequired[str],
|
|
866
887
|
"customerManagedKey": NotRequired[str],
|
|
867
888
|
"displayName": NotRequired[str],
|
|
889
|
+
"instanceType": NotRequired[InstanceTypeType],
|
|
890
|
+
"maxConcurrentSessions": NotRequired[int],
|
|
868
891
|
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
869
892
|
},
|
|
870
893
|
)
|
|
@@ -915,8 +938,10 @@ IpAccessSettingsTypeDef = TypedDict(
|
|
|
915
938
|
"IpAccessSettingsTypeDef",
|
|
916
939
|
{
|
|
917
940
|
"ipAccessSettingsArn": str,
|
|
941
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
918
942
|
"associatedPortalArns": NotRequired[List[str]],
|
|
919
943
|
"creationDate": NotRequired[datetime],
|
|
944
|
+
"customerManagedKey": NotRequired[str],
|
|
920
945
|
"description": NotRequired[str],
|
|
921
946
|
"displayName": NotRequired[str],
|
|
922
947
|
"ipRules": NotRequired[List[IpRuleTypeDef]],
|
|
@@ -1043,34 +1068,35 @@ ListUserAccessLoggingSettingsResponseTypeDef = TypedDict(
|
|
|
1043
1068
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1044
1069
|
},
|
|
1045
1070
|
)
|
|
1046
|
-
|
|
1047
|
-
"
|
|
1071
|
+
UserSettingsSummaryTypeDef = TypedDict(
|
|
1072
|
+
"UserSettingsSummaryTypeDef",
|
|
1048
1073
|
{
|
|
1049
|
-
"
|
|
1050
|
-
"downloadAllowed": EnabledTypeType,
|
|
1051
|
-
"pasteAllowed": EnabledTypeType,
|
|
1052
|
-
"printAllowed": EnabledTypeType,
|
|
1053
|
-
"uploadAllowed": EnabledTypeType,
|
|
1054
|
-
"additionalEncryptionContext": NotRequired[Mapping[str, str]],
|
|
1055
|
-
"clientToken": NotRequired[str],
|
|
1074
|
+
"userSettingsArn": str,
|
|
1056
1075
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1057
|
-
|
|
1076
|
+
CookieSynchronizationConfigurationOutputTypeDef
|
|
1058
1077
|
],
|
|
1059
|
-
"
|
|
1078
|
+
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1079
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1060
1080
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1081
|
+
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1061
1082
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
1062
|
-
"
|
|
1083
|
+
"pasteAllowed": NotRequired[EnabledTypeType],
|
|
1084
|
+
"printAllowed": NotRequired[EnabledTypeType],
|
|
1085
|
+
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1063
1086
|
},
|
|
1064
1087
|
)
|
|
1065
|
-
|
|
1066
|
-
"
|
|
1088
|
+
UserSettingsTypeDef = TypedDict(
|
|
1089
|
+
"UserSettingsTypeDef",
|
|
1067
1090
|
{
|
|
1068
1091
|
"userSettingsArn": str,
|
|
1069
|
-
"
|
|
1092
|
+
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
1093
|
+
"associatedPortalArns": NotRequired[List[str]],
|
|
1070
1094
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1071
|
-
|
|
1095
|
+
CookieSynchronizationConfigurationOutputTypeDef
|
|
1072
1096
|
],
|
|
1073
1097
|
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1098
|
+
"customerManagedKey": NotRequired[str],
|
|
1099
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1074
1100
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1075
1101
|
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1076
1102
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
@@ -1079,31 +1105,39 @@ UpdateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
|
1079
1105
|
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1080
1106
|
},
|
|
1081
1107
|
)
|
|
1082
|
-
|
|
1083
|
-
|
|
1108
|
+
CookieSynchronizationConfigurationUnionTypeDef = Union[
|
|
1109
|
+
CookieSynchronizationConfigurationTypeDef, CookieSynchronizationConfigurationOutputTypeDef
|
|
1110
|
+
]
|
|
1111
|
+
CreateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
1112
|
+
"CreateUserSettingsRequestRequestTypeDef",
|
|
1084
1113
|
{
|
|
1085
|
-
"
|
|
1114
|
+
"copyAllowed": EnabledTypeType,
|
|
1115
|
+
"downloadAllowed": EnabledTypeType,
|
|
1116
|
+
"pasteAllowed": EnabledTypeType,
|
|
1117
|
+
"printAllowed": EnabledTypeType,
|
|
1118
|
+
"uploadAllowed": EnabledTypeType,
|
|
1119
|
+
"additionalEncryptionContext": NotRequired[Mapping[str, str]],
|
|
1120
|
+
"clientToken": NotRequired[str],
|
|
1086
1121
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1087
1122
|
CookieSynchronizationConfigurationTypeDef
|
|
1088
1123
|
],
|
|
1089
|
-
"
|
|
1124
|
+
"customerManagedKey": NotRequired[str],
|
|
1125
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1090
1126
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1091
|
-
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1092
1127
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
1093
|
-
"
|
|
1094
|
-
"printAllowed": NotRequired[EnabledTypeType],
|
|
1095
|
-
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1128
|
+
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
1096
1129
|
},
|
|
1097
1130
|
)
|
|
1098
|
-
|
|
1099
|
-
"
|
|
1131
|
+
UpdateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
1132
|
+
"UpdateUserSettingsRequestRequestTypeDef",
|
|
1100
1133
|
{
|
|
1101
1134
|
"userSettingsArn": str,
|
|
1102
|
-
"
|
|
1135
|
+
"clientToken": NotRequired[str],
|
|
1103
1136
|
"cookieSynchronizationConfiguration": NotRequired[
|
|
1104
1137
|
CookieSynchronizationConfigurationTypeDef
|
|
1105
1138
|
],
|
|
1106
1139
|
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1140
|
+
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1107
1141
|
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1108
1142
|
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1109
1143
|
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
{mypy_boto3_workspaces_web-1.34.0.dist-info → mypy_boto3_workspaces_web-1.34.132.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-workspaces-web
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.WorkSpacesWeb 1.34.
|
|
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,8 +25,8 @@ 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 ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
33
32
|
Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
@@ -44,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
44
43
|

|
|
45
44
|
|
|
46
45
|
Type annotations for
|
|
47
|
-
[boto3.WorkSpacesWeb 1.34.
|
|
46
|
+
[boto3.WorkSpacesWeb 1.34.132](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/workspaces-web.html#WorkSpacesWeb)
|
|
48
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -53,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
53
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
53
|
|
|
55
54
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.24.0](https://github.com/youtype/mypy_boto3_builder).
|
|
57
56
|
|
|
58
57
|
More information can be found on
|
|
59
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
mypy_boto3_workspaces_web/__init__.py,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
|
|
2
|
+
mypy_boto3_workspaces_web/__init__.pyi,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
|
|
3
|
+
mypy_boto3_workspaces_web/__main__.py,sha256=WHp2E8eLLTC3XbYjnTTPZFd_-bVGVMCiD85zGAoNZw8,948
|
|
4
|
+
mypy_boto3_workspaces_web/client.py,sha256=qWWpttY8rc7JWXJ7ZlhAs6HQVUNv3yyofV0abhx2Wqg,38593
|
|
5
|
+
mypy_boto3_workspaces_web/client.pyi,sha256=5GmcNQAzQ7Q5yYlr7a4x5lNXUplt08Mvkb89ls-z09c,38590
|
|
6
|
+
mypy_boto3_workspaces_web/literals.py,sha256=ReQHEQA1QIiytWLv2rztrbI3KeZAXtYC4sLZdcGfvpo,9222
|
|
7
|
+
mypy_boto3_workspaces_web/literals.pyi,sha256=ReQHEQA1QIiytWLv2rztrbI3KeZAXtYC4sLZdcGfvpo,9222
|
|
8
|
+
mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
mypy_boto3_workspaces_web/type_defs.py,sha256=b89nPPlrAYmyN-yCAYEbPS1SnfsVLwi8JBttI97eKp4,37836
|
|
10
|
+
mypy_boto3_workspaces_web/type_defs.pyi,sha256=b89nPPlrAYmyN-yCAYEbPS1SnfsVLwi8JBttI97eKp4,37836
|
|
11
|
+
mypy_boto3_workspaces_web/version.py,sha256=hZshaFCnR0GyLsEpZkILjxxHbv3LcGbDD16rFePRXuE,63
|
|
12
|
+
mypy_boto3_workspaces_web-1.34.132.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
13
|
+
mypy_boto3_workspaces_web-1.34.132.dist-info/METADATA,sha256=vaDTVg60oyq8AVkejVOUbISoyvMM7B3nyPSpWngZjGw,12484
|
|
14
|
+
mypy_boto3_workspaces_web-1.34.132.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
|
|
15
|
+
mypy_boto3_workspaces_web-1.34.132.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
|
|
16
|
+
mypy_boto3_workspaces_web-1.34.132.dist-info/RECORD,,
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
mypy_boto3_workspaces_web/__init__.py,sha256=LScVUIHiVVtbYLehdx0qCHg7h2xHLPsFazPfACCnrDU,425
|
|
2
|
-
mypy_boto3_workspaces_web/__init__.pyi,sha256=_PceDoM-MgG7nsoy7NRSHaMfNajMR3LFUxZDl6B4ozo,424
|
|
3
|
-
mypy_boto3_workspaces_web/__main__.py,sha256=a5IWfIwnJqkSrBnS_HbgSI1Z2i_xVBccdQ9vxp3IOvw,931
|
|
4
|
-
mypy_boto3_workspaces_web/client.py,sha256=XL9QN6kmeyZRH7t2VZ0m_smExAq1FucH-k0cgw_Pxb0,38211
|
|
5
|
-
mypy_boto3_workspaces_web/client.pyi,sha256=46TfmSUAF19w0W5FAzUd0PLIEdgMVpKTLdtVkNPg3FQ,38208
|
|
6
|
-
mypy_boto3_workspaces_web/literals.py,sha256=jpbJ1ZfZP4ml91S-XoclpGsV_5IBOnA3cyhr-M9lr4M,8890
|
|
7
|
-
mypy_boto3_workspaces_web/literals.pyi,sha256=2V18oB4nGVcUCIH-shR8C38iGlNH6hVa3ewaNLMquGY,8888
|
|
8
|
-
mypy_boto3_workspaces_web/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
mypy_boto3_workspaces_web/type_defs.py,sha256=KoMCThU8wxldZOb2JTn1b8-Rwg6GU6xvotS3boMoQjM,36107
|
|
10
|
-
mypy_boto3_workspaces_web/type_defs.pyi,sha256=s8BySrc1QsRWqGxwdhliYFRxNktyyBG7Peo8oa6Iyd8,36106
|
|
11
|
-
mypy_boto3_workspaces_web/version.py,sha256=8Qbu8HOCjrY6O2_gOYfRFBCem64Ka_MtjvbfMGE_iFg,61
|
|
12
|
-
mypy_boto3_workspaces_web-1.34.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
-
mypy_boto3_workspaces_web-1.34.0.dist-info/METADATA,sha256=gN7BVCOzPOYZr34JKBKEw-0a3tCkHcw7XTihXuZ0_eg,12523
|
|
14
|
-
mypy_boto3_workspaces_web-1.34.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
15
|
-
mypy_boto3_workspaces_web-1.34.0.dist-info/top_level.txt,sha256=uVGqyFrLYAjBajviVBauQuxxcr6knw6ba2vzvsNkrGg,26
|
|
16
|
-
mypy_boto3_workspaces_web-1.34.0.dist-info/RECORD,,
|
|
File without changes
|