mypy-boto3-workspaces-web 1.35.0__py3-none-any.whl → 1.35.66__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 +15 -1
- mypy_boto3_workspaces_web/__init__.pyi +14 -1
- mypy_boto3_workspaces_web/__main__.py +7 -5
- mypy_boto3_workspaces_web/client.py +362 -234
- mypy_boto3_workspaces_web/client.pyi +361 -234
- mypy_boto3_workspaces_web/literals.py +29 -6
- mypy_boto3_workspaces_web/literals.pyi +27 -6
- mypy_boto3_workspaces_web/paginator.py +88 -0
- mypy_boto3_workspaces_web/paginator.pyi +81 -0
- mypy_boto3_workspaces_web/type_defs.py +1058 -1084
- mypy_boto3_workspaces_web/type_defs.pyi +901 -1084
- mypy_boto3_workspaces_web/version.py +3 -1
- {mypy_boto3_workspaces_web-1.35.0.dist-info → mypy_boto3_workspaces_web-1.35.66.dist-info}/METADATA +61 -19
- mypy_boto3_workspaces_web-1.35.66.dist-info/RECORD +18 -0
- {mypy_boto3_workspaces_web-1.35.0.dist-info → mypy_boto3_workspaces_web-1.35.66.dist-info}/WHEEL +1 -1
- mypy_boto3_workspaces_web-1.35.0.dist-info/RECORD +0 -16
- {mypy_boto3_workspaces_web-1.35.0.dist-info → mypy_boto3_workspaces_web-1.35.66.dist-info}/LICENSE +0 -0
- {mypy_boto3_workspaces_web-1.35.0.dist-info → mypy_boto3_workspaces_web-1.35.66.dist-info}/top_level.txt +0 -0
|
@@ -10,6 +10,8 @@ Usage::
|
|
|
10
10
|
|
|
11
11
|
data: AssociateBrowserSettingsRequestRequestTypeDef = ...
|
|
12
12
|
```
|
|
13
|
+
|
|
14
|
+
Copyright 2024 Vlad Emelianov
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
17
|
import sys
|
|
@@ -24,1161 +26,976 @@ from .literals import (
|
|
|
24
26
|
IdentityProviderTypeType,
|
|
25
27
|
InstanceTypeType,
|
|
26
28
|
PortalStatusType,
|
|
29
|
+
SessionSortByType,
|
|
30
|
+
SessionStatusType,
|
|
27
31
|
)
|
|
28
32
|
|
|
29
33
|
if sys.version_info >= (3, 12):
|
|
30
|
-
from typing import Literal
|
|
31
|
-
else:
|
|
32
|
-
from typing_extensions import Literal
|
|
33
|
-
if sys.version_info >= (3, 12):
|
|
34
|
-
from typing import NotRequired
|
|
35
|
-
else:
|
|
36
|
-
from typing_extensions import NotRequired
|
|
37
|
-
if sys.version_info >= (3, 12):
|
|
38
|
-
from typing import TypedDict
|
|
34
|
+
from typing import Literal, NotRequired, TypedDict
|
|
39
35
|
else:
|
|
40
|
-
from typing_extensions import TypedDict
|
|
36
|
+
from typing_extensions import Literal, NotRequired, TypedDict
|
|
41
37
|
|
|
42
38
|
__all__ = (
|
|
43
39
|
"AssociateBrowserSettingsRequestRequestTypeDef",
|
|
44
|
-
"
|
|
40
|
+
"AssociateBrowserSettingsResponseTypeDef",
|
|
41
|
+
"AssociateDataProtectionSettingsRequestRequestTypeDef",
|
|
42
|
+
"AssociateDataProtectionSettingsResponseTypeDef",
|
|
45
43
|
"AssociateIpAccessSettingsRequestRequestTypeDef",
|
|
44
|
+
"AssociateIpAccessSettingsResponseTypeDef",
|
|
46
45
|
"AssociateNetworkSettingsRequestRequestTypeDef",
|
|
46
|
+
"AssociateNetworkSettingsResponseTypeDef",
|
|
47
47
|
"AssociateTrustStoreRequestRequestTypeDef",
|
|
48
|
+
"AssociateTrustStoreResponseTypeDef",
|
|
48
49
|
"AssociateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
50
|
+
"AssociateUserAccessLoggingSettingsResponseTypeDef",
|
|
49
51
|
"AssociateUserSettingsRequestRequestTypeDef",
|
|
52
|
+
"AssociateUserSettingsResponseTypeDef",
|
|
50
53
|
"BlobTypeDef",
|
|
51
54
|
"BrowserSettingsSummaryTypeDef",
|
|
52
55
|
"BrowserSettingsTypeDef",
|
|
53
56
|
"CertificateSummaryTypeDef",
|
|
54
57
|
"CertificateTypeDef",
|
|
55
58
|
"CookieSpecificationTypeDef",
|
|
56
|
-
"TagTypeDef",
|
|
57
|
-
"IpRuleTypeDef",
|
|
58
|
-
"DeleteBrowserSettingsRequestRequestTypeDef",
|
|
59
|
-
"DeleteIdentityProviderRequestRequestTypeDef",
|
|
60
|
-
"DeleteIpAccessSettingsRequestRequestTypeDef",
|
|
61
|
-
"DeleteNetworkSettingsRequestRequestTypeDef",
|
|
62
|
-
"DeletePortalRequestRequestTypeDef",
|
|
63
|
-
"DeleteTrustStoreRequestRequestTypeDef",
|
|
64
|
-
"DeleteUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
65
|
-
"DeleteUserSettingsRequestRequestTypeDef",
|
|
66
|
-
"DisassociateBrowserSettingsRequestRequestTypeDef",
|
|
67
|
-
"DisassociateIpAccessSettingsRequestRequestTypeDef",
|
|
68
|
-
"DisassociateNetworkSettingsRequestRequestTypeDef",
|
|
69
|
-
"DisassociateTrustStoreRequestRequestTypeDef",
|
|
70
|
-
"DisassociateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
71
|
-
"DisassociateUserSettingsRequestRequestTypeDef",
|
|
72
|
-
"GetBrowserSettingsRequestRequestTypeDef",
|
|
73
|
-
"GetIdentityProviderRequestRequestTypeDef",
|
|
74
|
-
"IdentityProviderTypeDef",
|
|
75
|
-
"GetIpAccessSettingsRequestRequestTypeDef",
|
|
76
|
-
"GetNetworkSettingsRequestRequestTypeDef",
|
|
77
|
-
"NetworkSettingsTypeDef",
|
|
78
|
-
"GetPortalRequestRequestTypeDef",
|
|
79
|
-
"PortalTypeDef",
|
|
80
|
-
"GetPortalServiceProviderMetadataRequestRequestTypeDef",
|
|
81
|
-
"GetTrustStoreCertificateRequestRequestTypeDef",
|
|
82
|
-
"GetTrustStoreRequestRequestTypeDef",
|
|
83
|
-
"TrustStoreTypeDef",
|
|
84
|
-
"GetUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
85
|
-
"UserAccessLoggingSettingsTypeDef",
|
|
86
|
-
"GetUserSettingsRequestRequestTypeDef",
|
|
87
|
-
"IdentityProviderSummaryTypeDef",
|
|
88
|
-
"IpAccessSettingsSummaryTypeDef",
|
|
89
|
-
"ListBrowserSettingsRequestRequestTypeDef",
|
|
90
|
-
"ListIdentityProvidersRequestRequestTypeDef",
|
|
91
|
-
"ListIpAccessSettingsRequestRequestTypeDef",
|
|
92
|
-
"ListNetworkSettingsRequestRequestTypeDef",
|
|
93
|
-
"NetworkSettingsSummaryTypeDef",
|
|
94
|
-
"ListPortalsRequestRequestTypeDef",
|
|
95
|
-
"PortalSummaryTypeDef",
|
|
96
|
-
"ListTagsForResourceRequestRequestTypeDef",
|
|
97
|
-
"ListTrustStoreCertificatesRequestRequestTypeDef",
|
|
98
|
-
"ListTrustStoresRequestRequestTypeDef",
|
|
99
|
-
"TrustStoreSummaryTypeDef",
|
|
100
|
-
"ListUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
101
|
-
"UserAccessLoggingSettingsSummaryTypeDef",
|
|
102
|
-
"ListUserSettingsRequestRequestTypeDef",
|
|
103
|
-
"UntagResourceRequestRequestTypeDef",
|
|
104
|
-
"UpdateBrowserSettingsRequestRequestTypeDef",
|
|
105
|
-
"UpdateIdentityProviderRequestRequestTypeDef",
|
|
106
|
-
"UpdateNetworkSettingsRequestRequestTypeDef",
|
|
107
|
-
"UpdatePortalRequestRequestTypeDef",
|
|
108
|
-
"UpdateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
109
|
-
"AssociateBrowserSettingsResponseTypeDef",
|
|
110
|
-
"AssociateIpAccessSettingsResponseTypeDef",
|
|
111
|
-
"AssociateNetworkSettingsResponseTypeDef",
|
|
112
|
-
"AssociateTrustStoreResponseTypeDef",
|
|
113
|
-
"AssociateUserAccessLoggingSettingsResponseTypeDef",
|
|
114
|
-
"AssociateUserSettingsResponseTypeDef",
|
|
115
|
-
"CreateBrowserSettingsResponseTypeDef",
|
|
116
|
-
"CreateIdentityProviderResponseTypeDef",
|
|
117
|
-
"CreateIpAccessSettingsResponseTypeDef",
|
|
118
|
-
"CreateNetworkSettingsResponseTypeDef",
|
|
119
|
-
"CreatePortalResponseTypeDef",
|
|
120
|
-
"CreateTrustStoreResponseTypeDef",
|
|
121
|
-
"CreateUserAccessLoggingSettingsResponseTypeDef",
|
|
122
|
-
"CreateUserSettingsResponseTypeDef",
|
|
123
|
-
"GetPortalServiceProviderMetadataResponseTypeDef",
|
|
124
|
-
"UpdateTrustStoreResponseTypeDef",
|
|
125
|
-
"UpdateTrustStoreRequestRequestTypeDef",
|
|
126
|
-
"ListBrowserSettingsResponseTypeDef",
|
|
127
|
-
"GetBrowserSettingsResponseTypeDef",
|
|
128
|
-
"UpdateBrowserSettingsResponseTypeDef",
|
|
129
|
-
"ListTrustStoreCertificatesResponseTypeDef",
|
|
130
|
-
"GetTrustStoreCertificateResponseTypeDef",
|
|
131
59
|
"CookieSynchronizationConfigurationOutputTypeDef",
|
|
132
60
|
"CookieSynchronizationConfigurationTypeDef",
|
|
133
61
|
"CreateBrowserSettingsRequestRequestTypeDef",
|
|
62
|
+
"CreateBrowserSettingsResponseTypeDef",
|
|
63
|
+
"CreateDataProtectionSettingsRequestRequestTypeDef",
|
|
64
|
+
"CreateDataProtectionSettingsResponseTypeDef",
|
|
134
65
|
"CreateIdentityProviderRequestRequestTypeDef",
|
|
66
|
+
"CreateIdentityProviderResponseTypeDef",
|
|
67
|
+
"CreateIpAccessSettingsRequestRequestTypeDef",
|
|
68
|
+
"CreateIpAccessSettingsResponseTypeDef",
|
|
135
69
|
"CreateNetworkSettingsRequestRequestTypeDef",
|
|
70
|
+
"CreateNetworkSettingsResponseTypeDef",
|
|
136
71
|
"CreatePortalRequestRequestTypeDef",
|
|
72
|
+
"CreatePortalResponseTypeDef",
|
|
137
73
|
"CreateTrustStoreRequestRequestTypeDef",
|
|
74
|
+
"CreateTrustStoreResponseTypeDef",
|
|
138
75
|
"CreateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
139
|
-
"
|
|
140
|
-
"TagResourceRequestRequestTypeDef",
|
|
141
|
-
"CreateIpAccessSettingsRequestRequestTypeDef",
|
|
142
|
-
"IpAccessSettingsTypeDef",
|
|
143
|
-
"UpdateIpAccessSettingsRequestRequestTypeDef",
|
|
144
|
-
"GetIdentityProviderResponseTypeDef",
|
|
145
|
-
"UpdateIdentityProviderResponseTypeDef",
|
|
146
|
-
"GetNetworkSettingsResponseTypeDef",
|
|
147
|
-
"UpdateNetworkSettingsResponseTypeDef",
|
|
148
|
-
"GetPortalResponseTypeDef",
|
|
149
|
-
"UpdatePortalResponseTypeDef",
|
|
150
|
-
"GetTrustStoreResponseTypeDef",
|
|
151
|
-
"GetUserAccessLoggingSettingsResponseTypeDef",
|
|
152
|
-
"UpdateUserAccessLoggingSettingsResponseTypeDef",
|
|
153
|
-
"ListIdentityProvidersResponseTypeDef",
|
|
154
|
-
"ListIpAccessSettingsResponseTypeDef",
|
|
155
|
-
"ListNetworkSettingsResponseTypeDef",
|
|
156
|
-
"ListPortalsResponseTypeDef",
|
|
157
|
-
"ListTrustStoresResponseTypeDef",
|
|
158
|
-
"ListUserAccessLoggingSettingsResponseTypeDef",
|
|
159
|
-
"UserSettingsSummaryTypeDef",
|
|
160
|
-
"UserSettingsTypeDef",
|
|
161
|
-
"CookieSynchronizationConfigurationUnionTypeDef",
|
|
76
|
+
"CreateUserAccessLoggingSettingsResponseTypeDef",
|
|
162
77
|
"CreateUserSettingsRequestRequestTypeDef",
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"GetUserSettingsResponseTypeDef",
|
|
168
|
-
"UpdateUserSettingsResponseTypeDef",
|
|
169
|
-
)
|
|
170
|
-
|
|
171
|
-
AssociateBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
172
|
-
"AssociateBrowserSettingsRequestRequestTypeDef",
|
|
173
|
-
{
|
|
174
|
-
"browserSettingsArn": str,
|
|
175
|
-
"portalArn": str,
|
|
176
|
-
},
|
|
177
|
-
)
|
|
178
|
-
ResponseMetadataTypeDef = TypedDict(
|
|
179
|
-
"ResponseMetadataTypeDef",
|
|
180
|
-
{
|
|
181
|
-
"RequestId": str,
|
|
182
|
-
"HTTPStatusCode": int,
|
|
183
|
-
"HTTPHeaders": Dict[str, str],
|
|
184
|
-
"RetryAttempts": int,
|
|
185
|
-
"HostId": NotRequired[str],
|
|
186
|
-
},
|
|
187
|
-
)
|
|
188
|
-
AssociateIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
189
|
-
"AssociateIpAccessSettingsRequestRequestTypeDef",
|
|
190
|
-
{
|
|
191
|
-
"ipAccessSettingsArn": str,
|
|
192
|
-
"portalArn": str,
|
|
193
|
-
},
|
|
194
|
-
)
|
|
195
|
-
AssociateNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
196
|
-
"AssociateNetworkSettingsRequestRequestTypeDef",
|
|
197
|
-
{
|
|
198
|
-
"networkSettingsArn": str,
|
|
199
|
-
"portalArn": str,
|
|
200
|
-
},
|
|
201
|
-
)
|
|
202
|
-
AssociateTrustStoreRequestRequestTypeDef = TypedDict(
|
|
203
|
-
"AssociateTrustStoreRequestRequestTypeDef",
|
|
204
|
-
{
|
|
205
|
-
"portalArn": str,
|
|
206
|
-
"trustStoreArn": str,
|
|
207
|
-
},
|
|
208
|
-
)
|
|
209
|
-
AssociateUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
210
|
-
"AssociateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
211
|
-
{
|
|
212
|
-
"portalArn": str,
|
|
213
|
-
"userAccessLoggingSettingsArn": str,
|
|
214
|
-
},
|
|
215
|
-
)
|
|
216
|
-
AssociateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
217
|
-
"AssociateUserSettingsRequestRequestTypeDef",
|
|
218
|
-
{
|
|
219
|
-
"portalArn": str,
|
|
220
|
-
"userSettingsArn": str,
|
|
221
|
-
},
|
|
222
|
-
)
|
|
223
|
-
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
224
|
-
BrowserSettingsSummaryTypeDef = TypedDict(
|
|
225
|
-
"BrowserSettingsSummaryTypeDef",
|
|
226
|
-
{
|
|
227
|
-
"browserSettingsArn": str,
|
|
228
|
-
},
|
|
229
|
-
)
|
|
230
|
-
BrowserSettingsTypeDef = TypedDict(
|
|
231
|
-
"BrowserSettingsTypeDef",
|
|
232
|
-
{
|
|
233
|
-
"browserSettingsArn": str,
|
|
234
|
-
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
235
|
-
"associatedPortalArns": NotRequired[List[str]],
|
|
236
|
-
"browserPolicy": NotRequired[str],
|
|
237
|
-
"customerManagedKey": NotRequired[str],
|
|
238
|
-
},
|
|
239
|
-
)
|
|
240
|
-
CertificateSummaryTypeDef = TypedDict(
|
|
241
|
-
"CertificateSummaryTypeDef",
|
|
242
|
-
{
|
|
243
|
-
"issuer": NotRequired[str],
|
|
244
|
-
"notValidAfter": NotRequired[datetime],
|
|
245
|
-
"notValidBefore": NotRequired[datetime],
|
|
246
|
-
"subject": NotRequired[str],
|
|
247
|
-
"thumbprint": NotRequired[str],
|
|
248
|
-
},
|
|
249
|
-
)
|
|
250
|
-
CertificateTypeDef = TypedDict(
|
|
251
|
-
"CertificateTypeDef",
|
|
252
|
-
{
|
|
253
|
-
"body": NotRequired[bytes],
|
|
254
|
-
"issuer": NotRequired[str],
|
|
255
|
-
"notValidAfter": NotRequired[datetime],
|
|
256
|
-
"notValidBefore": NotRequired[datetime],
|
|
257
|
-
"subject": NotRequired[str],
|
|
258
|
-
"thumbprint": NotRequired[str],
|
|
259
|
-
},
|
|
260
|
-
)
|
|
261
|
-
CookieSpecificationTypeDef = TypedDict(
|
|
262
|
-
"CookieSpecificationTypeDef",
|
|
263
|
-
{
|
|
264
|
-
"domain": str,
|
|
265
|
-
"name": NotRequired[str],
|
|
266
|
-
"path": NotRequired[str],
|
|
267
|
-
},
|
|
268
|
-
)
|
|
269
|
-
TagTypeDef = TypedDict(
|
|
270
|
-
"TagTypeDef",
|
|
271
|
-
{
|
|
272
|
-
"Key": str,
|
|
273
|
-
"Value": str,
|
|
274
|
-
},
|
|
275
|
-
)
|
|
276
|
-
IpRuleTypeDef = TypedDict(
|
|
277
|
-
"IpRuleTypeDef",
|
|
278
|
-
{
|
|
279
|
-
"ipRange": str,
|
|
280
|
-
"description": NotRequired[str],
|
|
281
|
-
},
|
|
282
|
-
)
|
|
283
|
-
DeleteBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
78
|
+
"CreateUserSettingsResponseTypeDef",
|
|
79
|
+
"CustomPatternTypeDef",
|
|
80
|
+
"DataProtectionSettingsSummaryTypeDef",
|
|
81
|
+
"DataProtectionSettingsTypeDef",
|
|
284
82
|
"DeleteBrowserSettingsRequestRequestTypeDef",
|
|
285
|
-
|
|
286
|
-
"browserSettingsArn": str,
|
|
287
|
-
},
|
|
288
|
-
)
|
|
289
|
-
DeleteIdentityProviderRequestRequestTypeDef = TypedDict(
|
|
83
|
+
"DeleteDataProtectionSettingsRequestRequestTypeDef",
|
|
290
84
|
"DeleteIdentityProviderRequestRequestTypeDef",
|
|
291
|
-
{
|
|
292
|
-
"identityProviderArn": str,
|
|
293
|
-
},
|
|
294
|
-
)
|
|
295
|
-
DeleteIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
296
85
|
"DeleteIpAccessSettingsRequestRequestTypeDef",
|
|
297
|
-
{
|
|
298
|
-
"ipAccessSettingsArn": str,
|
|
299
|
-
},
|
|
300
|
-
)
|
|
301
|
-
DeleteNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
302
86
|
"DeleteNetworkSettingsRequestRequestTypeDef",
|
|
303
|
-
{
|
|
304
|
-
"networkSettingsArn": str,
|
|
305
|
-
},
|
|
306
|
-
)
|
|
307
|
-
DeletePortalRequestRequestTypeDef = TypedDict(
|
|
308
87
|
"DeletePortalRequestRequestTypeDef",
|
|
309
|
-
{
|
|
310
|
-
"portalArn": str,
|
|
311
|
-
},
|
|
312
|
-
)
|
|
313
|
-
DeleteTrustStoreRequestRequestTypeDef = TypedDict(
|
|
314
88
|
"DeleteTrustStoreRequestRequestTypeDef",
|
|
315
|
-
{
|
|
316
|
-
"trustStoreArn": str,
|
|
317
|
-
},
|
|
318
|
-
)
|
|
319
|
-
DeleteUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
320
89
|
"DeleteUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
321
|
-
{
|
|
322
|
-
"userAccessLoggingSettingsArn": str,
|
|
323
|
-
},
|
|
324
|
-
)
|
|
325
|
-
DeleteUserSettingsRequestRequestTypeDef = TypedDict(
|
|
326
90
|
"DeleteUserSettingsRequestRequestTypeDef",
|
|
327
|
-
{
|
|
328
|
-
"userSettingsArn": str,
|
|
329
|
-
},
|
|
330
|
-
)
|
|
331
|
-
DisassociateBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
332
91
|
"DisassociateBrowserSettingsRequestRequestTypeDef",
|
|
333
|
-
|
|
334
|
-
"portalArn": str,
|
|
335
|
-
},
|
|
336
|
-
)
|
|
337
|
-
DisassociateIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
92
|
+
"DisassociateDataProtectionSettingsRequestRequestTypeDef",
|
|
338
93
|
"DisassociateIpAccessSettingsRequestRequestTypeDef",
|
|
339
|
-
{
|
|
340
|
-
"portalArn": str,
|
|
341
|
-
},
|
|
342
|
-
)
|
|
343
|
-
DisassociateNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
344
94
|
"DisassociateNetworkSettingsRequestRequestTypeDef",
|
|
345
|
-
{
|
|
346
|
-
"portalArn": str,
|
|
347
|
-
},
|
|
348
|
-
)
|
|
349
|
-
DisassociateTrustStoreRequestRequestTypeDef = TypedDict(
|
|
350
95
|
"DisassociateTrustStoreRequestRequestTypeDef",
|
|
351
|
-
{
|
|
352
|
-
"portalArn": str,
|
|
353
|
-
},
|
|
354
|
-
)
|
|
355
|
-
DisassociateUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
356
96
|
"DisassociateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
357
|
-
{
|
|
358
|
-
"portalArn": str,
|
|
359
|
-
},
|
|
360
|
-
)
|
|
361
|
-
DisassociateUserSettingsRequestRequestTypeDef = TypedDict(
|
|
362
97
|
"DisassociateUserSettingsRequestRequestTypeDef",
|
|
363
|
-
|
|
364
|
-
"portalArn": str,
|
|
365
|
-
},
|
|
366
|
-
)
|
|
367
|
-
GetBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
98
|
+
"ExpireSessionRequestRequestTypeDef",
|
|
368
99
|
"GetBrowserSettingsRequestRequestTypeDef",
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
)
|
|
373
|
-
GetIdentityProviderRequestRequestTypeDef = TypedDict(
|
|
100
|
+
"GetBrowserSettingsResponseTypeDef",
|
|
101
|
+
"GetDataProtectionSettingsRequestRequestTypeDef",
|
|
102
|
+
"GetDataProtectionSettingsResponseTypeDef",
|
|
374
103
|
"GetIdentityProviderRequestRequestTypeDef",
|
|
375
|
-
|
|
376
|
-
"identityProviderArn": str,
|
|
377
|
-
},
|
|
378
|
-
)
|
|
379
|
-
IdentityProviderTypeDef = TypedDict(
|
|
380
|
-
"IdentityProviderTypeDef",
|
|
381
|
-
{
|
|
382
|
-
"identityProviderArn": str,
|
|
383
|
-
"identityProviderDetails": NotRequired[Dict[str, str]],
|
|
384
|
-
"identityProviderName": NotRequired[str],
|
|
385
|
-
"identityProviderType": NotRequired[IdentityProviderTypeType],
|
|
386
|
-
},
|
|
387
|
-
)
|
|
388
|
-
GetIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
104
|
+
"GetIdentityProviderResponseTypeDef",
|
|
389
105
|
"GetIpAccessSettingsRequestRequestTypeDef",
|
|
390
|
-
|
|
391
|
-
"ipAccessSettingsArn": str,
|
|
392
|
-
},
|
|
393
|
-
)
|
|
394
|
-
GetNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
106
|
+
"GetIpAccessSettingsResponseTypeDef",
|
|
395
107
|
"GetNetworkSettingsRequestRequestTypeDef",
|
|
396
|
-
|
|
397
|
-
"networkSettingsArn": str,
|
|
398
|
-
},
|
|
399
|
-
)
|
|
400
|
-
NetworkSettingsTypeDef = TypedDict(
|
|
401
|
-
"NetworkSettingsTypeDef",
|
|
402
|
-
{
|
|
403
|
-
"networkSettingsArn": str,
|
|
404
|
-
"associatedPortalArns": NotRequired[List[str]],
|
|
405
|
-
"securityGroupIds": NotRequired[List[str]],
|
|
406
|
-
"subnetIds": NotRequired[List[str]],
|
|
407
|
-
"vpcId": NotRequired[str],
|
|
408
|
-
},
|
|
409
|
-
)
|
|
410
|
-
GetPortalRequestRequestTypeDef = TypedDict(
|
|
108
|
+
"GetNetworkSettingsResponseTypeDef",
|
|
411
109
|
"GetPortalRequestRequestTypeDef",
|
|
412
|
-
|
|
413
|
-
"portalArn": str,
|
|
414
|
-
},
|
|
415
|
-
)
|
|
416
|
-
PortalTypeDef = TypedDict(
|
|
417
|
-
"PortalTypeDef",
|
|
418
|
-
{
|
|
419
|
-
"portalArn": str,
|
|
420
|
-
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
421
|
-
"authenticationType": NotRequired[AuthenticationTypeType],
|
|
422
|
-
"browserSettingsArn": NotRequired[str],
|
|
423
|
-
"browserType": NotRequired[Literal["Chrome"]],
|
|
424
|
-
"creationDate": NotRequired[datetime],
|
|
425
|
-
"customerManagedKey": NotRequired[str],
|
|
426
|
-
"displayName": NotRequired[str],
|
|
427
|
-
"instanceType": NotRequired[InstanceTypeType],
|
|
428
|
-
"ipAccessSettingsArn": NotRequired[str],
|
|
429
|
-
"maxConcurrentSessions": NotRequired[int],
|
|
430
|
-
"networkSettingsArn": NotRequired[str],
|
|
431
|
-
"portalEndpoint": NotRequired[str],
|
|
432
|
-
"portalStatus": NotRequired[PortalStatusType],
|
|
433
|
-
"rendererType": NotRequired[Literal["AppStream"]],
|
|
434
|
-
"statusReason": NotRequired[str],
|
|
435
|
-
"trustStoreArn": NotRequired[str],
|
|
436
|
-
"userAccessLoggingSettingsArn": NotRequired[str],
|
|
437
|
-
"userSettingsArn": NotRequired[str],
|
|
438
|
-
},
|
|
439
|
-
)
|
|
440
|
-
GetPortalServiceProviderMetadataRequestRequestTypeDef = TypedDict(
|
|
110
|
+
"GetPortalResponseTypeDef",
|
|
441
111
|
"GetPortalServiceProviderMetadataRequestRequestTypeDef",
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
)
|
|
446
|
-
GetTrustStoreCertificateRequestRequestTypeDef = TypedDict(
|
|
112
|
+
"GetPortalServiceProviderMetadataResponseTypeDef",
|
|
113
|
+
"GetSessionRequestRequestTypeDef",
|
|
114
|
+
"GetSessionResponseTypeDef",
|
|
447
115
|
"GetTrustStoreCertificateRequestRequestTypeDef",
|
|
448
|
-
|
|
449
|
-
"thumbprint": str,
|
|
450
|
-
"trustStoreArn": str,
|
|
451
|
-
},
|
|
452
|
-
)
|
|
453
|
-
GetTrustStoreRequestRequestTypeDef = TypedDict(
|
|
116
|
+
"GetTrustStoreCertificateResponseTypeDef",
|
|
454
117
|
"GetTrustStoreRequestRequestTypeDef",
|
|
455
|
-
|
|
456
|
-
"trustStoreArn": str,
|
|
457
|
-
},
|
|
458
|
-
)
|
|
459
|
-
TrustStoreTypeDef = TypedDict(
|
|
460
|
-
"TrustStoreTypeDef",
|
|
461
|
-
{
|
|
462
|
-
"trustStoreArn": str,
|
|
463
|
-
"associatedPortalArns": NotRequired[List[str]],
|
|
464
|
-
},
|
|
465
|
-
)
|
|
466
|
-
GetUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
118
|
+
"GetTrustStoreResponseTypeDef",
|
|
467
119
|
"GetUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
468
|
-
|
|
469
|
-
"userAccessLoggingSettingsArn": str,
|
|
470
|
-
},
|
|
471
|
-
)
|
|
472
|
-
UserAccessLoggingSettingsTypeDef = TypedDict(
|
|
473
|
-
"UserAccessLoggingSettingsTypeDef",
|
|
474
|
-
{
|
|
475
|
-
"userAccessLoggingSettingsArn": str,
|
|
476
|
-
"associatedPortalArns": NotRequired[List[str]],
|
|
477
|
-
"kinesisStreamArn": NotRequired[str],
|
|
478
|
-
},
|
|
479
|
-
)
|
|
480
|
-
GetUserSettingsRequestRequestTypeDef = TypedDict(
|
|
120
|
+
"GetUserAccessLoggingSettingsResponseTypeDef",
|
|
481
121
|
"GetUserSettingsRequestRequestTypeDef",
|
|
482
|
-
|
|
483
|
-
"userSettingsArn": str,
|
|
484
|
-
},
|
|
485
|
-
)
|
|
486
|
-
IdentityProviderSummaryTypeDef = TypedDict(
|
|
122
|
+
"GetUserSettingsResponseTypeDef",
|
|
487
123
|
"IdentityProviderSummaryTypeDef",
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
IpAccessSettingsSummaryTypeDef = TypedDict(
|
|
124
|
+
"IdentityProviderTypeDef",
|
|
125
|
+
"InlineRedactionConfigurationOutputTypeDef",
|
|
126
|
+
"InlineRedactionConfigurationTypeDef",
|
|
127
|
+
"InlineRedactionPatternOutputTypeDef",
|
|
128
|
+
"InlineRedactionPatternTypeDef",
|
|
129
|
+
"InlineRedactionPatternUnionTypeDef",
|
|
495
130
|
"IpAccessSettingsSummaryTypeDef",
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
"creationDate": NotRequired[datetime],
|
|
499
|
-
"description": NotRequired[str],
|
|
500
|
-
"displayName": NotRequired[str],
|
|
501
|
-
},
|
|
502
|
-
)
|
|
503
|
-
ListBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
131
|
+
"IpAccessSettingsTypeDef",
|
|
132
|
+
"IpRuleTypeDef",
|
|
504
133
|
"ListBrowserSettingsRequestRequestTypeDef",
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
)
|
|
510
|
-
ListIdentityProvidersRequestRequestTypeDef = TypedDict(
|
|
134
|
+
"ListBrowserSettingsResponseTypeDef",
|
|
135
|
+
"ListDataProtectionSettingsRequestListDataProtectionSettingsPaginateTypeDef",
|
|
136
|
+
"ListDataProtectionSettingsRequestRequestTypeDef",
|
|
137
|
+
"ListDataProtectionSettingsResponseTypeDef",
|
|
511
138
|
"ListIdentityProvidersRequestRequestTypeDef",
|
|
512
|
-
|
|
513
|
-
"portalArn": str,
|
|
514
|
-
"maxResults": NotRequired[int],
|
|
515
|
-
"nextToken": NotRequired[str],
|
|
516
|
-
},
|
|
517
|
-
)
|
|
518
|
-
ListIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
139
|
+
"ListIdentityProvidersResponseTypeDef",
|
|
519
140
|
"ListIpAccessSettingsRequestRequestTypeDef",
|
|
520
|
-
|
|
521
|
-
"maxResults": NotRequired[int],
|
|
522
|
-
"nextToken": NotRequired[str],
|
|
523
|
-
},
|
|
524
|
-
)
|
|
525
|
-
ListNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
141
|
+
"ListIpAccessSettingsResponseTypeDef",
|
|
526
142
|
"ListNetworkSettingsRequestRequestTypeDef",
|
|
527
|
-
|
|
528
|
-
"maxResults": NotRequired[int],
|
|
529
|
-
"nextToken": NotRequired[str],
|
|
530
|
-
},
|
|
531
|
-
)
|
|
532
|
-
NetworkSettingsSummaryTypeDef = TypedDict(
|
|
533
|
-
"NetworkSettingsSummaryTypeDef",
|
|
534
|
-
{
|
|
535
|
-
"networkSettingsArn": str,
|
|
536
|
-
"vpcId": NotRequired[str],
|
|
537
|
-
},
|
|
538
|
-
)
|
|
539
|
-
ListPortalsRequestRequestTypeDef = TypedDict(
|
|
143
|
+
"ListNetworkSettingsResponseTypeDef",
|
|
540
144
|
"ListPortalsRequestRequestTypeDef",
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
)
|
|
546
|
-
PortalSummaryTypeDef = TypedDict(
|
|
547
|
-
"PortalSummaryTypeDef",
|
|
548
|
-
{
|
|
549
|
-
"portalArn": str,
|
|
550
|
-
"authenticationType": NotRequired[AuthenticationTypeType],
|
|
551
|
-
"browserSettingsArn": NotRequired[str],
|
|
552
|
-
"browserType": NotRequired[Literal["Chrome"]],
|
|
553
|
-
"creationDate": NotRequired[datetime],
|
|
554
|
-
"displayName": NotRequired[str],
|
|
555
|
-
"instanceType": NotRequired[InstanceTypeType],
|
|
556
|
-
"ipAccessSettingsArn": NotRequired[str],
|
|
557
|
-
"maxConcurrentSessions": NotRequired[int],
|
|
558
|
-
"networkSettingsArn": NotRequired[str],
|
|
559
|
-
"portalEndpoint": NotRequired[str],
|
|
560
|
-
"portalStatus": NotRequired[PortalStatusType],
|
|
561
|
-
"rendererType": NotRequired[Literal["AppStream"]],
|
|
562
|
-
"trustStoreArn": NotRequired[str],
|
|
563
|
-
"userAccessLoggingSettingsArn": NotRequired[str],
|
|
564
|
-
"userSettingsArn": NotRequired[str],
|
|
565
|
-
},
|
|
566
|
-
)
|
|
567
|
-
ListTagsForResourceRequestRequestTypeDef = TypedDict(
|
|
145
|
+
"ListPortalsResponseTypeDef",
|
|
146
|
+
"ListSessionsRequestListSessionsPaginateTypeDef",
|
|
147
|
+
"ListSessionsRequestRequestTypeDef",
|
|
148
|
+
"ListSessionsResponseTypeDef",
|
|
568
149
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
569
|
-
|
|
570
|
-
"resourceArn": str,
|
|
571
|
-
},
|
|
572
|
-
)
|
|
573
|
-
ListTrustStoreCertificatesRequestRequestTypeDef = TypedDict(
|
|
150
|
+
"ListTagsForResourceResponseTypeDef",
|
|
574
151
|
"ListTrustStoreCertificatesRequestRequestTypeDef",
|
|
575
|
-
|
|
576
|
-
"trustStoreArn": str,
|
|
577
|
-
"maxResults": NotRequired[int],
|
|
578
|
-
"nextToken": NotRequired[str],
|
|
579
|
-
},
|
|
580
|
-
)
|
|
581
|
-
ListTrustStoresRequestRequestTypeDef = TypedDict(
|
|
152
|
+
"ListTrustStoreCertificatesResponseTypeDef",
|
|
582
153
|
"ListTrustStoresRequestRequestTypeDef",
|
|
583
|
-
|
|
584
|
-
"maxResults": NotRequired[int],
|
|
585
|
-
"nextToken": NotRequired[str],
|
|
586
|
-
},
|
|
587
|
-
)
|
|
588
|
-
TrustStoreSummaryTypeDef = TypedDict(
|
|
589
|
-
"TrustStoreSummaryTypeDef",
|
|
590
|
-
{
|
|
591
|
-
"trustStoreArn": NotRequired[str],
|
|
592
|
-
},
|
|
593
|
-
)
|
|
594
|
-
ListUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
154
|
+
"ListTrustStoresResponseTypeDef",
|
|
595
155
|
"ListUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
596
|
-
|
|
597
|
-
"maxResults": NotRequired[int],
|
|
598
|
-
"nextToken": NotRequired[str],
|
|
599
|
-
},
|
|
600
|
-
)
|
|
601
|
-
UserAccessLoggingSettingsSummaryTypeDef = TypedDict(
|
|
602
|
-
"UserAccessLoggingSettingsSummaryTypeDef",
|
|
603
|
-
{
|
|
604
|
-
"userAccessLoggingSettingsArn": str,
|
|
605
|
-
"kinesisStreamArn": NotRequired[str],
|
|
606
|
-
},
|
|
607
|
-
)
|
|
608
|
-
ListUserSettingsRequestRequestTypeDef = TypedDict(
|
|
156
|
+
"ListUserAccessLoggingSettingsResponseTypeDef",
|
|
609
157
|
"ListUserSettingsRequestRequestTypeDef",
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
158
|
+
"ListUserSettingsResponseTypeDef",
|
|
159
|
+
"NetworkSettingsSummaryTypeDef",
|
|
160
|
+
"NetworkSettingsTypeDef",
|
|
161
|
+
"PaginatorConfigTypeDef",
|
|
162
|
+
"PortalSummaryTypeDef",
|
|
163
|
+
"PortalTypeDef",
|
|
164
|
+
"RedactionPlaceHolderTypeDef",
|
|
165
|
+
"ResponseMetadataTypeDef",
|
|
166
|
+
"SessionSummaryTypeDef",
|
|
167
|
+
"SessionTypeDef",
|
|
168
|
+
"TagResourceRequestRequestTypeDef",
|
|
169
|
+
"TagTypeDef",
|
|
170
|
+
"TrustStoreSummaryTypeDef",
|
|
171
|
+
"TrustStoreTypeDef",
|
|
616
172
|
"UntagResourceRequestRequestTypeDef",
|
|
617
|
-
{
|
|
618
|
-
"resourceArn": str,
|
|
619
|
-
"tagKeys": Sequence[str],
|
|
620
|
-
},
|
|
621
|
-
)
|
|
622
|
-
UpdateBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
623
173
|
"UpdateBrowserSettingsRequestRequestTypeDef",
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
"clientToken": NotRequired[str],
|
|
628
|
-
},
|
|
629
|
-
)
|
|
630
|
-
UpdateIdentityProviderRequestRequestTypeDef = TypedDict(
|
|
174
|
+
"UpdateBrowserSettingsResponseTypeDef",
|
|
175
|
+
"UpdateDataProtectionSettingsRequestRequestTypeDef",
|
|
176
|
+
"UpdateDataProtectionSettingsResponseTypeDef",
|
|
631
177
|
"UpdateIdentityProviderRequestRequestTypeDef",
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
"identityProviderDetails": NotRequired[Mapping[str, str]],
|
|
636
|
-
"identityProviderName": NotRequired[str],
|
|
637
|
-
"identityProviderType": NotRequired[IdentityProviderTypeType],
|
|
638
|
-
},
|
|
639
|
-
)
|
|
640
|
-
UpdateNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
178
|
+
"UpdateIdentityProviderResponseTypeDef",
|
|
179
|
+
"UpdateIpAccessSettingsRequestRequestTypeDef",
|
|
180
|
+
"UpdateIpAccessSettingsResponseTypeDef",
|
|
641
181
|
"UpdateNetworkSettingsRequestRequestTypeDef",
|
|
642
|
-
|
|
643
|
-
"networkSettingsArn": str,
|
|
644
|
-
"clientToken": NotRequired[str],
|
|
645
|
-
"securityGroupIds": NotRequired[Sequence[str]],
|
|
646
|
-
"subnetIds": NotRequired[Sequence[str]],
|
|
647
|
-
"vpcId": NotRequired[str],
|
|
648
|
-
},
|
|
649
|
-
)
|
|
650
|
-
UpdatePortalRequestRequestTypeDef = TypedDict(
|
|
182
|
+
"UpdateNetworkSettingsResponseTypeDef",
|
|
651
183
|
"UpdatePortalRequestRequestTypeDef",
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
"displayName": NotRequired[str],
|
|
656
|
-
"instanceType": NotRequired[InstanceTypeType],
|
|
657
|
-
"maxConcurrentSessions": NotRequired[int],
|
|
658
|
-
},
|
|
659
|
-
)
|
|
660
|
-
UpdateUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
184
|
+
"UpdatePortalResponseTypeDef",
|
|
185
|
+
"UpdateTrustStoreRequestRequestTypeDef",
|
|
186
|
+
"UpdateTrustStoreResponseTypeDef",
|
|
661
187
|
"UpdateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
662
|
-
{
|
|
663
|
-
"userAccessLoggingSettingsArn": str,
|
|
664
|
-
"clientToken": NotRequired[str],
|
|
665
|
-
"kinesisStreamArn": NotRequired[str],
|
|
666
|
-
},
|
|
667
|
-
)
|
|
668
|
-
AssociateBrowserSettingsResponseTypeDef = TypedDict(
|
|
669
|
-
"AssociateBrowserSettingsResponseTypeDef",
|
|
670
|
-
{
|
|
671
|
-
"browserSettingsArn": str,
|
|
672
|
-
"portalArn": str,
|
|
673
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
674
|
-
},
|
|
675
|
-
)
|
|
676
|
-
AssociateIpAccessSettingsResponseTypeDef = TypedDict(
|
|
677
|
-
"AssociateIpAccessSettingsResponseTypeDef",
|
|
678
|
-
{
|
|
679
|
-
"ipAccessSettingsArn": str,
|
|
680
|
-
"portalArn": str,
|
|
681
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
682
|
-
},
|
|
683
|
-
)
|
|
684
|
-
AssociateNetworkSettingsResponseTypeDef = TypedDict(
|
|
685
|
-
"AssociateNetworkSettingsResponseTypeDef",
|
|
686
|
-
{
|
|
687
|
-
"networkSettingsArn": str,
|
|
688
|
-
"portalArn": str,
|
|
689
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
690
|
-
},
|
|
691
|
-
)
|
|
692
|
-
AssociateTrustStoreResponseTypeDef = TypedDict(
|
|
693
|
-
"AssociateTrustStoreResponseTypeDef",
|
|
694
|
-
{
|
|
695
|
-
"portalArn": str,
|
|
696
|
-
"trustStoreArn": str,
|
|
697
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
698
|
-
},
|
|
699
|
-
)
|
|
700
|
-
AssociateUserAccessLoggingSettingsResponseTypeDef = TypedDict(
|
|
701
|
-
"AssociateUserAccessLoggingSettingsResponseTypeDef",
|
|
702
|
-
{
|
|
703
|
-
"portalArn": str,
|
|
704
|
-
"userAccessLoggingSettingsArn": str,
|
|
705
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
706
|
-
},
|
|
707
|
-
)
|
|
708
|
-
AssociateUserSettingsResponseTypeDef = TypedDict(
|
|
709
|
-
"AssociateUserSettingsResponseTypeDef",
|
|
710
|
-
{
|
|
711
|
-
"portalArn": str,
|
|
712
|
-
"userSettingsArn": str,
|
|
713
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
714
|
-
},
|
|
715
|
-
)
|
|
716
|
-
CreateBrowserSettingsResponseTypeDef = TypedDict(
|
|
717
|
-
"CreateBrowserSettingsResponseTypeDef",
|
|
718
|
-
{
|
|
719
|
-
"browserSettingsArn": str,
|
|
720
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
721
|
-
},
|
|
722
|
-
)
|
|
723
|
-
CreateIdentityProviderResponseTypeDef = TypedDict(
|
|
724
|
-
"CreateIdentityProviderResponseTypeDef",
|
|
725
|
-
{
|
|
726
|
-
"identityProviderArn": str,
|
|
727
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
728
|
-
},
|
|
729
|
-
)
|
|
730
|
-
CreateIpAccessSettingsResponseTypeDef = TypedDict(
|
|
731
|
-
"CreateIpAccessSettingsResponseTypeDef",
|
|
732
|
-
{
|
|
733
|
-
"ipAccessSettingsArn": str,
|
|
734
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
735
|
-
},
|
|
736
|
-
)
|
|
737
|
-
CreateNetworkSettingsResponseTypeDef = TypedDict(
|
|
738
|
-
"CreateNetworkSettingsResponseTypeDef",
|
|
739
|
-
{
|
|
740
|
-
"networkSettingsArn": str,
|
|
741
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
742
|
-
},
|
|
743
|
-
)
|
|
744
|
-
CreatePortalResponseTypeDef = TypedDict(
|
|
745
|
-
"CreatePortalResponseTypeDef",
|
|
746
|
-
{
|
|
747
|
-
"portalArn": str,
|
|
748
|
-
"portalEndpoint": str,
|
|
749
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
750
|
-
},
|
|
751
|
-
)
|
|
752
|
-
CreateTrustStoreResponseTypeDef = TypedDict(
|
|
753
|
-
"CreateTrustStoreResponseTypeDef",
|
|
754
|
-
{
|
|
755
|
-
"trustStoreArn": str,
|
|
756
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
757
|
-
},
|
|
758
|
-
)
|
|
759
|
-
CreateUserAccessLoggingSettingsResponseTypeDef = TypedDict(
|
|
760
|
-
"CreateUserAccessLoggingSettingsResponseTypeDef",
|
|
761
|
-
{
|
|
762
|
-
"userAccessLoggingSettingsArn": str,
|
|
763
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
764
|
-
},
|
|
765
|
-
)
|
|
766
|
-
CreateUserSettingsResponseTypeDef = TypedDict(
|
|
767
|
-
"CreateUserSettingsResponseTypeDef",
|
|
768
|
-
{
|
|
769
|
-
"userSettingsArn": str,
|
|
770
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
771
|
-
},
|
|
772
|
-
)
|
|
773
|
-
GetPortalServiceProviderMetadataResponseTypeDef = TypedDict(
|
|
774
|
-
"GetPortalServiceProviderMetadataResponseTypeDef",
|
|
775
|
-
{
|
|
776
|
-
"portalArn": str,
|
|
777
|
-
"serviceProviderSamlMetadata": str,
|
|
778
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
779
|
-
},
|
|
780
|
-
)
|
|
781
|
-
UpdateTrustStoreResponseTypeDef = TypedDict(
|
|
782
|
-
"UpdateTrustStoreResponseTypeDef",
|
|
783
|
-
{
|
|
784
|
-
"trustStoreArn": str,
|
|
785
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
786
|
-
},
|
|
787
|
-
)
|
|
788
|
-
UpdateTrustStoreRequestRequestTypeDef = TypedDict(
|
|
789
|
-
"UpdateTrustStoreRequestRequestTypeDef",
|
|
790
|
-
{
|
|
791
|
-
"trustStoreArn": str,
|
|
792
|
-
"certificatesToAdd": NotRequired[Sequence[BlobTypeDef]],
|
|
793
|
-
"certificatesToDelete": NotRequired[Sequence[str]],
|
|
794
|
-
"clientToken": NotRequired[str],
|
|
795
|
-
},
|
|
796
|
-
)
|
|
797
|
-
ListBrowserSettingsResponseTypeDef = TypedDict(
|
|
798
|
-
"ListBrowserSettingsResponseTypeDef",
|
|
799
|
-
{
|
|
800
|
-
"browserSettings": List[BrowserSettingsSummaryTypeDef],
|
|
801
|
-
"nextToken": str,
|
|
802
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
803
|
-
},
|
|
804
|
-
)
|
|
805
|
-
GetBrowserSettingsResponseTypeDef = TypedDict(
|
|
806
|
-
"GetBrowserSettingsResponseTypeDef",
|
|
807
|
-
{
|
|
808
|
-
"browserSettings": BrowserSettingsTypeDef,
|
|
809
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
810
|
-
},
|
|
811
|
-
)
|
|
812
|
-
UpdateBrowserSettingsResponseTypeDef = TypedDict(
|
|
813
|
-
"UpdateBrowserSettingsResponseTypeDef",
|
|
814
|
-
{
|
|
815
|
-
"browserSettings": BrowserSettingsTypeDef,
|
|
816
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
817
|
-
},
|
|
818
|
-
)
|
|
819
|
-
ListTrustStoreCertificatesResponseTypeDef = TypedDict(
|
|
820
|
-
"ListTrustStoreCertificatesResponseTypeDef",
|
|
821
|
-
{
|
|
822
|
-
"certificateList": List[CertificateSummaryTypeDef],
|
|
823
|
-
"nextToken": str,
|
|
824
|
-
"trustStoreArn": str,
|
|
825
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
826
|
-
},
|
|
827
|
-
)
|
|
828
|
-
GetTrustStoreCertificateResponseTypeDef = TypedDict(
|
|
829
|
-
"GetTrustStoreCertificateResponseTypeDef",
|
|
830
|
-
{
|
|
831
|
-
"certificate": CertificateTypeDef,
|
|
832
|
-
"trustStoreArn": str,
|
|
833
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
834
|
-
},
|
|
835
|
-
)
|
|
836
|
-
CookieSynchronizationConfigurationOutputTypeDef = TypedDict(
|
|
837
|
-
"CookieSynchronizationConfigurationOutputTypeDef",
|
|
838
|
-
{
|
|
839
|
-
"allowlist": List[CookieSpecificationTypeDef],
|
|
840
|
-
"blocklist": NotRequired[List[CookieSpecificationTypeDef]],
|
|
841
|
-
},
|
|
842
|
-
)
|
|
843
|
-
CookieSynchronizationConfigurationTypeDef = TypedDict(
|
|
844
|
-
"CookieSynchronizationConfigurationTypeDef",
|
|
845
|
-
{
|
|
846
|
-
"allowlist": Sequence[CookieSpecificationTypeDef],
|
|
847
|
-
"blocklist": NotRequired[Sequence[CookieSpecificationTypeDef]],
|
|
848
|
-
},
|
|
849
|
-
)
|
|
850
|
-
CreateBrowserSettingsRequestRequestTypeDef = TypedDict(
|
|
851
|
-
"CreateBrowserSettingsRequestRequestTypeDef",
|
|
852
|
-
{
|
|
853
|
-
"browserPolicy": str,
|
|
854
|
-
"additionalEncryptionContext": NotRequired[Mapping[str, str]],
|
|
855
|
-
"clientToken": NotRequired[str],
|
|
856
|
-
"customerManagedKey": NotRequired[str],
|
|
857
|
-
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
858
|
-
},
|
|
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
|
-
)
|
|
871
|
-
CreateNetworkSettingsRequestRequestTypeDef = TypedDict(
|
|
872
|
-
"CreateNetworkSettingsRequestRequestTypeDef",
|
|
873
|
-
{
|
|
874
|
-
"securityGroupIds": Sequence[str],
|
|
875
|
-
"subnetIds": Sequence[str],
|
|
876
|
-
"vpcId": str,
|
|
877
|
-
"clientToken": NotRequired[str],
|
|
878
|
-
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
879
|
-
},
|
|
880
|
-
)
|
|
881
|
-
CreatePortalRequestRequestTypeDef = TypedDict(
|
|
882
|
-
"CreatePortalRequestRequestTypeDef",
|
|
883
|
-
{
|
|
884
|
-
"additionalEncryptionContext": NotRequired[Mapping[str, str]],
|
|
885
|
-
"authenticationType": NotRequired[AuthenticationTypeType],
|
|
886
|
-
"clientToken": NotRequired[str],
|
|
887
|
-
"customerManagedKey": NotRequired[str],
|
|
888
|
-
"displayName": NotRequired[str],
|
|
889
|
-
"instanceType": NotRequired[InstanceTypeType],
|
|
890
|
-
"maxConcurrentSessions": NotRequired[int],
|
|
891
|
-
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
892
|
-
},
|
|
893
|
-
)
|
|
894
|
-
CreateTrustStoreRequestRequestTypeDef = TypedDict(
|
|
895
|
-
"CreateTrustStoreRequestRequestTypeDef",
|
|
896
|
-
{
|
|
897
|
-
"certificateList": Sequence[BlobTypeDef],
|
|
898
|
-
"clientToken": NotRequired[str],
|
|
899
|
-
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
900
|
-
},
|
|
901
|
-
)
|
|
902
|
-
CreateUserAccessLoggingSettingsRequestRequestTypeDef = TypedDict(
|
|
903
|
-
"CreateUserAccessLoggingSettingsRequestRequestTypeDef",
|
|
904
|
-
{
|
|
905
|
-
"kinesisStreamArn": str,
|
|
906
|
-
"clientToken": NotRequired[str],
|
|
907
|
-
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
908
|
-
},
|
|
909
|
-
)
|
|
910
|
-
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
911
|
-
"ListTagsForResourceResponseTypeDef",
|
|
912
|
-
{
|
|
913
|
-
"tags": List[TagTypeDef],
|
|
914
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
915
|
-
},
|
|
916
|
-
)
|
|
917
|
-
TagResourceRequestRequestTypeDef = TypedDict(
|
|
918
|
-
"TagResourceRequestRequestTypeDef",
|
|
919
|
-
{
|
|
920
|
-
"resourceArn": str,
|
|
921
|
-
"tags": Sequence[TagTypeDef],
|
|
922
|
-
"clientToken": NotRequired[str],
|
|
923
|
-
},
|
|
924
|
-
)
|
|
925
|
-
CreateIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
926
|
-
"CreateIpAccessSettingsRequestRequestTypeDef",
|
|
927
|
-
{
|
|
928
|
-
"ipRules": Sequence[IpRuleTypeDef],
|
|
929
|
-
"additionalEncryptionContext": NotRequired[Mapping[str, str]],
|
|
930
|
-
"clientToken": NotRequired[str],
|
|
931
|
-
"customerManagedKey": NotRequired[str],
|
|
932
|
-
"description": NotRequired[str],
|
|
933
|
-
"displayName": NotRequired[str],
|
|
934
|
-
"tags": NotRequired[Sequence[TagTypeDef]],
|
|
935
|
-
},
|
|
936
|
-
)
|
|
937
|
-
IpAccessSettingsTypeDef = TypedDict(
|
|
938
|
-
"IpAccessSettingsTypeDef",
|
|
939
|
-
{
|
|
940
|
-
"ipAccessSettingsArn": str,
|
|
941
|
-
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
942
|
-
"associatedPortalArns": NotRequired[List[str]],
|
|
943
|
-
"creationDate": NotRequired[datetime],
|
|
944
|
-
"customerManagedKey": NotRequired[str],
|
|
945
|
-
"description": NotRequired[str],
|
|
946
|
-
"displayName": NotRequired[str],
|
|
947
|
-
"ipRules": NotRequired[List[IpRuleTypeDef]],
|
|
948
|
-
},
|
|
949
|
-
)
|
|
950
|
-
UpdateIpAccessSettingsRequestRequestTypeDef = TypedDict(
|
|
951
|
-
"UpdateIpAccessSettingsRequestRequestTypeDef",
|
|
952
|
-
{
|
|
953
|
-
"ipAccessSettingsArn": str,
|
|
954
|
-
"clientToken": NotRequired[str],
|
|
955
|
-
"description": NotRequired[str],
|
|
956
|
-
"displayName": NotRequired[str],
|
|
957
|
-
"ipRules": NotRequired[Sequence[IpRuleTypeDef]],
|
|
958
|
-
},
|
|
959
|
-
)
|
|
960
|
-
GetIdentityProviderResponseTypeDef = TypedDict(
|
|
961
|
-
"GetIdentityProviderResponseTypeDef",
|
|
962
|
-
{
|
|
963
|
-
"identityProvider": IdentityProviderTypeDef,
|
|
964
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
965
|
-
},
|
|
966
|
-
)
|
|
967
|
-
UpdateIdentityProviderResponseTypeDef = TypedDict(
|
|
968
|
-
"UpdateIdentityProviderResponseTypeDef",
|
|
969
|
-
{
|
|
970
|
-
"identityProvider": IdentityProviderTypeDef,
|
|
971
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
972
|
-
},
|
|
973
|
-
)
|
|
974
|
-
GetNetworkSettingsResponseTypeDef = TypedDict(
|
|
975
|
-
"GetNetworkSettingsResponseTypeDef",
|
|
976
|
-
{
|
|
977
|
-
"networkSettings": NetworkSettingsTypeDef,
|
|
978
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
979
|
-
},
|
|
980
|
-
)
|
|
981
|
-
UpdateNetworkSettingsResponseTypeDef = TypedDict(
|
|
982
|
-
"UpdateNetworkSettingsResponseTypeDef",
|
|
983
|
-
{
|
|
984
|
-
"networkSettings": NetworkSettingsTypeDef,
|
|
985
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
986
|
-
},
|
|
987
|
-
)
|
|
988
|
-
GetPortalResponseTypeDef = TypedDict(
|
|
989
|
-
"GetPortalResponseTypeDef",
|
|
990
|
-
{
|
|
991
|
-
"portal": PortalTypeDef,
|
|
992
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
993
|
-
},
|
|
994
|
-
)
|
|
995
|
-
UpdatePortalResponseTypeDef = TypedDict(
|
|
996
|
-
"UpdatePortalResponseTypeDef",
|
|
997
|
-
{
|
|
998
|
-
"portal": PortalTypeDef,
|
|
999
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1000
|
-
},
|
|
1001
|
-
)
|
|
1002
|
-
GetTrustStoreResponseTypeDef = TypedDict(
|
|
1003
|
-
"GetTrustStoreResponseTypeDef",
|
|
1004
|
-
{
|
|
1005
|
-
"trustStore": TrustStoreTypeDef,
|
|
1006
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1007
|
-
},
|
|
1008
|
-
)
|
|
1009
|
-
GetUserAccessLoggingSettingsResponseTypeDef = TypedDict(
|
|
1010
|
-
"GetUserAccessLoggingSettingsResponseTypeDef",
|
|
1011
|
-
{
|
|
1012
|
-
"userAccessLoggingSettings": UserAccessLoggingSettingsTypeDef,
|
|
1013
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1014
|
-
},
|
|
1015
|
-
)
|
|
1016
|
-
UpdateUserAccessLoggingSettingsResponseTypeDef = TypedDict(
|
|
1017
188
|
"UpdateUserAccessLoggingSettingsResponseTypeDef",
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
)
|
|
1023
|
-
ListIdentityProvidersResponseTypeDef = TypedDict(
|
|
1024
|
-
"ListIdentityProvidersResponseTypeDef",
|
|
1025
|
-
{
|
|
1026
|
-
"identityProviders": List[IdentityProviderSummaryTypeDef],
|
|
1027
|
-
"nextToken": str,
|
|
1028
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1029
|
-
},
|
|
1030
|
-
)
|
|
1031
|
-
ListIpAccessSettingsResponseTypeDef = TypedDict(
|
|
1032
|
-
"ListIpAccessSettingsResponseTypeDef",
|
|
1033
|
-
{
|
|
1034
|
-
"ipAccessSettings": List[IpAccessSettingsSummaryTypeDef],
|
|
1035
|
-
"nextToken": str,
|
|
1036
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1037
|
-
},
|
|
1038
|
-
)
|
|
1039
|
-
ListNetworkSettingsResponseTypeDef = TypedDict(
|
|
1040
|
-
"ListNetworkSettingsResponseTypeDef",
|
|
1041
|
-
{
|
|
1042
|
-
"networkSettings": List[NetworkSettingsSummaryTypeDef],
|
|
1043
|
-
"nextToken": str,
|
|
1044
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1045
|
-
},
|
|
1046
|
-
)
|
|
1047
|
-
ListPortalsResponseTypeDef = TypedDict(
|
|
1048
|
-
"ListPortalsResponseTypeDef",
|
|
1049
|
-
{
|
|
1050
|
-
"nextToken": str,
|
|
1051
|
-
"portals": List[PortalSummaryTypeDef],
|
|
1052
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1053
|
-
},
|
|
1054
|
-
)
|
|
1055
|
-
ListTrustStoresResponseTypeDef = TypedDict(
|
|
1056
|
-
"ListTrustStoresResponseTypeDef",
|
|
1057
|
-
{
|
|
1058
|
-
"nextToken": str,
|
|
1059
|
-
"trustStores": List[TrustStoreSummaryTypeDef],
|
|
1060
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1061
|
-
},
|
|
1062
|
-
)
|
|
1063
|
-
ListUserAccessLoggingSettingsResponseTypeDef = TypedDict(
|
|
1064
|
-
"ListUserAccessLoggingSettingsResponseTypeDef",
|
|
1065
|
-
{
|
|
1066
|
-
"nextToken": str,
|
|
1067
|
-
"userAccessLoggingSettings": List[UserAccessLoggingSettingsSummaryTypeDef],
|
|
1068
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1069
|
-
},
|
|
1070
|
-
)
|
|
1071
|
-
UserSettingsSummaryTypeDef = TypedDict(
|
|
189
|
+
"UpdateUserSettingsRequestRequestTypeDef",
|
|
190
|
+
"UpdateUserSettingsResponseTypeDef",
|
|
191
|
+
"UserAccessLoggingSettingsSummaryTypeDef",
|
|
192
|
+
"UserAccessLoggingSettingsTypeDef",
|
|
1072
193
|
"UserSettingsSummaryTypeDef",
|
|
1073
|
-
{
|
|
1074
|
-
"userSettingsArn": str,
|
|
1075
|
-
"cookieSynchronizationConfiguration": NotRequired[
|
|
1076
|
-
CookieSynchronizationConfigurationOutputTypeDef
|
|
1077
|
-
],
|
|
1078
|
-
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1079
|
-
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1080
|
-
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1081
|
-
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1082
|
-
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
1083
|
-
"pasteAllowed": NotRequired[EnabledTypeType],
|
|
1084
|
-
"printAllowed": NotRequired[EnabledTypeType],
|
|
1085
|
-
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1086
|
-
},
|
|
1087
|
-
)
|
|
1088
|
-
UserSettingsTypeDef = TypedDict(
|
|
1089
194
|
"UserSettingsTypeDef",
|
|
1090
|
-
{
|
|
1091
|
-
"userSettingsArn": str,
|
|
1092
|
-
"additionalEncryptionContext": NotRequired[Dict[str, str]],
|
|
1093
|
-
"associatedPortalArns": NotRequired[List[str]],
|
|
1094
|
-
"cookieSynchronizationConfiguration": NotRequired[
|
|
1095
|
-
CookieSynchronizationConfigurationOutputTypeDef
|
|
1096
|
-
],
|
|
1097
|
-
"copyAllowed": NotRequired[EnabledTypeType],
|
|
1098
|
-
"customerManagedKey": NotRequired[str],
|
|
1099
|
-
"deepLinkAllowed": NotRequired[EnabledTypeType],
|
|
1100
|
-
"disconnectTimeoutInMinutes": NotRequired[int],
|
|
1101
|
-
"downloadAllowed": NotRequired[EnabledTypeType],
|
|
1102
|
-
"idleDisconnectTimeoutInMinutes": NotRequired[int],
|
|
1103
|
-
"pasteAllowed": NotRequired[EnabledTypeType],
|
|
1104
|
-
"printAllowed": NotRequired[EnabledTypeType],
|
|
1105
|
-
"uploadAllowed": NotRequired[EnabledTypeType],
|
|
1106
|
-
},
|
|
1107
195
|
)
|
|
1108
|
-
|
|
1109
|
-
|
|
196
|
+
|
|
197
|
+
class AssociateBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
198
|
+
browserSettingsArn: str
|
|
199
|
+
portalArn: str
|
|
200
|
+
|
|
201
|
+
class ResponseMetadataTypeDef(TypedDict):
|
|
202
|
+
RequestId: str
|
|
203
|
+
HTTPStatusCode: int
|
|
204
|
+
HTTPHeaders: Dict[str, str]
|
|
205
|
+
RetryAttempts: int
|
|
206
|
+
HostId: NotRequired[str]
|
|
207
|
+
|
|
208
|
+
class AssociateDataProtectionSettingsRequestRequestTypeDef(TypedDict):
|
|
209
|
+
dataProtectionSettingsArn: str
|
|
210
|
+
portalArn: str
|
|
211
|
+
|
|
212
|
+
class AssociateIpAccessSettingsRequestRequestTypeDef(TypedDict):
|
|
213
|
+
ipAccessSettingsArn: str
|
|
214
|
+
portalArn: str
|
|
215
|
+
|
|
216
|
+
class AssociateNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
217
|
+
networkSettingsArn: str
|
|
218
|
+
portalArn: str
|
|
219
|
+
|
|
220
|
+
class AssociateTrustStoreRequestRequestTypeDef(TypedDict):
|
|
221
|
+
portalArn: str
|
|
222
|
+
trustStoreArn: str
|
|
223
|
+
|
|
224
|
+
class AssociateUserAccessLoggingSettingsRequestRequestTypeDef(TypedDict):
|
|
225
|
+
portalArn: str
|
|
226
|
+
userAccessLoggingSettingsArn: str
|
|
227
|
+
|
|
228
|
+
class AssociateUserSettingsRequestRequestTypeDef(TypedDict):
|
|
229
|
+
portalArn: str
|
|
230
|
+
userSettingsArn: str
|
|
231
|
+
|
|
232
|
+
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
233
|
+
|
|
234
|
+
class BrowserSettingsSummaryTypeDef(TypedDict):
|
|
235
|
+
browserSettingsArn: str
|
|
236
|
+
|
|
237
|
+
class BrowserSettingsTypeDef(TypedDict):
|
|
238
|
+
browserSettingsArn: str
|
|
239
|
+
additionalEncryptionContext: NotRequired[Dict[str, str]]
|
|
240
|
+
associatedPortalArns: NotRequired[List[str]]
|
|
241
|
+
browserPolicy: NotRequired[str]
|
|
242
|
+
customerManagedKey: NotRequired[str]
|
|
243
|
+
|
|
244
|
+
class CertificateSummaryTypeDef(TypedDict):
|
|
245
|
+
issuer: NotRequired[str]
|
|
246
|
+
notValidAfter: NotRequired[datetime]
|
|
247
|
+
notValidBefore: NotRequired[datetime]
|
|
248
|
+
subject: NotRequired[str]
|
|
249
|
+
thumbprint: NotRequired[str]
|
|
250
|
+
|
|
251
|
+
class CertificateTypeDef(TypedDict):
|
|
252
|
+
body: NotRequired[bytes]
|
|
253
|
+
issuer: NotRequired[str]
|
|
254
|
+
notValidAfter: NotRequired[datetime]
|
|
255
|
+
notValidBefore: NotRequired[datetime]
|
|
256
|
+
subject: NotRequired[str]
|
|
257
|
+
thumbprint: NotRequired[str]
|
|
258
|
+
|
|
259
|
+
class CookieSpecificationTypeDef(TypedDict):
|
|
260
|
+
domain: str
|
|
261
|
+
name: NotRequired[str]
|
|
262
|
+
path: NotRequired[str]
|
|
263
|
+
|
|
264
|
+
class TagTypeDef(TypedDict):
|
|
265
|
+
Key: str
|
|
266
|
+
Value: str
|
|
267
|
+
|
|
268
|
+
class IpRuleTypeDef(TypedDict):
|
|
269
|
+
ipRange: str
|
|
270
|
+
description: NotRequired[str]
|
|
271
|
+
|
|
272
|
+
class CustomPatternTypeDef(TypedDict):
|
|
273
|
+
patternName: str
|
|
274
|
+
patternRegex: str
|
|
275
|
+
keywordRegex: NotRequired[str]
|
|
276
|
+
patternDescription: NotRequired[str]
|
|
277
|
+
|
|
278
|
+
class DataProtectionSettingsSummaryTypeDef(TypedDict):
|
|
279
|
+
dataProtectionSettingsArn: str
|
|
280
|
+
creationDate: NotRequired[datetime]
|
|
281
|
+
description: NotRequired[str]
|
|
282
|
+
displayName: NotRequired[str]
|
|
283
|
+
|
|
284
|
+
class DeleteBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
285
|
+
browserSettingsArn: str
|
|
286
|
+
|
|
287
|
+
class DeleteDataProtectionSettingsRequestRequestTypeDef(TypedDict):
|
|
288
|
+
dataProtectionSettingsArn: str
|
|
289
|
+
|
|
290
|
+
class DeleteIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
291
|
+
identityProviderArn: str
|
|
292
|
+
|
|
293
|
+
class DeleteIpAccessSettingsRequestRequestTypeDef(TypedDict):
|
|
294
|
+
ipAccessSettingsArn: str
|
|
295
|
+
|
|
296
|
+
class DeleteNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
297
|
+
networkSettingsArn: str
|
|
298
|
+
|
|
299
|
+
class DeletePortalRequestRequestTypeDef(TypedDict):
|
|
300
|
+
portalArn: str
|
|
301
|
+
|
|
302
|
+
class DeleteTrustStoreRequestRequestTypeDef(TypedDict):
|
|
303
|
+
trustStoreArn: str
|
|
304
|
+
|
|
305
|
+
class DeleteUserAccessLoggingSettingsRequestRequestTypeDef(TypedDict):
|
|
306
|
+
userAccessLoggingSettingsArn: str
|
|
307
|
+
|
|
308
|
+
class DeleteUserSettingsRequestRequestTypeDef(TypedDict):
|
|
309
|
+
userSettingsArn: str
|
|
310
|
+
|
|
311
|
+
class DisassociateBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
312
|
+
portalArn: str
|
|
313
|
+
|
|
314
|
+
class DisassociateDataProtectionSettingsRequestRequestTypeDef(TypedDict):
|
|
315
|
+
portalArn: str
|
|
316
|
+
|
|
317
|
+
class DisassociateIpAccessSettingsRequestRequestTypeDef(TypedDict):
|
|
318
|
+
portalArn: str
|
|
319
|
+
|
|
320
|
+
class DisassociateNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
321
|
+
portalArn: str
|
|
322
|
+
|
|
323
|
+
class DisassociateTrustStoreRequestRequestTypeDef(TypedDict):
|
|
324
|
+
portalArn: str
|
|
325
|
+
|
|
326
|
+
class DisassociateUserAccessLoggingSettingsRequestRequestTypeDef(TypedDict):
|
|
327
|
+
portalArn: str
|
|
328
|
+
|
|
329
|
+
class DisassociateUserSettingsRequestRequestTypeDef(TypedDict):
|
|
330
|
+
portalArn: str
|
|
331
|
+
|
|
332
|
+
class ExpireSessionRequestRequestTypeDef(TypedDict):
|
|
333
|
+
portalId: str
|
|
334
|
+
sessionId: str
|
|
335
|
+
|
|
336
|
+
class GetBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
337
|
+
browserSettingsArn: str
|
|
338
|
+
|
|
339
|
+
class GetDataProtectionSettingsRequestRequestTypeDef(TypedDict):
|
|
340
|
+
dataProtectionSettingsArn: str
|
|
341
|
+
|
|
342
|
+
class GetIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
343
|
+
identityProviderArn: str
|
|
344
|
+
|
|
345
|
+
class IdentityProviderTypeDef(TypedDict):
|
|
346
|
+
identityProviderArn: str
|
|
347
|
+
identityProviderDetails: NotRequired[Dict[str, str]]
|
|
348
|
+
identityProviderName: NotRequired[str]
|
|
349
|
+
identityProviderType: NotRequired[IdentityProviderTypeType]
|
|
350
|
+
|
|
351
|
+
class GetIpAccessSettingsRequestRequestTypeDef(TypedDict):
|
|
352
|
+
ipAccessSettingsArn: str
|
|
353
|
+
|
|
354
|
+
class GetNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
355
|
+
networkSettingsArn: str
|
|
356
|
+
|
|
357
|
+
class NetworkSettingsTypeDef(TypedDict):
|
|
358
|
+
networkSettingsArn: str
|
|
359
|
+
associatedPortalArns: NotRequired[List[str]]
|
|
360
|
+
securityGroupIds: NotRequired[List[str]]
|
|
361
|
+
subnetIds: NotRequired[List[str]]
|
|
362
|
+
vpcId: NotRequired[str]
|
|
363
|
+
|
|
364
|
+
class GetPortalRequestRequestTypeDef(TypedDict):
|
|
365
|
+
portalArn: str
|
|
366
|
+
|
|
367
|
+
class PortalTypeDef(TypedDict):
|
|
368
|
+
portalArn: str
|
|
369
|
+
additionalEncryptionContext: NotRequired[Dict[str, str]]
|
|
370
|
+
authenticationType: NotRequired[AuthenticationTypeType]
|
|
371
|
+
browserSettingsArn: NotRequired[str]
|
|
372
|
+
browserType: NotRequired[Literal["Chrome"]]
|
|
373
|
+
creationDate: NotRequired[datetime]
|
|
374
|
+
customerManagedKey: NotRequired[str]
|
|
375
|
+
dataProtectionSettingsArn: NotRequired[str]
|
|
376
|
+
displayName: NotRequired[str]
|
|
377
|
+
instanceType: NotRequired[InstanceTypeType]
|
|
378
|
+
ipAccessSettingsArn: NotRequired[str]
|
|
379
|
+
maxConcurrentSessions: NotRequired[int]
|
|
380
|
+
networkSettingsArn: NotRequired[str]
|
|
381
|
+
portalEndpoint: NotRequired[str]
|
|
382
|
+
portalStatus: NotRequired[PortalStatusType]
|
|
383
|
+
rendererType: NotRequired[Literal["AppStream"]]
|
|
384
|
+
statusReason: NotRequired[str]
|
|
385
|
+
trustStoreArn: NotRequired[str]
|
|
386
|
+
userAccessLoggingSettingsArn: NotRequired[str]
|
|
387
|
+
userSettingsArn: NotRequired[str]
|
|
388
|
+
|
|
389
|
+
class GetPortalServiceProviderMetadataRequestRequestTypeDef(TypedDict):
|
|
390
|
+
portalArn: str
|
|
391
|
+
|
|
392
|
+
class GetSessionRequestRequestTypeDef(TypedDict):
|
|
393
|
+
portalId: str
|
|
394
|
+
sessionId: str
|
|
395
|
+
|
|
396
|
+
class SessionTypeDef(TypedDict):
|
|
397
|
+
clientIpAddresses: NotRequired[List[str]]
|
|
398
|
+
endTime: NotRequired[datetime]
|
|
399
|
+
portalArn: NotRequired[str]
|
|
400
|
+
sessionId: NotRequired[str]
|
|
401
|
+
startTime: NotRequired[datetime]
|
|
402
|
+
status: NotRequired[SessionStatusType]
|
|
403
|
+
username: NotRequired[str]
|
|
404
|
+
|
|
405
|
+
class GetTrustStoreCertificateRequestRequestTypeDef(TypedDict):
|
|
406
|
+
thumbprint: str
|
|
407
|
+
trustStoreArn: str
|
|
408
|
+
|
|
409
|
+
class GetTrustStoreRequestRequestTypeDef(TypedDict):
|
|
410
|
+
trustStoreArn: str
|
|
411
|
+
|
|
412
|
+
class TrustStoreTypeDef(TypedDict):
|
|
413
|
+
trustStoreArn: str
|
|
414
|
+
associatedPortalArns: NotRequired[List[str]]
|
|
415
|
+
|
|
416
|
+
class GetUserAccessLoggingSettingsRequestRequestTypeDef(TypedDict):
|
|
417
|
+
userAccessLoggingSettingsArn: str
|
|
418
|
+
|
|
419
|
+
class UserAccessLoggingSettingsTypeDef(TypedDict):
|
|
420
|
+
userAccessLoggingSettingsArn: str
|
|
421
|
+
associatedPortalArns: NotRequired[List[str]]
|
|
422
|
+
kinesisStreamArn: NotRequired[str]
|
|
423
|
+
|
|
424
|
+
class GetUserSettingsRequestRequestTypeDef(TypedDict):
|
|
425
|
+
userSettingsArn: str
|
|
426
|
+
|
|
427
|
+
class IdentityProviderSummaryTypeDef(TypedDict):
|
|
428
|
+
identityProviderArn: str
|
|
429
|
+
identityProviderName: NotRequired[str]
|
|
430
|
+
identityProviderType: NotRequired[IdentityProviderTypeType]
|
|
431
|
+
|
|
432
|
+
class RedactionPlaceHolderTypeDef(TypedDict):
|
|
433
|
+
redactionPlaceHolderType: Literal["CustomText"]
|
|
434
|
+
redactionPlaceHolderText: NotRequired[str]
|
|
435
|
+
|
|
436
|
+
class IpAccessSettingsSummaryTypeDef(TypedDict):
|
|
437
|
+
ipAccessSettingsArn: str
|
|
438
|
+
creationDate: NotRequired[datetime]
|
|
439
|
+
description: NotRequired[str]
|
|
440
|
+
displayName: NotRequired[str]
|
|
441
|
+
|
|
442
|
+
class ListBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
443
|
+
maxResults: NotRequired[int]
|
|
444
|
+
nextToken: NotRequired[str]
|
|
445
|
+
|
|
446
|
+
class PaginatorConfigTypeDef(TypedDict):
|
|
447
|
+
MaxItems: NotRequired[int]
|
|
448
|
+
PageSize: NotRequired[int]
|
|
449
|
+
StartingToken: NotRequired[str]
|
|
450
|
+
|
|
451
|
+
class ListDataProtectionSettingsRequestRequestTypeDef(TypedDict):
|
|
452
|
+
maxResults: NotRequired[int]
|
|
453
|
+
nextToken: NotRequired[str]
|
|
454
|
+
|
|
455
|
+
class ListIdentityProvidersRequestRequestTypeDef(TypedDict):
|
|
456
|
+
portalArn: str
|
|
457
|
+
maxResults: NotRequired[int]
|
|
458
|
+
nextToken: NotRequired[str]
|
|
459
|
+
|
|
460
|
+
class ListIpAccessSettingsRequestRequestTypeDef(TypedDict):
|
|
461
|
+
maxResults: NotRequired[int]
|
|
462
|
+
nextToken: NotRequired[str]
|
|
463
|
+
|
|
464
|
+
class ListNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
465
|
+
maxResults: NotRequired[int]
|
|
466
|
+
nextToken: NotRequired[str]
|
|
467
|
+
|
|
468
|
+
class NetworkSettingsSummaryTypeDef(TypedDict):
|
|
469
|
+
networkSettingsArn: str
|
|
470
|
+
vpcId: NotRequired[str]
|
|
471
|
+
|
|
472
|
+
class ListPortalsRequestRequestTypeDef(TypedDict):
|
|
473
|
+
maxResults: NotRequired[int]
|
|
474
|
+
nextToken: NotRequired[str]
|
|
475
|
+
|
|
476
|
+
class PortalSummaryTypeDef(TypedDict):
|
|
477
|
+
portalArn: str
|
|
478
|
+
authenticationType: NotRequired[AuthenticationTypeType]
|
|
479
|
+
browserSettingsArn: NotRequired[str]
|
|
480
|
+
browserType: NotRequired[Literal["Chrome"]]
|
|
481
|
+
creationDate: NotRequired[datetime]
|
|
482
|
+
dataProtectionSettingsArn: NotRequired[str]
|
|
483
|
+
displayName: NotRequired[str]
|
|
484
|
+
instanceType: NotRequired[InstanceTypeType]
|
|
485
|
+
ipAccessSettingsArn: NotRequired[str]
|
|
486
|
+
maxConcurrentSessions: NotRequired[int]
|
|
487
|
+
networkSettingsArn: NotRequired[str]
|
|
488
|
+
portalEndpoint: NotRequired[str]
|
|
489
|
+
portalStatus: NotRequired[PortalStatusType]
|
|
490
|
+
rendererType: NotRequired[Literal["AppStream"]]
|
|
491
|
+
trustStoreArn: NotRequired[str]
|
|
492
|
+
userAccessLoggingSettingsArn: NotRequired[str]
|
|
493
|
+
userSettingsArn: NotRequired[str]
|
|
494
|
+
|
|
495
|
+
class ListSessionsRequestRequestTypeDef(TypedDict):
|
|
496
|
+
portalId: str
|
|
497
|
+
maxResults: NotRequired[int]
|
|
498
|
+
nextToken: NotRequired[str]
|
|
499
|
+
sessionId: NotRequired[str]
|
|
500
|
+
sortBy: NotRequired[SessionSortByType]
|
|
501
|
+
status: NotRequired[SessionStatusType]
|
|
502
|
+
username: NotRequired[str]
|
|
503
|
+
|
|
504
|
+
class SessionSummaryTypeDef(TypedDict):
|
|
505
|
+
endTime: NotRequired[datetime]
|
|
506
|
+
portalArn: NotRequired[str]
|
|
507
|
+
sessionId: NotRequired[str]
|
|
508
|
+
startTime: NotRequired[datetime]
|
|
509
|
+
status: NotRequired[SessionStatusType]
|
|
510
|
+
username: NotRequired[str]
|
|
511
|
+
|
|
512
|
+
class ListTagsForResourceRequestRequestTypeDef(TypedDict):
|
|
513
|
+
resourceArn: str
|
|
514
|
+
|
|
515
|
+
class ListTrustStoreCertificatesRequestRequestTypeDef(TypedDict):
|
|
516
|
+
trustStoreArn: str
|
|
517
|
+
maxResults: NotRequired[int]
|
|
518
|
+
nextToken: NotRequired[str]
|
|
519
|
+
|
|
520
|
+
class ListTrustStoresRequestRequestTypeDef(TypedDict):
|
|
521
|
+
maxResults: NotRequired[int]
|
|
522
|
+
nextToken: NotRequired[str]
|
|
523
|
+
|
|
524
|
+
class TrustStoreSummaryTypeDef(TypedDict):
|
|
525
|
+
trustStoreArn: NotRequired[str]
|
|
526
|
+
|
|
527
|
+
class ListUserAccessLoggingSettingsRequestRequestTypeDef(TypedDict):
|
|
528
|
+
maxResults: NotRequired[int]
|
|
529
|
+
nextToken: NotRequired[str]
|
|
530
|
+
|
|
531
|
+
class UserAccessLoggingSettingsSummaryTypeDef(TypedDict):
|
|
532
|
+
userAccessLoggingSettingsArn: str
|
|
533
|
+
kinesisStreamArn: NotRequired[str]
|
|
534
|
+
|
|
535
|
+
class ListUserSettingsRequestRequestTypeDef(TypedDict):
|
|
536
|
+
maxResults: NotRequired[int]
|
|
537
|
+
nextToken: NotRequired[str]
|
|
538
|
+
|
|
539
|
+
class UntagResourceRequestRequestTypeDef(TypedDict):
|
|
540
|
+
resourceArn: str
|
|
541
|
+
tagKeys: Sequence[str]
|
|
542
|
+
|
|
543
|
+
class UpdateBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
544
|
+
browserSettingsArn: str
|
|
545
|
+
browserPolicy: NotRequired[str]
|
|
546
|
+
clientToken: NotRequired[str]
|
|
547
|
+
|
|
548
|
+
class UpdateIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
549
|
+
identityProviderArn: str
|
|
550
|
+
clientToken: NotRequired[str]
|
|
551
|
+
identityProviderDetails: NotRequired[Mapping[str, str]]
|
|
552
|
+
identityProviderName: NotRequired[str]
|
|
553
|
+
identityProviderType: NotRequired[IdentityProviderTypeType]
|
|
554
|
+
|
|
555
|
+
class UpdateNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
556
|
+
networkSettingsArn: str
|
|
557
|
+
clientToken: NotRequired[str]
|
|
558
|
+
securityGroupIds: NotRequired[Sequence[str]]
|
|
559
|
+
subnetIds: NotRequired[Sequence[str]]
|
|
560
|
+
vpcId: NotRequired[str]
|
|
561
|
+
|
|
562
|
+
class UpdatePortalRequestRequestTypeDef(TypedDict):
|
|
563
|
+
portalArn: str
|
|
564
|
+
authenticationType: NotRequired[AuthenticationTypeType]
|
|
565
|
+
displayName: NotRequired[str]
|
|
566
|
+
instanceType: NotRequired[InstanceTypeType]
|
|
567
|
+
maxConcurrentSessions: NotRequired[int]
|
|
568
|
+
|
|
569
|
+
class UpdateUserAccessLoggingSettingsRequestRequestTypeDef(TypedDict):
|
|
570
|
+
userAccessLoggingSettingsArn: str
|
|
571
|
+
clientToken: NotRequired[str]
|
|
572
|
+
kinesisStreamArn: NotRequired[str]
|
|
573
|
+
|
|
574
|
+
class AssociateBrowserSettingsResponseTypeDef(TypedDict):
|
|
575
|
+
browserSettingsArn: str
|
|
576
|
+
portalArn: str
|
|
577
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
578
|
+
|
|
579
|
+
class AssociateDataProtectionSettingsResponseTypeDef(TypedDict):
|
|
580
|
+
dataProtectionSettingsArn: str
|
|
581
|
+
portalArn: str
|
|
582
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
583
|
+
|
|
584
|
+
class AssociateIpAccessSettingsResponseTypeDef(TypedDict):
|
|
585
|
+
ipAccessSettingsArn: str
|
|
586
|
+
portalArn: str
|
|
587
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
588
|
+
|
|
589
|
+
class AssociateNetworkSettingsResponseTypeDef(TypedDict):
|
|
590
|
+
networkSettingsArn: str
|
|
591
|
+
portalArn: str
|
|
592
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
593
|
+
|
|
594
|
+
class AssociateTrustStoreResponseTypeDef(TypedDict):
|
|
595
|
+
portalArn: str
|
|
596
|
+
trustStoreArn: str
|
|
597
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
598
|
+
|
|
599
|
+
class AssociateUserAccessLoggingSettingsResponseTypeDef(TypedDict):
|
|
600
|
+
portalArn: str
|
|
601
|
+
userAccessLoggingSettingsArn: str
|
|
602
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
603
|
+
|
|
604
|
+
class AssociateUserSettingsResponseTypeDef(TypedDict):
|
|
605
|
+
portalArn: str
|
|
606
|
+
userSettingsArn: str
|
|
607
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
608
|
+
|
|
609
|
+
class CreateBrowserSettingsResponseTypeDef(TypedDict):
|
|
610
|
+
browserSettingsArn: str
|
|
611
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
612
|
+
|
|
613
|
+
class CreateDataProtectionSettingsResponseTypeDef(TypedDict):
|
|
614
|
+
dataProtectionSettingsArn: str
|
|
615
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
616
|
+
|
|
617
|
+
class CreateIdentityProviderResponseTypeDef(TypedDict):
|
|
618
|
+
identityProviderArn: str
|
|
619
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
620
|
+
|
|
621
|
+
class CreateIpAccessSettingsResponseTypeDef(TypedDict):
|
|
622
|
+
ipAccessSettingsArn: str
|
|
623
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
624
|
+
|
|
625
|
+
class CreateNetworkSettingsResponseTypeDef(TypedDict):
|
|
626
|
+
networkSettingsArn: str
|
|
627
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
628
|
+
|
|
629
|
+
class CreatePortalResponseTypeDef(TypedDict):
|
|
630
|
+
portalArn: str
|
|
631
|
+
portalEndpoint: str
|
|
632
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
633
|
+
|
|
634
|
+
class CreateTrustStoreResponseTypeDef(TypedDict):
|
|
635
|
+
trustStoreArn: str
|
|
636
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
637
|
+
|
|
638
|
+
class CreateUserAccessLoggingSettingsResponseTypeDef(TypedDict):
|
|
639
|
+
userAccessLoggingSettingsArn: str
|
|
640
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
641
|
+
|
|
642
|
+
class CreateUserSettingsResponseTypeDef(TypedDict):
|
|
643
|
+
userSettingsArn: str
|
|
644
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
645
|
+
|
|
646
|
+
class GetPortalServiceProviderMetadataResponseTypeDef(TypedDict):
|
|
647
|
+
portalArn: str
|
|
648
|
+
serviceProviderSamlMetadata: str
|
|
649
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
650
|
+
|
|
651
|
+
class UpdateTrustStoreResponseTypeDef(TypedDict):
|
|
652
|
+
trustStoreArn: str
|
|
653
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
654
|
+
|
|
655
|
+
class UpdateTrustStoreRequestRequestTypeDef(TypedDict):
|
|
656
|
+
trustStoreArn: str
|
|
657
|
+
certificatesToAdd: NotRequired[Sequence[BlobTypeDef]]
|
|
658
|
+
certificatesToDelete: NotRequired[Sequence[str]]
|
|
659
|
+
clientToken: NotRequired[str]
|
|
660
|
+
|
|
661
|
+
class ListBrowserSettingsResponseTypeDef(TypedDict):
|
|
662
|
+
browserSettings: List[BrowserSettingsSummaryTypeDef]
|
|
663
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
664
|
+
nextToken: NotRequired[str]
|
|
665
|
+
|
|
666
|
+
class GetBrowserSettingsResponseTypeDef(TypedDict):
|
|
667
|
+
browserSettings: BrowserSettingsTypeDef
|
|
668
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
669
|
+
|
|
670
|
+
class UpdateBrowserSettingsResponseTypeDef(TypedDict):
|
|
671
|
+
browserSettings: BrowserSettingsTypeDef
|
|
672
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
673
|
+
|
|
674
|
+
class ListTrustStoreCertificatesResponseTypeDef(TypedDict):
|
|
675
|
+
certificateList: List[CertificateSummaryTypeDef]
|
|
676
|
+
trustStoreArn: str
|
|
677
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
678
|
+
nextToken: NotRequired[str]
|
|
679
|
+
|
|
680
|
+
class GetTrustStoreCertificateResponseTypeDef(TypedDict):
|
|
681
|
+
certificate: CertificateTypeDef
|
|
682
|
+
trustStoreArn: str
|
|
683
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
684
|
+
|
|
685
|
+
class CookieSynchronizationConfigurationOutputTypeDef(TypedDict):
|
|
686
|
+
allowlist: List[CookieSpecificationTypeDef]
|
|
687
|
+
blocklist: NotRequired[List[CookieSpecificationTypeDef]]
|
|
688
|
+
|
|
689
|
+
class CookieSynchronizationConfigurationTypeDef(TypedDict):
|
|
690
|
+
allowlist: Sequence[CookieSpecificationTypeDef]
|
|
691
|
+
blocklist: NotRequired[Sequence[CookieSpecificationTypeDef]]
|
|
692
|
+
|
|
693
|
+
class CreateBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
694
|
+
browserPolicy: str
|
|
695
|
+
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
696
|
+
clientToken: NotRequired[str]
|
|
697
|
+
customerManagedKey: NotRequired[str]
|
|
698
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
699
|
+
|
|
700
|
+
class CreateIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
701
|
+
identityProviderDetails: Mapping[str, str]
|
|
702
|
+
identityProviderName: str
|
|
703
|
+
identityProviderType: IdentityProviderTypeType
|
|
704
|
+
portalArn: str
|
|
705
|
+
clientToken: NotRequired[str]
|
|
706
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
707
|
+
|
|
708
|
+
class CreateNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
709
|
+
securityGroupIds: Sequence[str]
|
|
710
|
+
subnetIds: Sequence[str]
|
|
711
|
+
vpcId: str
|
|
712
|
+
clientToken: NotRequired[str]
|
|
713
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
714
|
+
|
|
715
|
+
class CreatePortalRequestRequestTypeDef(TypedDict):
|
|
716
|
+
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
717
|
+
authenticationType: NotRequired[AuthenticationTypeType]
|
|
718
|
+
clientToken: NotRequired[str]
|
|
719
|
+
customerManagedKey: NotRequired[str]
|
|
720
|
+
displayName: NotRequired[str]
|
|
721
|
+
instanceType: NotRequired[InstanceTypeType]
|
|
722
|
+
maxConcurrentSessions: NotRequired[int]
|
|
723
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
724
|
+
|
|
725
|
+
class CreateTrustStoreRequestRequestTypeDef(TypedDict):
|
|
726
|
+
certificateList: Sequence[BlobTypeDef]
|
|
727
|
+
clientToken: NotRequired[str]
|
|
728
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
729
|
+
|
|
730
|
+
class CreateUserAccessLoggingSettingsRequestRequestTypeDef(TypedDict):
|
|
731
|
+
kinesisStreamArn: str
|
|
732
|
+
clientToken: NotRequired[str]
|
|
733
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
734
|
+
|
|
735
|
+
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
736
|
+
tags: List[TagTypeDef]
|
|
737
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
738
|
+
|
|
739
|
+
class TagResourceRequestRequestTypeDef(TypedDict):
|
|
740
|
+
resourceArn: str
|
|
741
|
+
tags: Sequence[TagTypeDef]
|
|
742
|
+
clientToken: NotRequired[str]
|
|
743
|
+
|
|
744
|
+
class CreateIpAccessSettingsRequestRequestTypeDef(TypedDict):
|
|
745
|
+
ipRules: Sequence[IpRuleTypeDef]
|
|
746
|
+
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
747
|
+
clientToken: NotRequired[str]
|
|
748
|
+
customerManagedKey: NotRequired[str]
|
|
749
|
+
description: NotRequired[str]
|
|
750
|
+
displayName: NotRequired[str]
|
|
751
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
752
|
+
|
|
753
|
+
class IpAccessSettingsTypeDef(TypedDict):
|
|
754
|
+
ipAccessSettingsArn: str
|
|
755
|
+
additionalEncryptionContext: NotRequired[Dict[str, str]]
|
|
756
|
+
associatedPortalArns: NotRequired[List[str]]
|
|
757
|
+
creationDate: NotRequired[datetime]
|
|
758
|
+
customerManagedKey: NotRequired[str]
|
|
759
|
+
description: NotRequired[str]
|
|
760
|
+
displayName: NotRequired[str]
|
|
761
|
+
ipRules: NotRequired[List[IpRuleTypeDef]]
|
|
762
|
+
|
|
763
|
+
class UpdateIpAccessSettingsRequestRequestTypeDef(TypedDict):
|
|
764
|
+
ipAccessSettingsArn: str
|
|
765
|
+
clientToken: NotRequired[str]
|
|
766
|
+
description: NotRequired[str]
|
|
767
|
+
displayName: NotRequired[str]
|
|
768
|
+
ipRules: NotRequired[Sequence[IpRuleTypeDef]]
|
|
769
|
+
|
|
770
|
+
class ListDataProtectionSettingsResponseTypeDef(TypedDict):
|
|
771
|
+
dataProtectionSettings: List[DataProtectionSettingsSummaryTypeDef]
|
|
772
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
773
|
+
nextToken: NotRequired[str]
|
|
774
|
+
|
|
775
|
+
class GetIdentityProviderResponseTypeDef(TypedDict):
|
|
776
|
+
identityProvider: IdentityProviderTypeDef
|
|
777
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
778
|
+
|
|
779
|
+
class UpdateIdentityProviderResponseTypeDef(TypedDict):
|
|
780
|
+
identityProvider: IdentityProviderTypeDef
|
|
781
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
782
|
+
|
|
783
|
+
class GetNetworkSettingsResponseTypeDef(TypedDict):
|
|
784
|
+
networkSettings: NetworkSettingsTypeDef
|
|
785
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
786
|
+
|
|
787
|
+
class UpdateNetworkSettingsResponseTypeDef(TypedDict):
|
|
788
|
+
networkSettings: NetworkSettingsTypeDef
|
|
789
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
790
|
+
|
|
791
|
+
class GetPortalResponseTypeDef(TypedDict):
|
|
792
|
+
portal: PortalTypeDef
|
|
793
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
794
|
+
|
|
795
|
+
class UpdatePortalResponseTypeDef(TypedDict):
|
|
796
|
+
portal: PortalTypeDef
|
|
797
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
798
|
+
|
|
799
|
+
class GetSessionResponseTypeDef(TypedDict):
|
|
800
|
+
session: SessionTypeDef
|
|
801
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
802
|
+
|
|
803
|
+
class GetTrustStoreResponseTypeDef(TypedDict):
|
|
804
|
+
trustStore: TrustStoreTypeDef
|
|
805
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
806
|
+
|
|
807
|
+
class GetUserAccessLoggingSettingsResponseTypeDef(TypedDict):
|
|
808
|
+
userAccessLoggingSettings: UserAccessLoggingSettingsTypeDef
|
|
809
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
810
|
+
|
|
811
|
+
class UpdateUserAccessLoggingSettingsResponseTypeDef(TypedDict):
|
|
812
|
+
userAccessLoggingSettings: UserAccessLoggingSettingsTypeDef
|
|
813
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
814
|
+
|
|
815
|
+
class ListIdentityProvidersResponseTypeDef(TypedDict):
|
|
816
|
+
identityProviders: List[IdentityProviderSummaryTypeDef]
|
|
817
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
818
|
+
nextToken: NotRequired[str]
|
|
819
|
+
|
|
820
|
+
class InlineRedactionPatternOutputTypeDef(TypedDict):
|
|
821
|
+
redactionPlaceHolder: RedactionPlaceHolderTypeDef
|
|
822
|
+
builtInPatternId: NotRequired[str]
|
|
823
|
+
confidenceLevel: NotRequired[int]
|
|
824
|
+
customPattern: NotRequired[CustomPatternTypeDef]
|
|
825
|
+
enforcedUrls: NotRequired[List[str]]
|
|
826
|
+
exemptUrls: NotRequired[List[str]]
|
|
827
|
+
|
|
828
|
+
class InlineRedactionPatternTypeDef(TypedDict):
|
|
829
|
+
redactionPlaceHolder: RedactionPlaceHolderTypeDef
|
|
830
|
+
builtInPatternId: NotRequired[str]
|
|
831
|
+
confidenceLevel: NotRequired[int]
|
|
832
|
+
customPattern: NotRequired[CustomPatternTypeDef]
|
|
833
|
+
enforcedUrls: NotRequired[Sequence[str]]
|
|
834
|
+
exemptUrls: NotRequired[Sequence[str]]
|
|
835
|
+
|
|
836
|
+
class ListIpAccessSettingsResponseTypeDef(TypedDict):
|
|
837
|
+
ipAccessSettings: List[IpAccessSettingsSummaryTypeDef]
|
|
838
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
839
|
+
nextToken: NotRequired[str]
|
|
840
|
+
|
|
841
|
+
class ListDataProtectionSettingsRequestListDataProtectionSettingsPaginateTypeDef(TypedDict):
|
|
842
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
843
|
+
|
|
844
|
+
class ListSessionsRequestListSessionsPaginateTypeDef(TypedDict):
|
|
845
|
+
portalId: str
|
|
846
|
+
sessionId: NotRequired[str]
|
|
847
|
+
sortBy: NotRequired[SessionSortByType]
|
|
848
|
+
status: NotRequired[SessionStatusType]
|
|
849
|
+
username: NotRequired[str]
|
|
850
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
851
|
+
|
|
852
|
+
class ListNetworkSettingsResponseTypeDef(TypedDict):
|
|
853
|
+
networkSettings: List[NetworkSettingsSummaryTypeDef]
|
|
854
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
855
|
+
nextToken: NotRequired[str]
|
|
856
|
+
|
|
857
|
+
class ListPortalsResponseTypeDef(TypedDict):
|
|
858
|
+
portals: List[PortalSummaryTypeDef]
|
|
859
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
860
|
+
nextToken: NotRequired[str]
|
|
861
|
+
|
|
862
|
+
class ListSessionsResponseTypeDef(TypedDict):
|
|
863
|
+
sessions: List[SessionSummaryTypeDef]
|
|
864
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
865
|
+
nextToken: NotRequired[str]
|
|
866
|
+
|
|
867
|
+
class ListTrustStoresResponseTypeDef(TypedDict):
|
|
868
|
+
trustStores: List[TrustStoreSummaryTypeDef]
|
|
869
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
870
|
+
nextToken: NotRequired[str]
|
|
871
|
+
|
|
872
|
+
class ListUserAccessLoggingSettingsResponseTypeDef(TypedDict):
|
|
873
|
+
userAccessLoggingSettings: List[UserAccessLoggingSettingsSummaryTypeDef]
|
|
874
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
875
|
+
nextToken: NotRequired[str]
|
|
876
|
+
|
|
877
|
+
class UserSettingsSummaryTypeDef(TypedDict):
|
|
878
|
+
userSettingsArn: str
|
|
879
|
+
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationOutputTypeDef]
|
|
880
|
+
copyAllowed: NotRequired[EnabledTypeType]
|
|
881
|
+
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
882
|
+
disconnectTimeoutInMinutes: NotRequired[int]
|
|
883
|
+
downloadAllowed: NotRequired[EnabledTypeType]
|
|
884
|
+
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
885
|
+
pasteAllowed: NotRequired[EnabledTypeType]
|
|
886
|
+
printAllowed: NotRequired[EnabledTypeType]
|
|
887
|
+
uploadAllowed: NotRequired[EnabledTypeType]
|
|
888
|
+
|
|
889
|
+
class UserSettingsTypeDef(TypedDict):
|
|
890
|
+
userSettingsArn: str
|
|
891
|
+
additionalEncryptionContext: NotRequired[Dict[str, str]]
|
|
892
|
+
associatedPortalArns: NotRequired[List[str]]
|
|
893
|
+
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationOutputTypeDef]
|
|
894
|
+
copyAllowed: NotRequired[EnabledTypeType]
|
|
895
|
+
customerManagedKey: NotRequired[str]
|
|
896
|
+
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
897
|
+
disconnectTimeoutInMinutes: NotRequired[int]
|
|
898
|
+
downloadAllowed: NotRequired[EnabledTypeType]
|
|
899
|
+
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
900
|
+
pasteAllowed: NotRequired[EnabledTypeType]
|
|
901
|
+
printAllowed: NotRequired[EnabledTypeType]
|
|
902
|
+
uploadAllowed: NotRequired[EnabledTypeType]
|
|
903
|
+
|
|
904
|
+
class CreateUserSettingsRequestRequestTypeDef(TypedDict):
|
|
905
|
+
copyAllowed: EnabledTypeType
|
|
906
|
+
downloadAllowed: EnabledTypeType
|
|
907
|
+
pasteAllowed: EnabledTypeType
|
|
908
|
+
printAllowed: EnabledTypeType
|
|
909
|
+
uploadAllowed: EnabledTypeType
|
|
910
|
+
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
911
|
+
clientToken: NotRequired[str]
|
|
912
|
+
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationTypeDef]
|
|
913
|
+
customerManagedKey: NotRequired[str]
|
|
914
|
+
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
915
|
+
disconnectTimeoutInMinutes: NotRequired[int]
|
|
916
|
+
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
917
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
918
|
+
|
|
919
|
+
class UpdateUserSettingsRequestRequestTypeDef(TypedDict):
|
|
920
|
+
userSettingsArn: str
|
|
921
|
+
clientToken: NotRequired[str]
|
|
922
|
+
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationTypeDef]
|
|
923
|
+
copyAllowed: NotRequired[EnabledTypeType]
|
|
924
|
+
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
925
|
+
disconnectTimeoutInMinutes: NotRequired[int]
|
|
926
|
+
downloadAllowed: NotRequired[EnabledTypeType]
|
|
927
|
+
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
928
|
+
pasteAllowed: NotRequired[EnabledTypeType]
|
|
929
|
+
printAllowed: NotRequired[EnabledTypeType]
|
|
930
|
+
uploadAllowed: NotRequired[EnabledTypeType]
|
|
931
|
+
|
|
932
|
+
class GetIpAccessSettingsResponseTypeDef(TypedDict):
|
|
933
|
+
ipAccessSettings: IpAccessSettingsTypeDef
|
|
934
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
935
|
+
|
|
936
|
+
class UpdateIpAccessSettingsResponseTypeDef(TypedDict):
|
|
937
|
+
ipAccessSettings: IpAccessSettingsTypeDef
|
|
938
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
939
|
+
|
|
940
|
+
class InlineRedactionConfigurationOutputTypeDef(TypedDict):
|
|
941
|
+
inlineRedactionPatterns: List[InlineRedactionPatternOutputTypeDef]
|
|
942
|
+
globalConfidenceLevel: NotRequired[int]
|
|
943
|
+
globalEnforcedUrls: NotRequired[List[str]]
|
|
944
|
+
globalExemptUrls: NotRequired[List[str]]
|
|
945
|
+
|
|
946
|
+
InlineRedactionPatternUnionTypeDef = Union[
|
|
947
|
+
InlineRedactionPatternTypeDef, InlineRedactionPatternOutputTypeDef
|
|
1110
948
|
]
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
"ListUserSettingsResponseTypeDef",
|
|
1165
|
-
{
|
|
1166
|
-
"nextToken": str,
|
|
1167
|
-
"userSettings": List[UserSettingsSummaryTypeDef],
|
|
1168
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1169
|
-
},
|
|
1170
|
-
)
|
|
1171
|
-
GetUserSettingsResponseTypeDef = TypedDict(
|
|
1172
|
-
"GetUserSettingsResponseTypeDef",
|
|
1173
|
-
{
|
|
1174
|
-
"userSettings": UserSettingsTypeDef,
|
|
1175
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1176
|
-
},
|
|
1177
|
-
)
|
|
1178
|
-
UpdateUserSettingsResponseTypeDef = TypedDict(
|
|
1179
|
-
"UpdateUserSettingsResponseTypeDef",
|
|
1180
|
-
{
|
|
1181
|
-
"userSettings": UserSettingsTypeDef,
|
|
1182
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1183
|
-
},
|
|
1184
|
-
)
|
|
949
|
+
|
|
950
|
+
class ListUserSettingsResponseTypeDef(TypedDict):
|
|
951
|
+
userSettings: List[UserSettingsSummaryTypeDef]
|
|
952
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
953
|
+
nextToken: NotRequired[str]
|
|
954
|
+
|
|
955
|
+
class GetUserSettingsResponseTypeDef(TypedDict):
|
|
956
|
+
userSettings: UserSettingsTypeDef
|
|
957
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
958
|
+
|
|
959
|
+
class UpdateUserSettingsResponseTypeDef(TypedDict):
|
|
960
|
+
userSettings: UserSettingsTypeDef
|
|
961
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
962
|
+
|
|
963
|
+
class DataProtectionSettingsTypeDef(TypedDict):
|
|
964
|
+
dataProtectionSettingsArn: str
|
|
965
|
+
additionalEncryptionContext: NotRequired[Dict[str, str]]
|
|
966
|
+
associatedPortalArns: NotRequired[List[str]]
|
|
967
|
+
creationDate: NotRequired[datetime]
|
|
968
|
+
customerManagedKey: NotRequired[str]
|
|
969
|
+
description: NotRequired[str]
|
|
970
|
+
displayName: NotRequired[str]
|
|
971
|
+
inlineRedactionConfiguration: NotRequired[InlineRedactionConfigurationOutputTypeDef]
|
|
972
|
+
|
|
973
|
+
class InlineRedactionConfigurationTypeDef(TypedDict):
|
|
974
|
+
inlineRedactionPatterns: Sequence[InlineRedactionPatternUnionTypeDef]
|
|
975
|
+
globalConfidenceLevel: NotRequired[int]
|
|
976
|
+
globalEnforcedUrls: NotRequired[Sequence[str]]
|
|
977
|
+
globalExemptUrls: NotRequired[Sequence[str]]
|
|
978
|
+
|
|
979
|
+
class GetDataProtectionSettingsResponseTypeDef(TypedDict):
|
|
980
|
+
dataProtectionSettings: DataProtectionSettingsTypeDef
|
|
981
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
982
|
+
|
|
983
|
+
class UpdateDataProtectionSettingsResponseTypeDef(TypedDict):
|
|
984
|
+
dataProtectionSettings: DataProtectionSettingsTypeDef
|
|
985
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
986
|
+
|
|
987
|
+
class CreateDataProtectionSettingsRequestRequestTypeDef(TypedDict):
|
|
988
|
+
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
989
|
+
clientToken: NotRequired[str]
|
|
990
|
+
customerManagedKey: NotRequired[str]
|
|
991
|
+
description: NotRequired[str]
|
|
992
|
+
displayName: NotRequired[str]
|
|
993
|
+
inlineRedactionConfiguration: NotRequired[InlineRedactionConfigurationTypeDef]
|
|
994
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
995
|
+
|
|
996
|
+
class UpdateDataProtectionSettingsRequestRequestTypeDef(TypedDict):
|
|
997
|
+
dataProtectionSettingsArn: str
|
|
998
|
+
clientToken: NotRequired[str]
|
|
999
|
+
description: NotRequired[str]
|
|
1000
|
+
displayName: NotRequired[str]
|
|
1001
|
+
inlineRedactionConfiguration: NotRequired[InlineRedactionConfigurationTypeDef]
|