@aws-sdk/client-directory-service 3.321.1 → 3.326.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
  2. package/dist-types/commands/AddIpRoutesCommand.d.ts +4 -0
  3. package/dist-types/commands/AddRegionCommand.d.ts +4 -0
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  5. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +4 -0
  6. package/dist-types/commands/ConnectDirectoryCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateAliasCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateComputerCommand.d.ts +15 -0
  9. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +4 -0
  10. package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +4 -0
  12. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateTrustCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteTrustCommand.d.ts +6 -0
  20. package/dist-types/commands/DeregisterCertificateCommand.d.ts +4 -0
  21. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +4 -0
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +17 -0
  23. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +13 -0
  24. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +14 -0
  25. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +105 -0
  26. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +20 -0
  27. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +14 -0
  28. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +13 -0
  29. package/dist-types/commands/DescribeRegionsCommand.d.ts +24 -0
  30. package/dist-types/commands/DescribeSettingsCommand.d.ts +24 -0
  31. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +19 -0
  32. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTrustsCommand.d.ts +21 -0
  34. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +26 -0
  35. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +4 -0
  36. package/dist-types/commands/DisableLDAPSCommand.d.ts +4 -0
  37. package/dist-types/commands/DisableRadiusCommand.d.ts +4 -0
  38. package/dist-types/commands/DisableSsoCommand.d.ts +4 -0
  39. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +4 -0
  40. package/dist-types/commands/EnableLDAPSCommand.d.ts +4 -0
  41. package/dist-types/commands/EnableRadiusCommand.d.ts +4 -0
  42. package/dist-types/commands/EnableSsoCommand.d.ts +4 -0
  43. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +16 -0
  44. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +10 -0
  45. package/dist-types/commands/ListCertificatesCommand.d.ts +15 -0
  46. package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +13 -0
  48. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +17 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  50. package/dist-types/commands/RegisterCertificateCommand.d.ts +6 -0
  51. package/dist-types/commands/RegisterEventTopicCommand.d.ts +4 -0
  52. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +6 -0
  53. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +4 -0
  54. package/dist-types/commands/RemoveRegionCommand.d.ts +4 -0
  55. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  56. package/dist-types/commands/ResetUserPasswordCommand.d.ts +4 -0
  57. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +4 -0
  58. package/dist-types/commands/ShareDirectoryCommand.d.ts +6 -0
  59. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +6 -0
  60. package/dist-types/commands/UnshareDirectoryCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +4 -0
  62. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateRadiusCommand.d.ts +4 -0
  65. package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateTrustCommand.d.ts +7 -0
  67. package/dist-types/commands/VerifyTrustCommand.d.ts +6 -0
  68. package/package.json +16 -16
@@ -31,6 +31,20 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector
31
31
  * };
32
32
  * const command = new AcceptSharedDirectoryCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // AcceptSharedDirectoryResult
35
+ * // SharedDirectory: { // SharedDirectory
36
+ * // OwnerAccountId: "STRING_VALUE",
37
+ * // OwnerDirectoryId: "STRING_VALUE",
38
+ * // ShareMethod: "ORGANIZATIONS" || "HANDSHAKE",
39
+ * // SharedAccountId: "STRING_VALUE",
40
+ * // SharedDirectoryId: "STRING_VALUE",
41
+ * // ShareStatus: "Shared" || "PendingAcceptance" || "Rejected" || "Rejecting" || "RejectFailed" || "Sharing" || "ShareFailed" || "Deleted" || "Deleting",
42
+ * // ShareNotes: "STRING_VALUE",
43
+ * // CreatedDateTime: new Date("TIMESTAMP"),
44
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
45
+ * // },
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param AcceptSharedDirectoryCommandInput - {@link AcceptSharedDirectoryCommandInput}
@@ -54,6 +68,8 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector
54
68
  * @throws {@link ServiceException} (server fault)
