@aws-sdk/client-directory-service 3.325.0 → 3.327.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 +7 -7
@@ -36,6 +36,24 @@ export interface DescribeDomainControllersCommandOutput extends DescribeDomainCo
36
36
  * };
37
37
  * const command = new DescribeDomainControllersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeDomainControllersResult
40
+ * // DomainControllers: [ // DomainControllers
41
+ * // { // DomainController
42
+ * // DirectoryId: "STRING_VALUE",
43
+ * // DomainControllerId: "STRING_VALUE",
44
+ * // DnsIpAddr: "STRING_VALUE",
45
+ * // VpcId: "STRING_VALUE",
46
+ * // SubnetId: "STRING_VALUE",
47
+ * // AvailabilityZone: "STRING_VALUE",
48
+ * // Status: "Creating" || "Active" || "Impaired" || "Restoring" || "Deleting" || "Deleted" || "Failed",
49
+ * // StatusReason: "STRING_VALUE",
50
+ * // LaunchTime: new Date("TIMESTAMP"),
51
+ * // StatusLastUpdatedDateTime: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
39
57
  * ```
40
58
  *
41
59
  * @param DescribeDomainControllersCommandInput - {@link DescribeDomainControllersCommandInput}
@@ -62,6 +80,8 @@ export interface DescribeDomainControllersCommandOutput extends DescribeDomainCo
62
80
  * @throws {@link UnsupportedOperationException} (client fault)
63
81
  * <p>The operation is not supported.</p>
64
82
  *
83
+ * @throws {@link DirectoryServiceServiceException}
84
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
65
85
  *
66
86
  */
67
87
  export declare class DescribeDomainControllersCommand extends $Command<DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -37,6 +37,18 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
37
37
  * };
38
38
  * const command = new DescribeEventTopicsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // DescribeEventTopicsResult
41
+ * // EventTopics: [ // EventTopics
42
+ * // { // EventTopic
43
+ * // DirectoryId: "STRING_VALUE",
44
+ * // TopicName: "STRING_VALUE",
45
+ * // TopicArn: "STRING_VALUE",
46
+ * // CreatedDateTime: new Date("TIMESTAMP"),
47
+ * // Status: "Registered" || "Topic not found" || "Failed" || "Deleted",
48
+ * // },
49
+ * // ],
50
+ * // };
51
+ *
40
52
  * ```
41
53
  *
42
54
  * @param DescribeEventTopicsCommandInput - {@link DescribeEventTopicsCommandInput}
@@ -57,6 +69,8 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
57
69
  * @throws {@link ServiceException} (server fault)
58
70
  * <p>An exception has occurred in Directory Service.</p>
59
71
  *
72
+ * @throws {@link DirectoryServiceServiceException}
73
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
60
74
  *
61
75
  */
62
76
  export declare class DescribeEventTopicsCommand extends $Command<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -34,6 +34,17 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
34
34
  * };
35
35
  * const command = new DescribeLDAPSSettingsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeLDAPSSettingsResult
38
+ * // LDAPSSettingsInfo: [ // LDAPSSettingsInfo
39
+ * // { // LDAPSSettingInfo
40
+ * // LDAPSStatus: "Enabling" || "Enabled" || "EnableFailed" || "Disabled",
41
+ * // LDAPSStatusReason: "STRING_VALUE",
42
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
37
48
  * ```
38
49
  *
39
50
  * @param DescribeLDAPSSettingsCommandInput - {@link DescribeLDAPSSettingsCommandInput}
@@ -60,6 +71,8 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
60
71
  * @throws {@link UnsupportedOperationException} (client fault)
61
72
  * <p>The operation is not supported.</p>
62
73
  *
74
+ * @throws {@link DirectoryServiceServiceException}
75
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
63
76
  *
64
77
  */
65
78
  export declare class DescribeLDAPSSettingsCommand extends $Command<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -34,6 +34,28 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
34
34
  * };
35
35
  * const command = new DescribeRegionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeRegionsResult
38
+ * // RegionsDescription: [ // RegionsDescription
39
+ * // { // RegionDescription
40
+ * // DirectoryId: "STRING_VALUE",
41
+ * // RegionName: "STRING_VALUE",
42
+ * // RegionType: "Primary" || "Additional",
43
+ * // Status: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed",
44
+ * // VpcSettings: { // DirectoryVpcSettings
45
+ * // VpcId: "STRING_VALUE", // required
46
+ * // SubnetIds: [ // SubnetIds // required
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // },
50
+ * // DesiredNumberOfDomainControllers: Number("int"),
51
+ * // LaunchTime: new Date("TIMESTAMP"),
52
+ * // StatusLastUpdatedDateTime: new Date("TIMESTAMP"),
53
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
37
59
  * ```
