mypy-boto3-workspaces-web 1.36.0__py3-none-any.whl → 1.37.0__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 +4 -2
- mypy_boto3_workspaces_web/__init__.pyi +4 -2
- mypy_boto3_workspaces_web/__main__.py +4 -4
- mypy_boto3_workspaces_web/client.py +138 -146
- mypy_boto3_workspaces_web/client.pyi +138 -146
- mypy_boto3_workspaces_web/literals.py +19 -3
- mypy_boto3_workspaces_web/literals.pyi +19 -3
- mypy_boto3_workspaces_web/paginator.py +2 -2
- mypy_boto3_workspaces_web/paginator.pyi +2 -2
- mypy_boto3_workspaces_web/type_defs.py +213 -177
- mypy_boto3_workspaces_web/type_defs.pyi +208 -176
- mypy_boto3_workspaces_web/version.py +1 -1
- {mypy_boto3_workspaces_web-1.36.0.dist-info → mypy_boto3_workspaces_web-1.37.0.dist-info}/METADATA +14 -10
- mypy_boto3_workspaces_web-1.37.0.dist-info/RECORD +18 -0
- mypy_boto3_workspaces_web-1.36.0.dist-info/RECORD +0 -18
- {mypy_boto3_workspaces_web-1.36.0.dist-info → mypy_boto3_workspaces_web-1.37.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_workspaces_web-1.36.0.dist-info → mypy_boto3_workspaces_web-1.37.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_workspaces_web-1.36.0.dist-info → mypy_boto3_workspaces_web-1.37.0.dist-info}/top_level.txt +0 -0
|
@@ -3,15 +3,15 @@ Type annotations for workspaces-web service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
9
|
-
from mypy_boto3_workspaces_web.type_defs import
|
|
11
|
+
from mypy_boto3_workspaces_web.type_defs import AssociateBrowserSettingsRequestTypeDef
|
|
10
12
|
|
|
11
|
-
data:
|
|
13
|
+
data: AssociateBrowserSettingsRequestTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -27,9 +27,13 @@ from .literals import (
|
|
|
27
27
|
EnabledTypeType,
|
|
28
28
|
IdentityProviderTypeType,
|
|
29
29
|
InstanceTypeType,
|
|
30
|
+
MaxDisplayResolutionType,
|
|
30
31
|
PortalStatusType,
|
|
31
32
|
SessionSortByType,
|
|
32
33
|
SessionStatusType,
|
|
34
|
+
ToolbarItemType,
|
|
35
|
+
ToolbarTypeType,
|
|
36
|
+
VisualModeType,
|
|
33
37
|
)
|
|
34
38
|
|
|
35
39
|
if sys.version_info >= (3, 9):
|
|
@@ -45,19 +49,19 @@ else:
|
|
|
45
49
|
|
|
46
50
|
|
|
47
51
|
__all__ = (
|
|
48
|
-
"
|
|
52
|
+
"AssociateBrowserSettingsRequestTypeDef",
|
|
49
53
|
"AssociateBrowserSettingsResponseTypeDef",
|
|
50
|
-
"
|
|
54
|
+
"AssociateDataProtectionSettingsRequestTypeDef",
|
|
51
55
|
"AssociateDataProtectionSettingsResponseTypeDef",
|
|
52
|
-
"
|
|
56
|
+
"AssociateIpAccessSettingsRequestTypeDef",
|
|
53
57
|
"AssociateIpAccessSettingsResponseTypeDef",
|
|
54
|
-
"
|
|
58
|
+
"AssociateNetworkSettingsRequestTypeDef",
|
|
55
59
|
"AssociateNetworkSettingsResponseTypeDef",
|
|
56
|
-
"
|
|
60
|
+
"AssociateTrustStoreRequestTypeDef",
|
|
57
61
|
"AssociateTrustStoreResponseTypeDef",
|
|
58
|
-
"
|
|
62
|
+
"AssociateUserAccessLoggingSettingsRequestTypeDef",
|
|
59
63
|
"AssociateUserAccessLoggingSettingsResponseTypeDef",
|
|
60
|
-
"
|
|
64
|
+
"AssociateUserSettingsRequestTypeDef",
|
|
61
65
|
"AssociateUserSettingsResponseTypeDef",
|
|
62
66
|
"BlobTypeDef",
|
|
63
67
|
"BrowserSettingsSummaryTypeDef",
|
|
@@ -67,103 +71,104 @@ __all__ = (
|
|
|
67
71
|
"CookieSpecificationTypeDef",
|
|
68
72
|
"CookieSynchronizationConfigurationOutputTypeDef",
|
|
69
73
|
"CookieSynchronizationConfigurationTypeDef",
|
|
70
|
-
"
|
|
74
|
+
"CookieSynchronizationConfigurationUnionTypeDef",
|
|
75
|
+
"CreateBrowserSettingsRequestTypeDef",
|
|
71
76
|
"CreateBrowserSettingsResponseTypeDef",
|
|
72
|
-
"
|
|
77
|
+
"CreateDataProtectionSettingsRequestTypeDef",
|
|
73
78
|
"CreateDataProtectionSettingsResponseTypeDef",
|
|
74
|
-
"
|
|
79
|
+
"CreateIdentityProviderRequestTypeDef",
|
|
75
80
|
"CreateIdentityProviderResponseTypeDef",
|
|
76
|
-
"
|
|
81
|
+
"CreateIpAccessSettingsRequestTypeDef",
|
|
77
82
|
"CreateIpAccessSettingsResponseTypeDef",
|
|
78
|
-
"
|
|
83
|
+
"CreateNetworkSettingsRequestTypeDef",
|
|
79
84
|
"CreateNetworkSettingsResponseTypeDef",
|
|
80
|
-
"
|
|
85
|
+
"CreatePortalRequestTypeDef",
|
|
81
86
|
"CreatePortalResponseTypeDef",
|
|
82
|
-
"
|
|
87
|
+
"CreateTrustStoreRequestTypeDef",
|
|
83
88
|
"CreateTrustStoreResponseTypeDef",
|
|
84
|
-
"
|
|
89
|
+
"CreateUserAccessLoggingSettingsRequestTypeDef",
|
|
85
90
|
"CreateUserAccessLoggingSettingsResponseTypeDef",
|
|
86
|
-
"
|
|
91
|
+
"CreateUserSettingsRequestTypeDef",
|
|
87
92
|
"CreateUserSettingsResponseTypeDef",
|
|
88
93
|
"CustomPatternTypeDef",
|
|
89
94
|
"DataProtectionSettingsSummaryTypeDef",
|
|
90
95
|
"DataProtectionSettingsTypeDef",
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
96
|
+
"DeleteBrowserSettingsRequestTypeDef",
|
|
97
|
+
"DeleteDataProtectionSettingsRequestTypeDef",
|
|
98
|
+
"DeleteIdentityProviderRequestTypeDef",
|
|
99
|
+
"DeleteIpAccessSettingsRequestTypeDef",
|
|
100
|
+
"DeleteNetworkSettingsRequestTypeDef",
|
|
101
|
+
"DeletePortalRequestTypeDef",
|
|
102
|
+
"DeleteTrustStoreRequestTypeDef",
|
|
103
|
+
"DeleteUserAccessLoggingSettingsRequestTypeDef",
|
|
104
|
+
"DeleteUserSettingsRequestTypeDef",
|
|
105
|
+
"DisassociateBrowserSettingsRequestTypeDef",
|
|
106
|
+
"DisassociateDataProtectionSettingsRequestTypeDef",
|
|
107
|
+
"DisassociateIpAccessSettingsRequestTypeDef",
|
|
108
|
+
"DisassociateNetworkSettingsRequestTypeDef",
|
|
109
|
+
"DisassociateTrustStoreRequestTypeDef",
|
|
110
|
+
"DisassociateUserAccessLoggingSettingsRequestTypeDef",
|
|
111
|
+
"DisassociateUserSettingsRequestTypeDef",
|
|
112
|
+
"ExpireSessionRequestTypeDef",
|
|
113
|
+
"GetBrowserSettingsRequestTypeDef",
|
|
109
114
|
"GetBrowserSettingsResponseTypeDef",
|
|
110
|
-
"
|
|
115
|
+
"GetDataProtectionSettingsRequestTypeDef",
|
|
111
116
|
"GetDataProtectionSettingsResponseTypeDef",
|
|
112
|
-
"
|
|
117
|
+
"GetIdentityProviderRequestTypeDef",
|
|
113
118
|
"GetIdentityProviderResponseTypeDef",
|
|
114
|
-
"
|
|
119
|
+
"GetIpAccessSettingsRequestTypeDef",
|
|
115
120
|
"GetIpAccessSettingsResponseTypeDef",
|
|
116
|
-
"
|
|
121
|
+
"GetNetworkSettingsRequestTypeDef",
|
|
117
122
|
"GetNetworkSettingsResponseTypeDef",
|
|
118
|
-
"
|
|
123
|
+
"GetPortalRequestTypeDef",
|
|
119
124
|
"GetPortalResponseTypeDef",
|
|
120
|
-
"
|
|
125
|
+
"GetPortalServiceProviderMetadataRequestTypeDef",
|
|
121
126
|
"GetPortalServiceProviderMetadataResponseTypeDef",
|
|
122
|
-
"
|
|
127
|
+
"GetSessionRequestTypeDef",
|
|
123
128
|
"GetSessionResponseTypeDef",
|
|
124
|
-
"
|
|
129
|
+
"GetTrustStoreCertificateRequestTypeDef",
|
|
125
130
|
"GetTrustStoreCertificateResponseTypeDef",
|
|
126
|
-
"
|
|
131
|
+
"GetTrustStoreRequestTypeDef",
|
|
127
132
|
"GetTrustStoreResponseTypeDef",
|
|
128
|
-
"
|
|
133
|
+
"GetUserAccessLoggingSettingsRequestTypeDef",
|
|
129
134
|
"GetUserAccessLoggingSettingsResponseTypeDef",
|
|
130
|
-
"
|
|
135
|
+
"GetUserSettingsRequestTypeDef",
|
|
131
136
|
"GetUserSettingsResponseTypeDef",
|
|
132
137
|
"IdentityProviderSummaryTypeDef",
|
|
133
138
|
"IdentityProviderTypeDef",
|
|
134
139
|
"InlineRedactionConfigurationOutputTypeDef",
|
|
135
140
|
"InlineRedactionConfigurationTypeDef",
|
|
141
|
+
"InlineRedactionConfigurationUnionTypeDef",
|
|
136
142
|
"InlineRedactionPatternOutputTypeDef",
|
|
137
143
|
"InlineRedactionPatternTypeDef",
|
|
138
|
-
"InlineRedactionPatternUnionTypeDef",
|
|
139
144
|
"IpAccessSettingsSummaryTypeDef",
|
|
140
145
|
"IpAccessSettingsTypeDef",
|
|
141
146
|
"IpRuleTypeDef",
|
|
142
|
-
"
|
|
147
|
+
"ListBrowserSettingsRequestTypeDef",
|
|
143
148
|
"ListBrowserSettingsResponseTypeDef",
|
|
144
149
|
"ListDataProtectionSettingsRequestPaginateTypeDef",
|
|
145
|
-
"
|
|
150
|
+
"ListDataProtectionSettingsRequestTypeDef",
|
|
146
151
|
"ListDataProtectionSettingsResponseTypeDef",
|
|
147
|
-
"
|
|
152
|
+
"ListIdentityProvidersRequestTypeDef",
|
|
148
153
|
"ListIdentityProvidersResponseTypeDef",
|
|
149
|
-
"
|
|
154
|
+
"ListIpAccessSettingsRequestTypeDef",
|
|
150
155
|
"ListIpAccessSettingsResponseTypeDef",
|
|
151
|
-
"
|
|
156
|
+
"ListNetworkSettingsRequestTypeDef",
|
|
152
157
|
"ListNetworkSettingsResponseTypeDef",
|
|
153
|
-
"
|
|
158
|
+
"ListPortalsRequestTypeDef",
|
|
154
159
|
"ListPortalsResponseTypeDef",
|
|
155
160
|
"ListSessionsRequestPaginateTypeDef",
|
|
156
|
-
"
|
|
161
|
+
"ListSessionsRequestTypeDef",
|
|
157
162
|
"ListSessionsResponseTypeDef",
|
|
158
|
-
"
|
|
163
|
+
"ListTagsForResourceRequestTypeDef",
|
|
159
164
|
"ListTagsForResourceResponseTypeDef",
|
|
160
|
-
"
|
|
165
|
+
"ListTrustStoreCertificatesRequestTypeDef",
|
|
161
166
|
"ListTrustStoreCertificatesResponseTypeDef",
|
|
162
|
-
"
|
|
167
|
+
"ListTrustStoresRequestTypeDef",
|
|
163
168
|
"ListTrustStoresResponseTypeDef",
|
|
164
|
-
"
|
|
169
|
+
"ListUserAccessLoggingSettingsRequestTypeDef",
|
|
165
170
|
"ListUserAccessLoggingSettingsResponseTypeDef",
|
|
166
|
-
"
|
|
171
|
+
"ListUserSettingsRequestTypeDef",
|
|
167
172
|
"ListUserSettingsResponseTypeDef",
|
|
168
173
|
"NetworkSettingsSummaryTypeDef",
|
|
169
174
|
"NetworkSettingsTypeDef",
|
|
@@ -174,28 +179,31 @@ __all__ = (
|
|
|
174
179
|
"ResponseMetadataTypeDef",
|
|
175
180
|
"SessionSummaryTypeDef",
|
|
176
181
|
"SessionTypeDef",
|
|
177
|
-
"
|
|
182
|
+
"TagResourceRequestTypeDef",
|
|
178
183
|
"TagTypeDef",
|
|
184
|
+
"ToolbarConfigurationOutputTypeDef",
|
|
185
|
+
"ToolbarConfigurationTypeDef",
|
|
186
|
+
"ToolbarConfigurationUnionTypeDef",
|
|
179
187
|
"TrustStoreSummaryTypeDef",
|
|
180
188
|
"TrustStoreTypeDef",
|
|
181
|
-
"
|
|
182
|
-
"
|
|
189
|
+
"UntagResourceRequestTypeDef",
|
|
190
|
+
"UpdateBrowserSettingsRequestTypeDef",
|
|
183
191
|
"UpdateBrowserSettingsResponseTypeDef",
|
|
184
|
-
"
|
|
192
|
+
"UpdateDataProtectionSettingsRequestTypeDef",
|
|
185
193
|
"UpdateDataProtectionSettingsResponseTypeDef",
|
|
186
|
-
"
|
|
194
|
+
"UpdateIdentityProviderRequestTypeDef",
|
|
187
195
|
"UpdateIdentityProviderResponseTypeDef",
|
|
188
|
-
"
|
|
196
|
+
"UpdateIpAccessSettingsRequestTypeDef",
|
|
189
197
|
"UpdateIpAccessSettingsResponseTypeDef",
|
|
190
|
-
"
|
|
198
|
+
"UpdateNetworkSettingsRequestTypeDef",
|
|
191
199
|
"UpdateNetworkSettingsResponseTypeDef",
|
|
192
|
-
"
|
|
200
|
+
"UpdatePortalRequestTypeDef",
|
|
193
201
|
"UpdatePortalResponseTypeDef",
|
|
194
|
-
"
|
|
202
|
+
"UpdateTrustStoreRequestTypeDef",
|
|
195
203
|
"UpdateTrustStoreResponseTypeDef",
|
|
196
|
-
"
|
|
204
|
+
"UpdateUserAccessLoggingSettingsRequestTypeDef",
|
|
197
205
|
"UpdateUserAccessLoggingSettingsResponseTypeDef",
|
|
198
|
-
"
|
|
206
|
+
"UpdateUserSettingsRequestTypeDef",
|
|
199
207
|
"UpdateUserSettingsResponseTypeDef",
|
|
200
208
|
"UserAccessLoggingSettingsSummaryTypeDef",
|
|
201
209
|
"UserAccessLoggingSettingsTypeDef",
|
|
@@ -204,7 +212,7 @@ __all__ = (
|
|
|
204
212
|
)
|
|
205
213
|
|
|
206
214
|
|
|
207
|
-
class
|
|
215
|
+
class AssociateBrowserSettingsRequestTypeDef(TypedDict):
|
|
208
216
|
browserSettingsArn: str
|
|
209
217
|
portalArn: str
|
|
210
218
|
|
|
@@ -217,32 +225,32 @@ class ResponseMetadataTypeDef(TypedDict):
|
|
|
217
225
|
HostId: NotRequired[str]
|
|
218
226
|
|
|
219
227
|
|
|
220
|
-
class
|
|
228
|
+
class AssociateDataProtectionSettingsRequestTypeDef(TypedDict):
|
|
221
229
|
dataProtectionSettingsArn: str
|
|
222
230
|
portalArn: str
|
|
223
231
|
|
|
224
232
|
|
|
225
|
-
class
|
|
233
|
+
class AssociateIpAccessSettingsRequestTypeDef(TypedDict):
|
|
226
234
|
ipAccessSettingsArn: str
|
|
227
235
|
portalArn: str
|
|
228
236
|
|
|
229
237
|
|
|
230
|
-
class
|
|
238
|
+
class AssociateNetworkSettingsRequestTypeDef(TypedDict):
|
|
231
239
|
networkSettingsArn: str
|
|
232
240
|
portalArn: str
|
|
233
241
|
|
|
234
242
|
|
|
235
|
-
class
|
|
243
|
+
class AssociateTrustStoreRequestTypeDef(TypedDict):
|
|
236
244
|
portalArn: str
|
|
237
245
|
trustStoreArn: str
|
|
238
246
|
|
|
239
247
|
|
|
240
|
-
class
|
|
248
|
+
class AssociateUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
241
249
|
portalArn: str
|
|
242
250
|
userAccessLoggingSettingsArn: str
|
|
243
251
|
|
|
244
252
|
|
|
245
|
-
class
|
|
253
|
+
class AssociateUserSettingsRequestTypeDef(TypedDict):
|
|
246
254
|
portalArn: str
|
|
247
255
|
userSettingsArn: str
|
|
248
256
|
|
|
@@ -309,84 +317,84 @@ class DataProtectionSettingsSummaryTypeDef(TypedDict):
|
|
|
309
317
|
displayName: NotRequired[str]
|
|
310
318
|
|
|
311
319
|
|
|
312
|
-
class
|
|
320
|
+
class DeleteBrowserSettingsRequestTypeDef(TypedDict):
|
|
313
321
|
browserSettingsArn: str
|
|
314
322
|
|
|
315
323
|
|
|
316
|
-
class
|
|
324
|
+
class DeleteDataProtectionSettingsRequestTypeDef(TypedDict):
|
|
317
325
|
dataProtectionSettingsArn: str
|
|
318
326
|
|
|
319
327
|
|
|
320
|
-
class
|
|
328
|
+
class DeleteIdentityProviderRequestTypeDef(TypedDict):
|
|
321
329
|
identityProviderArn: str
|
|
322
330
|
|
|
323
331
|
|
|
324
|
-
class
|
|
332
|
+
class DeleteIpAccessSettingsRequestTypeDef(TypedDict):
|
|
325
333
|
ipAccessSettingsArn: str
|
|
326
334
|
|
|
327
335
|
|
|
328
|
-
class
|
|
336
|
+
class DeleteNetworkSettingsRequestTypeDef(TypedDict):
|
|
329
337
|
networkSettingsArn: str
|
|
330
338
|
|
|
331
339
|
|
|
332
|
-
class
|
|
340
|
+
class DeletePortalRequestTypeDef(TypedDict):
|
|
333
341
|
portalArn: str
|
|
334
342
|
|
|
335
343
|
|
|
336
|
-
class
|
|
344
|
+
class DeleteTrustStoreRequestTypeDef(TypedDict):
|
|
337
345
|
trustStoreArn: str
|
|
338
346
|
|
|
339
347
|
|
|
340
|
-
class
|
|
348
|
+
class DeleteUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
341
349
|
userAccessLoggingSettingsArn: str
|
|
342
350
|
|
|
343
351
|
|
|
344
|
-
class
|
|
352
|
+
class DeleteUserSettingsRequestTypeDef(TypedDict):
|
|
345
353
|
userSettingsArn: str
|
|
346
354
|
|
|
347
355
|
|
|
348
|
-
class
|
|
356
|
+
class DisassociateBrowserSettingsRequestTypeDef(TypedDict):
|
|
349
357
|
portalArn: str
|
|
350
358
|
|
|
351
359
|
|
|
352
|
-
class
|
|
360
|
+
class DisassociateDataProtectionSettingsRequestTypeDef(TypedDict):
|
|
353
361
|
portalArn: str
|
|
354
362
|
|
|
355
363
|
|
|
356
|
-
class
|
|
364
|
+
class DisassociateIpAccessSettingsRequestTypeDef(TypedDict):
|
|
357
365
|
portalArn: str
|
|
358
366
|
|
|
359
367
|
|
|
360
|
-
class
|
|
368
|
+
class DisassociateNetworkSettingsRequestTypeDef(TypedDict):
|
|
361
369
|
portalArn: str
|
|
362
370
|
|
|
363
371
|
|
|
364
|
-
class
|
|
372
|
+
class DisassociateTrustStoreRequestTypeDef(TypedDict):
|
|
365
373
|
portalArn: str
|
|
366
374
|
|
|
367
375
|
|
|
368
|
-
class
|
|
376
|
+
class DisassociateUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
369
377
|
portalArn: str
|
|
370
378
|
|
|
371
379
|
|
|
372
|
-
class
|
|
380
|
+
class DisassociateUserSettingsRequestTypeDef(TypedDict):
|
|
373
381
|
portalArn: str
|
|
374
382
|
|
|
375
383
|
|
|
376
|
-
class
|
|
384
|
+
class ExpireSessionRequestTypeDef(TypedDict):
|
|
377
385
|
portalId: str
|
|
378
386
|
sessionId: str
|
|
379
387
|
|
|
380
388
|
|
|
381
|
-
class
|
|
389
|
+
class GetBrowserSettingsRequestTypeDef(TypedDict):
|
|
382
390
|
browserSettingsArn: str
|
|
383
391
|
|
|
384
392
|
|
|
385
|
-
class
|
|
393
|
+
class GetDataProtectionSettingsRequestTypeDef(TypedDict):
|
|
386
394
|
dataProtectionSettingsArn: str
|
|
387
395
|
|
|
388
396
|
|
|
389
|
-
class
|
|
397
|
+
class GetIdentityProviderRequestTypeDef(TypedDict):
|
|
390
398
|
identityProviderArn: str
|
|
391
399
|
|
|
392
400
|
|
|
@@ -397,11 +405,11 @@ class IdentityProviderTypeDef(TypedDict):
|
|
|
397
405
|
identityProviderType: NotRequired[IdentityProviderTypeType]
|
|
398
406
|
|
|
399
407
|
|
|
400
|
-
class
|
|
408
|
+
class GetIpAccessSettingsRequestTypeDef(TypedDict):
|
|
401
409
|
ipAccessSettingsArn: str
|
|
402
410
|
|
|
403
411
|
|
|
404
|
-
class
|
|
412
|
+
class GetNetworkSettingsRequestTypeDef(TypedDict):
|
|
405
413
|
networkSettingsArn: str
|
|
406
414
|
|
|
407
415
|
|
|
@@ -413,7 +421,7 @@ class NetworkSettingsTypeDef(TypedDict):
|
|
|
413
421
|
vpcId: NotRequired[str]
|
|
414
422
|
|
|
415
423
|
|
|
416
|
-
class
|
|
424
|
+
class GetPortalRequestTypeDef(TypedDict):
|
|
417
425
|
portalArn: str
|
|
418
426
|
|
|
419
427
|
|
|
@@ -440,11 +448,11 @@ class PortalTypeDef(TypedDict):
|
|
|
440
448
|
userSettingsArn: NotRequired[str]
|
|
441
449
|
|
|
442
450
|
|
|
443
|
-
class
|
|
451
|
+
class GetPortalServiceProviderMetadataRequestTypeDef(TypedDict):
|
|
444
452
|
portalArn: str
|
|
445
453
|
|
|
446
454
|
|
|
447
|
-
class
|
|
455
|
+
class GetSessionRequestTypeDef(TypedDict):
|
|
448
456
|
portalId: str
|
|
449
457
|
sessionId: str
|
|
450
458
|
|
|
@@ -459,12 +467,12 @@ class SessionTypeDef(TypedDict):
|
|
|
459
467
|
username: NotRequired[str]
|
|
460
468
|
|
|
461
469
|
|
|
462
|
-
class
|
|
470
|
+
class GetTrustStoreCertificateRequestTypeDef(TypedDict):
|
|
463
471
|
thumbprint: str
|
|
464
472
|
trustStoreArn: str
|
|
465
473
|
|
|
466
474
|
|
|
467
|
-
class
|
|
475
|
+
class GetTrustStoreRequestTypeDef(TypedDict):
|
|
468
476
|
trustStoreArn: str
|
|
469
477
|
|
|
470
478
|
|
|
@@ -473,7 +481,7 @@ class TrustStoreTypeDef(TypedDict):
|
|
|
473
481
|
associatedPortalArns: NotRequired[List[str]]
|
|
474
482
|
|
|
475
483
|
|
|
476
|
-
class
|
|
484
|
+
class GetUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
477
485
|
userAccessLoggingSettingsArn: str
|
|
478
486
|
|
|
479
487
|
|
|
@@ -483,7 +491,7 @@ class UserAccessLoggingSettingsTypeDef(TypedDict):
|
|
|
483
491
|
kinesisStreamArn: NotRequired[str]
|
|
484
492
|
|
|
485
493
|
|
|
486
|
-
class
|
|
494
|
+
class GetUserSettingsRequestTypeDef(TypedDict):
|
|
487
495
|
userSettingsArn: str
|
|
488
496
|
|
|
489
497
|
|
|
@@ -505,7 +513,7 @@ class IpAccessSettingsSummaryTypeDef(TypedDict):
|
|
|
505
513
|
displayName: NotRequired[str]
|
|
506
514
|
|
|
507
515
|
|
|
508
|
-
class
|
|
516
|
+
class ListBrowserSettingsRequestTypeDef(TypedDict):
|
|
509
517
|
maxResults: NotRequired[int]
|
|
510
518
|
nextToken: NotRequired[str]
|
|
511
519
|
|
|
@@ -516,23 +524,23 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
516
524
|
StartingToken: NotRequired[str]
|
|
517
525
|
|
|
518
526
|
|
|
519
|
-
class
|
|
527
|
+
class ListDataProtectionSettingsRequestTypeDef(TypedDict):
|
|
520
528
|
maxResults: NotRequired[int]
|
|
521
529
|
nextToken: NotRequired[str]
|
|
522
530
|
|
|
523
531
|
|
|
524
|
-
class
|
|
532
|
+
class ListIdentityProvidersRequestTypeDef(TypedDict):
|
|
525
533
|
portalArn: str
|
|
526
534
|
maxResults: NotRequired[int]
|
|
527
535
|
nextToken: NotRequired[str]
|
|
528
536
|
|
|
529
537
|
|
|
530
|
-
class
|
|
538
|
+
class ListIpAccessSettingsRequestTypeDef(TypedDict):
|
|
531
539
|
maxResults: NotRequired[int]
|
|
532
540
|
nextToken: NotRequired[str]
|
|
533
541
|
|
|
534
542
|
|
|
535
|
-
class
|
|
543
|
+
class ListNetworkSettingsRequestTypeDef(TypedDict):
|
|
536
544
|
maxResults: NotRequired[int]
|
|
537
545
|
nextToken: NotRequired[str]
|
|
538
546
|
|
|
@@ -542,7 +550,7 @@ class NetworkSettingsSummaryTypeDef(TypedDict):
|
|
|
542
550
|
vpcId: NotRequired[str]
|
|
543
551
|
|
|
544
552
|
|
|
545
|
-
class
|
|
553
|
+
class ListPortalsRequestTypeDef(TypedDict):
|
|
546
554
|
maxResults: NotRequired[int]
|
|
547
555
|
nextToken: NotRequired[str]
|
|
548
556
|
|
|
@@ -567,7 +575,7 @@ class PortalSummaryTypeDef(TypedDict):
|
|
|
567
575
|
userSettingsArn: NotRequired[str]
|
|
568
576
|
|
|
569
577
|
|
|
570
|
-
class
|
|
578
|
+
class ListSessionsRequestTypeDef(TypedDict):
|
|
571
579
|
portalId: str
|
|
572
580
|
maxResults: NotRequired[int]
|
|
573
581
|
nextToken: NotRequired[str]
|
|
@@ -586,17 +594,17 @@ class SessionSummaryTypeDef(TypedDict):
|
|
|
586
594
|
username: NotRequired[str]
|
|
587
595
|
|
|
588
596
|
|
|
589
|
-
class
|
|
597
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
590
598
|
resourceArn: str
|
|
591
599
|
|
|
592
600
|
|
|
593
|
-
class
|
|
601
|
+
class ListTrustStoreCertificatesRequestTypeDef(TypedDict):
|
|
594
602
|
trustStoreArn: str
|
|
595
603
|
maxResults: NotRequired[int]
|
|
596
604
|
nextToken: NotRequired[str]
|
|
597
605
|
|
|
598
606
|
|
|
599
|
-
class
|
|
607
|
+
class ListTrustStoresRequestTypeDef(TypedDict):
|
|
600
608
|
maxResults: NotRequired[int]
|
|
601
609
|
nextToken: NotRequired[str]
|
|
602
610
|
|
|
@@ -605,7 +613,7 @@ class TrustStoreSummaryTypeDef(TypedDict):
|
|
|
605
613
|
trustStoreArn: NotRequired[str]
|
|
606
614
|
|
|
607
615
|
|
|
608
|
-
class
|
|
616
|
+
class ListUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
609
617
|
maxResults: NotRequired[int]
|
|
610
618
|
nextToken: NotRequired[str]
|
|
611
619
|
|
|
@@ -615,23 +623,37 @@ class UserAccessLoggingSettingsSummaryTypeDef(TypedDict):
|
|
|
615
623
|
kinesisStreamArn: NotRequired[str]
|
|
616
624
|
|
|
617
625
|
|
|
618
|
-
class
|
|
626
|
+
class ListUserSettingsRequestTypeDef(TypedDict):
|
|
619
627
|
maxResults: NotRequired[int]
|
|
620
628
|
nextToken: NotRequired[str]
|
|
621
629
|
|
|
622
630
|
|
|
623
|
-
class
|
|
631
|
+
class ToolbarConfigurationOutputTypeDef(TypedDict):
|
|
632
|
+
hiddenToolbarItems: NotRequired[List[ToolbarItemType]]
|
|
633
|
+
maxDisplayResolution: NotRequired[MaxDisplayResolutionType]
|
|
634
|
+
toolbarType: NotRequired[ToolbarTypeType]
|
|
635
|
+
visualMode: NotRequired[VisualModeType]
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
class ToolbarConfigurationTypeDef(TypedDict):
|
|
639
|
+
hiddenToolbarItems: NotRequired[Sequence[ToolbarItemType]]
|
|
640
|
+
maxDisplayResolution: NotRequired[MaxDisplayResolutionType]
|
|
641
|
+
toolbarType: NotRequired[ToolbarTypeType]
|
|
642
|
+
visualMode: NotRequired[VisualModeType]
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
624
646
|
resourceArn: str
|
|
625
647
|
tagKeys: Sequence[str]
|
|
626
648
|
|
|
627
649
|
|
|
628
|
-
class
|
|
650
|
+
class UpdateBrowserSettingsRequestTypeDef(TypedDict):
|
|
629
651
|
browserSettingsArn: str
|
|
630
652
|
browserPolicy: NotRequired[str]
|
|
631
653
|
clientToken: NotRequired[str]
|
|
632
654
|
|
|
633
655
|
|
|
634
|
-
class
|
|
656
|
+
class UpdateIdentityProviderRequestTypeDef(TypedDict):
|
|
635
657
|
identityProviderArn: str
|
|
636
658
|
clientToken: NotRequired[str]
|
|
637
659
|
identityProviderDetails: NotRequired[Mapping[str, str]]
|
|
@@ -639,7 +661,7 @@ class UpdateIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
|
639
661
|
identityProviderType: NotRequired[IdentityProviderTypeType]
|
|
640
662
|
|
|
641
663
|
|
|
642
|
-
class
|
|
664
|
+
class UpdateNetworkSettingsRequestTypeDef(TypedDict):
|
|
643
665
|
networkSettingsArn: str
|
|
644
666
|
clientToken: NotRequired[str]
|
|
645
667
|
securityGroupIds: NotRequired[Sequence[str]]
|
|
@@ -647,7 +669,7 @@ class UpdateNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
|
647
669
|
vpcId: NotRequired[str]
|
|
648
670
|
|
|
649
671
|
|
|
650
|
-
class
|
|
672
|
+
class UpdatePortalRequestTypeDef(TypedDict):
|
|
651
673
|
portalArn: str
|
|
652
674
|
authenticationType: NotRequired[AuthenticationTypeType]
|
|
653
675
|
displayName: NotRequired[str]
|
|
@@ -655,7 +677,7 @@ class UpdatePortalRequestRequestTypeDef(TypedDict):
|
|
|
655
677
|
maxConcurrentSessions: NotRequired[int]
|
|
656
678
|
|
|
657
679
|
|
|
658
|
-
class
|
|
680
|
+
class UpdateUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
659
681
|
userAccessLoggingSettingsArn: str
|
|
660
682
|
clientToken: NotRequired[str]
|
|
661
683
|
kinesisStreamArn: NotRequired[str]
|
|
@@ -760,7 +782,7 @@ class UpdateTrustStoreResponseTypeDef(TypedDict):
|
|
|
760
782
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
761
783
|
|
|
762
784
|
|
|
763
|
-
class
|
|
785
|
+
class UpdateTrustStoreRequestTypeDef(TypedDict):
|
|
764
786
|
trustStoreArn: str
|
|
765
787
|
certificatesToAdd: NotRequired[Sequence[BlobTypeDef]]
|
|
766
788
|
certificatesToDelete: NotRequired[Sequence[str]]
|
|
@@ -806,7 +828,7 @@ class CookieSynchronizationConfigurationTypeDef(TypedDict):
|
|
|
806
828
|
blocklist: NotRequired[Sequence[CookieSpecificationTypeDef]]
|
|
807
829
|
|
|
808
830
|
|
|
809
|
-
class
|
|
831
|
+
class CreateBrowserSettingsRequestTypeDef(TypedDict):
|
|
810
832
|
browserPolicy: str
|
|
811
833
|
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
812
834
|
clientToken: NotRequired[str]
|
|
@@ -814,7 +836,7 @@ class CreateBrowserSettingsRequestRequestTypeDef(TypedDict):
|
|
|
814
836
|
tags: NotRequired[Sequence[TagTypeDef]]
|
|
815
837
|
|
|
816
838
|
|
|
817
|
-
class
|
|
839
|
+
class CreateIdentityProviderRequestTypeDef(TypedDict):
|
|
818
840
|
identityProviderDetails: Mapping[str, str]
|
|
819
841
|
identityProviderName: str
|
|
820
842
|
identityProviderType: IdentityProviderTypeType
|
|
@@ -823,7 +845,7 @@ class CreateIdentityProviderRequestRequestTypeDef(TypedDict):
|
|
|
823
845
|
tags: NotRequired[Sequence[TagTypeDef]]
|
|
824
846
|
|
|
825
847
|
|
|
826
|
-
class
|
|
848
|
+
class CreateNetworkSettingsRequestTypeDef(TypedDict):
|
|
827
849
|
securityGroupIds: Sequence[str]
|
|
828
850
|
subnetIds: Sequence[str]
|
|
829
851
|
vpcId: str
|
|
@@ -831,7 +853,7 @@ class CreateNetworkSettingsRequestRequestTypeDef(TypedDict):
|
|
|
831
853
|
tags: NotRequired[Sequence[TagTypeDef]]
|
|
832
854
|
|
|
833
855
|
|
|
834
|
-
class
|
|
856
|
+
class CreatePortalRequestTypeDef(TypedDict):
|
|
835
857
|
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
836
858
|
authenticationType: NotRequired[AuthenticationTypeType]
|
|
837
859
|
clientToken: NotRequired[str]
|
|
@@ -842,13 +864,13 @@ class CreatePortalRequestRequestTypeDef(TypedDict):
|
|
|
842
864
|
tags: NotRequired[Sequence[TagTypeDef]]
|
|
843
865
|
|
|
844
866
|
|
|
845
|
-
class
|
|
867
|
+
class CreateTrustStoreRequestTypeDef(TypedDict):
|
|
846
868
|
certificateList: Sequence[BlobTypeDef]
|
|
847
869
|
clientToken: NotRequired[str]
|
|
848
870
|
tags: NotRequired[Sequence[TagTypeDef]]
|
|
849
871
|
|
|
850
872
|
|
|
851
|
-
class
|
|
873
|
+
class CreateUserAccessLoggingSettingsRequestTypeDef(TypedDict):
|
|
852
874
|
kinesisStreamArn: str
|
|
853
875
|
clientToken: NotRequired[str]
|
|
854
876
|
tags: NotRequired[Sequence[TagTypeDef]]
|
|
@@ -859,13 +881,13 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
859
881
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
860
882
|
|
|
861
883
|
|
|
862
|
-
class
|
|
884
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
863
885
|
resourceArn: str
|
|
864
886
|
tags: Sequence[TagTypeDef]
|
|
865
887
|
clientToken: NotRequired[str]
|
|
866
888
|
|
|
867
889
|
|
|
868
|
-
class
|
|
890
|
+
class CreateIpAccessSettingsRequestTypeDef(TypedDict):
|
|
869
891
|
ipRules: Sequence[IpRuleTypeDef]
|
|
870
892
|
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
871
893
|
clientToken: NotRequired[str]
|
|
@@ -886,7 +908,7 @@ class IpAccessSettingsTypeDef(TypedDict):
|
|
|
886
908
|
ipRules: NotRequired[List[IpRuleTypeDef]]
|
|
887
909
|
|
|
888
910
|
|
|
889
|
-
class
|
|
911
|
+
class UpdateIpAccessSettingsRequestTypeDef(TypedDict):
|
|
890
912
|
ipAccessSettingsArn: str
|
|
891
913
|
clientToken: NotRequired[str]
|
|
892
914
|
description: NotRequired[str]
|
|
@@ -1023,6 +1045,11 @@ class ListUserAccessLoggingSettingsResponseTypeDef(TypedDict):
|
|
|
1023
1045
|
nextToken: NotRequired[str]
|
|
1024
1046
|
|
|
1025
1047
|
|
|
1048
|
+
ToolbarConfigurationUnionTypeDef = Union[
|
|
1049
|
+
ToolbarConfigurationTypeDef, ToolbarConfigurationOutputTypeDef
|
|
1050
|
+
]
|
|
1051
|
+
|
|
1052
|
+
|
|
1026
1053
|
class UserSettingsSummaryTypeDef(TypedDict):
|
|
1027
1054
|
userSettingsArn: str
|
|
1028
1055
|
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationOutputTypeDef]
|
|
@@ -1033,6 +1060,7 @@ class UserSettingsSummaryTypeDef(TypedDict):
|
|
|
1033
1060
|
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
1034
1061
|
pasteAllowed: NotRequired[EnabledTypeType]
|
|
1035
1062
|
printAllowed: NotRequired[EnabledTypeType]
|
|
1063
|
+
toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
|
|
1036
1064
|
uploadAllowed: NotRequired[EnabledTypeType]
|
|
1037
1065
|
|
|
1038
1066
|
|
|
@@ -1049,37 +1077,13 @@ class UserSettingsTypeDef(TypedDict):
|
|
|
1049
1077
|
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
1050
1078
|
pasteAllowed: NotRequired[EnabledTypeType]
|
|
1051
1079
|
printAllowed: NotRequired[EnabledTypeType]
|
|
1080
|
+
toolbarConfiguration: NotRequired[ToolbarConfigurationOutputTypeDef]
|
|
1052
1081
|
uploadAllowed: NotRequired[EnabledTypeType]
|
|
1053
1082
|
|
|
1054
1083
|
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
pasteAllowed: EnabledTypeType
|
|
1059
|
-
printAllowed: EnabledTypeType
|
|
1060
|
-
uploadAllowed: EnabledTypeType
|
|
1061
|
-
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
1062
|
-
clientToken: NotRequired[str]
|
|
1063
|
-
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationTypeDef]
|
|
1064
|
-
customerManagedKey: NotRequired[str]
|
|
1065
|
-
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1066
|
-
disconnectTimeoutInMinutes: NotRequired[int]
|
|
1067
|
-
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
1068
|
-
tags: NotRequired[Sequence[TagTypeDef]]
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
class UpdateUserSettingsRequestRequestTypeDef(TypedDict):
|
|
1072
|
-
userSettingsArn: str
|
|
1073
|
-
clientToken: NotRequired[str]
|
|
1074
|
-
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationTypeDef]
|
|
1075
|
-
copyAllowed: NotRequired[EnabledTypeType]
|
|
1076
|
-
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1077
|
-
disconnectTimeoutInMinutes: NotRequired[int]
|
|
1078
|
-
downloadAllowed: NotRequired[EnabledTypeType]
|
|
1079
|
-
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
1080
|
-
pasteAllowed: NotRequired[EnabledTypeType]
|
|
1081
|
-
printAllowed: NotRequired[EnabledTypeType]
|
|
1082
|
-
uploadAllowed: NotRequired[EnabledTypeType]
|
|
1084
|
+
CookieSynchronizationConfigurationUnionTypeDef = Union[
|
|
1085
|
+
CookieSynchronizationConfigurationTypeDef, CookieSynchronizationConfigurationOutputTypeDef
|
|
1086
|
+
]
|
|
1083
1087
|
|
|
1084
1088
|
|
|
1085
1089
|
class GetIpAccessSettingsResponseTypeDef(TypedDict):
|
|
@@ -1099,9 +1103,11 @@ class InlineRedactionConfigurationOutputTypeDef(TypedDict):
|
|
|
1099
1103
|
globalExemptUrls: NotRequired[List[str]]
|
|
1100
1104
|
|
|
1101
1105
|
|
|
1102
|
-
|
|
1103
|
-
InlineRedactionPatternTypeDef
|
|
1104
|
-
]
|
|
1106
|
+
class InlineRedactionConfigurationTypeDef(TypedDict):
|
|
1107
|
+
inlineRedactionPatterns: Sequence[InlineRedactionPatternTypeDef]
|
|
1108
|
+
globalConfidenceLevel: NotRequired[int]
|
|
1109
|
+
globalEnforcedUrls: NotRequired[Sequence[str]]
|
|
1110
|
+
globalExemptUrls: NotRequired[Sequence[str]]
|
|
1105
1111
|
|
|
1106
1112
|
|
|
1107
1113
|
class ListUserSettingsResponseTypeDef(TypedDict):
|
|
@@ -1120,6 +1126,38 @@ class UpdateUserSettingsResponseTypeDef(TypedDict):
|
|
|
1120
1126
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1121
1127
|
|
|
1122
1128
|
|
|
1129
|
+
class CreateUserSettingsRequestTypeDef(TypedDict):
|
|
1130
|
+
copyAllowed: EnabledTypeType
|
|
1131
|
+
downloadAllowed: EnabledTypeType
|
|
1132
|
+
pasteAllowed: EnabledTypeType
|
|
1133
|
+
printAllowed: EnabledTypeType
|
|
1134
|
+
uploadAllowed: EnabledTypeType
|
|
1135
|
+
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
1136
|
+
clientToken: NotRequired[str]
|
|
1137
|
+
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationUnionTypeDef]
|
|
1138
|
+
customerManagedKey: NotRequired[str]
|
|
1139
|
+
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1140
|
+
disconnectTimeoutInMinutes: NotRequired[int]
|
|
1141
|
+
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
1142
|
+
tags: NotRequired[Sequence[TagTypeDef]]
|
|
1143
|
+
toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
class UpdateUserSettingsRequestTypeDef(TypedDict):
|
|
1147
|
+
userSettingsArn: str
|
|
1148
|
+
clientToken: NotRequired[str]
|
|
1149
|
+
cookieSynchronizationConfiguration: NotRequired[CookieSynchronizationConfigurationUnionTypeDef]
|
|
1150
|
+
copyAllowed: NotRequired[EnabledTypeType]
|
|
1151
|
+
deepLinkAllowed: NotRequired[EnabledTypeType]
|
|
1152
|
+
disconnectTimeoutInMinutes: NotRequired[int]
|
|
1153
|
+
downloadAllowed: NotRequired[EnabledTypeType]
|
|
1154
|
+
idleDisconnectTimeoutInMinutes: NotRequired[int]
|
|
1155
|
+
pasteAllowed: NotRequired[EnabledTypeType]
|
|
1156
|
+
printAllowed: NotRequired[EnabledTypeType]
|
|
1157
|
+
toolbarConfiguration: NotRequired[ToolbarConfigurationUnionTypeDef]
|
|
1158
|
+
uploadAllowed: NotRequired[EnabledTypeType]
|
|
1159
|
+
|
|
1160
|
+
|
|
1123
1161
|
class DataProtectionSettingsTypeDef(TypedDict):
|
|
1124
1162
|
dataProtectionSettingsArn: str
|
|
1125
1163
|
additionalEncryptionContext: NotRequired[Dict[str, str]]
|
|
@@ -1131,11 +1169,9 @@ class DataProtectionSettingsTypeDef(TypedDict):
|
|
|
1131
1169
|
inlineRedactionConfiguration: NotRequired[InlineRedactionConfigurationOutputTypeDef]
|
|
1132
1170
|
|
|
1133
1171
|
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
globalEnforcedUrls: NotRequired[Sequence[str]]
|
|
1138
|
-
globalExemptUrls: NotRequired[Sequence[str]]
|
|
1172
|
+
InlineRedactionConfigurationUnionTypeDef = Union[
|
|
1173
|
+
InlineRedactionConfigurationTypeDef, InlineRedactionConfigurationOutputTypeDef
|
|
1174
|
+
]
|
|
1139
1175
|
|
|
1140
1176
|
|
|
1141
1177
|
class GetDataProtectionSettingsResponseTypeDef(TypedDict):
|
|
@@ -1148,19 +1184,19 @@ class UpdateDataProtectionSettingsResponseTypeDef(TypedDict):
|
|
|
1148
1184
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1149
1185
|
|
|
1150
1186
|
|
|
1151
|
-
class
|
|
1187
|
+
class CreateDataProtectionSettingsRequestTypeDef(TypedDict):
|
|
1152
1188
|
additionalEncryptionContext: NotRequired[Mapping[str, str]]
|
|
1153
1189
|
clientToken: NotRequired[str]
|
|
1154
1190
|
customerManagedKey: NotRequired[str]
|
|
1155
1191
|
description: NotRequired[str]
|
|
1156
1192
|
displayName: NotRequired[str]
|
|
1157
|
-
inlineRedactionConfiguration: NotRequired[
|
|
1193
|
+
inlineRedactionConfiguration: NotRequired[InlineRedactionConfigurationUnionTypeDef]
|
|
1158
1194
|
tags: NotRequired[Sequence[TagTypeDef]]
|
|
1159
1195
|
|
|
1160
1196
|
|
|
1161
|
-
class
|
|
1197
|
+
class UpdateDataProtectionSettingsRequestTypeDef(TypedDict):
|
|
1162
1198
|
dataProtectionSettingsArn: str
|
|
1163
1199
|
clientToken: NotRequired[str]
|
|
1164
1200
|
description: NotRequired[str]
|
|
1165
1201
|
displayName: NotRequired[str]
|
|
1166
|
-
inlineRedactionConfiguration: NotRequired[
|
|
1202
|
+
inlineRedactionConfiguration: NotRequired[InlineRedactionConfigurationUnionTypeDef]
|