@aws-sdk/client-directory-service 3.278.0 → 3.281.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/README.md +539 -0
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +6 -0
- package/dist-types/commands/AddRegionCommand.d.ts +6 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +6 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +6 -0
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +6 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +6 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +6 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSettingsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +6 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +6 -0
- package/dist-types/commands/DisableRadiusCommand.d.ts +6 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +6 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +6 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +6 -0
- package/dist-types/commands/EnableRadiusCommand.d.ts +6 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +6 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +6 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +6 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +6 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +6 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +6 -0
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +6 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +6 -0
- package/dist-types/commands/RemoveRegionCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +6 -0
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRadiusCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTrustCommand.d.ts +6 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +6 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -217,3 +217,542 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
217
217
|
This SDK is distributed under the
|
|
218
218
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
219
219
|
see LICENSE for more information.
|
|
220
|
+
|
|
221
|
+
## Client Commands (Operations List)
|
|
222
|
+
|
|
223
|
+
<details>
|
|
224
|
+
<summary>
|
|
225
|
+
AcceptSharedDirectory
|
|
226
|
+
</summary>
|
|
227
|
+
|
|
228
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/acceptshareddirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/acceptshareddirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/acceptshareddirectorycommandoutput.html)
|
|
229
|
+
|
|
230
|
+
</details>
|
|
231
|
+
<details>
|
|
232
|
+
<summary>
|
|
233
|
+
AddIpRoutes
|
|
234
|
+
</summary>
|
|
235
|
+
|
|
236
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/addiproutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/addiproutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/addiproutescommandoutput.html)
|
|
237
|
+
|
|
238
|
+
</details>
|
|
239
|
+
<details>
|
|
240
|
+
<summary>
|
|
241
|
+
AddRegion
|
|
242
|
+
</summary>
|
|
243
|
+
|
|
244
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/addregioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/addregioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/addregioncommandoutput.html)
|
|
245
|
+
|
|
246
|
+
</details>
|
|
247
|
+
<details>
|
|
248
|
+
<summary>
|
|
249
|
+
AddTagsToResource
|
|
250
|
+
</summary>
|
|
251
|
+
|
|
252
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/addtagstoresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/addtagstoresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/addtagstoresourcecommandoutput.html)
|
|
253
|
+
|
|
254
|
+
</details>
|
|
255
|
+
<details>
|
|
256
|
+
<summary>
|
|
257
|
+
CancelSchemaExtension
|
|
258
|
+
</summary>
|
|
259
|
+
|
|
260
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/cancelschemaextensioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/cancelschemaextensioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/cancelschemaextensioncommandoutput.html)
|
|
261
|
+
|
|
262
|
+
</details>
|
|
263
|
+
<details>
|
|
264
|
+
<summary>
|
|
265
|
+
ConnectDirectory
|
|
266
|
+
</summary>
|
|
267
|
+
|
|
268
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/connectdirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/connectdirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/connectdirectorycommandoutput.html)
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
<details>
|
|
272
|
+
<summary>
|
|
273
|
+
CreateAlias
|
|
274
|
+
</summary>
|
|
275
|
+
|
|
276
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createaliascommandoutput.html)
|
|
277
|
+
|
|
278
|
+
</details>
|
|
279
|
+
<details>
|
|
280
|
+
<summary>
|
|
281
|
+
CreateComputer
|
|
282
|
+
</summary>
|
|
283
|
+
|
|
284
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createcomputercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createcomputercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createcomputercommandoutput.html)
|
|
285
|
+
|
|
286
|
+
</details>
|
|
287
|
+
<details>
|
|
288
|
+
<summary>
|
|
289
|
+
CreateConditionalForwarder
|
|
290
|
+
</summary>
|
|
291
|
+
|
|
292
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createconditionalforwardercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createconditionalforwardercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createconditionalforwardercommandoutput.html)
|
|
293
|
+
|
|
294
|
+
</details>
|
|
295
|
+
<details>
|
|
296
|
+
<summary>
|
|
297
|
+
CreateDirectory
|
|
298
|
+
</summary>
|
|
299
|
+
|
|
300
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createdirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createdirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createdirectorycommandoutput.html)
|
|
301
|
+
|
|
302
|
+
</details>
|
|
303
|
+
<details>
|
|
304
|
+
<summary>
|
|
305
|
+
CreateLogSubscription
|
|
306
|
+
</summary>
|
|
307
|
+
|
|
308
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createlogsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createlogsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createlogsubscriptioncommandoutput.html)
|
|
309
|
+
|
|
310
|
+
</details>
|
|
311
|
+
<details>
|
|
312
|
+
<summary>
|
|
313
|
+
CreateMicrosoftAD
|
|
314
|
+
</summary>
|
|
315
|
+
|
|
316
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createmicrosoftadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createmicrosoftadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createmicrosoftadcommandoutput.html)
|
|
317
|
+
|
|
318
|
+
</details>
|
|
319
|
+
<details>
|
|
320
|
+
<summary>
|
|
321
|
+
CreateSnapshot
|
|
322
|
+
</summary>
|
|
323
|
+
|
|
324
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createsnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createsnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createsnapshotcommandoutput.html)
|
|
325
|
+
|
|
326
|
+
</details>
|
|
327
|
+
<details>
|
|
328
|
+
<summary>
|
|
329
|
+
CreateTrust
|
|
330
|
+
</summary>
|
|
331
|
+
|
|
332
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/createtrustcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createtrustcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/createtrustcommandoutput.html)
|
|
333
|
+
|
|
334
|
+
</details>
|
|
335
|
+
<details>
|
|
336
|
+
<summary>
|
|
337
|
+
DeleteConditionalForwarder
|
|
338
|
+
</summary>
|
|
339
|
+
|
|
340
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/deleteconditionalforwardercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deleteconditionalforwardercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deleteconditionalforwardercommandoutput.html)
|
|
341
|
+
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
DeleteDirectory
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/deletedirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletedirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletedirectorycommandoutput.html)
|
|
349
|
+
|
|
350
|
+
</details>
|
|
351
|
+
<details>
|
|
352
|
+
<summary>
|
|
353
|
+
DeleteLogSubscription
|
|
354
|
+
</summary>
|
|
355
|
+
|
|
356
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/deletelogsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletelogsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletelogsubscriptioncommandoutput.html)
|
|
357
|
+
|
|
358
|
+
</details>
|
|
359
|
+
<details>
|
|
360
|
+
<summary>
|
|
361
|
+
DeleteSnapshot
|
|
362
|
+
</summary>
|
|
363
|
+
|
|
364
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/deletesnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletesnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletesnapshotcommandoutput.html)
|
|
365
|
+
|
|
366
|
+
</details>
|
|
367
|
+
<details>
|
|
368
|
+
<summary>
|
|
369
|
+
DeleteTrust
|
|
370
|
+
</summary>
|
|
371
|
+
|
|
372
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/deletetrustcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletetrustcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deletetrustcommandoutput.html)
|
|
373
|
+
|
|
374
|
+
</details>
|
|
375
|
+
<details>
|
|
376
|
+
<summary>
|
|
377
|
+
DeregisterCertificate
|
|
378
|
+
</summary>
|
|
379
|
+
|
|
380
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/deregistercertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deregistercertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deregistercertificatecommandoutput.html)
|
|
381
|
+
|
|
382
|
+
</details>
|
|
383
|
+
<details>
|
|
384
|
+
<summary>
|
|
385
|
+
DeregisterEventTopic
|
|
386
|
+
</summary>
|
|
387
|
+
|
|
388
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/deregistereventtopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deregistereventtopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/deregistereventtopiccommandoutput.html)
|
|
389
|
+
|
|
390
|
+
</details>
|
|
391
|
+
<details>
|
|
392
|
+
<summary>
|
|
393
|
+
DescribeCertificate
|
|
394
|
+
</summary>
|
|
395
|
+
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describecertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describecertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describecertificatecommandoutput.html)
|
|
397
|
+
|
|
398
|
+
</details>
|
|
399
|
+
<details>
|
|
400
|
+
<summary>
|
|
401
|
+
DescribeClientAuthenticationSettings
|
|
402
|
+
</summary>
|
|
403
|
+
|
|
404
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describeclientauthenticationsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeclientauthenticationsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeclientauthenticationsettingscommandoutput.html)
|
|
405
|
+
|
|
406
|
+
</details>
|
|
407
|
+
<details>
|
|
408
|
+
<summary>
|
|
409
|
+
DescribeConditionalForwarders
|
|
410
|
+
</summary>
|
|
411
|
+
|
|
412
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describeconditionalforwarderscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeconditionalforwarderscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeconditionalforwarderscommandoutput.html)
|
|
413
|
+
|
|
414
|
+
</details>
|
|
415
|
+
<details>
|
|
416
|
+
<summary>
|
|
417
|
+
DescribeDirectories
|
|
418
|
+
</summary>
|
|
419
|
+
|
|
420
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describedirectoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describedirectoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describedirectoriescommandoutput.html)
|
|
421
|
+
|
|
422
|
+
</details>
|
|
423
|
+
<details>
|
|
424
|
+
<summary>
|
|
425
|
+
DescribeDomainControllers
|
|
426
|
+
</summary>
|
|
427
|
+
|
|
428
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describedomaincontrollerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describedomaincontrollerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describedomaincontrollerscommandoutput.html)
|
|
429
|
+
|
|
430
|
+
</details>
|
|
431
|
+
<details>
|
|
432
|
+
<summary>
|
|
433
|
+
DescribeEventTopics
|
|
434
|
+
</summary>
|
|
435
|
+
|
|
436
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describeeventtopicscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeeventtopicscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeeventtopicscommandoutput.html)
|
|
437
|
+
|
|
438
|
+
</details>
|
|
439
|
+
<details>
|
|
440
|
+
<summary>
|
|
441
|
+
DescribeLDAPSSettings
|
|
442
|
+
</summary>
|
|
443
|
+
|
|
444
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describeldapssettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeldapssettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeldapssettingscommandoutput.html)
|
|
445
|
+
|
|
446
|
+
</details>
|
|
447
|
+
<details>
|
|
448
|
+
<summary>
|
|
449
|
+
DescribeRegions
|
|
450
|
+
</summary>
|
|
451
|
+
|
|
452
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describeregionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeregionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeregionscommandoutput.html)
|
|
453
|
+
|
|
454
|
+
</details>
|
|
455
|
+
<details>
|
|
456
|
+
<summary>
|
|
457
|
+
DescribeSettings
|
|
458
|
+
</summary>
|
|
459
|
+
|
|
460
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describesettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describesettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describesettingscommandoutput.html)
|
|
461
|
+
|
|
462
|
+
</details>
|
|
463
|
+
<details>
|
|
464
|
+
<summary>
|
|
465
|
+
DescribeSharedDirectories
|
|
466
|
+
</summary>
|
|
467
|
+
|
|
468
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describeshareddirectoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeshareddirectoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeshareddirectoriescommandoutput.html)
|
|
469
|
+
|
|
470
|
+
</details>
|
|
471
|
+
<details>
|
|
472
|
+
<summary>
|
|
473
|
+
DescribeSnapshots
|
|
474
|
+
</summary>
|
|
475
|
+
|
|
476
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describesnapshotscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describesnapshotscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describesnapshotscommandoutput.html)
|
|
477
|
+
|
|
478
|
+
</details>
|
|
479
|
+
<details>
|
|
480
|
+
<summary>
|
|
481
|
+
DescribeTrusts
|
|
482
|
+
</summary>
|
|
483
|
+
|
|
484
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describetrustscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describetrustscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describetrustscommandoutput.html)
|
|
485
|
+
|
|
486
|
+
</details>
|
|
487
|
+
<details>
|
|
488
|
+
<summary>
|
|
489
|
+
DescribeUpdateDirectory
|
|
490
|
+
</summary>
|
|
491
|
+
|
|
492
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/describeupdatedirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeupdatedirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/describeupdatedirectorycommandoutput.html)
|
|
493
|
+
|
|
494
|
+
</details>
|
|
495
|
+
<details>
|
|
496
|
+
<summary>
|
|
497
|
+
DisableClientAuthentication
|
|
498
|
+
</summary>
|
|
499
|
+
|
|
500
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/disableclientauthenticationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disableclientauthenticationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disableclientauthenticationcommandoutput.html)
|
|
501
|
+
|
|
502
|
+
</details>
|
|
503
|
+
<details>
|
|
504
|
+
<summary>
|
|
505
|
+
DisableLDAPS
|
|
506
|
+
</summary>
|
|
507
|
+
|
|
508
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/disableldapscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disableldapscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disableldapscommandoutput.html)
|
|
509
|
+
|
|
510
|
+
</details>
|
|
511
|
+
<details>
|
|
512
|
+
<summary>
|
|
513
|
+
DisableRadius
|
|
514
|
+
</summary>
|
|
515
|
+
|
|
516
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/disableradiuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disableradiuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disableradiuscommandoutput.html)
|
|
517
|
+
|
|
518
|
+
</details>
|
|
519
|
+
<details>
|
|
520
|
+
<summary>
|
|
521
|
+
DisableSso
|
|
522
|
+
</summary>
|
|
523
|
+
|
|
524
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/disablessocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disablessocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/disablessocommandoutput.html)
|
|
525
|
+
|
|
526
|
+
</details>
|
|
527
|
+
<details>
|
|
528
|
+
<summary>
|
|
529
|
+
EnableClientAuthentication
|
|
530
|
+
</summary>
|
|
531
|
+
|
|
532
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/enableclientauthenticationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enableclientauthenticationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enableclientauthenticationcommandoutput.html)
|
|
533
|
+
|
|
534
|
+
</details>
|
|
535
|
+
<details>
|
|
536
|
+
<summary>
|
|
537
|
+
EnableLDAPS
|
|
538
|
+
</summary>
|
|
539
|
+
|
|
540
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/enableldapscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enableldapscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enableldapscommandoutput.html)
|
|
541
|
+
|
|
542
|
+
</details>
|
|
543
|
+
<details>
|
|
544
|
+
<summary>
|
|
545
|
+
EnableRadius
|
|
546
|
+
</summary>
|
|
547
|
+
|
|
548
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/enableradiuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enableradiuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enableradiuscommandoutput.html)
|
|
549
|
+
|
|
550
|
+
</details>
|
|
551
|
+
<details>
|
|
552
|
+
<summary>
|
|
553
|
+
EnableSso
|
|
554
|
+
</summary>
|
|
555
|
+
|
|
556
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/enablessocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enablessocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/enablessocommandoutput.html)
|
|
557
|
+
|
|
558
|
+
</details>
|
|
559
|
+
<details>
|
|
560
|
+
<summary>
|
|
561
|
+
GetDirectoryLimits
|
|
562
|
+
</summary>
|
|
563
|
+
|
|
564
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/getdirectorylimitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/getdirectorylimitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/getdirectorylimitscommandoutput.html)
|
|
565
|
+
|
|
566
|
+
</details>
|
|
567
|
+
<details>
|
|
568
|
+
<summary>
|
|
569
|
+
GetSnapshotLimits
|
|
570
|
+
</summary>
|
|
571
|
+
|
|
572
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/getsnapshotlimitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/getsnapshotlimitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/getsnapshotlimitscommandoutput.html)
|
|
573
|
+
|
|
574
|
+
</details>
|
|
575
|
+
<details>
|
|
576
|
+
<summary>
|
|
577
|
+
ListCertificates
|
|
578
|
+
</summary>
|
|
579
|
+
|
|
580
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/listcertificatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listcertificatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listcertificatescommandoutput.html)
|
|
581
|
+
|
|
582
|
+
</details>
|
|
583
|
+
<details>
|
|
584
|
+
<summary>
|
|
585
|
+
ListIpRoutes
|
|
586
|
+
</summary>
|
|
587
|
+
|
|
588
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/listiproutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listiproutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listiproutescommandoutput.html)
|
|
589
|
+
|
|
590
|
+
</details>
|
|
591
|
+
<details>
|
|
592
|
+
<summary>
|
|
593
|
+
ListLogSubscriptions
|
|
594
|
+
</summary>
|
|
595
|
+
|
|
596
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/listlogsubscriptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listlogsubscriptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listlogsubscriptionscommandoutput.html)
|
|
597
|
+
|
|
598
|
+
</details>
|
|
599
|
+
<details>
|
|
600
|
+
<summary>
|
|
601
|
+
ListSchemaExtensions
|
|
602
|
+
</summary>
|
|
603
|
+
|
|
604
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/listschemaextensionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listschemaextensionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listschemaextensionscommandoutput.html)
|
|
605
|
+
|
|
606
|
+
</details>
|
|
607
|
+
<details>
|
|
608
|
+
<summary>
|
|
609
|
+
ListTagsForResource
|
|
610
|
+
</summary>
|
|
611
|
+
|
|
612
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/listtagsforresourcecommandoutput.html)
|
|
613
|
+
|
|
614
|
+
</details>
|
|
615
|
+
<details>
|
|
616
|
+
<summary>
|
|
617
|
+
RegisterCertificate
|
|
618
|
+
</summary>
|
|
619
|
+
|
|
620
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/registercertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/registercertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/registercertificatecommandoutput.html)
|
|
621
|
+
|
|
622
|
+
</details>
|
|
623
|
+
<details>
|
|
624
|
+
<summary>
|
|
625
|
+
RegisterEventTopic
|
|
626
|
+
</summary>
|
|
627
|
+
|
|
628
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/registereventtopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/registereventtopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/registereventtopiccommandoutput.html)
|
|
629
|
+
|
|
630
|
+
</details>
|
|
631
|
+
<details>
|
|
632
|
+
<summary>
|
|
633
|
+
RejectSharedDirectory
|
|
634
|
+
</summary>
|
|
635
|
+
|
|
636
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/rejectshareddirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/rejectshareddirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/rejectshareddirectorycommandoutput.html)
|
|
637
|
+
|
|
638
|
+
</details>
|
|
639
|
+
<details>
|
|
640
|
+
<summary>
|
|
641
|
+
RemoveIpRoutes
|
|
642
|
+
</summary>
|
|
643
|
+
|
|
644
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/removeiproutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/removeiproutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/removeiproutescommandoutput.html)
|
|
645
|
+
|
|
646
|
+
</details>
|
|
647
|
+
<details>
|
|
648
|
+
<summary>
|
|
649
|
+
RemoveRegion
|
|
650
|
+
</summary>
|
|
651
|
+
|
|
652
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/removeregioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/removeregioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/removeregioncommandoutput.html)
|
|
653
|
+
|
|
654
|
+
</details>
|
|
655
|
+
<details>
|
|
656
|
+
<summary>
|
|
657
|
+
RemoveTagsFromResource
|
|
658
|
+
</summary>
|
|
659
|
+
|
|
660
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/removetagsfromresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/removetagsfromresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/removetagsfromresourcecommandoutput.html)
|
|
661
|
+
|
|
662
|
+
</details>
|
|
663
|
+
<details>
|
|
664
|
+
<summary>
|
|
665
|
+
ResetUserPassword
|
|
666
|
+
</summary>
|
|
667
|
+
|
|
668
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/resetuserpasswordcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/resetuserpasswordcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/resetuserpasswordcommandoutput.html)
|
|
669
|
+
|
|
670
|
+
</details>
|
|
671
|
+
<details>
|
|
672
|
+
<summary>
|
|
673
|
+
RestoreFromSnapshot
|
|
674
|
+
</summary>
|
|
675
|
+
|
|
676
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/restorefromsnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/restorefromsnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/restorefromsnapshotcommandoutput.html)
|
|
677
|
+
|
|
678
|
+
</details>
|
|
679
|
+
<details>
|
|
680
|
+
<summary>
|
|
681
|
+
ShareDirectory
|
|
682
|
+
</summary>
|
|
683
|
+
|
|
684
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/sharedirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/sharedirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/sharedirectorycommandoutput.html)
|
|
685
|
+
|
|
686
|
+
</details>
|
|
687
|
+
<details>
|
|
688
|
+
<summary>
|
|
689
|
+
StartSchemaExtension
|
|
690
|
+
</summary>
|
|
691
|
+
|
|
692
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/startschemaextensioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/startschemaextensioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/startschemaextensioncommandoutput.html)
|
|
693
|
+
|
|
694
|
+
</details>
|
|
695
|
+
<details>
|
|
696
|
+
<summary>
|
|
697
|
+
UnshareDirectory
|
|
698
|
+
</summary>
|
|
699
|
+
|
|
700
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/unsharedirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/unsharedirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/unsharedirectorycommandoutput.html)
|
|
701
|
+
|
|
702
|
+
</details>
|
|
703
|
+
<details>
|
|
704
|
+
<summary>
|
|
705
|
+
UpdateConditionalForwarder
|
|
706
|
+
</summary>
|
|
707
|
+
|
|
708
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/updateconditionalforwardercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updateconditionalforwardercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updateconditionalforwardercommandoutput.html)
|
|
709
|
+
|
|
710
|
+
</details>
|
|
711
|
+
<details>
|
|
712
|
+
<summary>
|
|
713
|
+
UpdateDirectorySetup
|
|
714
|
+
</summary>
|
|
715
|
+
|
|
716
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/updatedirectorysetupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatedirectorysetupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatedirectorysetupcommandoutput.html)
|
|
717
|
+
|
|
718
|
+
</details>
|
|
719
|
+
<details>
|
|
720
|
+
<summary>
|
|
721
|
+
UpdateNumberOfDomainControllers
|
|
722
|
+
</summary>
|
|
723
|
+
|
|
724
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/updatenumberofdomaincontrollerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatenumberofdomaincontrollerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatenumberofdomaincontrollerscommandoutput.html)
|
|
725
|
+
|
|
726
|
+
</details>
|
|
727
|
+
<details>
|
|
728
|
+
<summary>
|
|
729
|
+
UpdateRadius
|
|
730
|
+
</summary>
|
|
731
|
+
|
|
732
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/updateradiuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updateradiuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updateradiuscommandoutput.html)
|
|
733
|
+
|
|
734
|
+
</details>
|
|
735
|
+
<details>
|
|
736
|
+
<summary>
|
|
737
|
+
UpdateSettings
|
|
738
|
+
</summary>
|
|
739
|
+
|
|
740
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/updatesettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatesettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatesettingscommandoutput.html)
|
|
741
|
+
|
|
742
|
+
</details>
|
|
743
|
+
<details>
|
|
744
|
+
<summary>
|
|
745
|
+
UpdateTrust
|
|
746
|
+
</summary>
|
|
747
|
+
|
|
748
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/updatetrustcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatetrustcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/updatetrustcommandoutput.html)
|
|
749
|
+
|
|
750
|
+
</details>
|
|
751
|
+
<details>
|
|
752
|
+
<summary>
|
|
753
|
+
VerifyTrust
|
|
754
|
+
</summary>
|
|
755
|
+
|
|
756
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/classes/verifytrustcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/verifytrustcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-directory-service/interfaces/verifytrustcommandoutput.html)
|
|
757
|
+
|
|
758
|
+
</details>
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { AcceptSharedDirectoryRequest, AcceptSharedDirectoryResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AcceptSharedDirectoryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AcceptSharedDirectoryCommandInput extends AcceptSharedDirectoryRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AcceptSharedDirectoryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirectoryResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { AddIpRoutesRequest, AddIpRoutesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AddIpRoutesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AddIpRoutesCommandInput extends AddIpRoutesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AddIpRoutesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { AddRegionRequest, AddRegionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AddRegionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AddRegionCommandInput extends AddRegionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AddRegionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { AddTagsToResourceRequest, AddTagsToResourceResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AddTagsToResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AddTagsToResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { CancelSchemaExtensionRequest, CancelSchemaExtensionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelSchemaExtensionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelSchemaExtensionCommandInput extends CancelSchemaExtensionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelSchemaExtensionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|