55
69
  * <p>An exception has occurred in Directory Service.</p>
56
70
  *
71
+ * @throws {@link DirectoryServiceServiceException}
72
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
57
73
  *
58
74
  */
59
75
  export declare class AcceptSharedDirectoryCommand extends $Command<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -45,6 +45,8 @@ export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataB
45
45
  * };
46
46
  * const command = new AddIpRoutesCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // {};
49
+ *
48
50
  * ```
49
51
  *
50
52
  * @param AddIpRoutesCommandInput - {@link AddIpRoutesCommandInput}
@@ -75,6 +77,8 @@ export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataB
75
77
  * @throws {@link ServiceException} (server fault)
76
78
  * <p>An exception has occurred in Directory Service.</p>
77
79
  *
80
+ * @throws {@link DirectoryServiceServiceException}
81
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
78
82
  *
79
83
  */
80
84
  export declare class AddIpRoutesCommand extends $Command<AddIpRoutesCommandInput, AddIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBeare
38
38
  * };
39
39
  * const command = new AddRegionCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param AddRegionCommandInput - {@link AddRegionCommandInput}
@@ -78,6 +80,8 @@ export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBeare
78
80
  * @throws {@link UnsupportedOperationException} (client fault)
79
81
  * <p>The operation is not supported.</p>
80
82
  *
83
+ * @throws {@link DirectoryServiceServiceException}
84
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
81
85
  *
82
86
  */
83
87
  export declare class AddRegionCommand extends $Command<AddRegionCommandInput, AddRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
39
39
  * };
40
40
  * const command = new AddTagsToResourceCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param AddTagsToResourceCommandInput - {@link AddTagsToResourceCommandInput}
@@ -62,6 +64,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
62
64
  * @throws {@link TagLimitExceededException} (client fault)
63
65
  * <p>The maximum allowed number of tags was exceeded.</p>
64
66
  *
67
+ * @throws {@link DirectoryServiceServiceException}
68
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
65
69
  *
66
70
  */
67
71
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensio
36
36
  * };
37
37
  * const command = new CancelSchemaExtensionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param CancelSchemaExtensionCommandInput - {@link CancelSchemaExtensionCommandInput}
@@ -53,6 +55,8 @@ export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensio
53
55
  * @throws {@link ServiceException} (server fault)
54
56
  * <p>An exception has occurred in Directory Service.</p>
55
57
  *
58
+ * @throws {@link DirectoryServiceServiceException}
59
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
56
60
  *
57
61
  */
58
62
  export declare class CancelSchemaExtensionCommand extends $Command<CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -55,6 +55,10 @@ export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, _
55
55
  * };
56
56
  * const command = new ConnectDirectoryCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // ConnectDirectoryResult
59
+ * // DirectoryId: "STRING_VALUE",
60
+ * // };
61
+ *
58
62
  * ```
59
63
  *
60
64
  * @param ConnectDirectoryCommandInput - {@link ConnectDirectoryCommandInput}
@@ -77,6 +81,8 @@ export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, _
77
81
  * @throws {@link ServiceException} (server fault)
78
82
  * <p>An exception has occurred in Directory Service.</p>
79
83
  *
84
+ * @throws {@link DirectoryServiceServiceException}
85
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
80
86
  *
81
87
  */
82
88
  export declare class ConnectDirectoryCommand extends $Command<ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -37,6 +37,11 @@ export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataB
37
37
  * };
38
38
  * const command = new CreateAliasCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // CreateAliasResult
