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