@aws-sdk/client-workspaces-web 3.130.0 → 3.141.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 (95) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -2
  6. package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -2
  9. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +2 -2
  10. package/dist-cjs/commands/CreatePortalCommand.js +2 -2
  11. package/dist-cjs/commands/CreateTrustStoreCommand.js +2 -2
  12. package/dist-cjs/commands/CreateUserSettingsCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -2
  16. package/dist-cjs/commands/DeletePortalCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -2
  19. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -2
  20. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -2
  22. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -2
  23. package/dist-cjs/commands/GetBrowserSettingsCommand.js +2 -2
  24. package/dist-cjs/commands/GetIdentityProviderCommand.js +2 -2
  25. package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -2
  26. package/dist-cjs/commands/GetPortalCommand.js +2 -2
  27. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -2
  28. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -2
  29. package/dist-cjs/commands/GetTrustStoreCommand.js +2 -2
  30. package/dist-cjs/commands/GetUserSettingsCommand.js +2 -2
  31. package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -2
  32. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -2
  33. package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -2
  34. package/dist-cjs/commands/ListPortalsCommand.js +2 -2
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  36. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -2
  37. package/dist-cjs/commands/ListTrustStoresCommand.js +2 -2
  38. package/dist-cjs/commands/ListUserSettingsCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -2
  44. package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -2
  47. package/dist-cjs/models/models_0.js +453 -661
  48. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -3
  49. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -3
  50. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -3
  51. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -3
  52. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -3
  53. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -3
  54. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -3
  55. package/dist-es/commands/CreatePortalCommand.js +3 -3
  56. package/dist-es/commands/CreateTrustStoreCommand.js +3 -3
  57. package/dist-es/commands/CreateUserSettingsCommand.js +3 -3
  58. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -3
  59. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -3
  60. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -3
  61. package/dist-es/commands/DeletePortalCommand.js +3 -3
  62. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -3
  63. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -3
  64. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -3
  65. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -3
  66. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -3
  67. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -3
  68. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -3
  69. package/dist-es/commands/GetIdentityProviderCommand.js +3 -3
  70. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -3
  71. package/dist-es/commands/GetPortalCommand.js +3 -3
  72. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
  73. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -3
  74. package/dist-es/commands/GetTrustStoreCommand.js +3 -3
  75. package/dist-es/commands/GetUserSettingsCommand.js +3 -3
  76. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -3
  77. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -3
  78. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -3
  79. package/dist-es/commands/ListPortalsCommand.js +3 -3
  80. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  81. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -3
  82. package/dist-es/commands/ListTrustStoresCommand.js +3 -3
  83. package/dist-es/commands/ListUserSettingsCommand.js +3 -3
  84. package/dist-es/commands/TagResourceCommand.js +3 -3
  85. package/dist-es/commands/UntagResourceCommand.js +3 -3
  86. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -3
  87. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -3
  88. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -3
  89. package/dist-es/commands/UpdatePortalCommand.js +3 -3
  90. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -3
  91. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -3
  92. package/dist-es/models/models_0.js +106 -418
  93. package/dist-types/models/models_0.d.ts +416 -624
  94. package/dist-types/ts3.4/models/models_0.d.ts +208 -416
  95. package/package.json +7 -7
@@ -13,20 +13,12 @@ export interface AssociateBrowserSettingsRequest {
13
13
 
14
14
  browserSettingsArn: string | undefined;
15
15
  }
16
- export declare namespace AssociateBrowserSettingsRequest {
17
-
18
- const filterSensitiveLog: (obj: AssociateBrowserSettingsRequest) => any;
19
- }
20
16
  export interface AssociateBrowserSettingsResponse {
21
17
 
22
18
  portalArn: string | undefined;
23
19
 
24
20
  browserSettingsArn: string | undefined;
25
21
  }
26
- export declare namespace AssociateBrowserSettingsResponse {
27
-
28
- const filterSensitiveLog: (obj: AssociateBrowserSettingsResponse) => any;
29
- }
30
22
 