41
+ * // DirectoryId: "STRING_VALUE",
42
+ * // Alias: "STRING_VALUE",
43
+ * // };
44
+ *
40
45
  * ```
41
46
  *
42
47
  * @param CreateAliasCommandInput - {@link CreateAliasCommandInput}
@@ -60,6 +65,8 @@ export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataB
60
65
  * @throws {@link ServiceException} (server fault)
61
66
  * <p>An exception has occurred in Directory Service.</p>
62
67
  *
68
+ * @throws {@link DirectoryServiceServiceException}
69
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
63
70
  *
64
71
  */
65
72
  export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -40,6 +40,19 @@ export interface CreateComputerCommandOutput extends CreateComputerResult, __Met
40
40
  * };
41
41
  * const command = new CreateComputerCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // CreateComputerResult
44
+ * // Computer: { // Computer
45
+ * // ComputerId: "STRING_VALUE",
46
+ * // ComputerName: "STRING_VALUE",
47
+ * // ComputerAttributes: [ // Attributes
48
+ * // { // Attribute
49
+ * // Name: "STRING_VALUE",
50
+ * // Value: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // };
55
+ *
43
56
  * ```
44
57
  *
45
58
  * @param CreateComputerCommandInput - {@link CreateComputerCommandInput}
@@ -72,6 +85,8 @@ export interface CreateComputerCommandOutput extends CreateComputerResult, __Met
72
85
  * @throws {@link UnsupportedOperationException} (client fault)
73
86
  * <p>The operation is not supported.</p>
74
87
  *
88
+ * @throws {@link DirectoryServiceServiceException}
89
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
75
90
  *
76
91
  */
77
92
  export declare class CreateComputerCommand extends $Command<CreateComputerCommandInput, CreateComputerCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface CreateConditionalForwarderCommandOutput extends CreateCondition
37
37
  * };
38
38
  * const command = new CreateConditionalForwarderCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param CreateConditionalForwarderCommandInput - {@link CreateConditionalForwarderCommandInput}
@@ -66,6 +68,8 @@ export interface CreateConditionalForwarderCommandOutput extends CreateCondition
66
68
  * @throws {@link UnsupportedOperationException} (client fault)
67
69
  * <p>The operation is not supported.</p>
68
70
  *
71
+ * @throws {@link DirectoryServiceServiceException}
72
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
69
73
  *
70
74
  */
71
75
  export declare class CreateConditionalForwarderCommand extends $Command<CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -52,6 +52,10 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __M
52
52
  * };
53
53
  * const command = new CreateDirectoryCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // CreateDirectoryResult
56
+ * // DirectoryId: "STRING_VALUE",
57
+ * // };
58
+ *
55
59
  * ```
56
60
  *
57
61
  * @param CreateDirectoryCommandInput - {@link CreateDirectoryCommandInput}
@@ -74,6 +78,8 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __M
74
78
  * @throws {@link ServiceException} (server fault)
75
79
  * <p>An exception has occurred in Directory Service.</p>
76
80
  *
81
+ * @throws {@link DirectoryServiceServiceException}
82
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
77
83
  *
78
84
  */
79
85
  export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface CreateLogSubscriptionCommandOutput extends CreateLogSubscriptio
33
33
  * };
34
34
  * const command = new CreateLogSubscriptionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param CreateLogSubscriptionCommandInput - {@link CreateLogSubscriptionCommandInput}
@@ -59,6 +61,8 @@ export interface CreateLogSubscriptionCommandOutput extends CreateLogSubscriptio
59
61
  * @throws {@link UnsupportedOperationException} (client fault)
60
62
  * <p>The operation is not supported.</p>
61
63
  *
64
+ * @throws {@link DirectoryServiceServiceException}
65
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
62
66
  *
63
67
  */
64
68
  export declare class CreateLogSubscriptionCommand extends $Command<CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -50,6 +50,10 @@ export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult,
50
50
  * };
51
51
  * const command = new CreateMicrosoftADCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // CreateMicrosoftADResult
54
+ * // DirectoryId: "STRING_VALUE",
55
+ * // };
56
+ *
53
57
  * ```
54
58
  *
55
59
  * @param CreateMicrosoftADCommandInput - {@link CreateMicrosoftADCommandInput}
