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