@aws-sdk/client-workspaces-web 3.168.0 → 3.170.0

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.
Files changed (68) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +796 -225
  3. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +394 -117
  4. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +8 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1121 -1013
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  68. package/package.json +34 -34
@@ -1,1013 +1,1121 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
- }
10
- export interface AssociateBrowserSettingsRequest {
11
-
12
- portalArn: string | undefined;
13
-
14
- browserSettingsArn: string | undefined;
15
- }
16
- export interface AssociateBrowserSettingsResponse {
17
-
18
- portalArn: string | undefined;
19
-
20
- browserSettingsArn: string | undefined;
21
- }
22
-
23
- export declare class ConflictException extends __BaseException {
24
- readonly name: "ConflictException";
25
- readonly $fault: "client";
26
-
27
- resourceId?: string;
28
-
29
- resourceType?: string;
30
-
31
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
32
- }
33
-
34
- export declare class InternalServerException extends __BaseException {
35
- readonly name: "InternalServerException";
36
- readonly $fault: "server";
37
-
38
- retryAfterSeconds?: number;
39
-
40
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
41
- }
42
-
43
- export declare class ResourceNotFoundException extends __BaseException {
44
- readonly name: "ResourceNotFoundException";
45
- readonly $fault: "client";
46
-
47
- resourceId?: string;
48
-
49
- resourceType?: string;
50
-
51
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
52
- }
53
-
54
- export declare class ThrottlingException extends __BaseException {
55
- readonly name: "ThrottlingException";
56
- readonly $fault: "client";
57
-
58
- serviceCode?: string;
59
-
60
- quotaCode?: string;
61
-
62
- retryAfterSeconds?: number;
63
-
64
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
65
- }
66
-
67
- export interface ValidationExceptionField {
68
-
69
- name: string | undefined;
70
-
71
- message: string | undefined;
72
- }
73
- export declare enum ValidationExceptionReason {
74
- CANNOT_PARSE = "cannotParse",
75
- FIELD_VALIDATION_FAILED = "fieldValidationFailed",
76
- OTHER = "other",
77
- UNKNOWN_OPERATION = "unknownOperation"
78
- }
79
-
80
- export declare class ValidationException extends __BaseException {
81
- readonly name: "ValidationException";
82
- readonly $fault: "client";
83
-
84
- reason?: ValidationExceptionReason | string;
85
-
86
- fieldList?: ValidationExceptionField[];
87
-
88
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
89
- }
90
- export interface AssociateNetworkSettingsRequest {
91
-
92
- portalArn: string | undefined;
93
-
94
- networkSettingsArn: string | undefined;
95
- }
96
- export interface AssociateNetworkSettingsResponse {
97
-
98
- portalArn: string | undefined;
99
-
100
- networkSettingsArn: string | undefined;
101
- }
102
- export interface AssociateTrustStoreRequest {
103
-
104
- portalArn: string | undefined;
105
-
106
- trustStoreArn: string | undefined;
107
- }
108
- export interface AssociateTrustStoreResponse {
109
-
110
- portalArn: string | undefined;
111
-
112
- trustStoreArn: string | undefined;
113
- }
114
- export interface AssociateUserSettingsRequest {
115
-
116
- portalArn: string | undefined;
117
-
118
- userSettingsArn: string | undefined;
119
- }
120
- export interface AssociateUserSettingsResponse {
121
-
122
- portalArn: string | undefined;
123
-
124
- userSettingsArn: string | undefined;
125
- }
126
-
127
- export interface Tag {
128
-
129
- Key: string | undefined;
130
-
131
- Value: string | undefined;
132
- }
133
- export interface CreateBrowserSettingsRequest {
134
-
135
- tags?: Tag[];
136
-
137
- customerManagedKey?: string;
138
-
139
- additionalEncryptionContext?: Record<string, string>;
140
-
141
- browserPolicy: string | undefined;
142
-
143
- clientToken?: string;
144
- }
145
- export interface CreateBrowserSettingsResponse {
146
-
147
- browserSettingsArn: string | undefined;
148
- }
149
-
150
- export declare class ServiceQuotaExceededException extends __BaseException {
151
- readonly name: "ServiceQuotaExceededException";
152
- readonly $fault: "client";
153
-
154
- resourceId?: string;
155
-
156
- resourceType?: string;
157
-
158
- serviceCode?: string;
159
-
160
- quotaCode?: string;
161
-
162
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
163
- }
164
- export declare enum IdentityProviderType {
165
- Facebook = "Facebook",
166
- Google = "Google",
167
- LoginWithAmazon = "LoginWithAmazon",
168
- OIDC = "OIDC",
169
- SAML = "SAML",
170
- SignInWithApple = "SignInWithApple"
171
- }
172
- export interface CreateIdentityProviderRequest {
173
-
174
- portalArn: string | undefined;
175
-
176
- identityProviderName: string | undefined;
177
-
178
- identityProviderType: IdentityProviderType | string | undefined;
179
-
180
- identityProviderDetails: Record<string, string> | undefined;
181
-
182
- clientToken?: string;
183
- }
184
- export interface CreateIdentityProviderResponse {
185
-
186
- identityProviderArn: string | undefined;
187
- }
188
- export interface CreateNetworkSettingsRequest {
189
-
190
- vpcId: string | undefined;
191
-
192
- subnetIds: string[] | undefined;
193
-
194
- securityGroupIds: string[] | undefined;
195
-
196
- tags?: Tag[];
197
-
198
- clientToken?: string;
199
- }
200
- export interface CreateNetworkSettingsResponse {
201
-
202
- networkSettingsArn: string | undefined;
203
- }
204
- export interface CreatePortalRequest {
205
-
206
- displayName?: string;
207
-
208
- tags?: Tag[];
209
-
210
- customerManagedKey?: string;
211
-
212
- additionalEncryptionContext?: Record<string, string>;
213
-
214
- clientToken?: string;
215
- }
216
- export interface CreatePortalResponse {
217
-
218
- portalArn: string | undefined;
219
-
220
- portalEndpoint: string | undefined;
221
- }
222
- export interface CreateTrustStoreRequest {
223
-
224
- certificateList: Uint8Array[] | undefined;
225
-
226
- tags?: Tag[];
227
-
228
- clientToken?: string;
229
- }
230
- export interface CreateTrustStoreResponse {
231
-
232
- trustStoreArn: string | undefined;
233
- }
234
- export declare enum EnabledType {
235
- DISABLED = "Disabled",
236
- ENABLED = "Enabled"
237
- }
238
- export interface CreateUserSettingsRequest {
239
-
240
- copyAllowed: EnabledType | string | undefined;
241
-
242
- pasteAllowed: EnabledType | string | undefined;
243
-
244
- downloadAllowed: EnabledType | string | undefined;
245
-
246
- uploadAllowed: EnabledType | string | undefined;
247
-
248
- printAllowed: EnabledType | string | undefined;
249
-
250
- tags?: Tag[];
251
-
252
- disconnectTimeoutInMinutes?: number;
253
-
254
- idleDisconnectTimeoutInMinutes?: number;
255
-
256
- clientToken?: string;
257
- }
258
- export interface CreateUserSettingsResponse {
259
-
260
- userSettingsArn: string | undefined;
261
- }
262
- export interface DeleteBrowserSettingsRequest {
263
-
264
- browserSettingsArn: string | undefined;
265
- }
266
- export interface DeleteBrowserSettingsResponse {
267
- }
268
- export interface DeleteIdentityProviderRequest {
269
-
270
- identityProviderArn: string | undefined;
271
- }
272
- export interface DeleteIdentityProviderResponse {
273
- }
274
- export interface DeleteNetworkSettingsRequest {
275
-
276
- networkSettingsArn: string | undefined;
277
- }
278
- export interface DeleteNetworkSettingsResponse {
279
- }
280
- export interface DeletePortalRequest {
281
-
282
- portalArn: string | undefined;
283
- }
284
- export interface DeletePortalResponse {
285
- }
286
- export interface DeleteTrustStoreRequest {
287
-
288
- trustStoreArn: string | undefined;
289
- }
290
- export interface DeleteTrustStoreResponse {
291
- }
292
- export interface DeleteUserSettingsRequest {
293
-
294
- userSettingsArn: string | undefined;
295
- }
296
- export interface DeleteUserSettingsResponse {
297
- }
298
- export interface DisassociateBrowserSettingsRequest {
299
-
300
- portalArn: string | undefined;
301
- }
302
- export interface DisassociateBrowserSettingsResponse {
303
- }
304
- export interface DisassociateNetworkSettingsRequest {
305
-
306
- portalArn: string | undefined;
307
- }
308
- export interface DisassociateNetworkSettingsResponse {
309
- }
310
- export interface DisassociateTrustStoreRequest {
311
-
312
- portalArn: string | undefined;
313
- }
314
- export interface DisassociateTrustStoreResponse {
315
- }
316
- export interface DisassociateUserSettingsRequest {
317
-
318
- portalArn: string | undefined;
319
- }
320
- export interface DisassociateUserSettingsResponse {
321
- }
322
- export interface GetBrowserSettingsRequest {
323
-
324
- browserSettingsArn: string | undefined;
325
- }
326
-
327
- export interface BrowserSettings {
328
-
329
- browserSettingsArn: string | undefined;
330
-
331
- associatedPortalArns?: string[];
332
-
333
- browserPolicy?: string;
334
- }
335
- export interface GetBrowserSettingsResponse {
336
-
337
- browserSettings?: BrowserSettings;
338
- }
339
- export interface GetIdentityProviderRequest {
340
-
341
- identityProviderArn: string | undefined;
342
- }
343
-
344
- export interface IdentityProvider {
345
-
346
- identityProviderArn: string | undefined;
347
-
348
- identityProviderName?: string;
349
-
350
- identityProviderType?: IdentityProviderType | string;
351
-
352
- identityProviderDetails?: Record<string, string>;
353
- }
354
- export interface GetIdentityProviderResponse {
355
-
356
- identityProvider?: IdentityProvider;
357
- }
358
- export interface GetNetworkSettingsRequest {
359
-
360
- networkSettingsArn: string | undefined;
361
- }
362
-
363
- export interface NetworkSettings {
364
-
365
- networkSettingsArn: string | undefined;
366
-
367
- associatedPortalArns?: string[];
368
-
369
- vpcId?: string;
370
-
371
- subnetIds?: string[];
372
-
373
- securityGroupIds?: string[];
374
- }
375
- export interface GetNetworkSettingsResponse {
376
-
377
- networkSettings?: NetworkSettings;
378
- }
379
- export interface GetPortalRequest {
380
-
381
- portalArn: string | undefined;
382
- }
383
- export declare enum BrowserType {
384
- CHROME = "Chrome"
385
- }
386
- export declare enum PortalStatus {
387
- ACTIVE = "Active",
388
- INCOMPLETE = "Incomplete",
389
- PENDING = "Pending"
390
- }
391
- export declare enum RendererType {
392
- APPSTREAM = "AppStream"
393
- }
394
-
395
- export interface Portal {
396
-
397
- portalArn?: string;
398
-
399
- rendererType?: RendererType | string;
400
-
401
- browserType?: BrowserType | string;
402
-
403
- portalStatus?: PortalStatus | string;
404
-
405
- portalEndpoint?: string;
406
-
407
- displayName?: string;
408
-
409
- creationDate?: Date;
410
-
411
- browserSettingsArn?: string;
412
-
413
- userSettingsArn?: string;
414
-
415
- networkSettingsArn?: string;
416
-
417
- trustStoreArn?: string;
418
-
419
- statusReason?: string;
420
- }
421
- export interface GetPortalResponse {
422
-
423
- portal?: Portal;
424
- }
425
- export interface GetPortalServiceProviderMetadataRequest {
426
-
427
- portalArn: string | undefined;
428
- }
429
- export interface GetPortalServiceProviderMetadataResponse {
430
-
431
- portalArn: string | undefined;
432
-
433
- serviceProviderSamlMetadata?: string;
434
- }
435
- export interface GetTrustStoreRequest {
436
-
437
- trustStoreArn: string | undefined;
438
- }
439
-
440
- export interface TrustStore {
441
-
442
- associatedPortalArns?: string[];
443
-
444
- trustStoreArn?: string;
445
- }
446
- export interface GetTrustStoreResponse {
447
-
448
- trustStore?: TrustStore;
449
- }
450
- export interface GetTrustStoreCertificateRequest {
451
-
452
- trustStoreArn: string | undefined;
453
-
454
- thumbprint: string | undefined;
455
- }
456
-
457
- export interface Certificate {
458
-
459
- thumbprint?: string;
460
-
461
- subject?: string;
462
-
463
- issuer?: string;
464
-
465
- notValidBefore?: Date;
466
-
467
- notValidAfter?: Date;
468
-
469
- body?: Uint8Array;
470
- }
471
- export interface GetTrustStoreCertificateResponse {
472
-
473
- trustStoreArn?: string;
474
-
475
- certificate?: Certificate;
476
- }
477
- export interface GetUserSettingsRequest {
478
-
479
- userSettingsArn: string | undefined;
480
- }
481
-
482
- export interface UserSettings {
483
-
484
- userSettingsArn: string | undefined;
485
-
486
- associatedPortalArns?: string[];
487
-
488
- copyAllowed?: EnabledType | string;
489
-
490
- pasteAllowed?: EnabledType | string;
491
-
492
- downloadAllowed?: EnabledType | string;
493
-
494
- uploadAllowed?: EnabledType | string;
495
-
496
- printAllowed?: EnabledType | string;
497
-
498
- disconnectTimeoutInMinutes?: number;
499
-
500
- idleDisconnectTimeoutInMinutes?: number;
501
- }
502
- export interface GetUserSettingsResponse {
503
-
504
- userSettings?: UserSettings;
505
- }
506
- export interface ListBrowserSettingsRequest {
507
-
508
- nextToken?: string;
509
-
510
- maxResults?: number;
511
- }
512
-
513
- export interface BrowserSettingsSummary {
514
-
515
- browserSettingsArn?: string;
516
- }
517
- export interface ListBrowserSettingsResponse {
518
-
519
- browserSettings?: BrowserSettingsSummary[];
520
-
521
- nextToken?: string;
522
- }
523
- export interface ListIdentityProvidersRequest {
524
-
525
- nextToken?: string;
526
-
527
- maxResults?: number;
528
-
529
- portalArn: string | undefined;
530
- }
531
-
532
- export interface IdentityProviderSummary {
533
-
534
- identityProviderArn?: string;
535
-
536
- identityProviderName?: string;
537
-
538
- identityProviderType?: IdentityProviderType | string;
539
- }
540
- export interface ListIdentityProvidersResponse {
541
-
542
- nextToken?: string;
543
-
544
- identityProviders?: IdentityProviderSummary[];
545
- }
546
- export interface ListNetworkSettingsRequest {
547
-
548
- nextToken?: string;
549
-
550
- maxResults?: number;
551
- }
552
-
553
- export interface NetworkSettingsSummary {
554
-
555
- networkSettingsArn?: string;
556
-
557
- vpcId?: string;
558
- }
559
- export interface ListNetworkSettingsResponse {
560
-
561
- networkSettings?: NetworkSettingsSummary[];
562
-
563
- nextToken?: string;
564
- }
565
- export interface ListPortalsRequest {
566
-
567
- nextToken?: string;
568
-
569
- maxResults?: number;
570
- }
571
-
572
- export interface PortalSummary {
573
-
574
- portalArn?: string;
575
-
576
- rendererType?: RendererType | string;
577
-
578
- browserType?: BrowserType | string;
579
-
580
- portalStatus?: PortalStatus | string;
581
-
582
- portalEndpoint?: string;
583
-
584
- displayName?: string;
585
-
586
- creationDate?: Date;
587
-
588
- browserSettingsArn?: string;
589
-
590
- userSettingsArn?: string;
591
-
592
- networkSettingsArn?: string;
593
-
594
- trustStoreArn?: string;
595
- }
596
- export interface ListPortalsResponse {
597
-
598
- portals?: PortalSummary[];
599
-
600
- nextToken?: string;
601
- }
602
- export interface ListTagsForResourceRequest {
603
-
604
- resourceArn: string | undefined;
605
- }
606
- export interface ListTagsForResourceResponse {
607
-
608
- tags?: Tag[];
609
- }
610
- export interface ListTrustStoreCertificatesRequest {
611
-
612
- trustStoreArn: string | undefined;
613
-
614
- nextToken?: string;
615
-
616
- maxResults?: number;
617
- }
618
-
619
- export interface CertificateSummary {
620
-
621
- thumbprint?: string;
622
-
623
- subject?: string;
624
-
625
- issuer?: string;
626
-
627
- notValidBefore?: Date;
628
-
629
- notValidAfter?: Date;
630
- }
631
- export interface ListTrustStoreCertificatesResponse {
632
-
633
- certificateList?: CertificateSummary[];
634
-
635
- trustStoreArn?: string;
636
-
637
- nextToken?: string;
638
- }
639
- export interface ListTrustStoresRequest {
640
-
641
- nextToken?: string;
642
-
643
- maxResults?: number;
644
- }
645
-
646
- export interface TrustStoreSummary {
647
-
648
- trustStoreArn?: string;
649
- }
650
- export interface ListTrustStoresResponse {
651
-
652
- trustStores?: TrustStoreSummary[];
653
-
654
- nextToken?: string;
655
- }
656
- export interface ListUserSettingsRequest {
657
-
658
- nextToken?: string;
659
-
660
- maxResults?: number;
661
- }
662
-
663
- export interface UserSettingsSummary {
664
-
665
- userSettingsArn?: string;
666
-
667
- copyAllowed?: EnabledType | string;
668
-
669
- pasteAllowed?: EnabledType | string;
670
-
671
- downloadAllowed?: EnabledType | string;
672
-
673
- uploadAllowed?: EnabledType | string;
674
-
675
- printAllowed?: EnabledType | string;
676
-
677
- disconnectTimeoutInMinutes?: number;
678
-
679
- idleDisconnectTimeoutInMinutes?: number;
680
- }
681
- export interface ListUserSettingsResponse {
682
-
683
- userSettings?: UserSettingsSummary[];
684
-
685
- nextToken?: string;
686
- }
687
- export interface TagResourceRequest {
688
-
689
- resourceArn: string | undefined;
690
-
691
- tags: Tag[] | undefined;
692
-
693
- clientToken?: string;
694
- }
695
- export interface TagResourceResponse {
696
- }
697
-
698
- export declare class TooManyTagsException extends __BaseException {
699
- readonly name: "TooManyTagsException";
700
- readonly $fault: "client";
701
-
702
- resourceName?: string;
703
-
704
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
705
- }
706
- export interface UntagResourceRequest {
707
-
708
- resourceArn: string | undefined;
709
-
710
- tagKeys: string[] | undefined;
711
- }
712
- export interface UntagResourceResponse {
713
- }
714
- export interface UpdateBrowserSettingsRequest {
715
-
716
- browserSettingsArn: string | undefined;
717
-
718
- browserPolicy?: string;
719
-
720
- clientToken?: string;
721
- }
722
- export interface UpdateBrowserSettingsResponse {
723
-
724
- browserSettings: BrowserSettings | undefined;
725
- }
726
- export interface UpdateIdentityProviderRequest {
727
-
728
- identityProviderArn: string | undefined;
729
-
730
- identityProviderName?: string;
731
-
732
- identityProviderType?: IdentityProviderType | string;
733
-
734
- identityProviderDetails?: Record<string, string>;
735
-
736
- clientToken?: string;
737
- }
738
- export interface UpdateIdentityProviderResponse {
739
-
740
- identityProvider: IdentityProvider | undefined;
741
- }
742
- export interface UpdateNetworkSettingsRequest {
743
-
744
- networkSettingsArn: string | undefined;
745
-
746
- vpcId?: string;
747
-
748
- subnetIds?: string[];
749
-
750
- securityGroupIds?: string[];
751
-
752
- clientToken?: string;
753
- }
754
- export interface UpdateNetworkSettingsResponse {
755
-
756
- networkSettings: NetworkSettings | undefined;
757
- }
758
- export interface UpdatePortalRequest {
759
-
760
- portalArn: string | undefined;
761
-
762
- displayName?: string;
763
- }
764
- export interface UpdatePortalResponse {
765
-
766
- portal?: Portal;
767
- }
768
- export interface UpdateTrustStoreRequest {
769
-
770
- trustStoreArn: string | undefined;
771
-
772
- certificatesToAdd?: Uint8Array[];
773
-
774
- certificatesToDelete?: string[];
775
-
776
- clientToken?: string;
777
- }
778
- export interface UpdateTrustStoreResponse {
779
-
780
- trustStoreArn: string | undefined;
781
- }
782
- export interface UpdateUserSettingsRequest {
783
-
784
- userSettingsArn: string | undefined;
785
-
786
- copyAllowed?: EnabledType | string;
787
-
788
- pasteAllowed?: EnabledType | string;
789
-
790
- downloadAllowed?: EnabledType | string;
791
-
792
- uploadAllowed?: EnabledType | string;
793
-
794
- printAllowed?: EnabledType | string;
795
-
796
- disconnectTimeoutInMinutes?: number;
797
-
798
- idleDisconnectTimeoutInMinutes?: number;
799
-
800
- clientToken?: string;
801
- }
802
- export interface UpdateUserSettingsResponse {
803
-
804
- userSettings: UserSettings | undefined;
805
- }
806
-
807
- export declare const AssociateBrowserSettingsRequestFilterSensitiveLog: (obj: AssociateBrowserSettingsRequest) => any;
808
-
809
- export declare const AssociateBrowserSettingsResponseFilterSensitiveLog: (obj: AssociateBrowserSettingsResponse) => any;
810
-
811
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
812
-
813
- export declare const AssociateNetworkSettingsRequestFilterSensitiveLog: (obj: AssociateNetworkSettingsRequest) => any;
814
-
815
- export declare const AssociateNetworkSettingsResponseFilterSensitiveLog: (obj: AssociateNetworkSettingsResponse) => any;
816
-
817
- export declare const AssociateTrustStoreRequestFilterSensitiveLog: (obj: AssociateTrustStoreRequest) => any;
818
-
819
- export declare const AssociateTrustStoreResponseFilterSensitiveLog: (obj: AssociateTrustStoreResponse) => any;
820
-
821
- export declare const AssociateUserSettingsRequestFilterSensitiveLog: (obj: AssociateUserSettingsRequest) => any;
822
-
823
- export declare const AssociateUserSettingsResponseFilterSensitiveLog: (obj: AssociateUserSettingsResponse) => any;
824
-
825
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
826
-
827
- export declare const CreateBrowserSettingsRequestFilterSensitiveLog: (obj: CreateBrowserSettingsRequest) => any;
828
-
829
- export declare const CreateBrowserSettingsResponseFilterSensitiveLog: (obj: CreateBrowserSettingsResponse) => any;
830
-
831
- export declare const CreateIdentityProviderRequestFilterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
832
-
833
- export declare const CreateIdentityProviderResponseFilterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
834
-
835
- export declare const CreateNetworkSettingsRequestFilterSensitiveLog: (obj: CreateNetworkSettingsRequest) => any;
836
-
837
- export declare const CreateNetworkSettingsResponseFilterSensitiveLog: (obj: CreateNetworkSettingsResponse) => any;
838
-
839
- export declare const CreatePortalRequestFilterSensitiveLog: (obj: CreatePortalRequest) => any;
840
-
841
- export declare const CreatePortalResponseFilterSensitiveLog: (obj: CreatePortalResponse) => any;
842
-
843
- export declare const CreateTrustStoreRequestFilterSensitiveLog: (obj: CreateTrustStoreRequest) => any;
844
-
845
- export declare const CreateTrustStoreResponseFilterSensitiveLog: (obj: CreateTrustStoreResponse) => any;
846
-
847
- export declare const CreateUserSettingsRequestFilterSensitiveLog: (obj: CreateUserSettingsRequest) => any;
848
-
849
- export declare const CreateUserSettingsResponseFilterSensitiveLog: (obj: CreateUserSettingsResponse) => any;
850
-
851
- export declare const DeleteBrowserSettingsRequestFilterSensitiveLog: (obj: DeleteBrowserSettingsRequest) => any;
852
-
853
- export declare const DeleteBrowserSettingsResponseFilterSensitiveLog: (obj: DeleteBrowserSettingsResponse) => any;
854
-
855
- export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
856
-
857
- export declare const DeleteIdentityProviderResponseFilterSensitiveLog: (obj: DeleteIdentityProviderResponse) => any;
858
-
859
- export declare const DeleteNetworkSettingsRequestFilterSensitiveLog: (obj: DeleteNetworkSettingsRequest) => any;
860
-
861
- export declare const DeleteNetworkSettingsResponseFilterSensitiveLog: (obj: DeleteNetworkSettingsResponse) => any;
862
-
863
- export declare const DeletePortalRequestFilterSensitiveLog: (obj: DeletePortalRequest) => any;
864
-
865
- export declare const DeletePortalResponseFilterSensitiveLog: (obj: DeletePortalResponse) => any;
866
-
867
- export declare const DeleteTrustStoreRequestFilterSensitiveLog: (obj: DeleteTrustStoreRequest) => any;
868
-
869
- export declare const DeleteTrustStoreResponseFilterSensitiveLog: (obj: DeleteTrustStoreResponse) => any;
870
-
871
- export declare const DeleteUserSettingsRequestFilterSensitiveLog: (obj: DeleteUserSettingsRequest) => any;
872
-
873
- export declare const DeleteUserSettingsResponseFilterSensitiveLog: (obj: DeleteUserSettingsResponse) => any;
874
-
875
- export declare const DisassociateBrowserSettingsRequestFilterSensitiveLog: (obj: DisassociateBrowserSettingsRequest) => any;
876
-
877
- export declare const DisassociateBrowserSettingsResponseFilterSensitiveLog: (obj: DisassociateBrowserSettingsResponse) => any;
878
-
879
- export declare const DisassociateNetworkSettingsRequestFilterSensitiveLog: (obj: DisassociateNetworkSettingsRequest) => any;
880
-
881
- export declare const DisassociateNetworkSettingsResponseFilterSensitiveLog: (obj: DisassociateNetworkSettingsResponse) => any;
882
-
883
- export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (obj: DisassociateTrustStoreRequest) => any;
884
-
885
- export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (obj: DisassociateTrustStoreResponse) => any;
886
-
887
- export declare const DisassociateUserSettingsRequestFilterSensitiveLog: (obj: DisassociateUserSettingsRequest) => any;
888
-
889
- export declare const DisassociateUserSettingsResponseFilterSensitiveLog: (obj: DisassociateUserSettingsResponse) => any;
890
-
891
- export declare const GetBrowserSettingsRequestFilterSensitiveLog: (obj: GetBrowserSettingsRequest) => any;
892
-
893
- export declare const BrowserSettingsFilterSensitiveLog: (obj: BrowserSettings) => any;
894
-
895
- export declare const GetBrowserSettingsResponseFilterSensitiveLog: (obj: GetBrowserSettingsResponse) => any;
896
-
897
- export declare const GetIdentityProviderRequestFilterSensitiveLog: (obj: GetIdentityProviderRequest) => any;
898
-
899
- export declare const IdentityProviderFilterSensitiveLog: (obj: IdentityProvider) => any;
900
-
901
- export declare const GetIdentityProviderResponseFilterSensitiveLog: (obj: GetIdentityProviderResponse) => any;
902
-
903
- export declare const GetNetworkSettingsRequestFilterSensitiveLog: (obj: GetNetworkSettingsRequest) => any;
904
-
905
- export declare const NetworkSettingsFilterSensitiveLog: (obj: NetworkSettings) => any;
906
-
907
- export declare const GetNetworkSettingsResponseFilterSensitiveLog: (obj: GetNetworkSettingsResponse) => any;
908
-
909
- export declare const GetPortalRequestFilterSensitiveLog: (obj: GetPortalRequest) => any;
910
-
911
- export declare const PortalFilterSensitiveLog: (obj: Portal) => any;
912
-
913
- export declare const GetPortalResponseFilterSensitiveLog: (obj: GetPortalResponse) => any;
914
-
915
- export declare const GetPortalServiceProviderMetadataRequestFilterSensitiveLog: (obj: GetPortalServiceProviderMetadataRequest) => any;
916
-
917
- export declare const GetPortalServiceProviderMetadataResponseFilterSensitiveLog: (obj: GetPortalServiceProviderMetadataResponse) => any;
918
-
919
- export declare const GetTrustStoreRequestFilterSensitiveLog: (obj: GetTrustStoreRequest) => any;
920
-
921
- export declare const TrustStoreFilterSensitiveLog: (obj: TrustStore) => any;
922
-
923
- export declare const GetTrustStoreResponseFilterSensitiveLog: (obj: GetTrustStoreResponse) => any;
924
-
925
- export declare const GetTrustStoreCertificateRequestFilterSensitiveLog: (obj: GetTrustStoreCertificateRequest) => any;
926
-
927
- export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
928
-
929
- export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (obj: GetTrustStoreCertificateResponse) => any;
930
-
931
- export declare const GetUserSettingsRequestFilterSensitiveLog: (obj: GetUserSettingsRequest) => any;
932
-
933
- export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
934
-
935
- export declare const GetUserSettingsResponseFilterSensitiveLog: (obj: GetUserSettingsResponse) => any;
936
-
937
- export declare const ListBrowserSettingsRequestFilterSensitiveLog: (obj: ListBrowserSettingsRequest) => any;
938
-
939
- export declare const BrowserSettingsSummaryFilterSensitiveLog: (obj: BrowserSettingsSummary) => any;
940
-
941
- export declare const ListBrowserSettingsResponseFilterSensitiveLog: (obj: ListBrowserSettingsResponse) => any;
942
-
943
- export declare const ListIdentityProvidersRequestFilterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
944
-
945
- export declare const IdentityProviderSummaryFilterSensitiveLog: (obj: IdentityProviderSummary) => any;
946
-
947
- export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
948
-
949
- export declare const ListNetworkSettingsRequestFilterSensitiveLog: (obj: ListNetworkSettingsRequest) => any;
950
-
951
- export declare const NetworkSettingsSummaryFilterSensitiveLog: (obj: NetworkSettingsSummary) => any;
952
-
953
- export declare const ListNetworkSettingsResponseFilterSensitiveLog: (obj: ListNetworkSettingsResponse) => any;
954
-
955
- export declare const ListPortalsRequestFilterSensitiveLog: (obj: ListPortalsRequest) => any;
956
-
957
- export declare const PortalSummaryFilterSensitiveLog: (obj: PortalSummary) => any;
958
-
959
- export declare const ListPortalsResponseFilterSensitiveLog: (obj: ListPortalsResponse) => any;
960
-
961
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
962
-
963
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
964
-
965
- export declare const ListTrustStoreCertificatesRequestFilterSensitiveLog: (obj: ListTrustStoreCertificatesRequest) => any;
966
-
967
- export declare const CertificateSummaryFilterSensitiveLog: (obj: CertificateSummary) => any;
968
-
969
- export declare const ListTrustStoreCertificatesResponseFilterSensitiveLog: (obj: ListTrustStoreCertificatesResponse) => any;
970
-
971
- export declare const ListTrustStoresRequestFilterSensitiveLog: (obj: ListTrustStoresRequest) => any;
972
-
973
- export declare const TrustStoreSummaryFilterSensitiveLog: (obj: TrustStoreSummary) => any;
974
-
975
- export declare const ListTrustStoresResponseFilterSensitiveLog: (obj: ListTrustStoresResponse) => any;
976
-
977
- export declare const ListUserSettingsRequestFilterSensitiveLog: (obj: ListUserSettingsRequest) => any;
978
-
979
- export declare const UserSettingsSummaryFilterSensitiveLog: (obj: UserSettingsSummary) => any;
980
-
981
- export declare const ListUserSettingsResponseFilterSensitiveLog: (obj: ListUserSettingsResponse) => any;
982
-
983
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
984
-
985
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
986
-
987
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
988
-
989
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
990
-
991
- export declare const UpdateBrowserSettingsRequestFilterSensitiveLog: (obj: UpdateBrowserSettingsRequest) => any;
992
-
993
- export declare const UpdateBrowserSettingsResponseFilterSensitiveLog: (obj: UpdateBrowserSettingsResponse) => any;
994
-
995
- export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (obj: UpdateIdentityProviderRequest) => any;
996
-
997
- export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (obj: UpdateIdentityProviderResponse) => any;
998
-
999
- export declare const UpdateNetworkSettingsRequestFilterSensitiveLog: (obj: UpdateNetworkSettingsRequest) => any;
1000
-
1001
- export declare const UpdateNetworkSettingsResponseFilterSensitiveLog: (obj: UpdateNetworkSettingsResponse) => any;
1002
-
1003
- export declare const UpdatePortalRequestFilterSensitiveLog: (obj: UpdatePortalRequest) => any;
1004
-
1005
- export declare const UpdatePortalResponseFilterSensitiveLog: (obj: UpdatePortalResponse) => any;
1006
-
1007
- export declare const UpdateTrustStoreRequestFilterSensitiveLog: (obj: UpdateTrustStoreRequest) => any;
1008
-
1009
- export declare const UpdateTrustStoreResponseFilterSensitiveLog: (obj: UpdateTrustStoreResponse) => any;
1010
-
1011
- export declare const UpdateUserSettingsRequestFilterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
1012
-
1013
- export declare const UpdateUserSettingsResponseFilterSensitiveLog: (obj: UpdateUserSettingsResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+
8
+ constructor(
9
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
+ );
11
+ }
12
+ export interface AssociateBrowserSettingsRequest {
13
+ portalArn: string | undefined;
14
+
15
+ browserSettingsArn: string | undefined;
16
+ }
17
+ export interface AssociateBrowserSettingsResponse {
18
+ portalArn: string | undefined;
19
+
20
+ browserSettingsArn: string | undefined;
21
+ }
22
+
23
+ export declare class ConflictException extends __BaseException {
24
+ readonly name: "ConflictException";
25
+ readonly $fault: "client";
26
+
27
+ resourceId?: string;
28
+
29
+ resourceType?: string;
30
+
31
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
32
+ }
33
+
34
+ export declare class InternalServerException extends __BaseException {
35
+ readonly name: "InternalServerException";
36
+ readonly $fault: "server";
37
+
38
+ retryAfterSeconds?: number;
39
+
40
+ constructor(
41
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
42
+ );
43
+ }
44
+
45
+ export declare class ResourceNotFoundException extends __BaseException {
46
+ readonly name: "ResourceNotFoundException";
47
+ readonly $fault: "client";
48
+
49
+ resourceId?: string;
50
+
51
+ resourceType?: string;
52
+
53
+ constructor(
54
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
55
+ );
56
+ }
57
+
58
+ export declare class ThrottlingException extends __BaseException {
59
+ readonly name: "ThrottlingException";
60
+ readonly $fault: "client";
61
+
62
+ serviceCode?: string;
63
+
64
+ quotaCode?: string;
65
+
66
+ retryAfterSeconds?: number;
67
+
68
+ constructor(
69
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
70
+ );
71
+ }
72
+
73
+ export interface ValidationExceptionField {
74
+ name: string | undefined;
75
+
76
+ message: string | undefined;
77
+ }
78
+ export declare enum ValidationExceptionReason {
79
+ CANNOT_PARSE = "cannotParse",
80
+ FIELD_VALIDATION_FAILED = "fieldValidationFailed",
81
+ OTHER = "other",
82
+ UNKNOWN_OPERATION = "unknownOperation",
83
+ }
84
+
85
+ export declare class ValidationException extends __BaseException {
86
+ readonly name: "ValidationException";
87
+ readonly $fault: "client";
88
+
89
+ reason?: ValidationExceptionReason | string;
90
+
91
+ fieldList?: ValidationExceptionField[];
92
+
93
+ constructor(
94
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
95
+ );
96
+ }
97
+ export interface AssociateNetworkSettingsRequest {
98
+ portalArn: string | undefined;
99
+
100
+ networkSettingsArn: string | undefined;
101
+ }
102
+ export interface AssociateNetworkSettingsResponse {
103
+ portalArn: string | undefined;
104
+
105
+ networkSettingsArn: string | undefined;
106
+ }
107
+ export interface AssociateTrustStoreRequest {
108
+ portalArn: string | undefined;
109
+
110
+ trustStoreArn: string | undefined;
111
+ }
112
+ export interface AssociateTrustStoreResponse {
113
+ portalArn: string | undefined;
114
+
115
+ trustStoreArn: string | undefined;
116
+ }
117
+ export interface AssociateUserSettingsRequest {
118
+ portalArn: string | undefined;
119
+
120
+ userSettingsArn: string | undefined;
121
+ }
122
+ export interface AssociateUserSettingsResponse {
123
+ portalArn: string | undefined;
124
+
125
+ userSettingsArn: string | undefined;
126
+ }
127
+
128
+ export interface Tag {
129
+ Key: string | undefined;
130
+
131
+ Value: string | undefined;
132
+ }
133
+ export interface CreateBrowserSettingsRequest {
134
+ tags?: Tag[];
135
+
136
+ customerManagedKey?: string;
137
+
138
+ additionalEncryptionContext?: Record<string, string>;
139
+
140
+ browserPolicy: string | undefined;
141
+
142
+ clientToken?: string;
143
+ }
144
+ export interface CreateBrowserSettingsResponse {
145
+ browserSettingsArn: string | undefined;
146
+ }
147
+
148
+ export declare class ServiceQuotaExceededException extends __BaseException {
149
+ readonly name: "ServiceQuotaExceededException";
150
+ readonly $fault: "client";
151
+
152
+ resourceId?: string;
153
+
154
+ resourceType?: string;
155
+
156
+ serviceCode?: string;
157
+
158
+ quotaCode?: string;
159
+
160
+ constructor(
161
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
162
+ );
163
+ }
164
+ export declare enum IdentityProviderType {
165
+ Facebook = "Facebook",
166
+ Google = "Google",
167
+ LoginWithAmazon = "LoginWithAmazon",
168
+ OIDC = "OIDC",
169
+ SAML = "SAML",
170
+ SignInWithApple = "SignInWithApple",
171
+ }
172
+ export interface CreateIdentityProviderRequest {
173
+ portalArn: string | undefined;
174
+
175
+ identityProviderName: string | undefined;
176
+
177
+ identityProviderType: IdentityProviderType | string | undefined;
178
+
179
+ identityProviderDetails: Record<string, string> | undefined;
180
+
181
+ clientToken?: string;
182
+ }
183
+ export interface CreateIdentityProviderResponse {
184
+ identityProviderArn: string | undefined;
185
+ }
186
+ export interface CreateNetworkSettingsRequest {
187
+ vpcId: string | undefined;
188
+
189
+ subnetIds: string[] | undefined;
190
+
191
+ securityGroupIds: string[] | undefined;
192
+
193
+ tags?: Tag[];
194
+
195
+ clientToken?: string;
196
+ }
197
+ export interface CreateNetworkSettingsResponse {
198
+ networkSettingsArn: string | undefined;
199
+ }
200
+ export interface CreatePortalRequest {
201
+ displayName?: string;
202
+
203
+ tags?: Tag[];
204
+
205
+ customerManagedKey?: string;
206
+
207
+ additionalEncryptionContext?: Record<string, string>;
208
+
209
+ clientToken?: string;
210
+ }
211
+ export interface CreatePortalResponse {
212
+ portalArn: string | undefined;
213
+
214
+ portalEndpoint: string | undefined;
215
+ }
216
+ export interface CreateTrustStoreRequest {
217
+ certificateList: Uint8Array[] | undefined;
218
+
219
+ tags?: Tag[];
220
+
221
+ clientToken?: string;
222
+ }
223
+ export interface CreateTrustStoreResponse {
224
+ trustStoreArn: string | undefined;
225
+ }
226
+ export declare enum EnabledType {
227
+ DISABLED = "Disabled",
228
+ ENABLED = "Enabled",
229
+ }
230
+ export interface CreateUserSettingsRequest {
231
+ copyAllowed: EnabledType | string | undefined;
232
+
233
+ pasteAllowed: EnabledType | string | undefined;
234
+
235
+ downloadAllowed: EnabledType | string | undefined;
236
+
237
+ uploadAllowed: EnabledType | string | undefined;
238
+
239
+ printAllowed: EnabledType | string | undefined;
240
+
241
+ tags?: Tag[];
242
+
243
+ disconnectTimeoutInMinutes?: number;
244
+
245
+ idleDisconnectTimeoutInMinutes?: number;
246
+
247
+ clientToken?: string;
248
+ }
249
+ export interface CreateUserSettingsResponse {
250
+ userSettingsArn: string | undefined;
251
+ }
252
+ export interface DeleteBrowserSettingsRequest {
253
+ browserSettingsArn: string | undefined;
254
+ }
255
+ export interface DeleteBrowserSettingsResponse {}
256
+ export interface DeleteIdentityProviderRequest {
257
+ identityProviderArn: string | undefined;
258
+ }
259
+ export interface DeleteIdentityProviderResponse {}
260
+ export interface DeleteNetworkSettingsRequest {
261
+ networkSettingsArn: string | undefined;
262
+ }
263
+ export interface DeleteNetworkSettingsResponse {}
264
+ export interface DeletePortalRequest {
265
+ portalArn: string | undefined;
266
+ }
267
+ export interface DeletePortalResponse {}
268
+ export interface DeleteTrustStoreRequest {
269
+ trustStoreArn: string | undefined;
270
+ }
271
+ export interface DeleteTrustStoreResponse {}
272
+ export interface DeleteUserSettingsRequest {
273
+ userSettingsArn: string | undefined;
274
+ }
275
+ export interface DeleteUserSettingsResponse {}
276
+ export interface DisassociateBrowserSettingsRequest {
277
+ portalArn: string | undefined;
278
+ }
279
+ export interface DisassociateBrowserSettingsResponse {}
280
+ export interface DisassociateNetworkSettingsRequest {
281
+ portalArn: string | undefined;
282
+ }
283
+ export interface DisassociateNetworkSettingsResponse {}
284
+ export interface DisassociateTrustStoreRequest {
285
+ portalArn: string | undefined;
286
+ }
287
+ export interface DisassociateTrustStoreResponse {}
288
+ export interface DisassociateUserSettingsRequest {
289
+ portalArn: string | undefined;
290
+ }
291
+ export interface DisassociateUserSettingsResponse {}
292
+ export interface GetBrowserSettingsRequest {
293
+ browserSettingsArn: string | undefined;
294
+ }
295
+
296
+ export interface BrowserSettings {
297
+ browserSettingsArn: string | undefined;
298
+
299
+ associatedPortalArns?: string[];
300
+
301
+ browserPolicy?: string;
302
+ }
303
+ export interface GetBrowserSettingsResponse {
304
+ browserSettings?: BrowserSettings;
305
+ }
306
+ export interface GetIdentityProviderRequest {
307
+ identityProviderArn: string | undefined;
308
+ }
309
+
310
+ export interface IdentityProvider {
311
+ identityProviderArn: string | undefined;
312
+
313
+ identityProviderName?: string;
314
+
315
+ identityProviderType?: IdentityProviderType | string;
316
+
317
+ identityProviderDetails?: Record<string, string>;
318
+ }
319
+ export interface GetIdentityProviderResponse {
320
+ identityProvider?: IdentityProvider;
321
+ }
322
+ export interface GetNetworkSettingsRequest {
323
+ networkSettingsArn: string | undefined;
324
+ }
325
+
326
+ export interface NetworkSettings {
327
+ networkSettingsArn: string | undefined;
328
+
329
+ associatedPortalArns?: string[];
330
+
331
+ vpcId?: string;
332
+
333
+ subnetIds?: string[];
334
+
335
+ securityGroupIds?: string[];
336
+ }
337
+ export interface GetNetworkSettingsResponse {
338
+ networkSettings?: NetworkSettings;
339
+ }
340
+ export interface GetPortalRequest {
341
+ portalArn: string | undefined;
342
+ }
343
+ export declare enum BrowserType {
344
+ CHROME = "Chrome",
345
+ }
346
+ export declare enum PortalStatus {
347
+ ACTIVE = "Active",
348
+ INCOMPLETE = "Incomplete",
349
+ PENDING = "Pending",
350
+ }
351
+ export declare enum RendererType {
352
+ APPSTREAM = "AppStream",
353
+ }
354
+
355
+ export interface Portal {
356
+ portalArn?: string;
357
+
358
+ rendererType?: RendererType | string;
359
+
360
+ browserType?: BrowserType | string;
361
+
362
+ portalStatus?: PortalStatus | string;
363
+
364
+ portalEndpoint?: string;
365
+
366
+ displayName?: string;
367
+
368
+ creationDate?: Date;
369
+
370
+ browserSettingsArn?: string;
371
+
372
+ userSettingsArn?: string;
373
+
374
+ networkSettingsArn?: string;
375
+
376
+ trustStoreArn?: string;
377
+
378
+ statusReason?: string;
379
+ }
380
+ export interface GetPortalResponse {
381
+ portal?: Portal;
382
+ }
383
+ export interface GetPortalServiceProviderMetadataRequest {
384
+ portalArn: string | undefined;
385
+ }
386
+ export interface GetPortalServiceProviderMetadataResponse {
387
+ portalArn: string | undefined;
388
+
389
+ serviceProviderSamlMetadata?: string;
390
+ }
391
+ export interface GetTrustStoreRequest {
392
+ trustStoreArn: string | undefined;
393
+ }
394
+
395
+ export interface TrustStore {
396
+ associatedPortalArns?: string[];
397
+
398
+ trustStoreArn?: string;
399
+ }
400
+ export interface GetTrustStoreResponse {
401
+ trustStore?: TrustStore;
402
+ }
403
+ export interface GetTrustStoreCertificateRequest {
404
+ trustStoreArn: string | undefined;
405
+
406
+ thumbprint: string | undefined;
407
+ }
408
+
409
+ export interface Certificate {
410
+ thumbprint?: string;
411
+
412
+ subject?: string;
413
+
414
+ issuer?: string;
415
+
416
+ notValidBefore?: Date;
417
+
418
+ notValidAfter?: Date;
419
+
420
+ body?: Uint8Array;
421
+ }
422
+ export interface GetTrustStoreCertificateResponse {
423
+ trustStoreArn?: string;
424
+
425
+ certificate?: Certificate;
426
+ }
427
+ export interface GetUserSettingsRequest {
428
+ userSettingsArn: string | undefined;
429
+ }
430
+
431
+ export interface UserSettings {
432
+ userSettingsArn: string | undefined;
433
+
434
+ associatedPortalArns?: string[];
435
+
436
+ copyAllowed?: EnabledType | string;
437
+
438
+ pasteAllowed?: EnabledType | string;
439
+
440
+ downloadAllowed?: EnabledType | string;
441
+
442
+ uploadAllowed?: EnabledType | string;
443
+
444
+ printAllowed?: EnabledType | string;
445
+
446
+ disconnectTimeoutInMinutes?: number;
447
+
448
+ idleDisconnectTimeoutInMinutes?: number;
449
+ }
450
+ export interface GetUserSettingsResponse {
451
+ userSettings?: UserSettings;
452
+ }
453
+ export interface ListBrowserSettingsRequest {
454
+ nextToken?: string;
455
+
456
+ maxResults?: number;
457
+ }
458
+
459
+ export interface BrowserSettingsSummary {
460
+ browserSettingsArn?: string;
461
+ }
462
+ export interface ListBrowserSettingsResponse {
463
+ browserSettings?: BrowserSettingsSummary[];
464
+
465
+ nextToken?: string;
466
+ }
467
+ export interface ListIdentityProvidersRequest {
468
+ nextToken?: string;
469
+
470
+ maxResults?: number;
471
+
472
+ portalArn: string | undefined;
473
+ }
474
+
475
+ export interface IdentityProviderSummary {
476
+ identityProviderArn?: string;
477
+
478
+ identityProviderName?: string;
479
+
480
+ identityProviderType?: IdentityProviderType | string;
481
+ }
482
+ export interface ListIdentityProvidersResponse {
483
+ nextToken?: string;
484
+
485
+ identityProviders?: IdentityProviderSummary[];
486
+ }
487
+ export interface ListNetworkSettingsRequest {
488
+ nextToken?: string;
489
+
490
+ maxResults?: number;
491
+ }
492
+
493
+ export interface NetworkSettingsSummary {
494
+ networkSettingsArn?: string;
495
+
496
+ vpcId?: string;
497
+ }
498
+ export interface ListNetworkSettingsResponse {
499
+ networkSettings?: NetworkSettingsSummary[];
500
+
501
+ nextToken?: string;
502
+ }
503
+ export interface ListPortalsRequest {
504
+ nextToken?: string;
505
+
506
+ maxResults?: number;
507
+ }
508
+
509
+ export interface PortalSummary {
510
+ portalArn?: string;
511
+
512
+ rendererType?: RendererType | string;
513
+
514
+ browserType?: BrowserType | string;
515
+
516
+ portalStatus?: PortalStatus | string;
517
+
518
+ portalEndpoint?: string;
519
+
520
+ displayName?: string;
521
+
522
+ creationDate?: Date;
523
+
524
+ browserSettingsArn?: string;
525
+
526
+ userSettingsArn?: string;
527
+
528
+ networkSettingsArn?: string;
529
+
530
+ trustStoreArn?: string;
531
+ }
532
+ export interface ListPortalsResponse {
533
+ portals?: PortalSummary[];
534
+
535
+ nextToken?: string;
536
+ }
537
+ export interface ListTagsForResourceRequest {
538
+ resourceArn: string | undefined;
539
+ }
540
+ export interface ListTagsForResourceResponse {
541
+ tags?: Tag[];
542
+ }
543
+ export interface ListTrustStoreCertificatesRequest {
544
+ trustStoreArn: string | undefined;
545
+
546
+ nextToken?: string;
547
+
548
+ maxResults?: number;
549
+ }
550
+
551
+ export interface CertificateSummary {
552
+ thumbprint?: string;
553
+
554
+ subject?: string;
555
+
556
+ issuer?: string;
557
+
558
+ notValidBefore?: Date;
559
+
560
+ notValidAfter?: Date;
561
+ }
562
+ export interface ListTrustStoreCertificatesResponse {
563
+ certificateList?: CertificateSummary[];
564
+
565
+ trustStoreArn?: string;
566
+
567
+ nextToken?: string;
568
+ }
569
+ export interface ListTrustStoresRequest {
570
+ nextToken?: string;
571
+
572
+ maxResults?: number;
573
+ }
574
+
575
+ export interface TrustStoreSummary {
576
+ trustStoreArn?: string;
577
+ }
578
+ export interface ListTrustStoresResponse {
579
+ trustStores?: TrustStoreSummary[];
580
+
581
+ nextToken?: string;
582
+ }
583
+ export interface ListUserSettingsRequest {
584
+ nextToken?: string;
585
+
586
+ maxResults?: number;
587
+ }
588
+
589
+ export interface UserSettingsSummary {
590
+ userSettingsArn?: string;
591
+
592
+ copyAllowed?: EnabledType | string;
593
+
594
+ pasteAllowed?: EnabledType | string;
595
+
596
+ downloadAllowed?: EnabledType | string;
597
+
598
+ uploadAllowed?: EnabledType | string;
599
+
600
+ printAllowed?: EnabledType | string;
601
+
602
+ disconnectTimeoutInMinutes?: number;
603
+
604
+ idleDisconnectTimeoutInMinutes?: number;
605
+ }
606
+ export interface ListUserSettingsResponse {
607
+ userSettings?: UserSettingsSummary[];
608
+
609
+ nextToken?: string;
610
+ }
611
+ export interface TagResourceRequest {
612
+ resourceArn: string | undefined;
613
+
614
+ tags: Tag[] | undefined;
615
+
616
+ clientToken?: string;
617
+ }
618
+ export interface TagResourceResponse {}
619
+
620
+ export declare class TooManyTagsException extends __BaseException {
621
+ readonly name: "TooManyTagsException";
622
+ readonly $fault: "client";
623
+
624
+ resourceName?: string;
625
+
626
+ constructor(
627
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
628
+ );
629
+ }
630
+ export interface UntagResourceRequest {
631
+ resourceArn: string | undefined;
632
+
633
+ tagKeys: string[] | undefined;
634
+ }
635
+ export interface UntagResourceResponse {}
636
+ export interface UpdateBrowserSettingsRequest {
637
+ browserSettingsArn: string | undefined;
638
+
639
+ browserPolicy?: string;
640
+
641
+ clientToken?: string;
642
+ }
643
+ export interface UpdateBrowserSettingsResponse {
644
+ browserSettings: BrowserSettings | undefined;
645
+ }
646
+ export interface UpdateIdentityProviderRequest {
647
+ identityProviderArn: string | undefined;
648
+
649
+ identityProviderName?: string;
650
+
651
+ identityProviderType?: IdentityProviderType | string;
652
+
653
+ identityProviderDetails?: Record<string, string>;
654
+
655
+ clientToken?: string;
656
+ }
657
+ export interface UpdateIdentityProviderResponse {
658
+ identityProvider: IdentityProvider | undefined;
659
+ }
660
+ export interface UpdateNetworkSettingsRequest {
661
+ networkSettingsArn: string | undefined;
662
+
663
+ vpcId?: string;
664
+
665
+ subnetIds?: string[];
666
+
667
+ securityGroupIds?: string[];
668
+
669
+ clientToken?: string;
670
+ }
671
+ export interface UpdateNetworkSettingsResponse {
672
+ networkSettings: NetworkSettings | undefined;
673
+ }
674
+ export interface UpdatePortalRequest {
675
+ portalArn: string | undefined;
676
+
677
+ displayName?: string;
678
+ }
679
+ export interface UpdatePortalResponse {
680
+ portal?: Portal;
681
+ }
682
+ export interface UpdateTrustStoreRequest {
683
+ trustStoreArn: string | undefined;
684
+
685
+ certificatesToAdd?: Uint8Array[];
686
+
687
+ certificatesToDelete?: string[];
688
+
689
+ clientToken?: string;
690
+ }
691
+ export interface UpdateTrustStoreResponse {
692
+ trustStoreArn: string | undefined;
693
+ }
694
+ export interface UpdateUserSettingsRequest {
695
+ userSettingsArn: string | undefined;
696
+
697
+ copyAllowed?: EnabledType | string;
698
+
699
+ pasteAllowed?: EnabledType | string;
700
+
701
+ downloadAllowed?: EnabledType | string;
702
+
703
+ uploadAllowed?: EnabledType | string;
704
+
705
+ printAllowed?: EnabledType | string;
706
+
707
+ disconnectTimeoutInMinutes?: number;
708
+
709
+ idleDisconnectTimeoutInMinutes?: number;
710
+
711
+ clientToken?: string;
712
+ }
713
+ export interface UpdateUserSettingsResponse {
714
+ userSettings: UserSettings | undefined;
715
+ }
716
+
717
+ export declare const AssociateBrowserSettingsRequestFilterSensitiveLog: (
718
+ obj: AssociateBrowserSettingsRequest
719
+ ) => any;
720
+
721
+ export declare const AssociateBrowserSettingsResponseFilterSensitiveLog: (
722
+ obj: AssociateBrowserSettingsResponse
723
+ ) => any;
724
+
725
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (
726
+ obj: ValidationExceptionField
727
+ ) => any;
728
+
729
+ export declare const AssociateNetworkSettingsRequestFilterSensitiveLog: (
730
+ obj: AssociateNetworkSettingsRequest
731
+ ) => any;
732
+
733
+ export declare const AssociateNetworkSettingsResponseFilterSensitiveLog: (
734
+ obj: AssociateNetworkSettingsResponse
735
+ ) => any;
736
+
737
+ export declare const AssociateTrustStoreRequestFilterSensitiveLog: (
738
+ obj: AssociateTrustStoreRequest
739
+ ) => any;
740
+
741
+ export declare const AssociateTrustStoreResponseFilterSensitiveLog: (
742
+ obj: AssociateTrustStoreResponse
743
+ ) => any;
744
+
745
+ export declare const AssociateUserSettingsRequestFilterSensitiveLog: (
746
+ obj: AssociateUserSettingsRequest
747
+ ) => any;
748
+
749
+ export declare const AssociateUserSettingsResponseFilterSensitiveLog: (
750
+ obj: AssociateUserSettingsResponse
751
+ ) => any;
752
+
753
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
754
+
755
+ export declare const CreateBrowserSettingsRequestFilterSensitiveLog: (
756
+ obj: CreateBrowserSettingsRequest
757
+ ) => any;
758
+
759
+ export declare const CreateBrowserSettingsResponseFilterSensitiveLog: (
760
+ obj: CreateBrowserSettingsResponse
761
+ ) => any;
762
+
763
+ export declare const CreateIdentityProviderRequestFilterSensitiveLog: (
764
+ obj: CreateIdentityProviderRequest
765
+ ) => any;
766
+
767
+ export declare const CreateIdentityProviderResponseFilterSensitiveLog: (
768
+ obj: CreateIdentityProviderResponse
769
+ ) => any;
770
+
771
+ export declare const CreateNetworkSettingsRequestFilterSensitiveLog: (
772
+ obj: CreateNetworkSettingsRequest
773
+ ) => any;
774
+
775
+ export declare const CreateNetworkSettingsResponseFilterSensitiveLog: (
776
+ obj: CreateNetworkSettingsResponse
777
+ ) => any;
778
+
779
+ export declare const CreatePortalRequestFilterSensitiveLog: (
780
+ obj: CreatePortalRequest
781
+ ) => any;
782
+
783
+ export declare const CreatePortalResponseFilterSensitiveLog: (
784
+ obj: CreatePortalResponse
785
+ ) => any;
786
+
787
+ export declare const CreateTrustStoreRequestFilterSensitiveLog: (
788
+ obj: CreateTrustStoreRequest
789
+ ) => any;
790
+
791
+ export declare const CreateTrustStoreResponseFilterSensitiveLog: (
792
+ obj: CreateTrustStoreResponse
793
+ ) => any;
794
+
795
+ export declare const CreateUserSettingsRequestFilterSensitiveLog: (
796
+ obj: CreateUserSettingsRequest
797
+ ) => any;
798
+
799
+ export declare const CreateUserSettingsResponseFilterSensitiveLog: (
800
+ obj: CreateUserSettingsResponse
801
+ ) => any;
802
+
803
+ export declare const DeleteBrowserSettingsRequestFilterSensitiveLog: (
804
+ obj: DeleteBrowserSettingsRequest
805
+ ) => any;
806
+
807
+ export declare const DeleteBrowserSettingsResponseFilterSensitiveLog: (
808
+ obj: DeleteBrowserSettingsResponse
809
+ ) => any;
810
+
811
+ export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (
812
+ obj: DeleteIdentityProviderRequest
813
+ ) => any;
814
+
815
+ export declare const DeleteIdentityProviderResponseFilterSensitiveLog: (
816
+ obj: DeleteIdentityProviderResponse
817
+ ) => any;
818
+
819
+ export declare const DeleteNetworkSettingsRequestFilterSensitiveLog: (
820
+ obj: DeleteNetworkSettingsRequest
821
+ ) => any;
822
+
823
+ export declare const DeleteNetworkSettingsResponseFilterSensitiveLog: (
824
+ obj: DeleteNetworkSettingsResponse
825
+ ) => any;
826
+
827
+ export declare const DeletePortalRequestFilterSensitiveLog: (
828
+ obj: DeletePortalRequest
829
+ ) => any;
830
+
831
+ export declare const DeletePortalResponseFilterSensitiveLog: (
832
+ obj: DeletePortalResponse
833
+ ) => any;
834
+
835
+ export declare const DeleteTrustStoreRequestFilterSensitiveLog: (
836
+ obj: DeleteTrustStoreRequest
837
+ ) => any;
838
+
839
+ export declare const DeleteTrustStoreResponseFilterSensitiveLog: (
840
+ obj: DeleteTrustStoreResponse
841
+ ) => any;
842
+
843
+ export declare const DeleteUserSettingsRequestFilterSensitiveLog: (
844
+ obj: DeleteUserSettingsRequest
845
+ ) => any;
846
+
847
+ export declare const DeleteUserSettingsResponseFilterSensitiveLog: (
848
+ obj: DeleteUserSettingsResponse
849
+ ) => any;
850
+
851
+ export declare const DisassociateBrowserSettingsRequestFilterSensitiveLog: (
852
+ obj: DisassociateBrowserSettingsRequest
853
+ ) => any;
854
+
855
+ export declare const DisassociateBrowserSettingsResponseFilterSensitiveLog: (
856
+ obj: DisassociateBrowserSettingsResponse
857
+ ) => any;
858
+
859
+ export declare const DisassociateNetworkSettingsRequestFilterSensitiveLog: (
860
+ obj: DisassociateNetworkSettingsRequest
861
+ ) => any;
862
+
863
+ export declare const DisassociateNetworkSettingsResponseFilterSensitiveLog: (
864
+ obj: DisassociateNetworkSettingsResponse
865
+ ) => any;
866
+
867
+ export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (
868
+ obj: DisassociateTrustStoreRequest
869
+ ) => any;
870
+
871
+ export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (
872
+ obj: DisassociateTrustStoreResponse
873
+ ) => any;
874
+
875
+ export declare const DisassociateUserSettingsRequestFilterSensitiveLog: (
876
+ obj: DisassociateUserSettingsRequest
877
+ ) => any;
878
+
879
+ export declare const DisassociateUserSettingsResponseFilterSensitiveLog: (
880
+ obj: DisassociateUserSettingsResponse
881
+ ) => any;
882
+
883
+ export declare const GetBrowserSettingsRequestFilterSensitiveLog: (
884
+ obj: GetBrowserSettingsRequest
885
+ ) => any;
886
+
887
+ export declare const BrowserSettingsFilterSensitiveLog: (
888
+ obj: BrowserSettings
889
+ ) => any;
890
+
891
+ export declare const GetBrowserSettingsResponseFilterSensitiveLog: (
892
+ obj: GetBrowserSettingsResponse
893
+ ) => any;
894
+
895
+ export declare const GetIdentityProviderRequestFilterSensitiveLog: (
896
+ obj: GetIdentityProviderRequest
897
+ ) => any;
898
+
899
+ export declare const IdentityProviderFilterSensitiveLog: (
900
+ obj: IdentityProvider
901
+ ) => any;
902
+
903
+ export declare const GetIdentityProviderResponseFilterSensitiveLog: (
904
+ obj: GetIdentityProviderResponse
905
+ ) => any;
906
+
907
+ export declare const GetNetworkSettingsRequestFilterSensitiveLog: (
908
+ obj: GetNetworkSettingsRequest
909
+ ) => any;
910
+
911
+ export declare const NetworkSettingsFilterSensitiveLog: (
912
+ obj: NetworkSettings
913
+ ) => any;
914
+
915
+ export declare const GetNetworkSettingsResponseFilterSensitiveLog: (
916
+ obj: GetNetworkSettingsResponse
917
+ ) => any;
918
+
919
+ export declare const GetPortalRequestFilterSensitiveLog: (
920
+ obj: GetPortalRequest
921
+ ) => any;
922
+
923
+ export declare const PortalFilterSensitiveLog: (obj: Portal) => any;
924
+
925
+ export declare const GetPortalResponseFilterSensitiveLog: (
926
+ obj: GetPortalResponse
927
+ ) => any;
928
+
929
+ export declare const GetPortalServiceProviderMetadataRequestFilterSensitiveLog: (
930
+ obj: GetPortalServiceProviderMetadataRequest
931
+ ) => any;
932
+
933
+ export declare const GetPortalServiceProviderMetadataResponseFilterSensitiveLog: (
934
+ obj: GetPortalServiceProviderMetadataResponse
935
+ ) => any;
936
+
937
+ export declare const GetTrustStoreRequestFilterSensitiveLog: (
938
+ obj: GetTrustStoreRequest
939
+ ) => any;
940
+
941
+ export declare const TrustStoreFilterSensitiveLog: (obj: TrustStore) => any;
942
+
943
+ export declare const GetTrustStoreResponseFilterSensitiveLog: (
944
+ obj: GetTrustStoreResponse
945
+ ) => any;
946
+
947
+ export declare const GetTrustStoreCertificateRequestFilterSensitiveLog: (
948
+ obj: GetTrustStoreCertificateRequest
949
+ ) => any;
950
+
951
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
952
+
953
+ export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (
954
+ obj: GetTrustStoreCertificateResponse
955
+ ) => any;
956
+
957
+ export declare const GetUserSettingsRequestFilterSensitiveLog: (
958
+ obj: GetUserSettingsRequest
959
+ ) => any;
960
+
961
+ export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
962
+
963
+ export declare const GetUserSettingsResponseFilterSensitiveLog: (
964
+ obj: GetUserSettingsResponse
965
+ ) => any;
966
+
967
+ export declare const ListBrowserSettingsRequestFilterSensitiveLog: (
968
+ obj: ListBrowserSettingsRequest
969
+ ) => any;
970
+
971
+ export declare const BrowserSettingsSummaryFilterSensitiveLog: (
972
+ obj: BrowserSettingsSummary
973
+ ) => any;
974
+
975
+ export declare const ListBrowserSettingsResponseFilterSensitiveLog: (
976
+ obj: ListBrowserSettingsResponse
977
+ ) => any;
978
+
979
+ export declare const ListIdentityProvidersRequestFilterSensitiveLog: (
980
+ obj: ListIdentityProvidersRequest
981
+ ) => any;
982
+
983
+ export declare const IdentityProviderSummaryFilterSensitiveLog: (
984
+ obj: IdentityProviderSummary
985
+ ) => any;
986
+
987
+ export declare const ListIdentityProvidersResponseFilterSensitiveLog: (
988
+ obj: ListIdentityProvidersResponse
989
+ ) => any;
990
+
991
+ export declare const ListNetworkSettingsRequestFilterSensitiveLog: (
992
+ obj: ListNetworkSettingsRequest
993
+ ) => any;
994
+
995
+ export declare const NetworkSettingsSummaryFilterSensitiveLog: (
996
+ obj: NetworkSettingsSummary
997
+ ) => any;
998
+
999
+ export declare const ListNetworkSettingsResponseFilterSensitiveLog: (
1000
+ obj: ListNetworkSettingsResponse
1001
+ ) => any;
1002
+
1003
+ export declare const ListPortalsRequestFilterSensitiveLog: (
1004
+ obj: ListPortalsRequest
1005
+ ) => any;
1006
+
1007
+ export declare const PortalSummaryFilterSensitiveLog: (
1008
+ obj: PortalSummary
1009
+ ) => any;
1010
+
1011
+ export declare const ListPortalsResponseFilterSensitiveLog: (
1012
+ obj: ListPortalsResponse
1013
+ ) => any;
1014
+
1015
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1016
+ obj: ListTagsForResourceRequest
1017
+ ) => any;
1018
+
1019
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1020
+ obj: ListTagsForResourceResponse
1021
+ ) => any;
1022
+
1023
+ export declare const ListTrustStoreCertificatesRequestFilterSensitiveLog: (
1024
+ obj: ListTrustStoreCertificatesRequest
1025
+ ) => any;
1026
+
1027
+ export declare const CertificateSummaryFilterSensitiveLog: (
1028
+ obj: CertificateSummary
1029
+ ) => any;
1030
+
1031
+ export declare const ListTrustStoreCertificatesResponseFilterSensitiveLog: (
1032
+ obj: ListTrustStoreCertificatesResponse
1033
+ ) => any;
1034
+
1035
+ export declare const ListTrustStoresRequestFilterSensitiveLog: (
1036
+ obj: ListTrustStoresRequest
1037
+ ) => any;
1038
+
1039
+ export declare const TrustStoreSummaryFilterSensitiveLog: (
1040
+ obj: TrustStoreSummary
1041
+ ) => any;
1042
+
1043
+ export declare const ListTrustStoresResponseFilterSensitiveLog: (
1044
+ obj: ListTrustStoresResponse
1045
+ ) => any;
1046
+
1047
+ export declare const ListUserSettingsRequestFilterSensitiveLog: (
1048
+ obj: ListUserSettingsRequest
1049
+ ) => any;
1050
+
1051
+ export declare const UserSettingsSummaryFilterSensitiveLog: (
1052
+ obj: UserSettingsSummary
1053
+ ) => any;
1054
+
1055
+ export declare const ListUserSettingsResponseFilterSensitiveLog: (
1056
+ obj: ListUserSettingsResponse
1057
+ ) => any;
1058
+
1059
+ export declare const TagResourceRequestFilterSensitiveLog: (
1060
+ obj: TagResourceRequest
1061
+ ) => any;
1062
+
1063
+ export declare const TagResourceResponseFilterSensitiveLog: (
1064
+ obj: TagResourceResponse
1065
+ ) => any;
1066
+
1067
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1068
+ obj: UntagResourceRequest
1069
+ ) => any;
1070
+
1071
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1072
+ obj: UntagResourceResponse
1073
+ ) => any;
1074
+
1075
+ export declare const UpdateBrowserSettingsRequestFilterSensitiveLog: (
1076
+ obj: UpdateBrowserSettingsRequest
1077
+ ) => any;
1078
+
1079
+ export declare const UpdateBrowserSettingsResponseFilterSensitiveLog: (
1080
+ obj: UpdateBrowserSettingsResponse
1081
+ ) => any;
1082
+
1083
+ export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (
1084
+ obj: UpdateIdentityProviderRequest
1085
+ ) => any;
1086
+
1087
+ export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (
1088
+ obj: UpdateIdentityProviderResponse
1089
+ ) => any;
1090
+
1091
+ export declare const UpdateNetworkSettingsRequestFilterSensitiveLog: (
1092
+ obj: UpdateNetworkSettingsRequest
1093
+ ) => any;
1094
+
1095
+ export declare const UpdateNetworkSettingsResponseFilterSensitiveLog: (
1096
+ obj: UpdateNetworkSettingsResponse
1097
+ ) => any;
1098
+
1099
+ export declare const UpdatePortalRequestFilterSensitiveLog: (
1100
+ obj: UpdatePortalRequest
1101
+ ) => any;
1102
+
1103
+ export declare const UpdatePortalResponseFilterSensitiveLog: (
1104
+ obj: UpdatePortalResponse
1105
+ ) => any;
1106
+
1107
+ export declare const UpdateTrustStoreRequestFilterSensitiveLog: (
1108
+ obj: UpdateTrustStoreRequest
1109
+ ) => any;
1110
+
1111
+ export declare const UpdateTrustStoreResponseFilterSensitiveLog: (
1112
+ obj: UpdateTrustStoreResponse
1113
+ ) => any;
1114
+
1115
+ export declare const UpdateUserSettingsRequestFilterSensitiveLog: (
1116
+ obj: UpdateUserSettingsRequest
1117
+ ) => any;
1118
+
1119
+ export declare const UpdateUserSettingsResponseFilterSensitiveLog: (
1120
+ obj: UpdateUserSettingsResponse
1121
+ ) => any;