38
60
  *
39
61
  * @param DescribeRegionsCommandInput - {@link DescribeRegionsCommandInput}
@@ -63,6 +85,8 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
63
85
  * @throws {@link UnsupportedOperationException} (client fault)
64
86
  * <p>The operation is not supported.</p>
65
87
  *
88
+ * @throws {@link DirectoryServiceServiceException}
89
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
66
90
  *
67
91
  */
68
92
  export declare class DescribeRegionsCommand extends $Command<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,28 @@ export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, _
33
33
  * };
34
34
  * const command = new DescribeSettingsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeSettingsResult
37
+ * // DirectoryId: "STRING_VALUE",
38
+ * // SettingEntries: [ // SettingEntries
39
+ * // { // SettingEntry
40
+ * // Type: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // AllowedValues: "STRING_VALUE",
43
+ * // AppliedValue: "STRING_VALUE",
44
+ * // RequestedValue: "STRING_VALUE",
45
+ * // RequestStatus: "Requested" || "Updating" || "Updated" || "Failed" || "Default",
46
+ * // RequestDetailedStatus: { // DirectoryConfigurationSettingRequestDetailedStatus
47
+ * // "<keys>": "Requested" || "Updating" || "Updated" || "Failed" || "Default",
48
+ * // },
49
+ * // RequestStatusMessage: "STRING_VALUE",
50
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
51
+ * // LastRequestedDateTime: new Date("TIMESTAMP"),
52
+ * // DataType: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
36
58
  * ```
37
59
  *
38
60
  * @param DescribeSettingsCommandInput - {@link DescribeSettingsCommandInput}
@@ -59,6 +81,8 @@ export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, _
59
81
  * @throws {@link UnsupportedOperationException} (client fault)
60
82
  * <p>The operation is not supported.</p>
61
83
  *
84
+ * @throws {@link DirectoryServiceServiceException}
85
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
62
86
  *
63
87
  */
64
88
  export declare class DescribeSettingsCommand extends $Command<DescribeSettingsCommandInput, DescribeSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,23 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
36
36
  * };
37
37
  * const command = new DescribeSharedDirectoriesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeSharedDirectoriesResult
40
+ * // SharedDirectories: [ // SharedDirectories
41
+ * // { // SharedDirectory
42
+ * // OwnerAccountId: "STRING_VALUE",
43
+ * // OwnerDirectoryId: "STRING_VALUE",
44
+ * // ShareMethod: "ORGANIZATIONS" || "HANDSHAKE",
45
+ * // SharedAccountId: "STRING_VALUE",
46
+ * // SharedDirectoryId: "STRING_VALUE",
47
+ * // ShareStatus: "Shared" || "PendingAcceptance" || "Rejected" || "Rejecting" || "RejectFailed" || "Sharing" || "ShareFailed" || "Deleted" || "Deleting",
48
+ * // ShareNotes: "STRING_VALUE",
49
+ * // CreatedDateTime: new Date("TIMESTAMP"),
50
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
51
+ * // },
52
+ * // ],
53
+ * // NextToken: "STRING_VALUE",
54
+ * // };
55
+ *
39
56
  * ```
40
57
  *
41
58
  * @param DescribeSharedDirectoriesCommandInput - {@link DescribeSharedDirectoriesCommandInput}
@@ -62,6 +79,8 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
62
79
  * @throws {@link UnsupportedOperationException} (client fault)
