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