@@ -75,6 +79,8 @@ export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult,
75
79
  * @throws {@link UnsupportedOperationException} (client fault)
76
80
  * <p>The operation is not supported.</p>
77
81
  *
82
+ * @throws {@link DirectoryServiceServiceException}
83
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
78
84
  *
79
85
  */
80
86
  export declare class CreateMicrosoftADCommand extends $Command<CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -35,6 +35,10 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
35
35
  * };
36
36
  * const command = new CreateSnapshotCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // CreateSnapshotResult
39
+ * // SnapshotId: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param CreateSnapshotCommandInput - {@link CreateSnapshotCommandInput}
@@ -60,6 +64,8 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
60
64
  * use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
61
65
  * for a directory.</p>
62
66
  *
67
+ * @throws {@link DirectoryServiceServiceException}
68
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
63
69
  *
64
70
  */
65
71
  export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -45,6 +45,10 @@ export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataB
45
45
  * };
46
46
  * const command = new CreateTrustCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // CreateTrustResult
49
+ * // TrustId: "STRING_VALUE",
50
+ * // };
51
+ *
48
52
  * ```
49
53
  *
50
54
  * @param CreateTrustCommandInput - {@link CreateTrustCommandInput}
@@ -71,6 +75,8 @@ export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataB
71
75
  * @throws {@link UnsupportedOperationException} (client fault)
72
76
  * <p>The operation is not supported.</p>
73
77
  *
78
+ * @throws {@link DirectoryServiceServiceException}
79
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
74
80
  *
75
81
  */
76
82
  export declare class CreateTrustCommand extends $Command<CreateTrustCommandInput, CreateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteConditionalForwarderCommandOutput extends DeleteCondition
33
33
  * };
34
34
  * const command = new DeleteConditionalForwarderCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteConditionalForwarderCommandInput - {@link DeleteConditionalForwarderCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteConditionalForwarderCommandOutput extends DeleteCondition
59
61
  * @throws {@link UnsupportedOperationException} (client fault)
60
62
  * <p>The operation is not supported.</p>
61
63
  *
64
+ * @throws {@link DirectoryServiceServiceException}
65
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
62
66
  *
63
67
  */
64
68
  export declare class DeleteConditionalForwarderCommand extends $Command<DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -35,6 +35,10 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __M
35
35
  * };
36
36
  * const command = new DeleteDirectoryCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteDirectoryResult
39
+ * // DirectoryId: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param DeleteDirectoryCommandInput - {@link DeleteDirectoryCommandInput}
@@ -52,6 +56,8 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __M
52
56
  * @throws {@link ServiceException} (server fault)
53
57
  * <p>An exception has occurred in Directory Service.</p>
54
58
  *
59
+ * @throws {@link DirectoryServiceServiceException}
60
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
55
61
  *
56
62
  */
57
63
  export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteLogSubscriptionCommandOutput extends DeleteLogSubscriptio
31
31
  * };
32
32
  * const command = new DeleteLogSubscriptionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteLogSubscriptionCommandInput - {@link DeleteLogSubscriptionCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteLogSubscriptionCommandOutput extends DeleteLogSubscriptio
51
53
  * @throws {@link UnsupportedOperationException} (client fault)
52
54
  * <p>The operation is not supported.</p>
53
55
  *
56
+ * @throws {@link DirectoryServiceServiceException}
57
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteLogSubscriptionCommand extends $Command<DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met
31
31
  * };
32
32
  * const command = new DeleteSnapshotCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteSnapshotResult
35
+ * // SnapshotId: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param DeleteSnapshotCommandInput - {@link DeleteSnapshotCommandInput}
@@ -51,6 +55,8 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met
51
55
  * @throws {@link ServiceException} (server fault)
52
56
  * <p>An exception has occurred in Directory Service.</p>
53
57
  *
58
+ * @throws {@link DirectoryServiceServiceException}
59
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
54
60
  *
55
61
  */
56
62
  export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface DeleteTrustCommandOutput extends DeleteTrustResult, __MetadataB
33
33
  * };
34
34
  * const command = new DeleteTrustCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteTrustResult
37
+ * // TrustId: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param DeleteTrustCommandInput - {@link DeleteTrustCommandInput}
@@ -56,6 +60,8 @@ export interface DeleteTrustCommandOutput extends DeleteTrustResult, __MetadataB
56
60
  * @throws {@link UnsupportedOperationException} (client fault)
57
61
  * <p>The operation is not supported.</p>
58
62
  *
63
+ * @throws {@link DirectoryServiceServiceException}
64
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
59
65
  *
60
66
  */
61
67
  export declare class DeleteTrustCommand extends $Command<DeleteTrustCommandInput, DeleteTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeregisterCertificateCommandOutput extends DeregisterCertificat
32
32
  * };
33
33
  * const command = new DeregisterCertificateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeregisterCertificateCommandInput - {@link DeregisterCertificateCommandInput}
@@ -65,6 +67,8 @@ export interface DeregisterCertificateCommandOutput extends DeregisterCertificat
65
67
  * @throws {@link UnsupportedOperationException} (client fault)
66
68
  * <p>The operation is not supported.</p>
67
69
  *
70
+ * @throws {@link DirectoryServiceServiceException}
71
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
68
72
  *
69
73
  */
70
74
  export declare class DeregisterCertificateCommand extends $Command<DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeregisterEventTopicCommandOutput extends DeregisterEventTopicR
32
32
  * };
33
33
  * const command = new DeregisterEventTopicCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeregisterEventTopicCommandInput - {@link DeregisterEventTopicCommandInput}
@@ -52,6 +54,8 @@ export interface DeregisterEventTopicCommandOutput extends DeregisterEventTopicR
52
54
  * @throws {@link ServiceException} (server fault)
53
55
  * <p>An exception has occurred in Directory Service.</p>
54
56
  *
57
+ * @throws {@link DirectoryServiceServiceException}
58
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeregisterEventTopicCommand extends $Command<DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,21 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
32
32
  * };
33
33
  * const command = new DescribeCertificateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeCertificateResult
36
+ * // Certificate: { // Certificate
37
+ * // CertificateId: "STRING_VALUE",
38
+ * // State: "Registering" || "Registered" || "RegisterFailed" || "Deregistering" || "Deregistered" || "DeregisterFailed",
39
+ * // StateReason: "STRING_VALUE",
40
+ * // CommonName: "STRING_VALUE",
41
+ * // RegisteredDateTime: new Date("TIMESTAMP"),
42
+ * // ExpiryDateTime: new Date("TIMESTAMP"),
43
+ * // Type: "ClientCertAuth" || "ClientLDAPS",
44
+ * // ClientCertAuthSettings: { // ClientCertAuthSettings
45
+ * // OCSPUrl: "STRING_VALUE",
46
+ * // },
47
+ * // },
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeCertificateCommandInput - {@link DescribeCertificateCommandInput}
@@ -58,6 +73,8 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
58
73
  * @throws {@link UnsupportedOperationException} (client fault)
59
74
  * <p>The operation is not supported.</p>
60
75
  *
76
+ * @throws {@link DirectoryServiceServiceException}
77
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
61
78
  *
62
79
  */
63
80
  export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -35,6 +35,17 @@ export interface DescribeClientAuthenticationSettingsCommandOutput extends Descr
35
35
  * };
36
36
  * const command = new DescribeClientAuthenticationSettingsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeClientAuthenticationSettingsResult
39
+ * // ClientAuthenticationSettingsInfo: [ // ClientAuthenticationSettingsInfo
40
+ * // { // ClientAuthenticationSettingInfo
41
+ * // Type: "SmartCard" || "SmartCardOrPassword",
42
+ * // Status: "Enabled" || "Disabled",
43
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
38
49
  * ```