63
80
  * <p>The operation is not supported.</p>
64
81
  *
82
+ * @throws {@link DirectoryServiceServiceException}
83
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
65
84
  *
66
85
  */
67
86
  export declare class DescribeSharedDirectoriesCommand extends $Command<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -42,6 +42,20 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
42
42
  * };
43
43
  * const command = new DescribeSnapshotsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // DescribeSnapshotsResult
46
+ * // Snapshots: [ // Snapshots
47
+ * // { // Snapshot
48
+ * // DirectoryId: "STRING_VALUE",
49
+ * // SnapshotId: "STRING_VALUE",
50
+ * // Type: "Auto" || "Manual",
51
+ * // Name: "STRING_VALUE",
52
+ * // Status: "Creating" || "Completed" || "Failed",
53
+ * // StartTime: new Date("TIMESTAMP"),
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
45
59
  * ```
46
60
  *
47
61
  * @param DescribeSnapshotsCommandInput - {@link DescribeSnapshotsCommandInput}
@@ -65,6 +79,8 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
65
79
  * @throws {@link ServiceException} (server fault)
66
80
  * <p>An exception has occurred in Directory Service.</p>
67
81
  *
82
+ * @throws {@link DirectoryServiceServiceException}
83
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
68
84
  *
69
85
  */
70
86
  export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -38,6 +38,25 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
38
38
  * };
39
39
  * const command = new DescribeTrustsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeTrustsResult
42
+ * // Trusts: [ // Trusts
43
+ * // { // Trust
44
+ * // DirectoryId: "STRING_VALUE",
45
+ * // TrustId: "STRING_VALUE",
46
+ * // RemoteDomainName: "STRING_VALUE",
47
+ * // TrustType: "Forest" || "External",
48
+ * // TrustDirection: "One-Way: Outgoing" || "One-Way: Incoming" || "Two-Way",
49
+ * // TrustState: "Creating" || "Created" || "Verifying" || "VerifyFailed" || "Verified" || "Updating" || "UpdateFailed" || "Updated" || "Deleting" || "Deleted" || "Failed",
50
+ * // CreatedDateTime: new Date("TIMESTAMP"),
51
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
52
+ * // StateLastUpdatedDateTime: new Date("TIMESTAMP"),
53
+ * // TrustStateReason: "STRING_VALUE",
54
+ * // SelectiveAuth: "Enabled" || "Disabled",
55
+ * // },
56
+ * // ],
57
+ * // NextToken: "STRING_VALUE",
58
+ * // };
59
+ *
41
60
  * ```
42
61
  *
43
62
  * @param DescribeTrustsCommandInput - {@link DescribeTrustsCommandInput}
@@ -64,6 +83,8 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
64
83
  * @throws {@link UnsupportedOperationException} (client fault)
65
84
  * <p>The operation is not supported.</p>
66
85
  *
86
+ * @throws {@link DirectoryServiceServiceException}
87
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
67
88
  *
68
89
  */
69
90
  export declare class DescribeTrustsCommand extends $Command<DescribeTrustsCommandInput, DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,30 @@ export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDire
36
36
  * };
37
37
  * const command = new DescribeUpdateDirectoryCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeUpdateDirectoryResult
40
+ * // UpdateActivities: [ // UpdateActivities
41
+ * // { // UpdateInfoEntry
42
+ * // Region: "STRING_VALUE",
43
+ * // Status: "Updated" || "Updating" || "UpdateFailed",
44
+ * // StatusReason: "STRING_VALUE",
45
+ * // InitiatedBy: "STRING_VALUE",
46
+ * // NewValue: { // UpdateValue
47
+ * // OSUpdateSettings: { // OSUpdateSettings
48
+ * // OSVersion: "SERVER_2012" || "SERVER_2019",
49
+ * // },
50
+ * // },
51
+ * // PreviousValue: {
52
+ * // OSUpdateSettings: {
53
+ * // OSVersion: "SERVER_2012" || "SERVER_2019",
54
+ * // },
55
+ * // },
56
+ * // StartTime: new Date("TIMESTAMP"),
57
+ * // LastUpdatedDateTime: new Date("TIMESTAMP"),
58
+ * // },
59
+ * // ],
60
+ * // NextToken: "STRING_VALUE",
61
+ * // };
62
+ *
39
63
  * ```
40
64
  *
41
65
  * @param DescribeUpdateDirectoryCommandInput - {@link DescribeUpdateDirectoryCommandInput}
@@ -62,6 +86,8 @@ export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDire
62
86
  * @throws {@link ServiceException} (server fault)
63
87
  * <p>An exception has occurred in Directory Service.</p>
64
88
  *
89
+ * @throws {@link DirectoryServiceServiceException}
90
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
65
91
  *
66
92
  */
67
93
  export declare class DescribeUpdateDirectoryCommand extends $Command<DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA
32
32
  * };
33
33
  * const command = new DisableClientAuthenticationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisableClientAuthenticationCommandInput - {@link DisableClientAuthenticationCommandInput}
@@ -58,6 +60,8 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA
58
60
  * @throws {@link UnsupportedOperationException} (client fault)
59
61
  * <p>The operation is not supported.</p>
60
62
  *
63
+ * @throws {@link DirectoryServiceServiceException}
64
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
61
65
  *
62
66
  */
63
67
  export declare class DisableClientAuthenticationCommand extends $Command<DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
32
32
  * };
33
33
  * const command = new DisableLDAPSCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisableLDAPSCommandInput - {@link DisableLDAPSCommandInput}
@@ -62,6 +64,8 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
62
64
  * @throws {@link UnsupportedOperationException} (client fault)
63
65
  * <p>The operation is not supported.</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 DisableLDAPSCommand extends $Command<DisableLDAPSCommandInput, DisableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
32
32
  * };
33
33
  * const command = new DisableRadiusCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisableRadiusCommandInput - {@link DisableRadiusCommandInput}
@@ -49,6 +51,8 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
49
51
  * @throws {@link ServiceException} (server fault)
50
52
  * <p>An exception has occurred in Directory Service.</p>
51
53
  *
54
+ * @throws {@link DirectoryServiceServiceException}
55
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
52
56
  *
53
57
  */
54
58
  export declare class DisableRadiusCommand extends $Command<DisableRadiusCommandInput, DisableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
33
33
  * };
34
34
  * const command = new DisableSsoCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DisableSsoCommandInput - {@link DisableSsoCommandInput}
@@ -56,6 +58,8 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
56
58
  * @throws {@link ServiceException} (server fault)
57
59
  * <p>An exception has occurred in Directory Service.</p>
58
60
  *
61
+ * @throws {@link DirectoryServiceServiceException}
62
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DisableSsoCommand extends $Command<DisableSsoCommandInput, DisableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface EnableClientAuthenticationCommandOutput extends EnableClientAut
32
32
  * };
33
33
  * const command = new EnableClientAuthenticationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param EnableClientAuthenticationCommandInput - {@link EnableClientAuthenticationCommandInput}
@@ -62,6 +64,8 @@ export interface EnableClientAuthenticationCommandOutput extends EnableClientAut
62
64
  * @throws {@link UnsupportedOperationException} (client fault)
63
65
  * <p>The operation is not supported.</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 EnableClientAuthenticationCommand extends $Command<EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface EnableLDAPSCommandOutput extends EnableLDAPSResult, __MetadataB
32
32
  * };
33
33
  * const command = new EnableLDAPSCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param EnableLDAPSCommandInput - {@link EnableLDAPSCommandInput}
@@ -66,6 +68,8 @@ export interface EnableLDAPSCommandOutput extends EnableLDAPSResult, __MetadataB
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 EnableLDAPSCommand extends $Command<EnableLDAPSCommandInput, EnableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __Metadat
44
44
  * };
45
45
  * const command = new EnableRadiusCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param EnableRadiusCommandInput - {@link EnableRadiusCommandInput}
@@ -67,6 +69,8 @@ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __Metadat
67
69
  * @throws {@link ServiceException} (server fault)
68
70
  * <p>An exception has occurred in Directory Service.</p>
69
71
  *
72
+ * @throws {@link DirectoryServiceServiceException}
73
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
70
74
  *
71
75
  */
72
76
  export declare class EnableRadiusCommand extends $Command<EnableRadiusCommandInput, EnableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBeare
35
35
  * };
36
36
  * const command = new EnableSsoCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param EnableSsoCommandInput - {@link EnableSsoCommandInput}
@@ -58,6 +60,8 @@ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBeare
58
60
  * @throws {@link ServiceException} (server fault)
59
61
  * <p>An exception has occurred in Directory Service.</p>
60
62
  *
63
+ * @throws {@link DirectoryServiceServiceException}
64
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
61
65
  *
62
66
  */
63
67
  export declare class EnableSsoCommand extends $Command<EnableSsoCommandInput, EnableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -29,6 +29,20 @@ export interface GetDirectoryLimitsCommandOutput extends GetDirectoryLimitsResul
29
29
  * const input = {};
30
30
  * const command = new GetDirectoryLimitsCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // GetDirectoryLimitsResult
33
+ * // DirectoryLimits: { // DirectoryLimits
34
+ * // CloudOnlyDirectoriesLimit: Number("int"),
35
+ * // CloudOnlyDirectoriesCurrentCount: Number("int"),
36
+ * // CloudOnlyDirectoriesLimitReached: true || false,
37
+ * // CloudOnlyMicrosoftADLimit: Number("int"),
38
+ * // CloudOnlyMicrosoftADCurrentCount: Number("int"),
39
+ * // CloudOnlyMicrosoftADLimitReached: true || false,
40
+ * // ConnectedDirectoriesLimit: Number("int"),
41
+ * // ConnectedDirectoriesCurrentCount: Number("int"),
42
+ * // ConnectedDirectoriesLimitReached: true || false,
43
+ * // },
44
+ * // };
45
+ *
32
46
  * ```