31
23
  export declare class ConflictException extends __BaseException {
32
24
  readonly name: "ConflictException";
@@ -78,10 +70,6 @@ export interface ValidationExceptionField {
78
70
 
79
71
  message: string | undefined;
80
72
  }
81
- export declare namespace ValidationExceptionField {
82
-
83
- const filterSensitiveLog: (obj: ValidationExceptionField) => any;
84
- }
85
73
  export declare enum ValidationExceptionReason {
86
74
  CANNOT_PARSE = "cannotParse",
87
75
  FIELD_VALIDATION_FAILED = "fieldValidationFailed",
@@ -105,60 +93,36 @@ export interface AssociateNetworkSettingsRequest {
105
93
 
106
94
  networkSettingsArn: string | undefined;
107
95
  }
108
- export declare namespace AssociateNetworkSettingsRequest {
109
-
110
- const filterSensitiveLog: (obj: AssociateNetworkSettingsRequest) => any;
111
- }
112
96
  export interface AssociateNetworkSettingsResponse {
113
97
 
114
98
  portalArn: string | undefined;
115
99
 
116
100
  networkSettingsArn: string | undefined;
117
101
  }
118
- export declare namespace AssociateNetworkSettingsResponse {
119
-
120
- const filterSensitiveLog: (obj: AssociateNetworkSettingsResponse) => any;
121
- }
122
102
  export interface AssociateTrustStoreRequest {
123
103
 
124
104
  portalArn: string | undefined;
125
105
 
126
106
  trustStoreArn: string | undefined;
127
107
  }
128
- export declare namespace AssociateTrustStoreRequest {
129
-
130
- const filterSensitiveLog: (obj: AssociateTrustStoreRequest) => any;
131
- }
132
108
  export interface AssociateTrustStoreResponse {
133
109
 
134
110
  portalArn: string | undefined;
135
111
 
136
112
  trustStoreArn: string | undefined;
137
113
  }
138
- export declare namespace AssociateTrustStoreResponse {
139
-
140
- const filterSensitiveLog: (obj: AssociateTrustStoreResponse) => any;
141
- }
142
114
  export interface AssociateUserSettingsRequest {
143
115
 
144
116
  portalArn: string | undefined;
145
117
 
146
118
  userSettingsArn: string | undefined;
147
119
  }
148
- export declare namespace AssociateUserSettingsRequest {
149
-
150
- const filterSensitiveLog: (obj: AssociateUserSettingsRequest) => any;
151
- }
152
120
  export interface AssociateUserSettingsResponse {
153
121
 
154
122
  portalArn: string | undefined;
155
123
 
156
124
  userSettingsArn: string | undefined;
157
125
  }
158
- export declare namespace AssociateUserSettingsResponse {
159
-
160
- const filterSensitiveLog: (obj: AssociateUserSettingsResponse) => any;
161
- }
162
126
 
163
127
  export interface Tag {
164
128
 
@@ -166,10 +130,6 @@ export interface Tag {
166
130
 
167
131
  Value: string | undefined;
168
132
  }
169
- export declare namespace Tag {
170
-
171
- const filterSensitiveLog: (obj: Tag) => any;
172
- }
173
133
  export interface CreateBrowserSettingsRequest {
174
134
 
175
135
  tags?: Tag[];
@@ -182,18 +142,10 @@ export interface CreateBrowserSettingsRequest {
182
142
 
183
143
  clientToken?: string;
184
144
  }
185
- export declare namespace CreateBrowserSettingsRequest {
186
-
187
- const filterSensitiveLog: (obj: CreateBrowserSettingsRequest) => any;
188
- }
189
145
  export interface CreateBrowserSettingsResponse {
190
146
 
191
147
  browserSettingsArn: string | undefined;
192
148
  }
193
- export declare namespace CreateBrowserSettingsResponse {
194
-
195
- const filterSensitiveLog: (obj: CreateBrowserSettingsResponse) => any;
196
- }
197
149
 
198
150
  export declare class ServiceQuotaExceededException extends __BaseException {
199
151
  readonly name: "ServiceQuotaExceededException";
@@ -229,18 +181,10 @@ export interface CreateIdentityProviderRequest {
229
181
 
230
182
  clientToken?: string;
231
183
  }
232
- export declare namespace CreateIdentityProviderRequest {
233
-
234
- const filterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
235
- }
236
184
  export interface CreateIdentityProviderResponse {
237
185
 
238
186
  identityProviderArn: string | undefined;
239
187
  }
240
- export declare namespace CreateIdentityProviderResponse {
241
-
242
- const filterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
243
- }
244
188
  export interface CreateNetworkSettingsRequest {
245
189
 
246
190
  vpcId: string | undefined;
@@ -253,18 +197,10 @@ export interface CreateNetworkSettingsRequest {
253
197
 
254
198
  clientToken?: string;
255
199
  }
256
- export declare namespace CreateNetworkSettingsRequest {
257
-
258
- const filterSensitiveLog: (obj: CreateNetworkSettingsRequest) => any;
259
- }
260
200
  export interface CreateNetworkSettingsResponse {
261
201
 
262
202
  networkSettingsArn: string | undefined;
263
203
  }
264
- export declare namespace CreateNetworkSettingsResponse {
265
-
266
- const filterSensitiveLog: (obj: CreateNetworkSettingsResponse) => any;
267
- }
268
204
  export interface CreatePortalRequest {
269
205
 
270
206
  displayName?: string;
@@ -277,20 +213,12 @@ export interface CreatePortalRequest {
277
213
 
278
214
  clientToken?: string;
279
215
  }
280
- export declare namespace CreatePortalRequest {
281
-
282
- const filterSensitiveLog: (obj: CreatePortalRequest) => any;
283
- }
284
216
  export interface CreatePortalResponse {
285
217
 
286
218
  portalArn: string | undefined;
287
219
 
288
220
  portalEndpoint: string | undefined;
289
221
  }
290
- export declare namespace CreatePortalResponse {
291
-
292
- const filterSensitiveLog: (obj: CreatePortalResponse) => any;
293
- }
294
222
  export interface CreateTrustStoreRequest {
295
223
 
296
224
  certificateList: Uint8Array[] | undefined;
@@ -299,18 +227,10 @@ export interface CreateTrustStoreRequest {
299
227
 
300
228
  clientToken?: string;
301
229
  }
302
- export declare namespace CreateTrustStoreRequest {
303
-
304
- const filterSensitiveLog: (obj: CreateTrustStoreRequest) => any;
305
- }
306
230
  export interface CreateTrustStoreResponse {
307
231
 
308
232
  trustStoreArn: string | undefined;
309
233
  }
310
- export declare namespace CreateTrustStoreResponse {
311
-
312
- const filterSensitiveLog: (obj: CreateTrustStoreResponse) => any;
313
- }
314
234
  export declare enum EnabledType {
315
235
  DISABLED = "Disabled",
316
236
  ENABLED = "Enabled"
@@ -335,166 +255,74 @@ export interface CreateUserSettingsRequest {
335
255
 
336
256
  clientToken?: string;
337
257
  }
338
- export declare namespace CreateUserSettingsRequest {
339
-
340
- const filterSensitiveLog: (obj: CreateUserSettingsRequest) => any;
341
- }
342
258
  export interface CreateUserSettingsResponse {
343
259
 
344
260
  userSettingsArn: string | undefined;
345
261
  }
346
- export declare namespace CreateUserSettingsResponse {
347
-
348
- const filterSensitiveLog: (obj: CreateUserSettingsResponse) => any;
349
- }
350
262
  export interface DeleteBrowserSettingsRequest {
351
263
 
352
264
  browserSettingsArn: string | undefined;
353
265
  }
354
- export declare namespace DeleteBrowserSettingsRequest {
355
-
356
- const filterSensitiveLog: (obj: DeleteBrowserSettingsRequest) => any;
357
- }
358
266
  export interface DeleteBrowserSettingsResponse {
359
267
  }
360
- export declare namespace DeleteBrowserSettingsResponse {
361
-
362
- const filterSensitiveLog: (obj: DeleteBrowserSettingsResponse) => any;
363
- }
364
268
  export interface DeleteIdentityProviderRequest {
365
269
 
366
270
  identityProviderArn: string | undefined;
367
271
  }
368
- export declare namespace DeleteIdentityProviderRequest {
369
-
370
- const filterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
371
- }
372
272
  export interface DeleteIdentityProviderResponse {
373
273
  }
374
- export declare namespace DeleteIdentityProviderResponse {
375
-
376
- const filterSensitiveLog: (obj: DeleteIdentityProviderResponse) => any;
377
- }
378
274
  export interface DeleteNetworkSettingsRequest {
379
275
 
380
276
  networkSettingsArn: string | undefined;
381
277
  }
382
- export declare namespace DeleteNetworkSettingsRequest {
383
-
384
- const filterSensitiveLog: (obj: DeleteNetworkSettingsRequest) => any;
385
- }
386
278
  export interface DeleteNetworkSettingsResponse {
387
279
  }
388
- export declare namespace DeleteNetworkSettingsResponse {
389
-
390
- const filterSensitiveLog: (obj: DeleteNetworkSettingsResponse) => any;
391
- }
392
280
  export interface DeletePortalRequest {
393
281
 
394
282
  portalArn: string | undefined;
395
283
  }
396
- export declare namespace DeletePortalRequest {
397
-
398
- const filterSensitiveLog: (obj: DeletePortalRequest) => any;
399
- }
400
284
  export interface DeletePortalResponse {
401
285
  }
402
- export declare namespace DeletePortalResponse {
403
-
404
- const filterSensitiveLog: (obj: DeletePortalResponse) => any;
405
- }
406
286
  export interface DeleteTrustStoreRequest {
407
287
 
408
288
  trustStoreArn: string | undefined;
409
289
  }
410
- export declare namespace DeleteTrustStoreRequest {
411
-
412
- const filterSensitiveLog: (obj: DeleteTrustStoreRequest) => any;
413
- }
414
290
  export interface DeleteTrustStoreResponse {
415
291
  }
416
- export declare namespace DeleteTrustStoreResponse {
417
-
418
- const filterSensitiveLog: (obj: DeleteTrustStoreResponse) => any;
419
- }
420
292
  export interface DeleteUserSettingsRequest {
421
293
 
422
294
  userSettingsArn: string | undefined;
423
295
  }
424
- export declare namespace DeleteUserSettingsRequest {
425
-
426
- const filterSensitiveLog: (obj: DeleteUserSettingsRequest) => any;
427
- }
428
296
  export interface DeleteUserSettingsResponse {
429
297
  }
430
- export declare namespace DeleteUserSettingsResponse {
431
-
432
- const filterSensitiveLog: (obj: DeleteUserSettingsResponse) => any;
433
- }
434
298
  export interface DisassociateBrowserSettingsRequest {
435
299
 
436
300
  portalArn: string | undefined;
437
301
  }
438
- export declare namespace DisassociateBrowserSettingsRequest {
439
-
440
- const filterSensitiveLog: (obj: DisassociateBrowserSettingsRequest) => any;
441
- }
442
302
  export interface DisassociateBrowserSettingsResponse {
443
303
  }
444
- export declare namespace DisassociateBrowserSettingsResponse {
445
-
446
- const filterSensitiveLog: (obj: DisassociateBrowserSettingsResponse) => any;
447
- }
448
304
  export interface DisassociateNetworkSettingsRequest {
449
305
 
450
306
  portalArn: string | undefined;
451
307
  }
452
- export declare namespace DisassociateNetworkSettingsRequest {
453
-
454
- const filterSensitiveLog: (obj: DisassociateNetworkSettingsRequest) => any;
455
- }
456
308
  export interface DisassociateNetworkSettingsResponse {
457
309
  }
458
- export declare namespace DisassociateNetworkSettingsResponse {
459
-
460
- const filterSensitiveLog: (obj: DisassociateNetworkSettingsResponse) => any;
461
- }
462
310
  export interface DisassociateTrustStoreRequest {
463
311
 
464
312
  portalArn: string | undefined;
465
313
  }
466
- export declare namespace DisassociateTrustStoreRequest {
467
-
468
- const filterSensitiveLog: (obj: DisassociateTrustStoreRequest) => any;
469
- }
470
314
  export interface DisassociateTrustStoreResponse {
471
315
  }
472
- export declare namespace DisassociateTrustStoreResponse {
473
-
474
- const filterSensitiveLog: (obj: DisassociateTrustStoreResponse) => any;
475
- }
476
316
  export interface DisassociateUserSettingsRequest {
477
317
 
478
318
  portalArn: string | undefined;
479
319
  }
480
- export declare namespace DisassociateUserSettingsRequest {
481
-
482
- const filterSensitiveLog: (obj: DisassociateUserSettingsRequest) => any;
483
- }
484
320
  export interface DisassociateUserSettingsResponse {
485
321
  }
486
- export declare namespace DisassociateUserSettingsResponse {
487
-
488
- const filterSensitiveLog: (obj: DisassociateUserSettingsResponse) => any;
489
- }
490
322
  export interface GetBrowserSettingsRequest {
491
323
 
492
324
  browserSettingsArn: string | undefined;
493
325
  }
494
- export declare namespace GetBrowserSettingsRequest {
495
-
496
- const filterSensitiveLog: (obj: GetBrowserSettingsRequest) => any;
497
- }
498
326
 
499
327
  export interface BrowserSettings {
500
328
 
@@ -504,26 +332,14 @@ export interface BrowserSettings {
504
332
 
505
333
  browserPolicy?: string;
506
334
  }
507
- export declare namespace BrowserSettings {
508
-
509
- const filterSensitiveLog: (obj: BrowserSettings) => any;
510
- }
511
335
  export interface GetBrowserSettingsResponse {
512
336
 
513
337
  browserSettings?: BrowserSettings;
514
338
  }
515
- export declare namespace GetBrowserSettingsResponse {
516
-
517
- const filterSensitiveLog: (obj: GetBrowserSettingsResponse) => any;
518
- }
519
339
  export interface GetIdentityProviderRequest {
520
340
 
521
341
  identityProviderArn: string | undefined;
522
342
  }
523
- export declare namespace GetIdentityProviderRequest {
524
-
525
- const filterSensitiveLog: (obj: GetIdentityProviderRequest) => any;
526
- }
527
343
 
528
344
  export interface IdentityProvider {
529
345
 
@@ -535,26 +351,14 @@ export interface IdentityProvider {
535
351
 
536
352
  identityProviderDetails?: Record<string, string>;
537
353
  }
538
- export declare namespace IdentityProvider {
539
-
540
- const filterSensitiveLog: (obj: IdentityProvider) => any;
541
- }
542
354
  export interface GetIdentityProviderResponse {
543
355
 
544
356
  identityProvider?: IdentityProvider;
545
357
  }
546
- export declare namespace GetIdentityProviderResponse {
547
-
548
- const filterSensitiveLog: (obj: GetIdentityProviderResponse) => any;
549
- }
550
358
  export interface GetNetworkSettingsRequest {
551
359
 
552
360
  networkSettingsArn: string | undefined;
553
361
  }
554
- export declare namespace GetNetworkSettingsRequest {
555
-
556
- const filterSensitiveLog: (obj: GetNetworkSettingsRequest) => any;
557
- }
558
362
 
559
363
  export interface NetworkSettings {
560
364
 
@@ -568,26 +372,14 @@ export interface NetworkSettings {
568
372
 
569
373
  securityGroupIds?: string[];
570
374
  }
571
- export declare namespace NetworkSettings {
572
-
573
- const filterSensitiveLog: (obj: NetworkSettings) => any;
574
- }
575
375
  export interface GetNetworkSettingsResponse {
576
376
 
577
377
  networkSettings?: NetworkSettings;
578
378
  }
579
- export declare namespace GetNetworkSettingsResponse {
580
-
581
- const filterSensitiveLog: (obj: GetNetworkSettingsResponse) => any;
582
- }
583
379
  export interface GetPortalRequest {
584
380
 
585
381
  portalArn: string | undefined;
586
382
  }
587
- export declare namespace GetPortalRequest {
588
-
589
- const filterSensitiveLog: (obj: GetPortalRequest) => any;
590
- }
591
383
  export declare enum BrowserType {
592
384
  CHROME = "Chrome"
593
385
  }
@@ -626,44 +418,24 @@ export interface Portal {
626
418
 
627
419
  statusReason?: string;
628
420
  }
629
- export declare namespace Portal {
630
-
631
- const filterSensitiveLog: (obj: Portal) => any;
632
- }
633
421
  export interface GetPortalResponse {
634
422
 
635
423
  portal?: Portal;
636
424
  }
637
- export declare namespace GetPortalResponse {
638
-
639
- const filterSensitiveLog: (obj: GetPortalResponse) => any;
640
- }
641
425
  export interface GetPortalServiceProviderMetadataRequest {
642
426
 
643
427
  portalArn: string | undefined;
644
428
  }
645
- export declare namespace GetPortalServiceProviderMetadataRequest {
646
-
647
- const filterSensitiveLog: (obj: GetPortalServiceProviderMetadataRequest) => any;
648
- }
649
429
  export interface GetPortalServiceProviderMetadataResponse {
650
430
 
651
431
  portalArn: string | undefined;
652
432
 
653
433
  serviceProviderSamlMetadata?: string;
654
434
  }
655
- export declare namespace GetPortalServiceProviderMetadataResponse {
656
-
657
- const filterSensitiveLog: (obj: GetPortalServiceProviderMetadataResponse) => any;
658
- }
659
435
  export interface GetTrustStoreRequest {
660
436
 
661
437
  trustStoreArn: string | undefined;
662
438
  }
663
- export declare namespace GetTrustStoreRequest {
664
-
665
- const filterSensitiveLog: (obj: GetTrustStoreRequest) => any;
666
- }
667
439
 
668
440
  export interface TrustStore {
669
441
 
@@ -671,28 +443,16 @@ export interface TrustStore {
671
443
 
672
444
  trustStoreArn?: string;
673
445
  }
674
- export declare namespace TrustStore {
675
-
676
- const filterSensitiveLog: (obj: TrustStore) => any;
677
- }
678
446
  export interface GetTrustStoreResponse {
679
447
 
680
448
  trustStore?: TrustStore;
681
449
  }
682
- export declare namespace GetTrustStoreResponse {
683
-
684
- const filterSensitiveLog: (obj: GetTrustStoreResponse) => any;
685
- }
686
450
  export interface GetTrustStoreCertificateRequest {
687
451
 
688
452
  trustStoreArn: string | undefined;
689
453
 
690
454
  thumbprint: string | undefined;
691
455
  }
692
- export declare namespace GetTrustStoreCertificateRequest {
693
-
694
- const filterSensitiveLog: (obj: GetTrustStoreCertificateRequest) => any;
695
- }
696
456
 
697
457
  export interface Certificate {
698
458
 
@@ -708,28 +468,16 @@ export interface Certificate {
708
468
 
709
469
  body?: Uint8Array;
710
470
  }
711
- export declare namespace Certificate {
712
-
713
- const filterSensitiveLog: (obj: Certificate) => any;
714
- }
715
471
  export interface GetTrustStoreCertificateResponse {
716
472
 
717
473
  trustStoreArn?: string;
718
474
 
719
475
  certificate?: Certificate;
720
476
  }
721
- export declare namespace GetTrustStoreCertificateResponse {
722
-
723
- const filterSensitiveLog: (obj: GetTrustStoreCertificateResponse) => any;
724
- }
725
477
  export interface GetUserSettingsRequest {
726
478
 
727
479
  userSettingsArn: string | undefined;
728
480
  }
729
- export declare namespace GetUserSettingsRequest {
730
-
731
- const filterSensitiveLog: (obj: GetUserSettingsRequest) => any;
732
- }
733
481
 
734
482
  export interface UserSettings {
735
483
 
@@ -751,47 +499,27 @@ export interface UserSettings {
751
499
 
752
500
  idleDisconnectTimeoutInMinutes?: number;
753
501
  }
754
- export declare namespace UserSettings {
755
-
756
- const filterSensitiveLog: (obj: UserSettings) => any;
757
- }
758
502
  export interface GetUserSettingsResponse {
759
503
 
760
504
  userSettings?: UserSettings;
761
505
  }
762
- export declare namespace GetUserSettingsResponse {
763
-
764
- const filterSensitiveLog: (obj: GetUserSettingsResponse) => any;
765
- }
766
506
  export interface ListBrowserSettingsRequest {
767
507
 
768
508
  nextToken?: string;
769
509
 
770
510
  maxResults?: number;
771
511
  }
772
- export declare namespace ListBrowserSettingsRequest {
773
-
774
- const filterSensitiveLog: (obj: ListBrowserSettingsRequest) => any;
775
- }
776
512
 
777
513
  export interface BrowserSettingsSummary {
778
514
 
779
515
  browserSettingsArn?: string;
780
516
  }
781
- export declare namespace BrowserSettingsSummary {
782
-
783
- const filterSensitiveLog: (obj: BrowserSettingsSummary) => any;
784
- }
785
517
  export interface ListBrowserSettingsResponse {
786
518
 
787
519
  browserSettings?: BrowserSettingsSummary[];
788
520
 
789
521
  nextToken?: string;
790
522
  }
791
- export declare namespace ListBrowserSettingsResponse {
792
-
793
- const filterSensitiveLog: (obj: ListBrowserSettingsResponse) => any;
794
- }
795
523
  export interface ListIdentityProvidersRequest {
796
524
 
797
525
  nextToken?: string;
@@ -800,10 +528,6 @@ export interface ListIdentityProvidersRequest {
800
528
 
801
529
  portalArn: string | undefined;
802
530
  }
803
- export declare namespace ListIdentityProvidersRequest {
804
-
805
- const filterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
806
- }
807
531
 
808
532
  export interface IdentityProviderSummary {
809
533
 
@@ -813,30 +537,18 @@ export interface IdentityProviderSummary {
813
537
 
814
538
  identityProviderType?: IdentityProviderType | string;
815
539
  }
816
- export declare namespace IdentityProviderSummary {
817
-
818
- const filterSensitiveLog: (obj: IdentityProviderSummary) => any;
819
- }
820
540
  export interface ListIdentityProvidersResponse {
821
541
 
822
542
  nextToken?: string;
823
543
 
824
544
  identityProviders?: IdentityProviderSummary[];
825
545
  }
826
- export declare namespace ListIdentityProvidersResponse {
827
-
828
- const filterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
829
- }
830
546
  export interface ListNetworkSettingsRequest {
831
547
 
832
548
  nextToken?: string;
833
549
 
834
550
  maxResults?: number;
835
551
  }
836
- export declare namespace ListNetworkSettingsRequest {
837
-
838
- const filterSensitiveLog: (obj: ListNetworkSettingsRequest) => any;
839
- }
840
552
 
841
553
  export interface NetworkSettingsSummary {
842
554
 
@@ -844,30 +556,18 @@ export interface NetworkSettingsSummary {
844
556
 
845
557
  vpcId?: string;
846
558
  }
847
- export declare namespace NetworkSettingsSummary {
848
-
849
- const filterSensitiveLog: (obj: NetworkSettingsSummary) => any;
850
- }
851
559
  export interface ListNetworkSettingsResponse {
852
560
 
853
561
  networkSettings?: NetworkSettingsSummary[];
854
562
 
855
563
  nextToken?: string;
856
564
  }
857
- export declare namespace ListNetworkSettingsResponse {
858
-
859
- const filterSensitiveLog: (obj: ListNetworkSettingsResponse) => any;
860
- }
861
565
  export interface ListPortalsRequest {
862
566
 
863
567
  nextToken?: string;
864
568
 
865
569
  maxResults?: number;
866
570
  }
867
- export declare namespace ListPortalsRequest {
868
-
869
- const filterSensitiveLog: (obj: ListPortalsRequest) => any;
870
- }
871
571
 
872
572
  export interface PortalSummary {
873
573
 
@@ -893,36 +593,20 @@ export interface PortalSummary {
893
593
 
894
594
  trustStoreArn?: string;
895
595
  }
896
- export declare namespace PortalSummary {
897
-
898
- const filterSensitiveLog: (obj: PortalSummary) => any;
899
- }
900
596
  export interface ListPortalsResponse {
901
597
 
902
598
  portals?: PortalSummary[];
903
599
 
904
600
  nextToken?: string;
905
601
  }
906
- export declare namespace ListPortalsResponse {
907
-
908
- const filterSensitiveLog: (obj: ListPortalsResponse) => any;
909
- }
910
602
  export interface ListTagsForResourceRequest {
911
603
 
912
604
  resourceArn: string | undefined;
913
605
  }
914
- export declare namespace ListTagsForResourceRequest {
915
-
916
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
917
- }
918
606
  export interface ListTagsForResourceResponse {
919
607
 
920
608
  tags?: Tag[];
921
609
  }
922
- export declare namespace ListTagsForResourceResponse {
923
-
924
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
925
- }
926
610
  export interface ListTrustStoreCertificatesRequest {
927
611
 
928
612
  trustStoreArn: string | undefined;
@@ -931,10 +615,6 @@ export interface ListTrustStoreCertificatesRequest {
931
615
 
932
616
  maxResults?: number;
933
617
  }
934
- export declare namespace ListTrustStoreCertificatesRequest {
935
-
936
- const filterSensitiveLog: (obj: ListTrustStoreCertificatesRequest) => any;
937
- }
938
618
 
939
619
  export interface CertificateSummary {
940
620
 
@@ -948,10 +628,6 @@ export interface CertificateSummary {
948
628
 
949
629
  notValidAfter?: Date;
950
630
  }
951
- export declare namespace CertificateSummary {
952
-
953
- const filterSensitiveLog: (obj: CertificateSummary) => any;
954
- }
955
631
  export interface ListTrustStoreCertificatesResponse {
956
632
 
957
633
  certificateList?: CertificateSummary[];
@@ -960,49 +636,29 @@ export interface ListTrustStoreCertificatesResponse {
960
636
 
961
637
  nextToken?: string;
962
638
  }
963
- export declare namespace ListTrustStoreCertificatesResponse {
964
-
965
- const filterSensitiveLog: (obj: ListTrustStoreCertificatesResponse) => any;
966
- }
967
639
  export interface ListTrustStoresRequest {
968
640
 
969
641
  nextToken?: string;
970
642
 
971
643
  maxResults?: number;
972
644
  }
973
- export declare namespace ListTrustStoresRequest {
974
-
975
- const filterSensitiveLog: (obj: ListTrustStoresRequest) => any;
976
- }
977
645
 
978
646
  export interface TrustStoreSummary {
979
647
 
980
648
  trustStoreArn?: string;
981
649
  }
982
- export declare namespace TrustStoreSummary {
983
-
984
- const filterSensitiveLog: (obj: TrustStoreSummary) => any;
985
- }
986
650
  export interface ListTrustStoresResponse {
987
651
 
988
652
  trustStores?: TrustStoreSummary[];
989
653
 
990
654
  nextToken?: string;
991
655
  }
992
- export declare namespace ListTrustStoresResponse {
993
-
994
- const filterSensitiveLog: (obj: ListTrustStoresResponse) => any;
995
- }
996
656
  export interface ListUserSettingsRequest {
997
657
 
998
658
  nextToken?: string;
999
659
 
1000
660
  maxResults?: number;
1001
661
  }
1002
- export declare namespace ListUserSettingsRequest {
1003
-
1004
- const filterSensitiveLog: (obj: ListUserSettingsRequest) => any;
1005
- }
1006
662
 
1007
663
  export interface UserSettingsSummary {
1008
664
 
@@ -1022,20 +678,12 @@ export interface UserSettingsSummary {
1022
678
 
1023
679
  idleDisconnectTimeoutInMinutes?: number;
1024
680
  }
1025
- export declare namespace UserSettingsSummary {
1026
-
1027
- const filterSensitiveLog: (obj: UserSettingsSummary) => any;
1028
- }
1029
681
  export interface ListUserSettingsResponse {
1030
682
 
1031
683
  userSettings?: UserSettingsSummary[];
1032
684
 
1033
685
  nextToken?: string;
1034
686
  }
1035
- export declare namespace ListUserSettingsResponse {
1036
-
1037
- const filterSensitiveLog: (obj: ListUserSettingsResponse) => any;
1038
- }
1039
687
  export interface TagResourceRequest {
1040
688
 
1041
689
  resourceArn: string | undefined;
@@ -1044,16 +692,8 @@ export interface TagResourceRequest {
1044
692
 
1045
693
  clientToken?: string;
1046
694
  }
1047
- export declare namespace TagResourceRequest {
1048
-
1049
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1050
- }
1051
695
  export interface TagResourceResponse {
1052
696
  }
1053
- export declare namespace TagResourceResponse {
1054
-
1055
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1056
- }
1057
697
 
1058
698
  export declare class TooManyTagsException extends __BaseException {
1059
699
  readonly name: "TooManyTagsException";
@@ -1069,16 +709,8 @@ export interface UntagResourceRequest {
1069
709
 
1070
710
  tagKeys: string[] | undefined;
1071
711
  }
1072
- export declare namespace UntagResourceRequest {
1073
-
1074
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1075
- }
1076
712
  export interface UntagResourceResponse {
1077
713
  }
1078
- export declare namespace UntagResourceResponse {
1079
-
1080
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1081
- }
1082
714
  export interface UpdateBrowserSettingsRequest {
1083
715
 
1084
716
  browserSettingsArn: string | undefined;
@@ -1087,18 +719,10 @@ export interface UpdateBrowserSettingsRequest {
1087
719
 
1088
720
  clientToken?: string;
1089
721
  }
1090
- export declare namespace UpdateBrowserSettingsRequest {
1091
-
1092
- const filterSensitiveLog: (obj: UpdateBrowserSettingsRequest) => any;
1093
- }
1094
722
  export interface UpdateBrowserSettingsResponse {
1095
723
 
1096
724
  browserSettings: BrowserSettings | undefined;
1097
725
  }
1098
- export declare namespace UpdateBrowserSettingsResponse {
1099
-
1100
- const filterSensitiveLog: (obj: UpdateBrowserSettingsResponse) => any;
1101
- }
1102
726
  export interface UpdateIdentityProviderRequest {
1103
727
 
1104
728
  identityProviderArn: string | undefined;
@@ -1111,18 +735,10 @@ export interface UpdateIdentityProviderRequest {
1111
735
 
1112
736
  clientToken?: string;
1113
737
  }
1114
- export declare namespace UpdateIdentityProviderRequest {
1115
-
1116
- const filterSensitiveLog: (obj: UpdateIdentityProviderRequest) => any;
1117
- }
1118
738
  export interface UpdateIdentityProviderResponse {
1119
739
 
1120
740
  identityProvider: IdentityProvider | undefined;
1121
741
  }
1122
- export declare namespace UpdateIdentityProviderResponse {
1123
-
1124
- const filterSensitiveLog: (obj: UpdateIdentityProviderResponse) => any;
1125
- }
1126
742
  export interface UpdateNetworkSettingsRequest {
1127
743
 
1128
744
  networkSettingsArn: string | undefined;
@@ -1135,36 +751,20 @@ export interface UpdateNetworkSettingsRequest {
1135
751
 
1136
752
  clientToken?: string;
1137
753
  }
1138
- export declare namespace UpdateNetworkSettingsRequest {
1139
-
1140
- const filterSensitiveLog: (obj: UpdateNetworkSettingsRequest) => any;
1141
- }
1142
754
  export interface UpdateNetworkSettingsResponse {
1143
755
 
1144
756
  networkSettings: NetworkSettings | undefined;
1145
757
  }
1146
- export declare namespace UpdateNetworkSettingsResponse {
1147
-
1148
- const filterSensitiveLog: (obj: UpdateNetworkSettingsResponse) => any;
1149
- }
1150
758
  export interface UpdatePortalRequest {
1151
759
 
1152
760
  portalArn: string | undefined;
1153
761
 
1154
762
  displayName?: string;
1155
763
  }
1156
- export declare namespace UpdatePortalRequest {
1157
-
1158
- const filterSensitiveLog: (obj: UpdatePortalRequest) => any;
1159
- }
1160
764
  export interface UpdatePortalResponse {
1161
765
 
1162
766
  portal?: Portal;
1163
767
  }
1164
- export declare namespace UpdatePortalResponse {
1165
-
1166
- const filterSensitiveLog: (obj: UpdatePortalResponse) => any;
1167
- }
1168
768
  export interface UpdateTrustStoreRequest {
1169
769
 
1170
770
  trustStoreArn: string | undefined;
@@ -1175,18 +775,10 @@ export interface UpdateTrustStoreRequest {
1175
775
 
1176
776
  clientToken?: string;
1177
777
  }
1178
- export declare namespace UpdateTrustStoreRequest {
1179
-
1180
- const filterSensitiveLog: (obj: UpdateTrustStoreRequest) => any;
1181
- }
1182
778
  export interface UpdateTrustStoreResponse {
1183
779
 
1184
780
  trustStoreArn: string | undefined;
1185
781
  }
1186
- export declare namespace UpdateTrustStoreResponse {
1187
-
1188
- const filterSensitiveLog: (obj: UpdateTrustStoreResponse) => any;
1189
- }
1190
782
  export interface UpdateUserSettingsRequest {
1191
783
 
1192
784
  userSettingsArn: string | undefined;
@@ -1207,15 +799,215 @@ export interface UpdateUserSettingsRequest {
1207
799
 
1208
800
  clientToken?: string;
1209
801
  }
1210
- export declare namespace UpdateUserSettingsRequest {
1211
-
1212
- const filterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
1213
- }
1214
802
  export interface UpdateUserSettingsResponse {
1215
803
 
1216
804
  userSettings: UserSettings | undefined;
1217
805
  }
1218
- export declare namespace UpdateUserSettingsResponse {
1219
-
1220
- const filterSensitiveLog: (obj: UpdateUserSettingsResponse) => any;
1221
- }
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;