@aws-sdk/client-directory-service 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/DirectoryService.d.ts +1180 -330
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +520 -138
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +65 -65
- 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/DirectoryServiceServiceException.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 +2368 -2133
- package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,2133 +1,2368 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
|
|
3
|
-
export interface AcceptSharedDirectoryRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
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
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
export
|
|
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
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
export interface
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
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
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
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
|
-
export declare
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
export
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
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
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
export
|
|
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
|
-
|
|
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
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
export interface
|
|
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
|
-
export interface
|
|
689
|
-
|
|
690
|
-
export interface
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
export interface
|
|
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
|
-
export interface DirectoryConnectSettingsDescription {
|
|
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
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
export
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
export interface
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
}
|
|
1249
|
-
export interface
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
export interface
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
export
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
export interface
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
export interface
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
export interface
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
export declare
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
export interface
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
export interface
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
export interface
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
export
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
export declare
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
export
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
export
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
|
|
3
|
+
export interface AcceptSharedDirectoryRequest {
|
|
4
|
+
SharedDirectoryId: string | undefined;
|
|
5
|
+
}
|
|
6
|
+
export declare enum ShareMethod {
|
|
7
|
+
HANDSHAKE = "HANDSHAKE",
|
|
8
|
+
ORGANIZATIONS = "ORGANIZATIONS",
|
|
9
|
+
}
|
|
10
|
+
export declare enum ShareStatus {
|
|
11
|
+
DELETED = "Deleted",
|
|
12
|
+
DELETING = "Deleting",
|
|
13
|
+
PENDING_ACCEPTANCE = "PendingAcceptance",
|
|
14
|
+
REJECTED = "Rejected",
|
|
15
|
+
REJECTING = "Rejecting",
|
|
16
|
+
REJECT_FAILED = "RejectFailed",
|
|
17
|
+
SHARED = "Shared",
|
|
18
|
+
SHARE_FAILED = "ShareFailed",
|
|
19
|
+
SHARING = "Sharing",
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface SharedDirectory {
|
|
23
|
+
OwnerAccountId?: string;
|
|
24
|
+
|
|
25
|
+
OwnerDirectoryId?: string;
|
|
26
|
+
|
|
27
|
+
ShareMethod?: ShareMethod | string;
|
|
28
|
+
|
|
29
|
+
SharedAccountId?: string;
|
|
30
|
+
|
|
31
|
+
SharedDirectoryId?: string;
|
|
32
|
+
|
|
33
|
+
ShareStatus?: ShareStatus | string;
|
|
34
|
+
|
|
35
|
+
ShareNotes?: string;
|
|
36
|
+
|
|
37
|
+
CreatedDateTime?: Date;
|
|
38
|
+
|
|
39
|
+
LastUpdatedDateTime?: Date;
|
|
40
|
+
}
|
|
41
|
+
export interface AcceptSharedDirectoryResult {
|
|
42
|
+
SharedDirectory?: SharedDirectory;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export declare class ClientException extends __BaseException {
|
|
46
|
+
readonly name: "ClientException";
|
|
47
|
+
readonly $fault: "client";
|
|
48
|
+
|
|
49
|
+
Message?: string;
|
|
50
|
+
|
|
51
|
+
RequestId?: string;
|
|
52
|
+
|
|
53
|
+
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export declare class DirectoryAlreadySharedException extends __BaseException {
|
|
57
|
+
readonly name: "DirectoryAlreadySharedException";
|
|
58
|
+
readonly $fault: "client";
|
|
59
|
+
|
|
60
|
+
Message?: string;
|
|
61
|
+
|
|
62
|
+
RequestId?: string;
|
|
63
|
+
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<
|
|
66
|
+
DirectoryAlreadySharedException,
|
|
67
|
+
__BaseException
|
|
68
|
+
>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class EntityDoesNotExistException extends __BaseException {
|
|
73
|
+
readonly name: "EntityDoesNotExistException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
|
|
76
|
+
Message?: string;
|
|
77
|
+
|
|
78
|
+
RequestId?: string;
|
|
79
|
+
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
86
|
+
readonly name: "InvalidParameterException";
|
|
87
|
+
readonly $fault: "client";
|
|
88
|
+
|
|
89
|
+
Message?: string;
|
|
90
|
+
|
|
91
|
+
RequestId?: string;
|
|
92
|
+
|
|
93
|
+
constructor(
|
|
94
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export declare class ServiceException extends __BaseException {
|
|
99
|
+
readonly name: "ServiceException";
|
|
100
|
+
readonly $fault: "server";
|
|
101
|
+
|
|
102
|
+
Message?: string;
|
|
103
|
+
|
|
104
|
+
RequestId?: string;
|
|
105
|
+
|
|
106
|
+
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
110
|
+
readonly name: "AccessDeniedException";
|
|
111
|
+
readonly $fault: "client";
|
|
112
|
+
|
|
113
|
+
Message?: string;
|
|
114
|
+
|
|
115
|
+
RequestId?: string;
|
|
116
|
+
|
|
117
|
+
constructor(
|
|
118
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface IpRoute {
|
|
123
|
+
CidrIp?: string;
|
|
124
|
+
|
|
125
|
+
Description?: string;
|
|
126
|
+
}
|
|
127
|
+
export interface AddIpRoutesRequest {
|
|
128
|
+
DirectoryId: string | undefined;
|
|
129
|
+
|
|
130
|
+
IpRoutes: IpRoute[] | undefined;
|
|
131
|
+
|
|
132
|
+
UpdateSecurityGroupForDirectoryControllers?: boolean;
|
|
133
|
+
}
|
|
134
|
+
export interface AddIpRoutesResult {}
|
|
135
|
+
|
|
136
|
+
export declare class DirectoryUnavailableException extends __BaseException {
|
|
137
|
+
readonly name: "DirectoryUnavailableException";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
|
|
140
|
+
Message?: string;
|
|
141
|
+
|
|
142
|
+
RequestId?: string;
|
|
143
|
+
|
|
144
|
+
constructor(
|
|
145
|
+
opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export declare class EntityAlreadyExistsException extends __BaseException {
|
|
150
|
+
readonly name: "EntityAlreadyExistsException";
|
|
151
|
+
readonly $fault: "client";
|
|
152
|
+
|
|
153
|
+
Message?: string;
|
|
154
|
+
|
|
155
|
+
RequestId?: string;
|
|
156
|
+
|
|
157
|
+
constructor(
|
|
158
|
+
opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
|
|
159
|
+
);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export declare class IpRouteLimitExceededException extends __BaseException {
|
|
163
|
+
readonly name: "IpRouteLimitExceededException";
|
|
164
|
+
readonly $fault: "client";
|
|
165
|
+
|
|
166
|
+
Message?: string;
|
|
167
|
+
|
|
168
|
+
RequestId?: string;
|
|
169
|
+
|
|
170
|
+
constructor(
|
|
171
|
+
opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>
|
|
172
|
+
);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export interface DirectoryVpcSettings {
|
|
176
|
+
VpcId: string | undefined;
|
|
177
|
+
|
|
178
|
+
SubnetIds: string[] | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface AddRegionRequest {
|
|
181
|
+
DirectoryId: string | undefined;
|
|
182
|
+
|
|
183
|
+
RegionName: string | undefined;
|
|
184
|
+
|
|
185
|
+
VPCSettings: DirectoryVpcSettings | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface AddRegionResult {}
|
|
188
|
+
|
|
189
|
+
export declare class DirectoryAlreadyInRegionException extends __BaseException {
|
|
190
|
+
readonly name: "DirectoryAlreadyInRegionException";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
|
|
193
|
+
Message?: string;
|
|
194
|
+
|
|
195
|
+
RequestId?: string;
|
|
196
|
+
|
|
197
|
+
constructor(
|
|
198
|
+
opts: __ExceptionOptionType<
|
|
199
|
+
DirectoryAlreadyInRegionException,
|
|
200
|
+
__BaseException
|
|
201
|
+
>
|
|
202
|
+
);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
export declare class DirectoryDoesNotExistException extends __BaseException {
|
|
206
|
+
readonly name: "DirectoryDoesNotExistException";
|
|
207
|
+
readonly $fault: "client";
|
|
208
|
+
|
|
209
|
+
Message?: string;
|
|
210
|
+
|
|
211
|
+
RequestId?: string;
|
|
212
|
+
|
|
213
|
+
constructor(
|
|
214
|
+
opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>
|
|
215
|
+
);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export declare class RegionLimitExceededException extends __BaseException {
|
|
219
|
+
readonly name: "RegionLimitExceededException";
|
|
220
|
+
readonly $fault: "client";
|
|
221
|
+
|
|
222
|
+
Message?: string;
|
|
223
|
+
|
|
224
|
+
RequestId?: string;
|
|
225
|
+
|
|
226
|
+
constructor(
|
|
227
|
+
opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>
|
|
228
|
+
);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export declare class UnsupportedOperationException extends __BaseException {
|
|
232
|
+
readonly name: "UnsupportedOperationException";
|
|
233
|
+
readonly $fault: "client";
|
|
234
|
+
|
|
235
|
+
Message?: string;
|
|
236
|
+
|
|
237
|
+
RequestId?: string;
|
|
238
|
+
|
|
239
|
+
constructor(
|
|
240
|
+
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
241
|
+
);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export interface Tag {
|
|
245
|
+
Key: string | undefined;
|
|
246
|
+
|
|
247
|
+
Value: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface AddTagsToResourceRequest {
|
|
250
|
+
ResourceId: string | undefined;
|
|
251
|
+
|
|
252
|
+
Tags: Tag[] | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface AddTagsToResourceResult {}
|
|
255
|
+
|
|
256
|
+
export declare class TagLimitExceededException extends __BaseException {
|
|
257
|
+
readonly name: "TagLimitExceededException";
|
|
258
|
+
readonly $fault: "client";
|
|
259
|
+
|
|
260
|
+
Message?: string;
|
|
261
|
+
|
|
262
|
+
RequestId?: string;
|
|
263
|
+
|
|
264
|
+
constructor(
|
|
265
|
+
opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
|
|
266
|
+
);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
export interface Attribute {
|
|
270
|
+
Name?: string;
|
|
271
|
+
|
|
272
|
+
Value?: string;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export declare class AuthenticationFailedException extends __BaseException {
|
|
276
|
+
readonly name: "AuthenticationFailedException";
|
|
277
|
+
readonly $fault: "client";
|
|
278
|
+
|
|
279
|
+
Message?: string;
|
|
280
|
+
|
|
281
|
+
RequestId?: string;
|
|
282
|
+
|
|
283
|
+
constructor(
|
|
284
|
+
opts: __ExceptionOptionType<AuthenticationFailedException, __BaseException>
|
|
285
|
+
);
|
|
286
|
+
}
|
|
287
|
+
export interface CancelSchemaExtensionRequest {
|
|
288
|
+
DirectoryId: string | undefined;
|
|
289
|
+
|
|
290
|
+
SchemaExtensionId: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface CancelSchemaExtensionResult {}
|
|
293
|
+
|
|
294
|
+
export interface ClientCertAuthSettings {
|
|
295
|
+
OCSPUrl?: string;
|
|
296
|
+
}
|
|
297
|
+
export declare enum CertificateState {
|
|
298
|
+
DEREGISTERED = "Deregistered",
|
|
299
|
+
DEREGISTERING = "Deregistering",
|
|
300
|
+
DEREGISTER_FAILED = "DeregisterFailed",
|
|
301
|
+
REGISTERED = "Registered",
|
|
302
|
+
REGISTERING = "Registering",
|
|
303
|
+
REGISTER_FAILED = "RegisterFailed",
|
|
304
|
+
}
|
|
305
|
+
export declare enum CertificateType {
|
|
306
|
+
CLIENT_CERT_AUTH = "ClientCertAuth",
|
|
307
|
+
CLIENT_LDAPS = "ClientLDAPS",
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export interface Certificate {
|
|
311
|
+
CertificateId?: string;
|
|
312
|
+
|
|
313
|
+
State?: CertificateState | string;
|
|
314
|
+
|
|
315
|
+
StateReason?: string;
|
|
316
|
+
|
|
317
|
+
CommonName?: string;
|
|
318
|
+
|
|
319
|
+
RegisteredDateTime?: Date;
|
|
320
|
+
|
|
321
|
+
ExpiryDateTime?: Date;
|
|
322
|
+
|
|
323
|
+
Type?: CertificateType | string;
|
|
324
|
+
|
|
325
|
+
ClientCertAuthSettings?: ClientCertAuthSettings;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export declare class CertificateAlreadyExistsException extends __BaseException {
|
|
329
|
+
readonly name: "CertificateAlreadyExistsException";
|
|
330
|
+
readonly $fault: "client";
|
|
331
|
+
|
|
332
|
+
Message?: string;
|
|
333
|
+
|
|
334
|
+
RequestId?: string;
|
|
335
|
+
|
|
336
|
+
constructor(
|
|
337
|
+
opts: __ExceptionOptionType<
|
|
338
|
+
CertificateAlreadyExistsException,
|
|
339
|
+
__BaseException
|
|
340
|
+
>
|
|
341
|
+
);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export declare class CertificateDoesNotExistException extends __BaseException {
|
|
345
|
+
readonly name: "CertificateDoesNotExistException";
|
|
346
|
+
readonly $fault: "client";
|
|
347
|
+
|
|
348
|
+
Message?: string;
|
|
349
|
+
|
|
350
|
+
RequestId?: string;
|
|
351
|
+
|
|
352
|
+
constructor(
|
|
353
|
+
opts: __ExceptionOptionType<
|
|
354
|
+
CertificateDoesNotExistException,
|
|
355
|
+
__BaseException
|
|
356
|
+
>
|
|
357
|
+
);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export interface CertificateInfo {
|
|
361
|
+
CertificateId?: string;
|
|
362
|
+
|
|
363
|
+
CommonName?: string;
|
|
364
|
+
|
|
365
|
+
State?: CertificateState | string;
|
|
366
|
+
|
|
367
|
+
ExpiryDateTime?: Date;
|
|
368
|
+
|
|
369
|
+
Type?: CertificateType | string;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export declare class CertificateInUseException extends __BaseException {
|
|
373
|
+
readonly name: "CertificateInUseException";
|
|
374
|
+
readonly $fault: "client";
|
|
375
|
+
|
|
376
|
+
Message?: string;
|
|
377
|
+
|
|
378
|
+
RequestId?: string;
|
|
379
|
+
|
|
380
|
+
constructor(
|
|
381
|
+
opts: __ExceptionOptionType<CertificateInUseException, __BaseException>
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export declare class CertificateLimitExceededException extends __BaseException {
|
|
386
|
+
readonly name: "CertificateLimitExceededException";
|
|
387
|
+
readonly $fault: "client";
|
|
388
|
+
|
|
389
|
+
Message?: string;
|
|
390
|
+
|
|
391
|
+
RequestId?: string;
|
|
392
|
+
|
|
393
|
+
constructor(
|
|
394
|
+
opts: __ExceptionOptionType<
|
|
395
|
+
CertificateLimitExceededException,
|
|
396
|
+
__BaseException
|
|
397
|
+
>
|
|
398
|
+
);
|
|
399
|
+
}
|
|
400
|
+
export declare enum ClientAuthenticationStatus {
|
|
401
|
+
DISABLED = "Disabled",
|
|
402
|
+
ENABLED = "Enabled",
|
|
403
|
+
}
|
|
404
|
+
export declare enum ClientAuthenticationType {
|
|
405
|
+
SMART_CARD = "SmartCard",
|
|
406
|
+
SMART_CARD_OR_PASSWORD = "SmartCardOrPassword",
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export interface ClientAuthenticationSettingInfo {
|
|
410
|
+
Type?: ClientAuthenticationType | string;
|
|
411
|
+
|
|
412
|
+
Status?: ClientAuthenticationStatus | string;
|
|
413
|
+
|
|
414
|
+
LastUpdatedDateTime?: Date;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export interface Computer {
|
|
418
|
+
ComputerId?: string;
|
|
419
|
+
|
|
420
|
+
ComputerName?: string;
|
|
421
|
+
|
|
422
|
+
ComputerAttributes?: Attribute[];
|
|
423
|
+
}
|
|
424
|
+
export declare enum ReplicationScope {
|
|
425
|
+
Domain = "Domain",
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface ConditionalForwarder {
|
|
429
|
+
RemoteDomainName?: string;
|
|
430
|
+
|
|
431
|
+
DnsIpAddrs?: string[];
|
|
432
|
+
|
|
433
|
+
ReplicationScope?: ReplicationScope | string;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export interface DirectoryConnectSettings {
|
|
437
|
+
VpcId: string | undefined;
|
|
438
|
+
|
|
439
|
+
SubnetIds: string[] | undefined;
|
|
440
|
+
|
|
441
|
+
CustomerDnsIps: string[] | undefined;
|
|
442
|
+
|
|
443
|
+
CustomerUserName: string | undefined;
|
|
444
|
+
}
|
|
445
|
+
export declare enum DirectorySize {
|
|
446
|
+
LARGE = "Large",
|
|
447
|
+
SMALL = "Small",
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface ConnectDirectoryRequest {
|
|
451
|
+
Name: string | undefined;
|
|
452
|
+
|
|
453
|
+
ShortName?: string;
|
|
454
|
+
|
|
455
|
+
Password: string | undefined;
|
|
456
|
+
|
|
457
|
+
Description?: string;
|
|
458
|
+
|
|
459
|
+
Size: DirectorySize | string | undefined;
|
|
460
|
+
|
|
461
|
+
ConnectSettings: DirectoryConnectSettings | undefined;
|
|
462
|
+
|
|
463
|
+
Tags?: Tag[];
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export interface ConnectDirectoryResult {
|
|
467
|
+
DirectoryId?: string;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export declare class DirectoryLimitExceededException extends __BaseException {
|
|
471
|
+
readonly name: "DirectoryLimitExceededException";
|
|
472
|
+
readonly $fault: "client";
|
|
473
|
+
|
|
474
|
+
Message?: string;
|
|
475
|
+
|
|
476
|
+
RequestId?: string;
|
|
477
|
+
|
|
478
|
+
constructor(
|
|
479
|
+
opts: __ExceptionOptionType<
|
|
480
|
+
DirectoryLimitExceededException,
|
|
481
|
+
__BaseException
|
|
482
|
+
>
|
|
483
|
+
);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface CreateAliasRequest {
|
|
487
|
+
DirectoryId: string | undefined;
|
|
488
|
+
|
|
489
|
+
Alias: string | undefined;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export interface CreateAliasResult {
|
|
493
|
+
DirectoryId?: string;
|
|
494
|
+
|
|
495
|
+
Alias?: string;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export interface CreateComputerRequest {
|
|
499
|
+
DirectoryId: string | undefined;
|
|
500
|
+
|
|
501
|
+
ComputerName: string | undefined;
|
|
502
|
+
|
|
503
|
+
Password: string | undefined;
|
|
504
|
+
|
|
505
|
+
OrganizationalUnitDistinguishedName?: string;
|
|
506
|
+
|
|
507
|
+
ComputerAttributes?: Attribute[];
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export interface CreateComputerResult {
|
|
511
|
+
Computer?: Computer;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
export interface CreateConditionalForwarderRequest {
|
|
515
|
+
DirectoryId: string | undefined;
|
|
516
|
+
|
|
517
|
+
RemoteDomainName: string | undefined;
|
|
518
|
+
|
|
519
|
+
DnsIpAddrs: string[] | undefined;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export interface CreateConditionalForwarderResult {}
|
|
523
|
+
|
|
524
|
+
export interface CreateDirectoryRequest {
|
|
525
|
+
Name: string | undefined;
|
|
526
|
+
|
|
527
|
+
ShortName?: string;
|
|
528
|
+
|
|
529
|
+
Password: string | undefined;
|
|
530
|
+
|
|
531
|
+
Description?: string;
|
|
532
|
+
|
|
533
|
+
Size: DirectorySize | string | undefined;
|
|
534
|
+
|
|
535
|
+
VpcSettings?: DirectoryVpcSettings;
|
|
536
|
+
|
|
537
|
+
Tags?: Tag[];
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface CreateDirectoryResult {
|
|
541
|
+
DirectoryId?: string;
|
|
542
|
+
}
|
|
543
|
+
export interface CreateLogSubscriptionRequest {
|
|
544
|
+
DirectoryId: string | undefined;
|
|
545
|
+
|
|
546
|
+
LogGroupName: string | undefined;
|
|
547
|
+
}
|
|
548
|
+
export interface CreateLogSubscriptionResult {}
|
|
549
|
+
|
|
550
|
+
export declare class InsufficientPermissionsException extends __BaseException {
|
|
551
|
+
readonly name: "InsufficientPermissionsException";
|
|
552
|
+
readonly $fault: "client";
|
|
553
|
+
|
|
554
|
+
Message?: string;
|
|
555
|
+
|
|
556
|
+
RequestId?: string;
|
|
557
|
+
|
|
558
|
+
constructor(
|
|
559
|
+
opts: __ExceptionOptionType<
|
|
560
|
+
InsufficientPermissionsException,
|
|
561
|
+
__BaseException
|
|
562
|
+
>
|
|
563
|
+
);
|
|
564
|
+
}
|
|
565
|
+
export declare enum DirectoryEdition {
|
|
566
|
+
ENTERPRISE = "Enterprise",
|
|
567
|
+
STANDARD = "Standard",
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export interface CreateMicrosoftADRequest {
|
|
571
|
+
Name: string | undefined;
|
|
572
|
+
|
|
573
|
+
ShortName?: string;
|
|
574
|
+
|
|
575
|
+
Password: string | undefined;
|
|
576
|
+
|
|
577
|
+
Description?: string;
|
|
578
|
+
|
|
579
|
+
VpcSettings: DirectoryVpcSettings | undefined;
|
|
580
|
+
|
|
581
|
+
Edition?: DirectoryEdition | string;
|
|
582
|
+
|
|
583
|
+
Tags?: Tag[];
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export interface CreateMicrosoftADResult {
|
|
587
|
+
DirectoryId?: string;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
export interface CreateSnapshotRequest {
|
|
591
|
+
DirectoryId: string | undefined;
|
|
592
|
+
|
|
593
|
+
Name?: string;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
export interface CreateSnapshotResult {
|
|
597
|
+
SnapshotId?: string;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
export declare class SnapshotLimitExceededException extends __BaseException {
|
|
601
|
+
readonly name: "SnapshotLimitExceededException";
|
|
602
|
+
readonly $fault: "client";
|
|
603
|
+
|
|
604
|
+
Message?: string;
|
|
605
|
+
|
|
606
|
+
RequestId?: string;
|
|
607
|
+
|
|
608
|
+
constructor(
|
|
609
|
+
opts: __ExceptionOptionType<SnapshotLimitExceededException, __BaseException>
|
|
610
|
+
);
|
|
611
|
+
}
|
|
612
|
+
export declare enum SelectiveAuth {
|
|
613
|
+
DISABLED = "Disabled",
|
|
614
|
+
ENABLED = "Enabled",
|
|
615
|
+
}
|
|
616
|
+
export declare enum TrustDirection {
|
|
617
|
+
ONE_WAY_INCOMING = "One-Way: Incoming",
|
|
618
|
+
ONE_WAY_OUTGOING = "One-Way: Outgoing",
|
|
619
|
+
TWO_WAY = "Two-Way",
|
|
620
|
+
}
|
|
621
|
+
export declare enum TrustType {
|
|
622
|
+
EXTERNAL = "External",
|
|
623
|
+
FOREST = "Forest",
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export interface CreateTrustRequest {
|
|
627
|
+
DirectoryId: string | undefined;
|
|
628
|
+
|
|
629
|
+
RemoteDomainName: string | undefined;
|
|
630
|
+
|
|
631
|
+
TrustPassword: string | undefined;
|
|
632
|
+
|
|
633
|
+
TrustDirection: TrustDirection | string | undefined;
|
|
634
|
+
|
|
635
|
+
TrustType?: TrustType | string;
|
|
636
|
+
|
|
637
|
+
ConditionalForwarderIpAddrs?: string[];
|
|
638
|
+
|
|
639
|
+
SelectiveAuth?: SelectiveAuth | string;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export interface CreateTrustResult {
|
|
643
|
+
TrustId?: string;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export interface DeleteConditionalForwarderRequest {
|
|
647
|
+
DirectoryId: string | undefined;
|
|
648
|
+
|
|
649
|
+
RemoteDomainName: string | undefined;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export interface DeleteConditionalForwarderResult {}
|
|
653
|
+
|
|
654
|
+
export interface DeleteDirectoryRequest {
|
|
655
|
+
DirectoryId: string | undefined;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
export interface DeleteDirectoryResult {
|
|
659
|
+
DirectoryId?: string;
|
|
660
|
+
}
|
|
661
|
+
export interface DeleteLogSubscriptionRequest {
|
|
662
|
+
DirectoryId: string | undefined;
|
|
663
|
+
}
|
|
664
|
+
export interface DeleteLogSubscriptionResult {}
|
|
665
|
+
|
|
666
|
+
export interface DeleteSnapshotRequest {
|
|
667
|
+
SnapshotId: string | undefined;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
export interface DeleteSnapshotResult {
|
|
671
|
+
SnapshotId?: string;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
export interface DeleteTrustRequest {
|
|
675
|
+
TrustId: string | undefined;
|
|
676
|
+
|
|
677
|
+
DeleteAssociatedConditionalForwarder?: boolean;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
export interface DeleteTrustResult {
|
|
681
|
+
TrustId?: string;
|
|
682
|
+
}
|
|
683
|
+
export interface DeregisterCertificateRequest {
|
|
684
|
+
DirectoryId: string | undefined;
|
|
685
|
+
|
|
686
|
+
CertificateId: string | undefined;
|
|
687
|
+
}
|
|
688
|
+
export interface DeregisterCertificateResult {}
|
|
689
|
+
|
|
690
|
+
export interface DeregisterEventTopicRequest {
|
|
691
|
+
DirectoryId: string | undefined;
|
|
692
|
+
|
|
693
|
+
TopicName: string | undefined;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
export interface DeregisterEventTopicResult {}
|
|
697
|
+
export interface DescribeCertificateRequest {
|
|
698
|
+
DirectoryId: string | undefined;
|
|
699
|
+
|
|
700
|
+
CertificateId: string | undefined;
|
|
701
|
+
}
|
|
702
|
+
export interface DescribeCertificateResult {
|
|
703
|
+
Certificate?: Certificate;
|
|
704
|
+
}
|
|
705
|
+
export interface DescribeClientAuthenticationSettingsRequest {
|
|
706
|
+
DirectoryId: string | undefined;
|
|
707
|
+
|
|
708
|
+
Type?: ClientAuthenticationType | string;
|
|
709
|
+
|
|
710
|
+
NextToken?: string;
|
|
711
|
+
|
|
712
|
+
Limit?: number;
|
|
713
|
+
}
|
|
714
|
+
export interface DescribeClientAuthenticationSettingsResult {
|
|
715
|
+
ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[];
|
|
716
|
+
|
|
717
|
+
NextToken?: string;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
export interface DescribeConditionalForwardersRequest {
|
|
721
|
+
DirectoryId: string | undefined;
|
|
722
|
+
|
|
723
|
+
RemoteDomainNames?: string[];
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export interface DescribeConditionalForwardersResult {
|
|
727
|
+
ConditionalForwarders?: ConditionalForwarder[];
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
export interface DescribeDirectoriesRequest {
|
|
731
|
+
DirectoryIds?: string[];
|
|
732
|
+
|
|
733
|
+
NextToken?: string;
|
|
734
|
+
|
|
735
|
+
Limit?: number;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
export interface DirectoryConnectSettingsDescription {
|
|
739
|
+
VpcId?: string;
|
|
740
|
+
|
|
741
|
+
SubnetIds?: string[];
|
|
742
|
+
|
|
743
|
+
CustomerUserName?: string;
|
|
744
|
+
|
|
745
|
+
SecurityGroupId?: string;
|
|
746
|
+
|
|
747
|
+
AvailabilityZones?: string[];
|
|
748
|
+
|
|
749
|
+
ConnectIps?: string[];
|
|
750
|
+
}
|
|
751
|
+
export declare enum RadiusAuthenticationProtocol {
|
|
752
|
+
CHAP = "CHAP",
|
|
753
|
+
MSCHAPV1 = "MS-CHAPv1",
|
|
754
|
+
MSCHAPV2 = "MS-CHAPv2",
|
|
755
|
+
PAP = "PAP",
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
export interface RadiusSettings {
|
|
759
|
+
RadiusServers?: string[];
|
|
760
|
+
|
|
761
|
+
RadiusPort?: number;
|
|
762
|
+
|
|
763
|
+
RadiusTimeout?: number;
|
|
764
|
+
|
|
765
|
+
RadiusRetries?: number;
|
|
766
|
+
|
|
767
|
+
SharedSecret?: string;
|
|
768
|
+
|
|
769
|
+
AuthenticationProtocol?: RadiusAuthenticationProtocol | string;
|
|
770
|
+
|
|
771
|
+
DisplayLabel?: string;
|
|
772
|
+
|
|
773
|
+
UseSameUsername?: boolean;
|
|
774
|
+
}
|
|
775
|
+
export declare enum RadiusStatus {
|
|
776
|
+
COMPLETED = "Completed",
|
|
777
|
+
CREATING = "Creating",
|
|
778
|
+
FAILED = "Failed",
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
export interface DirectoryVpcSettingsDescription {
|
|
782
|
+
VpcId?: string;
|
|
783
|
+
|
|
784
|
+
SubnetIds?: string[];
|
|
785
|
+
|
|
786
|
+
SecurityGroupId?: string;
|
|
787
|
+
|
|
788
|
+
AvailabilityZones?: string[];
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
export interface OwnerDirectoryDescription {
|
|
792
|
+
DirectoryId?: string;
|
|
793
|
+
|
|
794
|
+
AccountId?: string;
|
|
795
|
+
|
|
796
|
+
DnsIpAddrs?: string[];
|
|
797
|
+
|
|
798
|
+
VpcSettings?: DirectoryVpcSettingsDescription;
|
|
799
|
+
|
|
800
|
+
RadiusSettings?: RadiusSettings;
|
|
801
|
+
|
|
802
|
+
RadiusStatus?: RadiusStatus | string;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
export interface RegionsInfo {
|
|
806
|
+
PrimaryRegion?: string;
|
|
807
|
+
|
|
808
|
+
AdditionalRegions?: string[];
|
|
809
|
+
}
|
|
810
|
+
export declare enum DirectoryStage {
|
|
811
|
+
ACTIVE = "Active",
|
|
812
|
+
CREATED = "Created",
|
|
813
|
+
CREATING = "Creating",
|
|
814
|
+
DELETED = "Deleted",
|
|
815
|
+
DELETING = "Deleting",
|
|
816
|
+
FAILED = "Failed",
|
|
817
|
+
IMPAIRED = "Impaired",
|
|
818
|
+
INOPERABLE = "Inoperable",
|
|
819
|
+
REQUESTED = "Requested",
|
|
820
|
+
RESTOREFAILED = "RestoreFailed",
|
|
821
|
+
RESTORING = "Restoring",
|
|
822
|
+
}
|
|
823
|
+
export declare enum DirectoryType {
|
|
824
|
+
AD_CONNECTOR = "ADConnector",
|
|
825
|
+
MICROSOFT_AD = "MicrosoftAD",
|
|
826
|
+
SHARED_MICROSOFT_AD = "SharedMicrosoftAD",
|
|
827
|
+
SIMPLE_AD = "SimpleAD",
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export interface DirectoryDescription {
|
|
831
|
+
DirectoryId?: string;
|
|
832
|
+
|
|
833
|
+
Name?: string;
|
|
834
|
+
|
|
835
|
+
ShortName?: string;
|
|
836
|
+
|
|
837
|
+
Size?: DirectorySize | string;
|
|
838
|
+
|
|
839
|
+
Edition?: DirectoryEdition | string;
|
|
840
|
+
|
|
841
|
+
Alias?: string;
|
|
842
|
+
|
|
843
|
+
AccessUrl?: string;
|
|
844
|
+
|
|
845
|
+
Description?: string;
|
|
846
|
+
|
|
847
|
+
DnsIpAddrs?: string[];
|
|
848
|
+
|
|
849
|
+
Stage?: DirectoryStage | string;
|
|
850
|
+
|
|
851
|
+
ShareStatus?: ShareStatus | string;
|
|
852
|
+
|
|
853
|
+
ShareMethod?: ShareMethod | string;
|
|
854
|
+
|
|
855
|
+
ShareNotes?: string;
|
|
856
|
+
|
|
857
|
+
LaunchTime?: Date;
|
|
858
|
+
|
|
859
|
+
StageLastUpdatedDateTime?: Date;
|
|
860
|
+
|
|
861
|
+
Type?: DirectoryType | string;
|
|
862
|
+
|
|
863
|
+
VpcSettings?: DirectoryVpcSettingsDescription;
|
|
864
|
+
|
|
865
|
+
ConnectSettings?: DirectoryConnectSettingsDescription;
|
|
866
|
+
|
|
867
|
+
RadiusSettings?: RadiusSettings;
|
|
868
|
+
|
|
869
|
+
RadiusStatus?: RadiusStatus | string;
|
|
870
|
+
|
|
871
|
+
StageReason?: string;
|
|
872
|
+
|
|
873
|
+
SsoEnabled?: boolean;
|
|
874
|
+
|
|
875
|
+
DesiredNumberOfDomainControllers?: number;
|
|
876
|
+
|
|
877
|
+
OwnerDirectoryDescription?: OwnerDirectoryDescription;
|
|
878
|
+
|
|
879
|
+
RegionsInfo?: RegionsInfo;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
export interface DescribeDirectoriesResult {
|
|
883
|
+
DirectoryDescriptions?: DirectoryDescription[];
|
|
884
|
+
|
|
885
|
+
NextToken?: string;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
889
|
+
readonly name: "InvalidNextTokenException";
|
|
890
|
+
readonly $fault: "client";
|
|
891
|
+
|
|
892
|
+
Message?: string;
|
|
893
|
+
|
|
894
|
+
RequestId?: string;
|
|
895
|
+
|
|
896
|
+
constructor(
|
|
897
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
898
|
+
);
|
|
899
|
+
}
|
|
900
|
+
export interface DescribeDomainControllersRequest {
|
|
901
|
+
DirectoryId: string | undefined;
|
|
902
|
+
|
|
903
|
+
DomainControllerIds?: string[];
|
|
904
|
+
|
|
905
|
+
NextToken?: string;
|
|
906
|
+
|
|
907
|
+
Limit?: number;
|
|
908
|
+
}
|
|
909
|
+
export declare enum DomainControllerStatus {
|
|
910
|
+
ACTIVE = "Active",
|
|
911
|
+
CREATING = "Creating",
|
|
912
|
+
DELETED = "Deleted",
|
|
913
|
+
DELETING = "Deleting",
|
|
914
|
+
FAILED = "Failed",
|
|
915
|
+
IMPAIRED = "Impaired",
|
|
916
|
+
RESTORING = "Restoring",
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
export interface DomainController {
|
|
920
|
+
DirectoryId?: string;
|
|
921
|
+
|
|
922
|
+
DomainControllerId?: string;
|
|
923
|
+
|
|
924
|
+
DnsIpAddr?: string;
|
|
925
|
+
|
|
926
|
+
VpcId?: string;
|
|
927
|
+
|
|
928
|
+
SubnetId?: string;
|
|
929
|
+
|
|
930
|
+
AvailabilityZone?: string;
|
|
931
|
+
|
|
932
|
+
Status?: DomainControllerStatus | string;
|
|
933
|
+
|
|
934
|
+
StatusReason?: string;
|
|
935
|
+
|
|
936
|
+
LaunchTime?: Date;
|
|
937
|
+
|
|
938
|
+
StatusLastUpdatedDateTime?: Date;
|
|
939
|
+
}
|
|
940
|
+
export interface DescribeDomainControllersResult {
|
|
941
|
+
DomainControllers?: DomainController[];
|
|
942
|
+
|
|
943
|
+
NextToken?: string;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
export interface DescribeEventTopicsRequest {
|
|
947
|
+
DirectoryId?: string;
|
|
948
|
+
|
|
949
|
+
TopicNames?: string[];
|
|
950
|
+
}
|
|
951
|
+
export declare enum TopicStatus {
|
|
952
|
+
DELETED = "Deleted",
|
|
953
|
+
FAILED = "Failed",
|
|
954
|
+
REGISTERED = "Registered",
|
|
955
|
+
TOPIC_NOT_FOUND = "Topic not found",
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export interface EventTopic {
|
|
959
|
+
DirectoryId?: string;
|
|
960
|
+
|
|
961
|
+
TopicName?: string;
|
|
962
|
+
|
|
963
|
+
TopicArn?: string;
|
|
964
|
+
|
|
965
|
+
CreatedDateTime?: Date;
|
|
966
|
+
|
|
967
|
+
Status?: TopicStatus | string;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
export interface DescribeEventTopicsResult {
|
|
971
|
+
EventTopics?: EventTopic[];
|
|
972
|
+
}
|
|
973
|
+
export declare enum LDAPSType {
|
|
974
|
+
CLIENT = "Client",
|
|
975
|
+
}
|
|
976
|
+
export interface DescribeLDAPSSettingsRequest {
|
|
977
|
+
DirectoryId: string | undefined;
|
|
978
|
+
|
|
979
|
+
Type?: LDAPSType | string;
|
|
980
|
+
|
|
981
|
+
NextToken?: string;
|
|
982
|
+
|
|
983
|
+
Limit?: number;
|
|
984
|
+
}
|
|
985
|
+
export declare enum LDAPSStatus {
|
|
986
|
+
DISABLED = "Disabled",
|
|
987
|
+
ENABLED = "Enabled",
|
|
988
|
+
ENABLE_FAILED = "EnableFailed",
|
|
989
|
+
ENABLING = "Enabling",
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
export interface LDAPSSettingInfo {
|
|
993
|
+
LDAPSStatus?: LDAPSStatus | string;
|
|
994
|
+
|
|
995
|
+
LDAPSStatusReason?: string;
|
|
996
|
+
|
|
997
|
+
LastUpdatedDateTime?: Date;
|
|
998
|
+
}
|
|
999
|
+
export interface DescribeLDAPSSettingsResult {
|
|
1000
|
+
LDAPSSettingsInfo?: LDAPSSettingInfo[];
|
|
1001
|
+
|
|
1002
|
+
NextToken?: string;
|
|
1003
|
+
}
|
|
1004
|
+
export interface DescribeRegionsRequest {
|
|
1005
|
+
DirectoryId: string | undefined;
|
|
1006
|
+
|
|
1007
|
+
RegionName?: string;
|
|
1008
|
+
|
|
1009
|
+
NextToken?: string;
|
|
1010
|
+
}
|
|
1011
|
+
export declare enum RegionType {
|
|
1012
|
+
ADDITIONAL = "Additional",
|
|
1013
|
+
PRIMARY = "Primary",
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
export interface RegionDescription {
|
|
1017
|
+
DirectoryId?: string;
|
|
1018
|
+
|
|
1019
|
+
RegionName?: string;
|
|
1020
|
+
|
|
1021
|
+
RegionType?: RegionType | string;
|
|
1022
|
+
|
|
1023
|
+
Status?: DirectoryStage | string;
|
|
1024
|
+
|
|
1025
|
+
VpcSettings?: DirectoryVpcSettings;
|
|
1026
|
+
|
|
1027
|
+
DesiredNumberOfDomainControllers?: number;
|
|
1028
|
+
|
|
1029
|
+
LaunchTime?: Date;
|
|
1030
|
+
|
|
1031
|
+
StatusLastUpdatedDateTime?: Date;
|
|
1032
|
+
|
|
1033
|
+
LastUpdatedDateTime?: Date;
|
|
1034
|
+
}
|
|
1035
|
+
export interface DescribeRegionsResult {
|
|
1036
|
+
RegionsDescription?: RegionDescription[];
|
|
1037
|
+
|
|
1038
|
+
NextToken?: string;
|
|
1039
|
+
}
|
|
1040
|
+
export declare enum DirectoryConfigurationStatus {
|
|
1041
|
+
DEFAULT = "Default",
|
|
1042
|
+
FAILED = "Failed",
|
|
1043
|
+
REQUESTED = "Requested",
|
|
1044
|
+
UPDATED = "Updated",
|
|
1045
|
+
UPDATING = "Updating",
|
|
1046
|
+
}
|
|
1047
|
+
export interface DescribeSettingsRequest {
|
|
1048
|
+
DirectoryId: string | undefined;
|
|
1049
|
+
|
|
1050
|
+
Status?: DirectoryConfigurationStatus | string;
|
|
1051
|
+
|
|
1052
|
+
NextToken?: string;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
export interface SettingEntry {
|
|
1056
|
+
Type?: string;
|
|
1057
|
+
|
|
1058
|
+
Name?: string;
|
|
1059
|
+
|
|
1060
|
+
AllowedValues?: string;
|
|
1061
|
+
|
|
1062
|
+
AppliedValue?: string;
|
|
1063
|
+
|
|
1064
|
+
RequestedValue?: string;
|
|
1065
|
+
|
|
1066
|
+
RequestStatus?: DirectoryConfigurationStatus | string;
|
|
1067
|
+
|
|
1068
|
+
RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus | string>;
|
|
1069
|
+
|
|
1070
|
+
RequestStatusMessage?: string;
|
|
1071
|
+
|
|
1072
|
+
LastUpdatedDateTime?: Date;
|
|
1073
|
+
|
|
1074
|
+
LastRequestedDateTime?: Date;
|
|
1075
|
+
}
|
|
1076
|
+
export interface DescribeSettingsResult {
|
|
1077
|
+
DirectoryId?: string;
|
|
1078
|
+
|
|
1079
|
+
SettingEntries?: SettingEntry[];
|
|
1080
|
+
|
|
1081
|
+
NextToken?: string;
|
|
1082
|
+
}
|
|
1083
|
+
export interface DescribeSharedDirectoriesRequest {
|
|
1084
|
+
OwnerDirectoryId: string | undefined;
|
|
1085
|
+
|
|
1086
|
+
SharedDirectoryIds?: string[];
|
|
1087
|
+
|
|
1088
|
+
NextToken?: string;
|
|
1089
|
+
|
|
1090
|
+
Limit?: number;
|
|
1091
|
+
}
|
|
1092
|
+
export interface DescribeSharedDirectoriesResult {
|
|
1093
|
+
SharedDirectories?: SharedDirectory[];
|
|
1094
|
+
|
|
1095
|
+
NextToken?: string;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface DescribeSnapshotsRequest {
|
|
1099
|
+
DirectoryId?: string;
|
|
1100
|
+
|
|
1101
|
+
SnapshotIds?: string[];
|
|
1102
|
+
|
|
1103
|
+
NextToken?: string;
|
|
1104
|
+
|
|
1105
|
+
Limit?: number;
|
|
1106
|
+
}
|
|
1107
|
+
export declare enum SnapshotStatus {
|
|
1108
|
+
COMPLETED = "Completed",
|
|
1109
|
+
CREATING = "Creating",
|
|
1110
|
+
FAILED = "Failed",
|
|
1111
|
+
}
|
|
1112
|
+
export declare enum SnapshotType {
|
|
1113
|
+
AUTO = "Auto",
|
|
1114
|
+
MANUAL = "Manual",
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
export interface Snapshot {
|
|
1118
|
+
DirectoryId?: string;
|
|
1119
|
+
|
|
1120
|
+
SnapshotId?: string;
|
|
1121
|
+
|
|
1122
|
+
Type?: SnapshotType | string;
|
|
1123
|
+
|
|
1124
|
+
Name?: string;
|
|
1125
|
+
|
|
1126
|
+
Status?: SnapshotStatus | string;
|
|
1127
|
+
|
|
1128
|
+
StartTime?: Date;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
export interface DescribeSnapshotsResult {
|
|
1132
|
+
Snapshots?: Snapshot[];
|
|
1133
|
+
|
|
1134
|
+
NextToken?: string;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
export interface DescribeTrustsRequest {
|
|
1138
|
+
DirectoryId?: string;
|
|
1139
|
+
|
|
1140
|
+
TrustIds?: string[];
|
|
1141
|
+
|
|
1142
|
+
NextToken?: string;
|
|
1143
|
+
|
|
1144
|
+
Limit?: number;
|
|
1145
|
+
}
|
|
1146
|
+
export declare enum TrustState {
|
|
1147
|
+
CREATED = "Created",
|
|
1148
|
+
CREATING = "Creating",
|
|
1149
|
+
DELETED = "Deleted",
|
|
1150
|
+
DELETING = "Deleting",
|
|
1151
|
+
FAILED = "Failed",
|
|
1152
|
+
UPDATED = "Updated",
|
|
1153
|
+
UPDATE_FAILED = "UpdateFailed",
|
|
1154
|
+
UPDATING = "Updating",
|
|
1155
|
+
VERIFIED = "Verified",
|
|
1156
|
+
VERIFYING = "Verifying",
|
|
1157
|
+
VERIFY_FAILED = "VerifyFailed",
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export interface Trust {
|
|
1161
|
+
DirectoryId?: string;
|
|
1162
|
+
|
|
1163
|
+
TrustId?: string;
|
|
1164
|
+
|
|
1165
|
+
RemoteDomainName?: string;
|
|
1166
|
+
|
|
1167
|
+
TrustType?: TrustType | string;
|
|
1168
|
+
|
|
1169
|
+
TrustDirection?: TrustDirection | string;
|
|
1170
|
+
|
|
1171
|
+
TrustState?: TrustState | string;
|
|
1172
|
+
|
|
1173
|
+
CreatedDateTime?: Date;
|
|
1174
|
+
|
|
1175
|
+
LastUpdatedDateTime?: Date;
|
|
1176
|
+
|
|
1177
|
+
StateLastUpdatedDateTime?: Date;
|
|
1178
|
+
|
|
1179
|
+
TrustStateReason?: string;
|
|
1180
|
+
|
|
1181
|
+
SelectiveAuth?: SelectiveAuth | string;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
export interface DescribeTrustsResult {
|
|
1185
|
+
Trusts?: Trust[];
|
|
1186
|
+
|
|
1187
|
+
NextToken?: string;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
export interface DirectoryLimits {
|
|
1191
|
+
CloudOnlyDirectoriesLimit?: number;
|
|
1192
|
+
|
|
1193
|
+
CloudOnlyDirectoriesCurrentCount?: number;
|
|
1194
|
+
|
|
1195
|
+
CloudOnlyDirectoriesLimitReached?: boolean;
|
|
1196
|
+
|
|
1197
|
+
CloudOnlyMicrosoftADLimit?: number;
|
|
1198
|
+
|
|
1199
|
+
CloudOnlyMicrosoftADCurrentCount?: number;
|
|
1200
|
+
|
|
1201
|
+
CloudOnlyMicrosoftADLimitReached?: boolean;
|
|
1202
|
+
|
|
1203
|
+
ConnectedDirectoriesLimit?: number;
|
|
1204
|
+
|
|
1205
|
+
ConnectedDirectoriesCurrentCount?: number;
|
|
1206
|
+
|
|
1207
|
+
ConnectedDirectoriesLimitReached?: boolean;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
export declare class DirectoryNotSharedException extends __BaseException {
|
|
1211
|
+
readonly name: "DirectoryNotSharedException";
|
|
1212
|
+
readonly $fault: "client";
|
|
1213
|
+
|
|
1214
|
+
Message?: string;
|
|
1215
|
+
|
|
1216
|
+
RequestId?: string;
|
|
1217
|
+
|
|
1218
|
+
constructor(
|
|
1219
|
+
opts: __ExceptionOptionType<DirectoryNotSharedException, __BaseException>
|
|
1220
|
+
);
|
|
1221
|
+
}
|
|
1222
|
+
export interface DisableClientAuthenticationRequest {
|
|
1223
|
+
DirectoryId: string | undefined;
|
|
1224
|
+
|
|
1225
|
+
Type: ClientAuthenticationType | string | undefined;
|
|
1226
|
+
}
|
|
1227
|
+
export interface DisableClientAuthenticationResult {}
|
|
1228
|
+
|
|
1229
|
+
export declare class InvalidClientAuthStatusException extends __BaseException {
|
|
1230
|
+
readonly name: "InvalidClientAuthStatusException";
|
|
1231
|
+
readonly $fault: "client";
|
|
1232
|
+
|
|
1233
|
+
Message?: string;
|
|
1234
|
+
|
|
1235
|
+
RequestId?: string;
|
|
1236
|
+
|
|
1237
|
+
constructor(
|
|
1238
|
+
opts: __ExceptionOptionType<
|
|
1239
|
+
InvalidClientAuthStatusException,
|
|
1240
|
+
__BaseException
|
|
1241
|
+
>
|
|
1242
|
+
);
|
|
1243
|
+
}
|
|
1244
|
+
export interface DisableLDAPSRequest {
|
|
1245
|
+
DirectoryId: string | undefined;
|
|
1246
|
+
|
|
1247
|
+
Type: LDAPSType | string | undefined;
|
|
1248
|
+
}
|
|
1249
|
+
export interface DisableLDAPSResult {}
|
|
1250
|
+
|
|
1251
|
+
export declare class InvalidLDAPSStatusException extends __BaseException {
|
|
1252
|
+
readonly name: "InvalidLDAPSStatusException";
|
|
1253
|
+
readonly $fault: "client";
|
|
1254
|
+
|
|
1255
|
+
Message?: string;
|
|
1256
|
+
|
|
1257
|
+
RequestId?: string;
|
|
1258
|
+
|
|
1259
|
+
constructor(
|
|
1260
|
+
opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>
|
|
1261
|
+
);
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
export interface DisableRadiusRequest {
|
|
1265
|
+
DirectoryId: string | undefined;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
export interface DisableRadiusResult {}
|
|
1269
|
+
|
|
1270
|
+
export interface DisableSsoRequest {
|
|
1271
|
+
DirectoryId: string | undefined;
|
|
1272
|
+
|
|
1273
|
+
UserName?: string;
|
|
1274
|
+
|
|
1275
|
+
Password?: string;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
export interface DisableSsoResult {}
|
|
1279
|
+
export interface EnableClientAuthenticationRequest {
|
|
1280
|
+
DirectoryId: string | undefined;
|
|
1281
|
+
|
|
1282
|
+
Type: ClientAuthenticationType | string | undefined;
|
|
1283
|
+
}
|
|
1284
|
+
export interface EnableClientAuthenticationResult {}
|
|
1285
|
+
|
|
1286
|
+
export declare class NoAvailableCertificateException extends __BaseException {
|
|
1287
|
+
readonly name: "NoAvailableCertificateException";
|
|
1288
|
+
readonly $fault: "client";
|
|
1289
|
+
|
|
1290
|
+
Message?: string;
|
|
1291
|
+
|
|
1292
|
+
RequestId?: string;
|
|
1293
|
+
|
|
1294
|
+
constructor(
|
|
1295
|
+
opts: __ExceptionOptionType<
|
|
1296
|
+
NoAvailableCertificateException,
|
|
1297
|
+
__BaseException
|
|
1298
|
+
>
|
|
1299
|
+
);
|
|
1300
|
+
}
|
|
1301
|
+
export interface EnableLDAPSRequest {
|
|
1302
|
+
DirectoryId: string | undefined;
|
|
1303
|
+
|
|
1304
|
+
Type: LDAPSType | string | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
export interface EnableLDAPSResult {}
|
|
1307
|
+
|
|
1308
|
+
export interface EnableRadiusRequest {
|
|
1309
|
+
DirectoryId: string | undefined;
|
|
1310
|
+
|
|
1311
|
+
RadiusSettings: RadiusSettings | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
export interface EnableRadiusResult {}
|
|
1315
|
+
|
|
1316
|
+
export interface EnableSsoRequest {
|
|
1317
|
+
DirectoryId: string | undefined;
|
|
1318
|
+
|
|
1319
|
+
UserName?: string;
|
|
1320
|
+
|
|
1321
|
+
Password?: string;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
export interface EnableSsoResult {}
|
|
1325
|
+
|
|
1326
|
+
export interface GetDirectoryLimitsRequest {}
|
|
1327
|
+
|
|
1328
|
+
export interface GetDirectoryLimitsResult {
|
|
1329
|
+
DirectoryLimits?: DirectoryLimits;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
export interface GetSnapshotLimitsRequest {
|
|
1333
|
+
DirectoryId: string | undefined;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
export interface SnapshotLimits {
|
|
1337
|
+
ManualSnapshotsLimit?: number;
|
|
1338
|
+
|
|
1339
|
+
ManualSnapshotsCurrentCount?: number;
|
|
1340
|
+
|
|
1341
|
+
ManualSnapshotsLimitReached?: boolean;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
export interface GetSnapshotLimitsResult {
|
|
1345
|
+
SnapshotLimits?: SnapshotLimits;
|
|
1346
|
+
}
|
|
1347
|
+
export interface ListCertificatesRequest {
|
|
1348
|
+
DirectoryId: string | undefined;
|
|
1349
|
+
|
|
1350
|
+
NextToken?: string;
|
|
1351
|
+
|
|
1352
|
+
Limit?: number;
|
|
1353
|
+
}
|
|
1354
|
+
export interface ListCertificatesResult {
|
|
1355
|
+
NextToken?: string;
|
|
1356
|
+
|
|
1357
|
+
CertificatesInfo?: CertificateInfo[];
|
|
1358
|
+
}
|
|
1359
|
+
export interface ListIpRoutesRequest {
|
|
1360
|
+
DirectoryId: string | undefined;
|
|
1361
|
+
|
|
1362
|
+
NextToken?: string;
|
|
1363
|
+
|
|
1364
|
+
Limit?: number;
|
|
1365
|
+
}
|
|
1366
|
+
export declare enum IpRouteStatusMsg {
|
|
1367
|
+
ADDED = "Added",
|
|
1368
|
+
ADDING = "Adding",
|
|
1369
|
+
ADD_FAILED = "AddFailed",
|
|
1370
|
+
REMOVED = "Removed",
|
|
1371
|
+
REMOVE_FAILED = "RemoveFailed",
|
|
1372
|
+
REMOVING = "Removing",
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
export interface IpRouteInfo {
|
|
1376
|
+
DirectoryId?: string;
|
|
1377
|
+
|
|
1378
|
+
CidrIp?: string;
|
|
1379
|
+
|
|
1380
|
+
IpRouteStatusMsg?: IpRouteStatusMsg | string;
|
|
1381
|
+
|
|
1382
|
+
AddedDateTime?: Date;
|
|
1383
|
+
|
|
1384
|
+
IpRouteStatusReason?: string;
|
|
1385
|
+
|
|
1386
|
+
Description?: string;
|
|
1387
|
+
}
|
|
1388
|
+
export interface ListIpRoutesResult {
|
|
1389
|
+
IpRoutesInfo?: IpRouteInfo[];
|
|
1390
|
+
|
|
1391
|
+
NextToken?: string;
|
|
1392
|
+
}
|
|
1393
|
+
export interface ListLogSubscriptionsRequest {
|
|
1394
|
+
DirectoryId?: string;
|
|
1395
|
+
|
|
1396
|
+
NextToken?: string;
|
|
1397
|
+
|
|
1398
|
+
Limit?: number;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
export interface LogSubscription {
|
|
1402
|
+
DirectoryId?: string;
|
|
1403
|
+
|
|
1404
|
+
LogGroupName?: string;
|
|
1405
|
+
|
|
1406
|
+
SubscriptionCreatedDateTime?: Date;
|
|
1407
|
+
}
|
|
1408
|
+
export interface ListLogSubscriptionsResult {
|
|
1409
|
+
LogSubscriptions?: LogSubscription[];
|
|
1410
|
+
|
|
1411
|
+
NextToken?: string;
|
|
1412
|
+
}
|
|
1413
|
+
export interface ListSchemaExtensionsRequest {
|
|
1414
|
+
DirectoryId: string | undefined;
|
|
1415
|
+
|
|
1416
|
+
NextToken?: string;
|
|
1417
|
+
|
|
1418
|
+
Limit?: number;
|
|
1419
|
+
}
|
|
1420
|
+
export declare enum SchemaExtensionStatus {
|
|
1421
|
+
CANCELLED = "Cancelled",
|
|
1422
|
+
CANCEL_IN_PROGRESS = "CancelInProgress",
|
|
1423
|
+
COMPLETED = "Completed",
|
|
1424
|
+
CREATING_SNAPSHOT = "CreatingSnapshot",
|
|
1425
|
+
FAILED = "Failed",
|
|
1426
|
+
INITIALIZING = "Initializing",
|
|
1427
|
+
REPLICATING = "Replicating",
|
|
1428
|
+
ROLLBACK_IN_PROGRESS = "RollbackInProgress",
|
|
1429
|
+
UPDATING_SCHEMA = "UpdatingSchema",
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
export interface SchemaExtensionInfo {
|
|
1433
|
+
DirectoryId?: string;
|
|
1434
|
+
|
|
1435
|
+
SchemaExtensionId?: string;
|
|
1436
|
+
|
|
1437
|
+
Description?: string;
|
|
1438
|
+
|
|
1439
|
+
SchemaExtensionStatus?: SchemaExtensionStatus | string;
|
|
1440
|
+
|
|
1441
|
+
SchemaExtensionStatusReason?: string;
|
|
1442
|
+
|
|
1443
|
+
StartDateTime?: Date;
|
|
1444
|
+
|
|
1445
|
+
EndDateTime?: Date;
|
|
1446
|
+
}
|
|
1447
|
+
export interface ListSchemaExtensionsResult {
|
|
1448
|
+
SchemaExtensionsInfo?: SchemaExtensionInfo[];
|
|
1449
|
+
|
|
1450
|
+
NextToken?: string;
|
|
1451
|
+
}
|
|
1452
|
+
export interface ListTagsForResourceRequest {
|
|
1453
|
+
ResourceId: string | undefined;
|
|
1454
|
+
|
|
1455
|
+
NextToken?: string;
|
|
1456
|
+
|
|
1457
|
+
Limit?: number;
|
|
1458
|
+
}
|
|
1459
|
+
export interface ListTagsForResourceResult {
|
|
1460
|
+
Tags?: Tag[];
|
|
1461
|
+
|
|
1462
|
+
NextToken?: string;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
export declare class InvalidCertificateException extends __BaseException {
|
|
1466
|
+
readonly name: "InvalidCertificateException";
|
|
1467
|
+
readonly $fault: "client";
|
|
1468
|
+
|
|
1469
|
+
Message?: string;
|
|
1470
|
+
|
|
1471
|
+
RequestId?: string;
|
|
1472
|
+
|
|
1473
|
+
constructor(
|
|
1474
|
+
opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
|
|
1475
|
+
);
|
|
1476
|
+
}
|
|
1477
|
+
export interface RegisterCertificateRequest {
|
|
1478
|
+
DirectoryId: string | undefined;
|
|
1479
|
+
|
|
1480
|
+
CertificateData: string | undefined;
|
|
1481
|
+
|
|
1482
|
+
Type?: CertificateType | string;
|
|
1483
|
+
|
|
1484
|
+
ClientCertAuthSettings?: ClientCertAuthSettings;
|
|
1485
|
+
}
|
|
1486
|
+
export interface RegisterCertificateResult {
|
|
1487
|
+
CertificateId?: string;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
export interface RegisterEventTopicRequest {
|
|
1491
|
+
DirectoryId: string | undefined;
|
|
1492
|
+
|
|
1493
|
+
TopicName: string | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
export interface RegisterEventTopicResult {}
|
|
1497
|
+
export interface RejectSharedDirectoryRequest {
|
|
1498
|
+
SharedDirectoryId: string | undefined;
|
|
1499
|
+
}
|
|
1500
|
+
export interface RejectSharedDirectoryResult {
|
|
1501
|
+
SharedDirectoryId?: string;
|
|
1502
|
+
}
|
|
1503
|
+
export interface RemoveIpRoutesRequest {
|
|
1504
|
+
DirectoryId: string | undefined;
|
|
1505
|
+
|
|
1506
|
+
CidrIps: string[] | undefined;
|
|
1507
|
+
}
|
|
1508
|
+
export interface RemoveIpRoutesResult {}
|
|
1509
|
+
export interface RemoveRegionRequest {
|
|
1510
|
+
DirectoryId: string | undefined;
|
|
1511
|
+
}
|
|
1512
|
+
export interface RemoveRegionResult {}
|
|
1513
|
+
export interface RemoveTagsFromResourceRequest {
|
|
1514
|
+
ResourceId: string | undefined;
|
|
1515
|
+
|
|
1516
|
+
TagKeys: string[] | undefined;
|
|
1517
|
+
}
|
|
1518
|
+
export interface RemoveTagsFromResourceResult {}
|
|
1519
|
+
|
|
1520
|
+
export declare class InvalidPasswordException extends __BaseException {
|
|
1521
|
+
readonly name: "InvalidPasswordException";
|
|
1522
|
+
readonly $fault: "client";
|
|
1523
|
+
|
|
1524
|
+
Message?: string;
|
|
1525
|
+
|
|
1526
|
+
RequestId?: string;
|
|
1527
|
+
|
|
1528
|
+
constructor(
|
|
1529
|
+
opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
|
|
1530
|
+
);
|
|
1531
|
+
}
|
|
1532
|
+
export interface ResetUserPasswordRequest {
|
|
1533
|
+
DirectoryId: string | undefined;
|
|
1534
|
+
|
|
1535
|
+
UserName: string | undefined;
|
|
1536
|
+
|
|
1537
|
+
NewPassword: string | undefined;
|
|
1538
|
+
}
|
|
1539
|
+
export interface ResetUserPasswordResult {}
|
|
1540
|
+
|
|
1541
|
+
export declare class UserDoesNotExistException extends __BaseException {
|
|
1542
|
+
readonly name: "UserDoesNotExistException";
|
|
1543
|
+
readonly $fault: "client";
|
|
1544
|
+
|
|
1545
|
+
Message?: string;
|
|
1546
|
+
|
|
1547
|
+
RequestId?: string;
|
|
1548
|
+
|
|
1549
|
+
constructor(
|
|
1550
|
+
opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>
|
|
1551
|
+
);
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
export interface RestoreFromSnapshotRequest {
|
|
1555
|
+
SnapshotId: string | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
export interface RestoreFromSnapshotResult {}
|
|
1559
|
+
|
|
1560
|
+
export declare class InvalidTargetException extends __BaseException {
|
|
1561
|
+
readonly name: "InvalidTargetException";
|
|
1562
|
+
readonly $fault: "client";
|
|
1563
|
+
|
|
1564
|
+
Message?: string;
|
|
1565
|
+
|
|
1566
|
+
RequestId?: string;
|
|
1567
|
+
|
|
1568
|
+
constructor(
|
|
1569
|
+
opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
|
|
1570
|
+
);
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
export declare class OrganizationsException extends __BaseException {
|
|
1574
|
+
readonly name: "OrganizationsException";
|
|
1575
|
+
readonly $fault: "client";
|
|
1576
|
+
|
|
1577
|
+
Message?: string;
|
|
1578
|
+
|
|
1579
|
+
RequestId?: string;
|
|
1580
|
+
|
|
1581
|
+
constructor(
|
|
1582
|
+
opts: __ExceptionOptionType<OrganizationsException, __BaseException>
|
|
1583
|
+
);
|
|
1584
|
+
}
|
|
1585
|
+
export declare enum TargetType {
|
|
1586
|
+
ACCOUNT = "ACCOUNT",
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
export interface ShareTarget {
|
|
1590
|
+
Id: string | undefined;
|
|
1591
|
+
|
|
1592
|
+
Type: TargetType | string | undefined;
|
|
1593
|
+
}
|
|
1594
|
+
export interface ShareDirectoryRequest {
|
|
1595
|
+
DirectoryId: string | undefined;
|
|
1596
|
+
|
|
1597
|
+
ShareNotes?: string;
|
|
1598
|
+
|
|
1599
|
+
ShareTarget: ShareTarget | undefined;
|
|
1600
|
+
|
|
1601
|
+
ShareMethod: ShareMethod | string | undefined;
|
|
1602
|
+
}
|
|
1603
|
+
export interface ShareDirectoryResult {
|
|
1604
|
+
SharedDirectoryId?: string;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
export declare class ShareLimitExceededException extends __BaseException {
|
|
1608
|
+
readonly name: "ShareLimitExceededException";
|
|
1609
|
+
readonly $fault: "client";
|
|
1610
|
+
|
|
1611
|
+
Message?: string;
|
|
1612
|
+
|
|
1613
|
+
RequestId?: string;
|
|
1614
|
+
|
|
1615
|
+
constructor(
|
|
1616
|
+
opts: __ExceptionOptionType<ShareLimitExceededException, __BaseException>
|
|
1617
|
+
);
|
|
1618
|
+
}
|
|
1619
|
+
export interface StartSchemaExtensionRequest {
|
|
1620
|
+
DirectoryId: string | undefined;
|
|
1621
|
+
|
|
1622
|
+
CreateSnapshotBeforeSchemaExtension: boolean | undefined;
|
|
1623
|
+
|
|
1624
|
+
LdifContent: string | undefined;
|
|
1625
|
+
|
|
1626
|
+
Description: string | undefined;
|
|
1627
|
+
}
|
|
1628
|
+
export interface StartSchemaExtensionResult {
|
|
1629
|
+
SchemaExtensionId?: string;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
export interface UnshareTarget {
|
|
1633
|
+
Id: string | undefined;
|
|
1634
|
+
|
|
1635
|
+
Type: TargetType | string | undefined;
|
|
1636
|
+
}
|
|
1637
|
+
export interface UnshareDirectoryRequest {
|
|
1638
|
+
DirectoryId: string | undefined;
|
|
1639
|
+
|
|
1640
|
+
UnshareTarget: UnshareTarget | undefined;
|
|
1641
|
+
}
|
|
1642
|
+
export interface UnshareDirectoryResult {
|
|
1643
|
+
SharedDirectoryId?: string;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
export interface UpdateConditionalForwarderRequest {
|
|
1647
|
+
DirectoryId: string | undefined;
|
|
1648
|
+
|
|
1649
|
+
RemoteDomainName: string | undefined;
|
|
1650
|
+
|
|
1651
|
+
DnsIpAddrs: string[] | undefined;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
export interface UpdateConditionalForwarderResult {}
|
|
1655
|
+
|
|
1656
|
+
export declare class DomainControllerLimitExceededException extends __BaseException {
|
|
1657
|
+
readonly name: "DomainControllerLimitExceededException";
|
|
1658
|
+
readonly $fault: "client";
|
|
1659
|
+
|
|
1660
|
+
Message?: string;
|
|
1661
|
+
|
|
1662
|
+
RequestId?: string;
|
|
1663
|
+
|
|
1664
|
+
constructor(
|
|
1665
|
+
opts: __ExceptionOptionType<
|
|
1666
|
+
DomainControllerLimitExceededException,
|
|
1667
|
+
__BaseException
|
|
1668
|
+
>
|
|
1669
|
+
);
|
|
1670
|
+
}
|
|
1671
|
+
export interface UpdateNumberOfDomainControllersRequest {
|
|
1672
|
+
DirectoryId: string | undefined;
|
|
1673
|
+
|
|
1674
|
+
DesiredNumber: number | undefined;
|
|
1675
|
+
}
|
|
1676
|
+
export interface UpdateNumberOfDomainControllersResult {}
|
|
1677
|
+
|
|
1678
|
+
export interface UpdateRadiusRequest {
|
|
1679
|
+
DirectoryId: string | undefined;
|
|
1680
|
+
|
|
1681
|
+
RadiusSettings: RadiusSettings | undefined;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
export interface UpdateRadiusResult {}
|
|
1685
|
+
|
|
1686
|
+
export declare class IncompatibleSettingsException extends __BaseException {
|
|
1687
|
+
readonly name: "IncompatibleSettingsException";
|
|
1688
|
+
readonly $fault: "client";
|
|
1689
|
+
|
|
1690
|
+
Message?: string;
|
|
1691
|
+
|
|
1692
|
+
RequestId?: string;
|
|
1693
|
+
|
|
1694
|
+
constructor(
|
|
1695
|
+
opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>
|
|
1696
|
+
);
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
export declare class UnsupportedSettingsException extends __BaseException {
|
|
1700
|
+
readonly name: "UnsupportedSettingsException";
|
|
1701
|
+
readonly $fault: "client";
|
|
1702
|
+
|
|
1703
|
+
Message?: string;
|
|
1704
|
+
|
|
1705
|
+
RequestId?: string;
|
|
1706
|
+
|
|
1707
|
+
constructor(
|
|
1708
|
+
opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>
|
|
1709
|
+
);
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
export interface Setting {
|
|
1713
|
+
Name: string | undefined;
|
|
1714
|
+
|
|
1715
|
+
Value: string | undefined;
|
|
1716
|
+
}
|
|
1717
|
+
export interface UpdateSettingsRequest {
|
|
1718
|
+
DirectoryId: string | undefined;
|
|
1719
|
+
|
|
1720
|
+
Settings: Setting[] | undefined;
|
|
1721
|
+
}
|
|
1722
|
+
export interface UpdateSettingsResult {
|
|
1723
|
+
DirectoryId?: string;
|
|
1724
|
+
}
|
|
1725
|
+
export interface UpdateTrustRequest {
|
|
1726
|
+
TrustId: string | undefined;
|
|
1727
|
+
|
|
1728
|
+
SelectiveAuth?: SelectiveAuth | string;
|
|
1729
|
+
}
|
|
1730
|
+
export interface UpdateTrustResult {
|
|
1731
|
+
RequestId?: string;
|
|
1732
|
+
|
|
1733
|
+
TrustId?: string;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
export interface VerifyTrustRequest {
|
|
1737
|
+
TrustId: string | undefined;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
export interface VerifyTrustResult {
|
|
1741
|
+
TrustId?: string;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
export declare const AcceptSharedDirectoryRequestFilterSensitiveLog: (
|
|
1745
|
+
obj: AcceptSharedDirectoryRequest
|
|
1746
|
+
) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const SharedDirectoryFilterSensitiveLog: (
|
|
1749
|
+
obj: SharedDirectory
|
|
1750
|
+
) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const AcceptSharedDirectoryResultFilterSensitiveLog: (
|
|
1753
|
+
obj: AcceptSharedDirectoryResult
|
|
1754
|
+
) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const IpRouteFilterSensitiveLog: (obj: IpRoute) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const AddIpRoutesRequestFilterSensitiveLog: (
|
|
1759
|
+
obj: AddIpRoutesRequest
|
|
1760
|
+
) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const AddIpRoutesResultFilterSensitiveLog: (
|
|
1763
|
+
obj: AddIpRoutesResult
|
|
1764
|
+
) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const DirectoryVpcSettingsFilterSensitiveLog: (
|
|
1767
|
+
obj: DirectoryVpcSettings
|
|
1768
|
+
) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const AddRegionRequestFilterSensitiveLog: (
|
|
1771
|
+
obj: AddRegionRequest
|
|
1772
|
+
) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const AddRegionResultFilterSensitiveLog: (
|
|
1775
|
+
obj: AddRegionResult
|
|
1776
|
+
) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1779
|
+
|
|
1780
|
+
export declare const AddTagsToResourceRequestFilterSensitiveLog: (
|
|
1781
|
+
obj: AddTagsToResourceRequest
|
|
1782
|
+
) => any;
|
|
1783
|
+
|
|
1784
|
+
export declare const AddTagsToResourceResultFilterSensitiveLog: (
|
|
1785
|
+
obj: AddTagsToResourceResult
|
|
1786
|
+
) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const CancelSchemaExtensionRequestFilterSensitiveLog: (
|
|
1791
|
+
obj: CancelSchemaExtensionRequest
|
|
1792
|
+
) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const CancelSchemaExtensionResultFilterSensitiveLog: (
|
|
1795
|
+
obj: CancelSchemaExtensionResult
|
|
1796
|
+
) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const ClientCertAuthSettingsFilterSensitiveLog: (
|
|
1799
|
+
obj: ClientCertAuthSettings
|
|
1800
|
+
) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
1803
|
+
|
|
1804
|
+
export declare const CertificateInfoFilterSensitiveLog: (
|
|
1805
|
+
obj: CertificateInfo
|
|
1806
|
+
) => any;
|
|
1807
|
+
|
|
1808
|
+
export declare const ClientAuthenticationSettingInfoFilterSensitiveLog: (
|
|
1809
|
+
obj: ClientAuthenticationSettingInfo
|
|
1810
|
+
) => any;
|
|
1811
|
+
|
|
1812
|
+
export declare const ComputerFilterSensitiveLog: (obj: Computer) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const ConditionalForwarderFilterSensitiveLog: (
|
|
1815
|
+
obj: ConditionalForwarder
|
|
1816
|
+
) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const DirectoryConnectSettingsFilterSensitiveLog: (
|
|
1819
|
+
obj: DirectoryConnectSettings
|
|
1820
|
+
) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const ConnectDirectoryRequestFilterSensitiveLog: (
|
|
1823
|
+
obj: ConnectDirectoryRequest
|
|
1824
|
+
) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const ConnectDirectoryResultFilterSensitiveLog: (
|
|
1827
|
+
obj: ConnectDirectoryResult
|
|
1828
|
+
) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const CreateAliasRequestFilterSensitiveLog: (
|
|
1831
|
+
obj: CreateAliasRequest
|
|
1832
|
+
) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const CreateAliasResultFilterSensitiveLog: (
|
|
1835
|
+
obj: CreateAliasResult
|
|
1836
|
+
) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const CreateComputerRequestFilterSensitiveLog: (
|
|
1839
|
+
obj: CreateComputerRequest
|
|
1840
|
+
) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const CreateComputerResultFilterSensitiveLog: (
|
|
1843
|
+
obj: CreateComputerResult
|
|
1844
|
+
) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const CreateConditionalForwarderRequestFilterSensitiveLog: (
|
|
1847
|
+
obj: CreateConditionalForwarderRequest
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const CreateConditionalForwarderResultFilterSensitiveLog: (
|
|
1851
|
+
obj: CreateConditionalForwarderResult
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const CreateDirectoryRequestFilterSensitiveLog: (
|
|
1855
|
+
obj: CreateDirectoryRequest
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const CreateDirectoryResultFilterSensitiveLog: (
|
|
1859
|
+
obj: CreateDirectoryResult
|
|
1860
|
+
) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const CreateLogSubscriptionRequestFilterSensitiveLog: (
|
|
1863
|
+
obj: CreateLogSubscriptionRequest
|
|
1864
|
+
) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const CreateLogSubscriptionResultFilterSensitiveLog: (
|
|
1867
|
+
obj: CreateLogSubscriptionResult
|
|
1868
|
+
) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const CreateMicrosoftADRequestFilterSensitiveLog: (
|
|
1871
|
+
obj: CreateMicrosoftADRequest
|
|
1872
|
+
) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const CreateMicrosoftADResultFilterSensitiveLog: (
|
|
1875
|
+
obj: CreateMicrosoftADResult
|
|
1876
|
+
) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const CreateSnapshotRequestFilterSensitiveLog: (
|
|
1879
|
+
obj: CreateSnapshotRequest
|
|
1880
|
+
) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const CreateSnapshotResultFilterSensitiveLog: (
|
|
1883
|
+
obj: CreateSnapshotResult
|
|
1884
|
+
) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const CreateTrustRequestFilterSensitiveLog: (
|
|
1887
|
+
obj: CreateTrustRequest
|
|
1888
|
+
) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const CreateTrustResultFilterSensitiveLog: (
|
|
1891
|
+
obj: CreateTrustResult
|
|
1892
|
+
) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const DeleteConditionalForwarderRequestFilterSensitiveLog: (
|
|
1895
|
+
obj: DeleteConditionalForwarderRequest
|
|
1896
|
+
) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const DeleteConditionalForwarderResultFilterSensitiveLog: (
|
|
1899
|
+
obj: DeleteConditionalForwarderResult
|
|
1900
|
+
) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const DeleteDirectoryRequestFilterSensitiveLog: (
|
|
1903
|
+
obj: DeleteDirectoryRequest
|
|
1904
|
+
) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const DeleteDirectoryResultFilterSensitiveLog: (
|
|
1907
|
+
obj: DeleteDirectoryResult
|
|
1908
|
+
) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const DeleteLogSubscriptionRequestFilterSensitiveLog: (
|
|
1911
|
+
obj: DeleteLogSubscriptionRequest
|
|
1912
|
+
) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const DeleteLogSubscriptionResultFilterSensitiveLog: (
|
|
1915
|
+
obj: DeleteLogSubscriptionResult
|
|
1916
|
+
) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const DeleteSnapshotRequestFilterSensitiveLog: (
|
|
1919
|
+
obj: DeleteSnapshotRequest
|
|
1920
|
+
) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const DeleteSnapshotResultFilterSensitiveLog: (
|
|
1923
|
+
obj: DeleteSnapshotResult
|
|
1924
|
+
) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const DeleteTrustRequestFilterSensitiveLog: (
|
|
1927
|
+
obj: DeleteTrustRequest
|
|
1928
|
+
) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const DeleteTrustResultFilterSensitiveLog: (
|
|
1931
|
+
obj: DeleteTrustResult
|
|
1932
|
+
) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const DeregisterCertificateRequestFilterSensitiveLog: (
|
|
1935
|
+
obj: DeregisterCertificateRequest
|
|
1936
|
+
) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const DeregisterCertificateResultFilterSensitiveLog: (
|
|
1939
|
+
obj: DeregisterCertificateResult
|
|
1940
|
+
) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const DeregisterEventTopicRequestFilterSensitiveLog: (
|
|
1943
|
+
obj: DeregisterEventTopicRequest
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const DeregisterEventTopicResultFilterSensitiveLog: (
|
|
1947
|
+
obj: DeregisterEventTopicResult
|
|
1948
|
+
) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const DescribeCertificateRequestFilterSensitiveLog: (
|
|
1951
|
+
obj: DescribeCertificateRequest
|
|
1952
|
+
) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const DescribeCertificateResultFilterSensitiveLog: (
|
|
1955
|
+
obj: DescribeCertificateResult
|
|
1956
|
+
) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const DescribeClientAuthenticationSettingsRequestFilterSensitiveLog: (
|
|
1959
|
+
obj: DescribeClientAuthenticationSettingsRequest
|
|
1960
|
+
) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const DescribeClientAuthenticationSettingsResultFilterSensitiveLog: (
|
|
1963
|
+
obj: DescribeClientAuthenticationSettingsResult
|
|
1964
|
+
) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const DescribeConditionalForwardersRequestFilterSensitiveLog: (
|
|
1967
|
+
obj: DescribeConditionalForwardersRequest
|
|
1968
|
+
) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const DescribeConditionalForwardersResultFilterSensitiveLog: (
|
|
1971
|
+
obj: DescribeConditionalForwardersResult
|
|
1972
|
+
) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const DescribeDirectoriesRequestFilterSensitiveLog: (
|
|
1975
|
+
obj: DescribeDirectoriesRequest
|
|
1976
|
+
) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const DirectoryConnectSettingsDescriptionFilterSensitiveLog: (
|
|
1979
|
+
obj: DirectoryConnectSettingsDescription
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const RadiusSettingsFilterSensitiveLog: (
|
|
1983
|
+
obj: RadiusSettings
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const DirectoryVpcSettingsDescriptionFilterSensitiveLog: (
|
|
1987
|
+
obj: DirectoryVpcSettingsDescription
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const OwnerDirectoryDescriptionFilterSensitiveLog: (
|
|
1991
|
+
obj: OwnerDirectoryDescription
|
|
1992
|
+
) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const RegionsInfoFilterSensitiveLog: (obj: RegionsInfo) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const DirectoryDescriptionFilterSensitiveLog: (
|
|
1997
|
+
obj: DirectoryDescription
|
|
1998
|
+
) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const DescribeDirectoriesResultFilterSensitiveLog: (
|
|
2001
|
+
obj: DescribeDirectoriesResult
|
|
2002
|
+
) => any;
|
|
2003
|
+
|
|
2004
|
+
export declare const DescribeDomainControllersRequestFilterSensitiveLog: (
|
|
2005
|
+
obj: DescribeDomainControllersRequest
|
|
2006
|
+
) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const DomainControllerFilterSensitiveLog: (
|
|
2009
|
+
obj: DomainController
|
|
2010
|
+
) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const DescribeDomainControllersResultFilterSensitiveLog: (
|
|
2013
|
+
obj: DescribeDomainControllersResult
|
|
2014
|
+
) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const DescribeEventTopicsRequestFilterSensitiveLog: (
|
|
2017
|
+
obj: DescribeEventTopicsRequest
|
|
2018
|
+
) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const EventTopicFilterSensitiveLog: (obj: EventTopic) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const DescribeEventTopicsResultFilterSensitiveLog: (
|
|
2023
|
+
obj: DescribeEventTopicsResult
|
|
2024
|
+
) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const DescribeLDAPSSettingsRequestFilterSensitiveLog: (
|
|
2027
|
+
obj: DescribeLDAPSSettingsRequest
|
|
2028
|
+
) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const LDAPSSettingInfoFilterSensitiveLog: (
|
|
2031
|
+
obj: LDAPSSettingInfo
|
|
2032
|
+
) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const DescribeLDAPSSettingsResultFilterSensitiveLog: (
|
|
2035
|
+
obj: DescribeLDAPSSettingsResult
|
|
2036
|
+
) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const DescribeRegionsRequestFilterSensitiveLog: (
|
|
2039
|
+
obj: DescribeRegionsRequest
|
|
2040
|
+
) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const RegionDescriptionFilterSensitiveLog: (
|
|
2043
|
+
obj: RegionDescription
|
|
2044
|
+
) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const DescribeRegionsResultFilterSensitiveLog: (
|
|
2047
|
+
obj: DescribeRegionsResult
|
|
2048
|
+
) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const DescribeSettingsRequestFilterSensitiveLog: (
|
|
2051
|
+
obj: DescribeSettingsRequest
|
|
2052
|
+
) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const SettingEntryFilterSensitiveLog: (obj: SettingEntry) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const DescribeSettingsResultFilterSensitiveLog: (
|
|
2057
|
+
obj: DescribeSettingsResult
|
|
2058
|
+
) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const DescribeSharedDirectoriesRequestFilterSensitiveLog: (
|
|
2061
|
+
obj: DescribeSharedDirectoriesRequest
|
|
2062
|
+
) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const DescribeSharedDirectoriesResultFilterSensitiveLog: (
|
|
2065
|
+
obj: DescribeSharedDirectoriesResult
|
|
2066
|
+
) => any;
|
|
2067
|
+
|
|
2068
|
+
export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
|
|
2069
|
+
obj: DescribeSnapshotsRequest
|
|
2070
|
+
) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const DescribeSnapshotsResultFilterSensitiveLog: (
|
|
2075
|
+
obj: DescribeSnapshotsResult
|
|
2076
|
+
) => any;
|
|
2077
|
+
|
|
2078
|
+
export declare const DescribeTrustsRequestFilterSensitiveLog: (
|
|
2079
|
+
obj: DescribeTrustsRequest
|
|
2080
|
+
) => any;
|
|
2081
|
+
|
|
2082
|
+
export declare const TrustFilterSensitiveLog: (obj: Trust) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const DescribeTrustsResultFilterSensitiveLog: (
|
|
2085
|
+
obj: DescribeTrustsResult
|
|
2086
|
+
) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const DirectoryLimitsFilterSensitiveLog: (
|
|
2089
|
+
obj: DirectoryLimits
|
|
2090
|
+
) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const DisableClientAuthenticationRequestFilterSensitiveLog: (
|
|
2093
|
+
obj: DisableClientAuthenticationRequest
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const DisableClientAuthenticationResultFilterSensitiveLog: (
|
|
2097
|
+
obj: DisableClientAuthenticationResult
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const DisableLDAPSRequestFilterSensitiveLog: (
|
|
2101
|
+
obj: DisableLDAPSRequest
|
|
2102
|
+
) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const DisableLDAPSResultFilterSensitiveLog: (
|
|
2105
|
+
obj: DisableLDAPSResult
|
|
2106
|
+
) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const DisableRadiusRequestFilterSensitiveLog: (
|
|
2109
|
+
obj: DisableRadiusRequest
|
|
2110
|
+
) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const DisableRadiusResultFilterSensitiveLog: (
|
|
2113
|
+
obj: DisableRadiusResult
|
|
2114
|
+
) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const DisableSsoRequestFilterSensitiveLog: (
|
|
2117
|
+
obj: DisableSsoRequest
|
|
2118
|
+
) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const DisableSsoResultFilterSensitiveLog: (
|
|
2121
|
+
obj: DisableSsoResult
|
|
2122
|
+
) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const EnableClientAuthenticationRequestFilterSensitiveLog: (
|
|
2125
|
+
obj: EnableClientAuthenticationRequest
|
|
2126
|
+
) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const EnableClientAuthenticationResultFilterSensitiveLog: (
|
|
2129
|
+
obj: EnableClientAuthenticationResult
|
|
2130
|
+
) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const EnableLDAPSRequestFilterSensitiveLog: (
|
|
2133
|
+
obj: EnableLDAPSRequest
|
|
2134
|
+
) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const EnableLDAPSResultFilterSensitiveLog: (
|
|
2137
|
+
obj: EnableLDAPSResult
|
|
2138
|
+
) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const EnableRadiusRequestFilterSensitiveLog: (
|
|
2141
|
+
obj: EnableRadiusRequest
|
|
2142
|
+
) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const EnableRadiusResultFilterSensitiveLog: (
|
|
2145
|
+
obj: EnableRadiusResult
|
|
2146
|
+
) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const EnableSsoRequestFilterSensitiveLog: (
|
|
2149
|
+
obj: EnableSsoRequest
|
|
2150
|
+
) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const EnableSsoResultFilterSensitiveLog: (
|
|
2153
|
+
obj: EnableSsoResult
|
|
2154
|
+
) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const GetDirectoryLimitsRequestFilterSensitiveLog: (
|
|
2157
|
+
obj: GetDirectoryLimitsRequest
|
|
2158
|
+
) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const GetDirectoryLimitsResultFilterSensitiveLog: (
|
|
2161
|
+
obj: GetDirectoryLimitsResult
|
|
2162
|
+
) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const GetSnapshotLimitsRequestFilterSensitiveLog: (
|
|
2165
|
+
obj: GetSnapshotLimitsRequest
|
|
2166
|
+
) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const SnapshotLimitsFilterSensitiveLog: (
|
|
2169
|
+
obj: SnapshotLimits
|
|
2170
|
+
) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const GetSnapshotLimitsResultFilterSensitiveLog: (
|
|
2173
|
+
obj: GetSnapshotLimitsResult
|
|
2174
|
+
) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const ListCertificatesRequestFilterSensitiveLog: (
|
|
2177
|
+
obj: ListCertificatesRequest
|
|
2178
|
+
) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const ListCertificatesResultFilterSensitiveLog: (
|
|
2181
|
+
obj: ListCertificatesResult
|
|
2182
|
+
) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const ListIpRoutesRequestFilterSensitiveLog: (
|
|
2185
|
+
obj: ListIpRoutesRequest
|
|
2186
|
+
) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const IpRouteInfoFilterSensitiveLog: (obj: IpRouteInfo) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const ListIpRoutesResultFilterSensitiveLog: (
|
|
2191
|
+
obj: ListIpRoutesResult
|
|
2192
|
+
) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const ListLogSubscriptionsRequestFilterSensitiveLog: (
|
|
2195
|
+
obj: ListLogSubscriptionsRequest
|
|
2196
|
+
) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const LogSubscriptionFilterSensitiveLog: (
|
|
2199
|
+
obj: LogSubscription
|
|
2200
|
+
) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const ListLogSubscriptionsResultFilterSensitiveLog: (
|
|
2203
|
+
obj: ListLogSubscriptionsResult
|
|
2204
|
+
) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const ListSchemaExtensionsRequestFilterSensitiveLog: (
|
|
2207
|
+
obj: ListSchemaExtensionsRequest
|
|
2208
|
+
) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const SchemaExtensionInfoFilterSensitiveLog: (
|
|
2211
|
+
obj: SchemaExtensionInfo
|
|
2212
|
+
) => any;
|
|
2213
|
+
|
|
2214
|
+
export declare const ListSchemaExtensionsResultFilterSensitiveLog: (
|
|
2215
|
+
obj: ListSchemaExtensionsResult
|
|
2216
|
+
) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2219
|
+
obj: ListTagsForResourceRequest
|
|
2220
|
+
) => any;
|
|
2221
|
+
|
|
2222
|
+
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
2223
|
+
obj: ListTagsForResourceResult
|
|
2224
|
+
) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const RegisterCertificateRequestFilterSensitiveLog: (
|
|
2227
|
+
obj: RegisterCertificateRequest
|
|
2228
|
+
) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const RegisterCertificateResultFilterSensitiveLog: (
|
|
2231
|
+
obj: RegisterCertificateResult
|
|
2232
|
+
) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const RegisterEventTopicRequestFilterSensitiveLog: (
|
|
2235
|
+
obj: RegisterEventTopicRequest
|
|
2236
|
+
) => any;
|
|
2237
|
+
|
|
2238
|
+
export declare const RegisterEventTopicResultFilterSensitiveLog: (
|
|
2239
|
+
obj: RegisterEventTopicResult
|
|
2240
|
+
) => any;
|
|
2241
|
+
|
|
2242
|
+
export declare const RejectSharedDirectoryRequestFilterSensitiveLog: (
|
|
2243
|
+
obj: RejectSharedDirectoryRequest
|
|
2244
|
+
) => any;
|
|
2245
|
+
|
|
2246
|
+
export declare const RejectSharedDirectoryResultFilterSensitiveLog: (
|
|
2247
|
+
obj: RejectSharedDirectoryResult
|
|
2248
|
+
) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const RemoveIpRoutesRequestFilterSensitiveLog: (
|
|
2251
|
+
obj: RemoveIpRoutesRequest
|
|
2252
|
+
) => any;
|
|
2253
|
+
|
|
2254
|
+
export declare const RemoveIpRoutesResultFilterSensitiveLog: (
|
|
2255
|
+
obj: RemoveIpRoutesResult
|
|
2256
|
+
) => any;
|
|
2257
|
+
|
|
2258
|
+
export declare const RemoveRegionRequestFilterSensitiveLog: (
|
|
2259
|
+
obj: RemoveRegionRequest
|
|
2260
|
+
) => any;
|
|
2261
|
+
|
|
2262
|
+
export declare const RemoveRegionResultFilterSensitiveLog: (
|
|
2263
|
+
obj: RemoveRegionResult
|
|
2264
|
+
) => any;
|
|
2265
|
+
|
|
2266
|
+
export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (
|
|
2267
|
+
obj: RemoveTagsFromResourceRequest
|
|
2268
|
+
) => any;
|
|
2269
|
+
|
|
2270
|
+
export declare const RemoveTagsFromResourceResultFilterSensitiveLog: (
|
|
2271
|
+
obj: RemoveTagsFromResourceResult
|
|
2272
|
+
) => any;
|
|
2273
|
+
|
|
2274
|
+
export declare const ResetUserPasswordRequestFilterSensitiveLog: (
|
|
2275
|
+
obj: ResetUserPasswordRequest
|
|
2276
|
+
) => any;
|
|
2277
|
+
|
|
2278
|
+
export declare const ResetUserPasswordResultFilterSensitiveLog: (
|
|
2279
|
+
obj: ResetUserPasswordResult
|
|
2280
|
+
) => any;
|
|
2281
|
+
|
|
2282
|
+
export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (
|
|
2283
|
+
obj: RestoreFromSnapshotRequest
|
|
2284
|
+
) => any;
|
|
2285
|
+
|
|
2286
|
+
export declare const RestoreFromSnapshotResultFilterSensitiveLog: (
|
|
2287
|
+
obj: RestoreFromSnapshotResult
|
|
2288
|
+
) => any;
|
|
2289
|
+
|
|
2290
|
+
export declare const ShareTargetFilterSensitiveLog: (obj: ShareTarget) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const ShareDirectoryRequestFilterSensitiveLog: (
|
|
2293
|
+
obj: ShareDirectoryRequest
|
|
2294
|
+
) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const ShareDirectoryResultFilterSensitiveLog: (
|
|
2297
|
+
obj: ShareDirectoryResult
|
|
2298
|
+
) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const StartSchemaExtensionRequestFilterSensitiveLog: (
|
|
2301
|
+
obj: StartSchemaExtensionRequest
|
|
2302
|
+
) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const StartSchemaExtensionResultFilterSensitiveLog: (
|
|
2305
|
+
obj: StartSchemaExtensionResult
|
|
2306
|
+
) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const UnshareTargetFilterSensitiveLog: (
|
|
2309
|
+
obj: UnshareTarget
|
|
2310
|
+
) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const UnshareDirectoryRequestFilterSensitiveLog: (
|
|
2313
|
+
obj: UnshareDirectoryRequest
|
|
2314
|
+
) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const UnshareDirectoryResultFilterSensitiveLog: (
|
|
2317
|
+
obj: UnshareDirectoryResult
|
|
2318
|
+
) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const UpdateConditionalForwarderRequestFilterSensitiveLog: (
|
|
2321
|
+
obj: UpdateConditionalForwarderRequest
|
|
2322
|
+
) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const UpdateConditionalForwarderResultFilterSensitiveLog: (
|
|
2325
|
+
obj: UpdateConditionalForwarderResult
|
|
2326
|
+
) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const UpdateNumberOfDomainControllersRequestFilterSensitiveLog: (
|
|
2329
|
+
obj: UpdateNumberOfDomainControllersRequest
|
|
2330
|
+
) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const UpdateNumberOfDomainControllersResultFilterSensitiveLog: (
|
|
2333
|
+
obj: UpdateNumberOfDomainControllersResult
|
|
2334
|
+
) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const UpdateRadiusRequestFilterSensitiveLog: (
|
|
2337
|
+
obj: UpdateRadiusRequest
|
|
2338
|
+
) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const UpdateRadiusResultFilterSensitiveLog: (
|
|
2341
|
+
obj: UpdateRadiusResult
|
|
2342
|
+
) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
|
|
2345
|
+
|
|
2346
|
+
export declare const UpdateSettingsRequestFilterSensitiveLog: (
|
|
2347
|
+
obj: UpdateSettingsRequest
|
|
2348
|
+
) => any;
|
|
2349
|
+
|
|
2350
|
+
export declare const UpdateSettingsResultFilterSensitiveLog: (
|
|
2351
|
+
obj: UpdateSettingsResult
|
|
2352
|
+
) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const UpdateTrustRequestFilterSensitiveLog: (
|
|
2355
|
+
obj: UpdateTrustRequest
|
|
2356
|
+
) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const UpdateTrustResultFilterSensitiveLog: (
|
|
2359
|
+
obj: UpdateTrustResult
|
|
2360
|
+
) => any;
|
|
2361
|
+
|
|
2362
|
+
export declare const VerifyTrustRequestFilterSensitiveLog: (
|
|
2363
|
+
obj: VerifyTrustRequest
|
|
2364
|
+
) => any;
|
|
2365
|
+
|
|
2366
|
+
export declare const VerifyTrustResultFilterSensitiveLog: (
|
|
2367
|
+
obj: VerifyTrustResult
|
|
2368
|
+
) => any;
|