33
47
  *
34
48
  * @param GetDirectoryLimitsCommandInput - {@link GetDirectoryLimitsCommandInput}
@@ -46,6 +60,8 @@ export interface GetDirectoryLimitsCommandOutput extends GetDirectoryLimitsResul
46
60
  * @throws {@link ServiceException} (server fault)
47
61
  * <p>An exception has occurred in Directory Service.</p>
48
62
  *
63
+ * @throws {@link DirectoryServiceServiceException}
64
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
49
65
  *
50
66
  */
51
67
  export declare class GetDirectoryLimitsCommand extends $Command<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -31,6 +31,14 @@ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult,
31
31
  * };
32
32
  * const command = new GetSnapshotLimitsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSnapshotLimitsResult
35
+ * // SnapshotLimits: { // SnapshotLimits
36
+ * // ManualSnapshotsLimit: Number("int"),
37
+ * // ManualSnapshotsCurrentCount: Number("int"),
38
+ * // ManualSnapshotsLimitReached: true || false,
39
+ * // },
40
+ * // };
41
+ *
34
42
  * ```
35
43
  *
36
44
  * @param GetSnapshotLimitsCommandInput - {@link GetSnapshotLimitsCommandInput}
@@ -48,6 +56,8 @@ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult,
48
56
  * @throws {@link ServiceException} (server fault)
49
57
  * <p>An exception has occurred in Directory Service.</p>
50
58
  *
59
+ * @throws {@link DirectoryServiceServiceException}
60
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
51
61
  *
52
62
  */
53
63
  export declare class GetSnapshotLimitsCommand extends $Command<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResult, _
33
33
  * };
34
34
  * const command = new ListCertificatesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListCertificatesResult
37
+ * // NextToken: "STRING_VALUE",
38
+ * // CertificatesInfo: [ // CertificatesInfo
39
+ * // { // CertificateInfo
40
+ * // CertificateId: "STRING_VALUE",
41
+ * // CommonName: "STRING_VALUE",
42
+ * // State: "Registering" || "Registered" || "RegisterFailed" || "Deregistering" || "Deregistered" || "DeregisterFailed",
43
+ * // ExpiryDateTime: new Date("TIMESTAMP"),
44
+ * // Type: "ClientCertAuth" || "ClientLDAPS",
45
+ * // },
46
+ * // ],
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param ListCertificatesCommandInput - {@link ListCertificatesCommandInput}
@@ -59,6 +72,8 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResult, _
59
72
  * @throws {@link UnsupportedOperationException} (client fault)
60
73
  * <p>The operation is not supported.</p>
61
74
  *
75
+ * @throws {@link DirectoryServiceServiceException}
76
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
62
77
  *
63
78
  */
64
79
  export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __Metadat
33
33
  * };
34
34
  * const command = new ListIpRoutesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListIpRoutesResult
37
+ * // IpRoutesInfo: [ // IpRoutesInfo
38
+ * // { // IpRouteInfo
39
+ * // DirectoryId: "STRING_VALUE",
40
+ * // CidrIp: "STRING_VALUE",
41
+ * // IpRouteStatusMsg: "Adding" || "Added" || "Removing" || "Removed" || "AddFailed" || "RemoveFailed",
42
+ * // AddedDateTime: new Date("TIMESTAMP"),
43
+ * // IpRouteStatusReason: "STRING_VALUE",
44
+ * // Description: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param ListIpRoutesCommandInput - {@link ListIpRoutesCommandInput}
@@ -56,6 +70,8 @@ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __Metadat
56
70
  * @throws {@link ServiceException} (server fault)
57
71
  * <p>An exception has occurred in Directory Service.</p>
58
72
  *
73
+ * @throws {@link DirectoryServiceServiceException}
74
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
59
75
  *
60
76
  */
61
77
  export declare class ListIpRoutesCommand extends $Command<ListIpRoutesCommandInput, ListIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsR
33
33
  * };
34
34
  * const command = new ListLogSubscriptionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListLogSubscriptionsResult
37
+ * // LogSubscriptions: [ // LogSubscriptions
38
+ * // { // LogSubscription
39
+ * // DirectoryId: "STRING_VALUE",
40
+ * // LogGroupName: "STRING_VALUE",
41
+ * // SubscriptionCreatedDateTime: new Date("TIMESTAMP"),
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param ListLogSubscriptionsCommandInput - {@link ListLogSubscriptionsCommandInput}
@@ -53,6 +64,8 @@ export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsR
53
64
  * @throws {@link ServiceException} (server fault)
54
65
  * <p>An exception has occurred in Directory Service.</p>
55
66
  *
67
+ * @throws {@link DirectoryServiceServiceException}
68
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
56
69
  *
57
70
  */
58
71
  export declare class ListLogSubscriptionsCommand extends $Command<ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,21 @@ export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsR
33
33
  * };
34
34
  * const command = new ListSchemaExtensionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListSchemaExtensionsResult
37
+ * // SchemaExtensionsInfo: [ // SchemaExtensionsInfo
38
+ * // { // SchemaExtensionInfo
39
+ * // DirectoryId: "STRING_VALUE",
40
+ * // SchemaExtensionId: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // SchemaExtensionStatus: "Initializing" || "CreatingSnapshot" || "UpdatingSchema" || "Replicating" || "CancelInProgress" || "RollbackInProgress" || "Cancelled" || "Failed" || "Completed",
43
+ * // SchemaExtensionStatusReason: "STRING_VALUE",
44
+ * // StartDateTime: new Date("TIMESTAMP"),
45
+ * // EndDateTime: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // };
50
+ *
36
51
  * ```
37
52
  *
38
53
  * @param ListSchemaExtensionsCommandInput - {@link ListSchemaExtensionsCommandInput}
@@ -53,6 +68,8 @@ export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsR
53
68
  * @throws {@link ServiceException} (server fault)
54
69
  * <p>An exception has occurred in Directory Service.</p>
55
70
  *
71
+ * @throws {@link DirectoryServiceServiceException}
72
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
56
73
  *
57
74
  */
58
75
  export declare class ListSchemaExtensionsCommand extends $Command<ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput, DirectoryServiceClientResolvedConfig> {