@aws-sdk/client-workspaces-web 3.169.0 → 3.171.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 +752 -225
  3. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +369 -117
  4. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +36 -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 +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +830 -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 +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  68. package/package.json +34 -34
@@ -1,1013 +1,830 @@
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
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export interface AssociateBrowserSettingsRequest {
11
+ portalArn: string | undefined;
12
+ browserSettingsArn: string | undefined;
13
+ }
14
+ export interface AssociateBrowserSettingsResponse {
15
+ portalArn: string | undefined;
16
+ browserSettingsArn: string | undefined;
17
+ }
18
+ export declare class ConflictException extends __BaseException {
19
+ readonly name: "ConflictException";
20
+ readonly $fault: "client";
21
+ resourceId?: string;
22
+ resourceType?: string;
23
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
24
+ }
25
+ export declare class InternalServerException extends __BaseException {
26
+ readonly name: "InternalServerException";
27
+ readonly $fault: "server";
28
+ retryAfterSeconds?: number;
29
+ constructor(
30
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
31
+ );
32
+ }
33
+ export declare class ResourceNotFoundException extends __BaseException {
34
+ readonly name: "ResourceNotFoundException";
35
+ readonly $fault: "client";
36
+ resourceId?: string;
37
+ resourceType?: string;
38
+ constructor(
39
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
40
+ );
41
+ }
42
+ export declare class ThrottlingException extends __BaseException {
43
+ readonly name: "ThrottlingException";
44
+ readonly $fault: "client";
45
+ serviceCode?: string;
46
+ quotaCode?: string;
47
+ retryAfterSeconds?: number;
48
+ constructor(
49
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
50
+ );
51
+ }
52
+ export interface ValidationExceptionField {
53
+ name: string | undefined;
54
+ message: string | undefined;
55
+ }
56
+ export declare enum ValidationExceptionReason {
57
+ CANNOT_PARSE = "cannotParse",
58
+ FIELD_VALIDATION_FAILED = "fieldValidationFailed",
59
+ OTHER = "other",
60
+ UNKNOWN_OPERATION = "unknownOperation",
61
+ }
62
+ export declare class ValidationException extends __BaseException {
63
+ readonly name: "ValidationException";
64
+ readonly $fault: "client";
65
+ reason?: ValidationExceptionReason | string;
66
+ fieldList?: ValidationExceptionField[];
67
+ constructor(
68
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
69
+ );
70
+ }
71
+ export interface AssociateNetworkSettingsRequest {
72
+ portalArn: string | undefined;
73
+ networkSettingsArn: string | undefined;
74
+ }
75
+ export interface AssociateNetworkSettingsResponse {
76
+ portalArn: string | undefined;
77
+ networkSettingsArn: string | undefined;
78
+ }
79
+ export interface AssociateTrustStoreRequest {
80
+ portalArn: string | undefined;
81
+ trustStoreArn: string | undefined;
82
+ }
83
+ export interface AssociateTrustStoreResponse {
84
+ portalArn: string | undefined;
85
+ trustStoreArn: string | undefined;
86
+ }
87
+ export interface AssociateUserSettingsRequest {
88
+ portalArn: string | undefined;
89
+ userSettingsArn: string | undefined;
90
+ }
91
+ export interface AssociateUserSettingsResponse {
92
+ portalArn: string | undefined;
93
+ userSettingsArn: string | undefined;
94
+ }
95
+ export interface Tag {
96
+ Key: string | undefined;
97
+ Value: string | undefined;
98
+ }
99
+ export interface CreateBrowserSettingsRequest {
100
+ tags?: Tag[];
101
+ customerManagedKey?: string;
102
+ additionalEncryptionContext?: Record<string, string>;
103
+ browserPolicy: string | undefined;
104
+ clientToken?: string;
105
+ }
106
+ export interface CreateBrowserSettingsResponse {
107
+ browserSettingsArn: string | undefined;
108
+ }
109
+ export declare class ServiceQuotaExceededException extends __BaseException {
110
+ readonly name: "ServiceQuotaExceededException";
111
+ readonly $fault: "client";
112
+ resourceId?: string;
113
+ resourceType?: string;
114
+ serviceCode?: string;
115
+ quotaCode?: string;
116
+ constructor(
117
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
118
+ );
119
+ }
120
+ export declare enum IdentityProviderType {
121
+ Facebook = "Facebook",
122
+ Google = "Google",
123
+ LoginWithAmazon = "LoginWithAmazon",
124
+ OIDC = "OIDC",
125
+ SAML = "SAML",
126
+ SignInWithApple = "SignInWithApple",
127
+ }
128
+ export interface CreateIdentityProviderRequest {
129
+ portalArn: string | undefined;
130
+ identityProviderName: string | undefined;
131
+ identityProviderType: IdentityProviderType | string | undefined;
132
+ identityProviderDetails: Record<string, string> | undefined;
133
+ clientToken?: string;
134
+ }
135
+ export interface CreateIdentityProviderResponse {
136
+ identityProviderArn: string | undefined;
137
+ }
138
+ export interface CreateNetworkSettingsRequest {
139
+ vpcId: string | undefined;
140
+ subnetIds: string[] | undefined;
141
+ securityGroupIds: string[] | undefined;
142
+ tags?: Tag[];
143
+ clientToken?: string;
144
+ }
145
+ export interface CreateNetworkSettingsResponse {
146
+ networkSettingsArn: string | undefined;
147
+ }
148
+ export interface CreatePortalRequest {
149
+ displayName?: string;
150
+ tags?: Tag[];
151
+ customerManagedKey?: string;
152
+ additionalEncryptionContext?: Record<string, string>;
153
+ clientToken?: string;
154
+ }
155
+ export interface CreatePortalResponse {
156
+ portalArn: string | undefined;
157
+ portalEndpoint: string | undefined;
158
+ }
159
+ export interface CreateTrustStoreRequest {
160
+ certificateList: Uint8Array[] | undefined;
161
+ tags?: Tag[];
162
+ clientToken?: string;
163
+ }
164
+ export interface CreateTrustStoreResponse {
165
+ trustStoreArn: string | undefined;
166
+ }
167
+ export declare enum EnabledType {
168
+ DISABLED = "Disabled",
169
+ ENABLED = "Enabled",
170
+ }
171
+ export interface CreateUserSettingsRequest {
172
+ copyAllowed: EnabledType | string | undefined;
173
+ pasteAllowed: EnabledType | string | undefined;
174
+ downloadAllowed: EnabledType | string | undefined;
175
+ uploadAllowed: EnabledType | string | undefined;
176
+ printAllowed: EnabledType | string | undefined;
177
+ tags?: Tag[];
178
+ disconnectTimeoutInMinutes?: number;
179
+ idleDisconnectTimeoutInMinutes?: number;
180
+ clientToken?: string;
181
+ }
182
+ export interface CreateUserSettingsResponse {
183
+ userSettingsArn: string | undefined;
184
+ }
185
+ export interface DeleteBrowserSettingsRequest {
186
+ browserSettingsArn: string | undefined;
187
+ }
188
+ export interface DeleteBrowserSettingsResponse {}
189
+ export interface DeleteIdentityProviderRequest {
190
+ identityProviderArn: string | undefined;
191
+ }
192
+ export interface DeleteIdentityProviderResponse {}
193
+ export interface DeleteNetworkSettingsRequest {
194
+ networkSettingsArn: string | undefined;
195
+ }
196
+ export interface DeleteNetworkSettingsResponse {}
197
+ export interface DeletePortalRequest {
198
+ portalArn: string | undefined;
199
+ }
200
+ export interface DeletePortalResponse {}
201
+ export interface DeleteTrustStoreRequest {
202
+ trustStoreArn: string | undefined;
203
+ }
204
+ export interface DeleteTrustStoreResponse {}
205
+ export interface DeleteUserSettingsRequest {
206
+ userSettingsArn: string | undefined;
207
+ }
208
+ export interface DeleteUserSettingsResponse {}
209
+ export interface DisassociateBrowserSettingsRequest {
210
+ portalArn: string | undefined;
211
+ }
212
+ export interface DisassociateBrowserSettingsResponse {}
213
+ export interface DisassociateNetworkSettingsRequest {
214
+ portalArn: string | undefined;
215
+ }
216
+ export interface DisassociateNetworkSettingsResponse {}
217
+ export interface DisassociateTrustStoreRequest {
218
+ portalArn: string | undefined;
219
+ }
220
+ export interface DisassociateTrustStoreResponse {}
221
+ export interface DisassociateUserSettingsRequest {
222
+ portalArn: string | undefined;
223
+ }
224
+ export interface DisassociateUserSettingsResponse {}
225
+ export interface GetBrowserSettingsRequest {
226
+ browserSettingsArn: string | undefined;
227
+ }
228
+ export interface BrowserSettings {
229
+ browserSettingsArn: string | undefined;
230
+ associatedPortalArns?: string[];
231
+ browserPolicy?: string;
232
+ }
233
+ export interface GetBrowserSettingsResponse {
234
+ browserSettings?: BrowserSettings;
235
+ }
236
+ export interface GetIdentityProviderRequest {
237
+ identityProviderArn: string | undefined;
238
+ }
239
+ export interface IdentityProvider {
240
+ identityProviderArn: string | undefined;
241
+ identityProviderName?: string;
242
+ identityProviderType?: IdentityProviderType | string;
243
+ identityProviderDetails?: Record<string, string>;
244
+ }
245
+ export interface GetIdentityProviderResponse {
246
+ identityProvider?: IdentityProvider;
247
+ }
248
+ export interface GetNetworkSettingsRequest {
249
+ networkSettingsArn: string | undefined;
250
+ }
251
+ export interface NetworkSettings {
252
+ networkSettingsArn: string | undefined;
253
+ associatedPortalArns?: string[];
254
+ vpcId?: string;
255
+ subnetIds?: string[];
256
+ securityGroupIds?: string[];
257
+ }
258
+ export interface GetNetworkSettingsResponse {
259
+ networkSettings?: NetworkSettings;
260
+ }
261
+ export interface GetPortalRequest {
262
+ portalArn: string | undefined;
263
+ }
264
+ export declare enum BrowserType {
265
+ CHROME = "Chrome",
266
+ }
267
+ export declare enum PortalStatus {
268
+ ACTIVE = "Active",
269
+ INCOMPLETE = "Incomplete",
270
+ PENDING = "Pending",
271
+ }
272
+ export declare enum RendererType {
273
+ APPSTREAM = "AppStream",
274
+ }
275
+ export interface Portal {
276
+ portalArn?: string;
277
+ rendererType?: RendererType | string;
278
+ browserType?: BrowserType | string;
279
+ portalStatus?: PortalStatus | string;
280
+ portalEndpoint?: string;
281
+ displayName?: string;
282
+ creationDate?: Date;
283
+ browserSettingsArn?: string;
284
+ userSettingsArn?: string;
285
+ networkSettingsArn?: string;
286
+ trustStoreArn?: string;
287
+ statusReason?: string;
288
+ }
289
+ export interface GetPortalResponse {
290
+ portal?: Portal;
291
+ }
292
+ export interface GetPortalServiceProviderMetadataRequest {
293
+ portalArn: string | undefined;
294
+ }
295
+ export interface GetPortalServiceProviderMetadataResponse {
296
+ portalArn: string | undefined;
297
+ serviceProviderSamlMetadata?: string;
298
+ }
299
+ export interface GetTrustStoreRequest {
300
+ trustStoreArn: string | undefined;
301
+ }
302
+ export interface TrustStore {
303
+ associatedPortalArns?: string[];
304
+ trustStoreArn?: string;
305
+ }
306
+ export interface GetTrustStoreResponse {
307
+ trustStore?: TrustStore;
308
+ }
309
+ export interface GetTrustStoreCertificateRequest {
310
+ trustStoreArn: string | undefined;
311
+ thumbprint: string | undefined;
312
+ }
313
+ export interface Certificate {
314
+ thumbprint?: string;
315
+ subject?: string;
316
+ issuer?: string;
317
+ notValidBefore?: Date;
318
+ notValidAfter?: Date;
319
+ body?: Uint8Array;
320
+ }
321
+ export interface GetTrustStoreCertificateResponse {
322
+ trustStoreArn?: string;
323
+ certificate?: Certificate;
324
+ }
325
+ export interface GetUserSettingsRequest {
326
+ userSettingsArn: string | undefined;
327
+ }
328
+ export interface UserSettings {
329
+ userSettingsArn: string | undefined;
330
+ associatedPortalArns?: string[];
331
+ copyAllowed?: EnabledType | string;
332
+ pasteAllowed?: EnabledType | string;
333
+ downloadAllowed?: EnabledType | string;
334
+ uploadAllowed?: EnabledType | string;
335
+ printAllowed?: EnabledType | string;
336
+ disconnectTimeoutInMinutes?: number;
337
+ idleDisconnectTimeoutInMinutes?: number;
338
+ }
339
+ export interface GetUserSettingsResponse {
340
+ userSettings?: UserSettings;
341
+ }
342
+ export interface ListBrowserSettingsRequest {
343
+ nextToken?: string;
344
+ maxResults?: number;
345
+ }
346
+ export interface BrowserSettingsSummary {
347
+ browserSettingsArn?: string;
348
+ }
349
+ export interface ListBrowserSettingsResponse {
350
+ browserSettings?: BrowserSettingsSummary[];
351
+ nextToken?: string;
352
+ }
353
+ export interface ListIdentityProvidersRequest {
354
+ nextToken?: string;
355
+ maxResults?: number;
356
+ portalArn: string | undefined;
357
+ }
358
+ export interface IdentityProviderSummary {
359
+ identityProviderArn?: string;
360
+ identityProviderName?: string;
361
+ identityProviderType?: IdentityProviderType | string;
362
+ }
363
+ export interface ListIdentityProvidersResponse {
364
+ nextToken?: string;
365
+ identityProviders?: IdentityProviderSummary[];
366
+ }
367
+ export interface ListNetworkSettingsRequest {
368
+ nextToken?: string;
369
+ maxResults?: number;
370
+ }
371
+ export interface NetworkSettingsSummary {
372
+ networkSettingsArn?: string;
373
+ vpcId?: string;
374
+ }
375
+ export interface ListNetworkSettingsResponse {
376
+ networkSettings?: NetworkSettingsSummary[];
377
+ nextToken?: string;
378
+ }
379
+ export interface ListPortalsRequest {
380
+ nextToken?: string;
381
+ maxResults?: number;
382
+ }
383
+ export interface PortalSummary {
384
+ portalArn?: string;
385
+ rendererType?: RendererType | string;
386
+ browserType?: BrowserType | string;
387
+ portalStatus?: PortalStatus | string;
388
+ portalEndpoint?: string;
389
+ displayName?: string;
390
+ creationDate?: Date;
391
+ browserSettingsArn?: string;
392
+ userSettingsArn?: string;
393
+ networkSettingsArn?: string;
394
+ trustStoreArn?: string;
395
+ }
396
+ export interface ListPortalsResponse {
397
+ portals?: PortalSummary[];
398
+ nextToken?: string;
399
+ }
400
+ export interface ListTagsForResourceRequest {
401
+ resourceArn: string | undefined;
402
+ }
403
+ export interface ListTagsForResourceResponse {
404
+ tags?: Tag[];
405
+ }
406
+ export interface ListTrustStoreCertificatesRequest {
407
+ trustStoreArn: string | undefined;
408
+ nextToken?: string;
409
+ maxResults?: number;
410
+ }
411
+ export interface CertificateSummary {
412
+ thumbprint?: string;
413
+ subject?: string;
414
+ issuer?: string;
415
+ notValidBefore?: Date;
416
+ notValidAfter?: Date;
417
+ }
418
+ export interface ListTrustStoreCertificatesResponse {
419
+ certificateList?: CertificateSummary[];
420
+ trustStoreArn?: string;
421
+ nextToken?: string;
422
+ }
423
+ export interface ListTrustStoresRequest {
424
+ nextToken?: string;
425
+ maxResults?: number;
426
+ }
427
+ export interface TrustStoreSummary {
428
+ trustStoreArn?: string;
429
+ }
430
+ export interface ListTrustStoresResponse {
431
+ trustStores?: TrustStoreSummary[];
432
+ nextToken?: string;
433
+ }
434
+ export interface ListUserSettingsRequest {
435
+ nextToken?: string;
436
+ maxResults?: number;
437
+ }
438
+ export interface UserSettingsSummary {
439
+ userSettingsArn?: string;
440
+ copyAllowed?: EnabledType | string;
441
+ pasteAllowed?: EnabledType | string;
442
+ downloadAllowed?: EnabledType | string;
443
+ uploadAllowed?: EnabledType | string;
444
+ printAllowed?: EnabledType | string;
445
+ disconnectTimeoutInMinutes?: number;
446
+ idleDisconnectTimeoutInMinutes?: number;
447
+ }
448
+ export interface ListUserSettingsResponse {
449
+ userSettings?: UserSettingsSummary[];
450
+ nextToken?: string;
451
+ }
452
+ export interface TagResourceRequest {
453
+ resourceArn: string | undefined;
454
+ tags: Tag[] | undefined;
455
+ clientToken?: string;
456
+ }
457
+ export interface TagResourceResponse {}
458
+ export declare class TooManyTagsException extends __BaseException {
459
+ readonly name: "TooManyTagsException";
460
+ readonly $fault: "client";
461
+ resourceName?: string;
462
+ constructor(
463
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
464
+ );
465
+ }
466
+ export interface UntagResourceRequest {
467
+ resourceArn: string | undefined;
468
+ tagKeys: string[] | undefined;
469
+ }
470
+ export interface UntagResourceResponse {}
471
+ export interface UpdateBrowserSettingsRequest {
472
+ browserSettingsArn: string | undefined;
473
+ browserPolicy?: string;
474
+ clientToken?: string;
475
+ }
476
+ export interface UpdateBrowserSettingsResponse {
477
+ browserSettings: BrowserSettings | undefined;
478
+ }
479
+ export interface UpdateIdentityProviderRequest {
480
+ identityProviderArn: string | undefined;
481
+ identityProviderName?: string;
482
+ identityProviderType?: IdentityProviderType | string;
483
+ identityProviderDetails?: Record<string, string>;
484
+ clientToken?: string;
485
+ }
486
+ export interface UpdateIdentityProviderResponse {
487
+ identityProvider: IdentityProvider | undefined;
488
+ }
489
+ export interface UpdateNetworkSettingsRequest {
490
+ networkSettingsArn: string | undefined;
491
+ vpcId?: string;
492
+ subnetIds?: string[];
493
+ securityGroupIds?: string[];
494
+ clientToken?: string;
495
+ }
496
+ export interface UpdateNetworkSettingsResponse {
497
+ networkSettings: NetworkSettings | undefined;
498
+ }
499
+ export interface UpdatePortalRequest {
500
+ portalArn: string | undefined;
501
+ displayName?: string;
502
+ }
503
+ export interface UpdatePortalResponse {
504
+ portal?: Portal;
505
+ }
506
+ export interface UpdateTrustStoreRequest {
507
+ trustStoreArn: string | undefined;
508
+ certificatesToAdd?: Uint8Array[];
509
+ certificatesToDelete?: string[];
510
+ clientToken?: string;
511
+ }
512
+ export interface UpdateTrustStoreResponse {
513
+ trustStoreArn: string | undefined;
514
+ }
515
+ export interface UpdateUserSettingsRequest {
516
+ userSettingsArn: string | undefined;
517
+ copyAllowed?: EnabledType | string;
518
+ pasteAllowed?: EnabledType | string;
519
+ downloadAllowed?: EnabledType | string;
520
+ uploadAllowed?: EnabledType | string;
521
+ printAllowed?: EnabledType | string;
522
+ disconnectTimeoutInMinutes?: number;
523
+ idleDisconnectTimeoutInMinutes?: number;
524
+ clientToken?: string;
525
+ }
526
+ export interface UpdateUserSettingsResponse {
527
+ userSettings: UserSettings | undefined;
528
+ }
529
+ export declare const AssociateBrowserSettingsRequestFilterSensitiveLog: (
530
+ obj: AssociateBrowserSettingsRequest
531
+ ) => any;
532
+ export declare const AssociateBrowserSettingsResponseFilterSensitiveLog: (
533
+ obj: AssociateBrowserSettingsResponse
534
+ ) => any;
535
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (
536
+ obj: ValidationExceptionField
537
+ ) => any;
538
+ export declare const AssociateNetworkSettingsRequestFilterSensitiveLog: (
539
+ obj: AssociateNetworkSettingsRequest
540
+ ) => any;
541
+ export declare const AssociateNetworkSettingsResponseFilterSensitiveLog: (
542
+ obj: AssociateNetworkSettingsResponse
543
+ ) => any;
544
+ export declare const AssociateTrustStoreRequestFilterSensitiveLog: (
545
+ obj: AssociateTrustStoreRequest
546
+ ) => any;
547
+ export declare const AssociateTrustStoreResponseFilterSensitiveLog: (
548
+ obj: AssociateTrustStoreResponse
549
+ ) => any;
550
+ export declare const AssociateUserSettingsRequestFilterSensitiveLog: (
551
+ obj: AssociateUserSettingsRequest
552
+ ) => any;
553
+ export declare const AssociateUserSettingsResponseFilterSensitiveLog: (
554
+ obj: AssociateUserSettingsResponse
555
+ ) => any;
556
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
557
+ export declare const CreateBrowserSettingsRequestFilterSensitiveLog: (
558
+ obj: CreateBrowserSettingsRequest
559
+ ) => any;
560
+ export declare const CreateBrowserSettingsResponseFilterSensitiveLog: (
561
+ obj: CreateBrowserSettingsResponse
562
+ ) => any;
563
+ export declare const CreateIdentityProviderRequestFilterSensitiveLog: (
564
+ obj: CreateIdentityProviderRequest
565
+ ) => any;
566
+ export declare const CreateIdentityProviderResponseFilterSensitiveLog: (
567
+ obj: CreateIdentityProviderResponse
568
+ ) => any;
569
+ export declare const CreateNetworkSettingsRequestFilterSensitiveLog: (
570
+ obj: CreateNetworkSettingsRequest
571
+ ) => any;
572
+ export declare const CreateNetworkSettingsResponseFilterSensitiveLog: (
573
+ obj: CreateNetworkSettingsResponse
574
+ ) => any;
575
+ export declare const CreatePortalRequestFilterSensitiveLog: (
576
+ obj: CreatePortalRequest
577
+ ) => any;
578
+ export declare const CreatePortalResponseFilterSensitiveLog: (
579
+ obj: CreatePortalResponse
580
+ ) => any;
581
+ export declare const CreateTrustStoreRequestFilterSensitiveLog: (
582
+ obj: CreateTrustStoreRequest
583
+ ) => any;
584
+ export declare const CreateTrustStoreResponseFilterSensitiveLog: (
585
+ obj: CreateTrustStoreResponse
586
+ ) => any;
587
+ export declare const CreateUserSettingsRequestFilterSensitiveLog: (
588
+ obj: CreateUserSettingsRequest
589
+ ) => any;
590
+ export declare const CreateUserSettingsResponseFilterSensitiveLog: (
591
+ obj: CreateUserSettingsResponse
592
+ ) => any;
593
+ export declare const DeleteBrowserSettingsRequestFilterSensitiveLog: (
594
+ obj: DeleteBrowserSettingsRequest
595
+ ) => any;
596
+ export declare const DeleteBrowserSettingsResponseFilterSensitiveLog: (
597
+ obj: DeleteBrowserSettingsResponse
598
+ ) => any;
599
+ export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (
600
+ obj: DeleteIdentityProviderRequest
601
+ ) => any;
602
+ export declare const DeleteIdentityProviderResponseFilterSensitiveLog: (
603
+ obj: DeleteIdentityProviderResponse
604
+ ) => any;
605
+ export declare const DeleteNetworkSettingsRequestFilterSensitiveLog: (
606
+ obj: DeleteNetworkSettingsRequest
607
+ ) => any;
608
+ export declare const DeleteNetworkSettingsResponseFilterSensitiveLog: (
609
+ obj: DeleteNetworkSettingsResponse
610
+ ) => any;
611
+ export declare const DeletePortalRequestFilterSensitiveLog: (
612
+ obj: DeletePortalRequest
613
+ ) => any;
614
+ export declare const DeletePortalResponseFilterSensitiveLog: (
615
+ obj: DeletePortalResponse
616
+ ) => any;
617
+ export declare const DeleteTrustStoreRequestFilterSensitiveLog: (
618
+ obj: DeleteTrustStoreRequest
619
+ ) => any;
620
+ export declare const DeleteTrustStoreResponseFilterSensitiveLog: (
621
+ obj: DeleteTrustStoreResponse
622
+ ) => any;
623
+ export declare const DeleteUserSettingsRequestFilterSensitiveLog: (
624
+ obj: DeleteUserSettingsRequest
625
+ ) => any;
626
+ export declare const DeleteUserSettingsResponseFilterSensitiveLog: (
627
+ obj: DeleteUserSettingsResponse
628
+ ) => any;
629
+ export declare const DisassociateBrowserSettingsRequestFilterSensitiveLog: (
630
+ obj: DisassociateBrowserSettingsRequest
631
+ ) => any;
632
+ export declare const DisassociateBrowserSettingsResponseFilterSensitiveLog: (
633
+ obj: DisassociateBrowserSettingsResponse
634
+ ) => any;
635
+ export declare const DisassociateNetworkSettingsRequestFilterSensitiveLog: (
636
+ obj: DisassociateNetworkSettingsRequest
637
+ ) => any;
638
+ export declare const DisassociateNetworkSettingsResponseFilterSensitiveLog: (
639
+ obj: DisassociateNetworkSettingsResponse
640
+ ) => any;
641
+ export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (
642
+ obj: DisassociateTrustStoreRequest
643
+ ) => any;
644
+ export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (
645
+ obj: DisassociateTrustStoreResponse
646
+ ) => any;
647
+ export declare const DisassociateUserSettingsRequestFilterSensitiveLog: (
648
+ obj: DisassociateUserSettingsRequest
649
+ ) => any;
650
+ export declare const DisassociateUserSettingsResponseFilterSensitiveLog: (
651
+ obj: DisassociateUserSettingsResponse
652
+ ) => any;
653
+ export declare const GetBrowserSettingsRequestFilterSensitiveLog: (
654
+ obj: GetBrowserSettingsRequest
655
+ ) => any;
656
+ export declare const BrowserSettingsFilterSensitiveLog: (
657
+ obj: BrowserSettings
658
+ ) => any;
659
+ export declare const GetBrowserSettingsResponseFilterSensitiveLog: (
660
+ obj: GetBrowserSettingsResponse
661
+ ) => any;
662
+ export declare const GetIdentityProviderRequestFilterSensitiveLog: (
663
+ obj: GetIdentityProviderRequest
664
+ ) => any;
665
+ export declare const IdentityProviderFilterSensitiveLog: (
666
+ obj: IdentityProvider
667
+ ) => any;
668
+ export declare const GetIdentityProviderResponseFilterSensitiveLog: (
669
+ obj: GetIdentityProviderResponse
670
+ ) => any;
671
+ export declare const GetNetworkSettingsRequestFilterSensitiveLog: (
672
+ obj: GetNetworkSettingsRequest
673
+ ) => any;
674
+ export declare const NetworkSettingsFilterSensitiveLog: (
675
+ obj: NetworkSettings
676
+ ) => any;
677
+ export declare const GetNetworkSettingsResponseFilterSensitiveLog: (
678
+ obj: GetNetworkSettingsResponse
679
+ ) => any;
680
+ export declare const GetPortalRequestFilterSensitiveLog: (
681
+ obj: GetPortalRequest
682
+ ) => any;
683
+ export declare const PortalFilterSensitiveLog: (obj: Portal) => any;
684
+ export declare const GetPortalResponseFilterSensitiveLog: (
685
+ obj: GetPortalResponse
686
+ ) => any;
687
+ export declare const GetPortalServiceProviderMetadataRequestFilterSensitiveLog: (
688
+ obj: GetPortalServiceProviderMetadataRequest
689
+ ) => any;
690
+ export declare const GetPortalServiceProviderMetadataResponseFilterSensitiveLog: (
691
+ obj: GetPortalServiceProviderMetadataResponse
692
+ ) => any;
693
+ export declare const GetTrustStoreRequestFilterSensitiveLog: (
694
+ obj: GetTrustStoreRequest
695
+ ) => any;
696
+ export declare const TrustStoreFilterSensitiveLog: (obj: TrustStore) => any;
697
+ export declare const GetTrustStoreResponseFilterSensitiveLog: (
698
+ obj: GetTrustStoreResponse
699
+ ) => any;
700
+ export declare const GetTrustStoreCertificateRequestFilterSensitiveLog: (
701
+ obj: GetTrustStoreCertificateRequest
702
+ ) => any;
703
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
704
+ export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (
705
+ obj: GetTrustStoreCertificateResponse
706
+ ) => any;
707
+ export declare const GetUserSettingsRequestFilterSensitiveLog: (
708
+ obj: GetUserSettingsRequest
709
+ ) => any;
710
+ export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
711
+ export declare const GetUserSettingsResponseFilterSensitiveLog: (
712
+ obj: GetUserSettingsResponse
713
+ ) => any;
714
+ export declare const ListBrowserSettingsRequestFilterSensitiveLog: (
715
+ obj: ListBrowserSettingsRequest
716
+ ) => any;
717
+ export declare const BrowserSettingsSummaryFilterSensitiveLog: (
718
+ obj: BrowserSettingsSummary
719
+ ) => any;
720
+ export declare const ListBrowserSettingsResponseFilterSensitiveLog: (
721
+ obj: ListBrowserSettingsResponse
722
+ ) => any;
723
+ export declare const ListIdentityProvidersRequestFilterSensitiveLog: (
724
+ obj: ListIdentityProvidersRequest
725
+ ) => any;
726
+ export declare const IdentityProviderSummaryFilterSensitiveLog: (
727
+ obj: IdentityProviderSummary
728
+ ) => any;
729
+ export declare const ListIdentityProvidersResponseFilterSensitiveLog: (
730
+ obj: ListIdentityProvidersResponse
731
+ ) => any;
732
+ export declare const ListNetworkSettingsRequestFilterSensitiveLog: (
733
+ obj: ListNetworkSettingsRequest
734
+ ) => any;
735
+ export declare const NetworkSettingsSummaryFilterSensitiveLog: (
736
+ obj: NetworkSettingsSummary
737
+ ) => any;
738
+ export declare const ListNetworkSettingsResponseFilterSensitiveLog: (
739
+ obj: ListNetworkSettingsResponse
740
+ ) => any;
741
+ export declare const ListPortalsRequestFilterSensitiveLog: (
742
+ obj: ListPortalsRequest
743
+ ) => any;
744
+ export declare const PortalSummaryFilterSensitiveLog: (
745
+ obj: PortalSummary
746
+ ) => any;
747
+ export declare const ListPortalsResponseFilterSensitiveLog: (
748
+ obj: ListPortalsResponse
749
+ ) => any;
750
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
751
+ obj: ListTagsForResourceRequest
752
+ ) => any;
753
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
754
+ obj: ListTagsForResourceResponse
755
+ ) => any;
756
+ export declare const ListTrustStoreCertificatesRequestFilterSensitiveLog: (
757
+ obj: ListTrustStoreCertificatesRequest
758
+ ) => any;
759
+ export declare const CertificateSummaryFilterSensitiveLog: (
760
+ obj: CertificateSummary
761
+ ) => any;
762
+ export declare const ListTrustStoreCertificatesResponseFilterSensitiveLog: (
763
+ obj: ListTrustStoreCertificatesResponse
764
+ ) => any;
765
+ export declare const ListTrustStoresRequestFilterSensitiveLog: (
766
+ obj: ListTrustStoresRequest
767
+ ) => any;
768
+ export declare const TrustStoreSummaryFilterSensitiveLog: (
769
+ obj: TrustStoreSummary
770
+ ) => any;
771
+ export declare const ListTrustStoresResponseFilterSensitiveLog: (
772
+ obj: ListTrustStoresResponse
773
+ ) => any;
774
+ export declare const ListUserSettingsRequestFilterSensitiveLog: (
775
+ obj: ListUserSettingsRequest
776
+ ) => any;
777
+ export declare const UserSettingsSummaryFilterSensitiveLog: (
778
+ obj: UserSettingsSummary
779
+ ) => any;
780
+ export declare const ListUserSettingsResponseFilterSensitiveLog: (
781
+ obj: ListUserSettingsResponse
782
+ ) => any;
783
+ export declare const TagResourceRequestFilterSensitiveLog: (
784
+ obj: TagResourceRequest
785
+ ) => any;
786
+ export declare const TagResourceResponseFilterSensitiveLog: (
787
+ obj: TagResourceResponse
788
+ ) => any;
789
+ export declare const UntagResourceRequestFilterSensitiveLog: (
790
+ obj: UntagResourceRequest
791
+ ) => any;
792
+ export declare const UntagResourceResponseFilterSensitiveLog: (
793
+ obj: UntagResourceResponse
794
+ ) => any;
795
+ export declare const UpdateBrowserSettingsRequestFilterSensitiveLog: (
796
+ obj: UpdateBrowserSettingsRequest
797
+ ) => any;
798
+ export declare const UpdateBrowserSettingsResponseFilterSensitiveLog: (
799
+ obj: UpdateBrowserSettingsResponse
800
+ ) => any;
801
+ export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (
802
+ obj: UpdateIdentityProviderRequest
803
+ ) => any;
804
+ export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (
805
+ obj: UpdateIdentityProviderResponse
806
+ ) => any;
807
+ export declare const UpdateNetworkSettingsRequestFilterSensitiveLog: (
808
+ obj: UpdateNetworkSettingsRequest
809
+ ) => any;
810
+ export declare const UpdateNetworkSettingsResponseFilterSensitiveLog: (
811
+ obj: UpdateNetworkSettingsResponse
812
+ ) => any;
813
+ export declare const UpdatePortalRequestFilterSensitiveLog: (
814
+ obj: UpdatePortalRequest
815
+ ) => any;
816
+ export declare const UpdatePortalResponseFilterSensitiveLog: (
817
+ obj: UpdatePortalResponse
818
+ ) => any;
819
+ export declare const UpdateTrustStoreRequestFilterSensitiveLog: (
820
+ obj: UpdateTrustStoreRequest
821
+ ) => any;
822
+ export declare const UpdateTrustStoreResponseFilterSensitiveLog: (
823
+ obj: UpdateTrustStoreResponse
824
+ ) => any;
825
+ export declare const UpdateUserSettingsRequestFilterSensitiveLog: (
826
+ obj: UpdateUserSettingsRequest
827
+ ) => any;
828
+ export declare const UpdateUserSettingsResponseFilterSensitiveLog: (
829
+ obj: UpdateUserSettingsResponse
830
+ ) => any;