39
50
  *
40
51
  * @param DescribeClientAuthenticationSettingsCommandInput - {@link DescribeClientAuthenticationSettingsCommandInput}
@@ -61,6 +72,8 @@ export interface DescribeClientAuthenticationSettingsCommandOutput extends Descr
61
72
  * @throws {@link UnsupportedOperationException} (client fault)
62
73
  * <p>The operation is not supported.</p>
63
74
  *
75
+ * @throws {@link DirectoryServiceServiceException}
76
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
64
77
  *
65
78
  */
66
79
  export declare class DescribeClientAuthenticationSettingsCommand extends $Command<DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,18 @@ export interface DescribeConditionalForwardersCommandOutput extends DescribeCond
36
36
  * };
37
37
  * const command = new DescribeConditionalForwardersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeConditionalForwardersResult
40
+ * // ConditionalForwarders: [ // ConditionalForwarders
41
+ * // { // ConditionalForwarder
42
+ * // RemoteDomainName: "STRING_VALUE",
43
+ * // DnsIpAddrs: [ // DnsIpAddrs
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // ReplicationScope: "Domain",
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
39
51
  * ```
40
52
  *
41
53
  * @param DescribeConditionalForwardersCommandInput - {@link DescribeConditionalForwardersCommandInput}
@@ -62,6 +74,8 @@ export interface DescribeConditionalForwardersCommandOutput extends DescribeCond
62
74
  * @throws {@link UnsupportedOperationException} (client fault)
63
75
  * <p>The operation is not supported.</p>
64
76
  *
77
+ * @throws {@link DirectoryServiceServiceException}
78
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
65
79
  *
66
80
  */
67
81
  export declare class DescribeConditionalForwardersCommand extends $Command<DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -45,6 +45,109 @@ export interface DescribeDirectoriesCommandOutput extends DescribeDirectoriesRes
45
45
  * };
46
46
  * const command = new DescribeDirectoriesCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // DescribeDirectoriesResult
49
+ * // DirectoryDescriptions: [ // DirectoryDescriptions
50
+ * // { // DirectoryDescription
51
+ * // DirectoryId: "STRING_VALUE",
52
+ * // Name: "STRING_VALUE",
53
+ * // ShortName: "STRING_VALUE",
54
+ * // Size: "Small" || "Large",
55
+ * // Edition: "Enterprise" || "Standard",
56
+ * // Alias: "STRING_VALUE",
57
+ * // AccessUrl: "STRING_VALUE",
58
+ * // Description: "STRING_VALUE",
59
+ * // DnsIpAddrs: [ // DnsIpAddrs
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // Stage: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed",
63
+ * // ShareStatus: "Shared" || "PendingAcceptance" || "Rejected" || "Rejecting" || "RejectFailed" || "Sharing" || "ShareFailed" || "Deleted" || "Deleting",
64
+ * // ShareMethod: "ORGANIZATIONS" || "HANDSHAKE",
65
+ * // ShareNotes: "STRING_VALUE",
66
+ * // LaunchTime: new Date("TIMESTAMP"),
67
+ * // StageLastUpdatedDateTime: new Date("TIMESTAMP"),
68
+ * // Type: "SimpleAD" || "ADConnector" || "MicrosoftAD" || "SharedMicrosoftAD",
69
+ * // VpcSettings: { // DirectoryVpcSettingsDescription
70
+ * // VpcId: "STRING_VALUE",
71
+ * // SubnetIds: [ // SubnetIds
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // SecurityGroupId: "STRING_VALUE",
75
+ * // AvailabilityZones: [ // AvailabilityZones
76
+ * // "STRING_VALUE",
77
+ * // ],
78
+ * // },
79
+ * // ConnectSettings: { // DirectoryConnectSettingsDescription
80
+ * // VpcId: "STRING_VALUE",
81
+ * // SubnetIds: [
82
+ * // "STRING_VALUE",
83
+ * // ],
84
+ * // CustomerUserName: "STRING_VALUE",
85
+ * // SecurityGroupId: "STRING_VALUE",
86
+ * // AvailabilityZones: [
87
+ * // "STRING_VALUE",
88
+ * // ],
89
+ * // ConnectIps: [ // IpAddrs
90
+ * // "STRING_VALUE",
91
+ * // ],
92
+ * // },
93
+ * // RadiusSettings: { // RadiusSettings
94
+ * // RadiusServers: [ // Servers
95
+ * // "STRING_VALUE",
96
+ * // ],
97
+ * // RadiusPort: Number("int"),
98
+ * // RadiusTimeout: Number("int"),
99
+ * // RadiusRetries: Number("int"),
100
+ * // SharedSecret: "STRING_VALUE",
101
+ * // AuthenticationProtocol: "PAP" || "CHAP" || "MS-CHAPv1" || "MS-CHAPv2",
102
+ * // DisplayLabel: "STRING_VALUE",
103
+ * // UseSameUsername: true || false,
104
+ * // },
105
+ * // RadiusStatus: "Creating" || "Completed" || "Failed",
106
+ * // StageReason: "STRING_VALUE",
107
+ * // SsoEnabled: true || false,
108
+ * // DesiredNumberOfDomainControllers: Number("int"),
109
+ * // OwnerDirectoryDescription: { // OwnerDirectoryDescription
110
+ * // DirectoryId: "STRING_VALUE",
111
+ * // AccountId: "STRING_VALUE",
112
+ * // DnsIpAddrs: [
113
+ * // "STRING_VALUE",
114
+ * // ],
115
+ * // VpcSettings: {
116
+ * // VpcId: "STRING_VALUE",
117
+ * // SubnetIds: [
118
+ * // "STRING_VALUE",
119
+ * // ],
120
+ * // SecurityGroupId: "STRING_VALUE",
121
+ * // AvailabilityZones: [
122
+ * // "STRING_VALUE",
123
+ * // ],
124
+ * // },
125
+ * // RadiusSettings: {
126
+ * // RadiusServers: [
127
+ * // "STRING_VALUE",
128
+ * // ],
129
+ * // RadiusPort: Number("int"),
130
+ * // RadiusTimeout: Number("int"),
131
+ * // RadiusRetries: Number("int"),
132
+ * // SharedSecret: "STRING_VALUE",
133
+ * // AuthenticationProtocol: "PAP" || "CHAP" || "MS-CHAPv1" || "MS-CHAPv2",
134
+ * // DisplayLabel: "STRING_VALUE",
135
+ * // UseSameUsername: true || false,
136
+ * // },
137
+ * // RadiusStatus: "Creating" || "Completed" || "Failed",
138
+ * // },
139
+ * // RegionsInfo: { // RegionsInfo
140
+ * // PrimaryRegion: "STRING_VALUE",
141
+ * // AdditionalRegions: [ // AdditionalRegions
142
+ * // "STRING_VALUE",
143
+ * // ],
144
+ * // },
145
+ * // OsVersion: "SERVER_2012" || "SERVER_2019",
146
+ * // },
147
+ * // ],
148
+ * // NextToken: "STRING_VALUE",
149
+ * // };
150
+ *
48
151
  * ```
49
152
  *
50
153
  * @param DescribeDirectoriesCommandInput - {@link DescribeDirectoriesCommandInput}
@@ -68,6 +171,8 @@ export interface DescribeDirectoriesCommandOutput extends DescribeDirectoriesRes
68
171
  * @throws {@link ServiceException} (server fault)
69
172
  * <p>An exception has occurred in Directory Service.</p>
70
173
  *
174
+ * @throws {@link DirectoryServiceServiceException}
175
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
71
176
  *
72
177
  */
73
178
  export declare class DescribeDirectoriesCommand extends $Command<DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {