@aws-sdk/client-directory-service 3.855.0 → 3.857.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 +63 -7
- package/dist-cjs/index.js +489 -7
- package/dist-es/DirectoryService.js +14 -0
- package/dist-es/commands/CreateHybridADCommand.js +22 -0
- package/dist-es/commands/DeleteADAssessmentCommand.js +22 -0
- package/dist-es/commands/DescribeADAssessmentCommand.js +22 -0
- package/dist-es/commands/DescribeHybridADUpdateCommand.js +22 -0
- package/dist-es/commands/ListADAssessmentsCommand.js +22 -0
- package/dist-es/commands/StartADAssessmentCommand.js +22 -0
- package/dist-es/commands/UpdateHybridADCommand.js +22 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +25 -5
- package/dist-es/pagination/ListADAssessmentsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +263 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForHybridADUpdated.js +54 -0
- package/dist-types/DirectoryService.d.ts +51 -0
- package/dist-types/DirectoryServiceClient.d.ts +9 -2
- package/dist-types/commands/CreateHybridADCommand.d.ts +115 -0
- package/dist-types/commands/DeleteADAssessmentCommand.d.ts +91 -0
- package/dist-types/commands/DescribeADAssessmentCommand.d.ts +129 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeHybridADUpdateCommand.d.ts +148 -0
- package/dist-types/commands/ListADAssessmentsCommand.d.ts +105 -0
- package/dist-types/commands/StartADAssessmentCommand.d.ts +132 -0
- package/dist-types/commands/UpdateHybridADCommand.d.ts +122 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +689 -16
- package/dist-types/pagination/ListADAssessmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +63 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +121 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateHybridADCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteADAssessmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeADAssessmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHybridADUpdateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListADAssessmentsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartADAssessmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateHybridADCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +158 -6
- package/dist-types/ts3.4/pagination/ListADAssessmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +84 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForHybridADUpdated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForHybridADUpdated.d.ts +14 -0
- package/package.json +12 -11
|
@@ -17,10 +17,12 @@ import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/Cr
|
|
|
17
17
|
import { CreateComputerCommandInput, CreateComputerCommandOutput } from "./commands/CreateComputerCommand";
|
|
18
18
|
import { CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput } from "./commands/CreateConditionalForwarderCommand";
|
|
19
19
|
import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
20
|
+
import { CreateHybridADCommandInput, CreateHybridADCommandOutput } from "./commands/CreateHybridADCommand";
|
|
20
21
|
import { CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput } from "./commands/CreateLogSubscriptionCommand";
|
|
21
22
|
import { CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput } from "./commands/CreateMicrosoftADCommand";
|
|
22
23
|
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
23
24
|
import { CreateTrustCommandInput, CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
|
|
25
|
+
import { DeleteADAssessmentCommandInput, DeleteADAssessmentCommandOutput } from "./commands/DeleteADAssessmentCommand";
|
|
24
26
|
import { DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput } from "./commands/DeleteConditionalForwarderCommand";
|
|
25
27
|
import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
26
28
|
import { DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput } from "./commands/DeleteLogSubscriptionCommand";
|
|
@@ -28,6 +30,7 @@ import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./comma
|
|
|
28
30
|
import { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
|
|
29
31
|
import { DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput } from "./commands/DeregisterCertificateCommand";
|
|
30
32
|
import { DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput } from "./commands/DeregisterEventTopicCommand";
|
|
33
|
+
import { DescribeADAssessmentCommandInput, DescribeADAssessmentCommandOutput } from "./commands/DescribeADAssessmentCommand";
|
|
31
34
|
import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
|
|
32
35
|
import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
|
|
33
36
|
import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
|
|
@@ -35,6 +38,7 @@ import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } fro
|
|
|
35
38
|
import { DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput } from "./commands/DescribeDirectoryDataAccessCommand";
|
|
36
39
|
import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
|
|
37
40
|
import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
|
|
41
|
+
import { DescribeHybridADUpdateCommandInput, DescribeHybridADUpdateCommandOutput } from "./commands/DescribeHybridADUpdateCommand";
|
|
38
42
|
import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
|
|
39
43
|
import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
|
|
40
44
|
import { DescribeSettingsCommandInput, DescribeSettingsCommandOutput } from "./commands/DescribeSettingsCommand";
|
|
@@ -54,6 +58,7 @@ import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/
|
|
|
54
58
|
import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
|
|
55
59
|
import { GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput } from "./commands/GetDirectoryLimitsCommand";
|
|
56
60
|
import { GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput } from "./commands/GetSnapshotLimitsCommand";
|
|
61
|
+
import { ListADAssessmentsCommandInput, ListADAssessmentsCommandOutput } from "./commands/ListADAssessmentsCommand";
|
|
57
62
|
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
|
|
58
63
|
import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "./commands/ListIpRoutesCommand";
|
|
59
64
|
import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "./commands/ListLogSubscriptionsCommand";
|
|
@@ -68,10 +73,12 @@ import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput
|
|
|
68
73
|
import { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
|
|
69
74
|
import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
|
|
70
75
|
import { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "./commands/ShareDirectoryCommand";
|
|
76
|
+
import { StartADAssessmentCommandInput, StartADAssessmentCommandOutput } from "./commands/StartADAssessmentCommand";
|
|
71
77
|
import { StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput } from "./commands/StartSchemaExtensionCommand";
|
|
72
78
|
import { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "./commands/UnshareDirectoryCommand";
|
|
73
79
|
import { UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput } from "./commands/UpdateConditionalForwarderCommand";
|
|
74
80
|
import { UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput } from "./commands/UpdateDirectorySetupCommand";
|
|
81
|
+
import { UpdateHybridADCommandInput, UpdateHybridADCommandOutput } from "./commands/UpdateHybridADCommand";
|
|
75
82
|
import { UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput } from "./commands/UpdateNumberOfDomainControllersCommand";
|
|
76
83
|
import { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "./commands/UpdateRadiusCommand";
|
|
77
84
|
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
@@ -83,11 +90,11 @@ export { __Client };
|
|
|
83
90
|
/**
|
|
84
91
|
* @public
|
|
85
92
|
*/
|
|
86
|
-
export type ServiceInputTypes = AcceptSharedDirectoryCommandInput | AddIpRoutesCommandInput | AddRegionCommandInput | AddTagsToResourceCommandInput | CancelSchemaExtensionCommandInput | ConnectDirectoryCommandInput | CreateAliasCommandInput | CreateComputerCommandInput | CreateConditionalForwarderCommandInput | CreateDirectoryCommandInput | CreateLogSubscriptionCommandInput | CreateMicrosoftADCommandInput | CreateSnapshotCommandInput | CreateTrustCommandInput | DeleteConditionalForwarderCommandInput | DeleteDirectoryCommandInput | DeleteLogSubscriptionCommandInput | DeleteSnapshotCommandInput | DeleteTrustCommandInput | DeregisterCertificateCommandInput | DeregisterEventTopicCommandInput | DescribeCertificateCommandInput | DescribeClientAuthenticationSettingsCommandInput | DescribeConditionalForwardersCommandInput | DescribeDirectoriesCommandInput | DescribeDirectoryDataAccessCommandInput | DescribeDomainControllersCommandInput | DescribeEventTopicsCommandInput | DescribeLDAPSSettingsCommandInput | DescribeRegionsCommandInput | DescribeSettingsCommandInput | DescribeSharedDirectoriesCommandInput | DescribeSnapshotsCommandInput | DescribeTrustsCommandInput | DescribeUpdateDirectoryCommandInput | DisableClientAuthenticationCommandInput | DisableDirectoryDataAccessCommandInput | DisableLDAPSCommandInput | DisableRadiusCommandInput | DisableSsoCommandInput | EnableClientAuthenticationCommandInput | EnableDirectoryDataAccessCommandInput | EnableLDAPSCommandInput | EnableRadiusCommandInput | EnableSsoCommandInput | GetDirectoryLimitsCommandInput | GetSnapshotLimitsCommandInput | ListCertificatesCommandInput | ListIpRoutesCommandInput | ListLogSubscriptionsCommandInput | ListSchemaExtensionsCommandInput | ListTagsForResourceCommandInput | RegisterCertificateCommandInput | RegisterEventTopicCommandInput | RejectSharedDirectoryCommandInput | RemoveIpRoutesCommandInput | RemoveRegionCommandInput | RemoveTagsFromResourceCommandInput | ResetUserPasswordCommandInput | RestoreFromSnapshotCommandInput | ShareDirectoryCommandInput | StartSchemaExtensionCommandInput | UnshareDirectoryCommandInput | UpdateConditionalForwarderCommandInput | UpdateDirectorySetupCommandInput | UpdateNumberOfDomainControllersCommandInput | UpdateRadiusCommandInput | UpdateSettingsCommandInput | UpdateTrustCommandInput | VerifyTrustCommandInput;
|
|
93
|
+
export type ServiceInputTypes = AcceptSharedDirectoryCommandInput | AddIpRoutesCommandInput | AddRegionCommandInput | AddTagsToResourceCommandInput | CancelSchemaExtensionCommandInput | ConnectDirectoryCommandInput | CreateAliasCommandInput | CreateComputerCommandInput | CreateConditionalForwarderCommandInput | CreateDirectoryCommandInput | CreateHybridADCommandInput | CreateLogSubscriptionCommandInput | CreateMicrosoftADCommandInput | CreateSnapshotCommandInput | CreateTrustCommandInput | DeleteADAssessmentCommandInput | DeleteConditionalForwarderCommandInput | DeleteDirectoryCommandInput | DeleteLogSubscriptionCommandInput | DeleteSnapshotCommandInput | DeleteTrustCommandInput | DeregisterCertificateCommandInput | DeregisterEventTopicCommandInput | DescribeADAssessmentCommandInput | DescribeCertificateCommandInput | DescribeClientAuthenticationSettingsCommandInput | DescribeConditionalForwardersCommandInput | DescribeDirectoriesCommandInput | DescribeDirectoryDataAccessCommandInput | DescribeDomainControllersCommandInput | DescribeEventTopicsCommandInput | DescribeHybridADUpdateCommandInput | DescribeLDAPSSettingsCommandInput | DescribeRegionsCommandInput | DescribeSettingsCommandInput | DescribeSharedDirectoriesCommandInput | DescribeSnapshotsCommandInput | DescribeTrustsCommandInput | DescribeUpdateDirectoryCommandInput | DisableClientAuthenticationCommandInput | DisableDirectoryDataAccessCommandInput | DisableLDAPSCommandInput | DisableRadiusCommandInput | DisableSsoCommandInput | EnableClientAuthenticationCommandInput | EnableDirectoryDataAccessCommandInput | EnableLDAPSCommandInput | EnableRadiusCommandInput | EnableSsoCommandInput | GetDirectoryLimitsCommandInput | GetSnapshotLimitsCommandInput | ListADAssessmentsCommandInput | ListCertificatesCommandInput | ListIpRoutesCommandInput | ListLogSubscriptionsCommandInput | ListSchemaExtensionsCommandInput | ListTagsForResourceCommandInput | RegisterCertificateCommandInput | RegisterEventTopicCommandInput | RejectSharedDirectoryCommandInput | RemoveIpRoutesCommandInput | RemoveRegionCommandInput | RemoveTagsFromResourceCommandInput | ResetUserPasswordCommandInput | RestoreFromSnapshotCommandInput | ShareDirectoryCommandInput | StartADAssessmentCommandInput | StartSchemaExtensionCommandInput | UnshareDirectoryCommandInput | UpdateConditionalForwarderCommandInput | UpdateDirectorySetupCommandInput | UpdateHybridADCommandInput | UpdateNumberOfDomainControllersCommandInput | UpdateRadiusCommandInput | UpdateSettingsCommandInput | UpdateTrustCommandInput | VerifyTrustCommandInput;
|
|
87
94
|
/**
|
|
88
95
|
* @public
|
|
89
96
|
*/
|
|
90
|
-
export type ServiceOutputTypes = AcceptSharedDirectoryCommandOutput | AddIpRoutesCommandOutput | AddRegionCommandOutput | AddTagsToResourceCommandOutput | CancelSchemaExtensionCommandOutput | ConnectDirectoryCommandOutput | CreateAliasCommandOutput | CreateComputerCommandOutput | CreateConditionalForwarderCommandOutput | CreateDirectoryCommandOutput | CreateLogSubscriptionCommandOutput | CreateMicrosoftADCommandOutput | CreateSnapshotCommandOutput | CreateTrustCommandOutput | DeleteConditionalForwarderCommandOutput | DeleteDirectoryCommandOutput | DeleteLogSubscriptionCommandOutput | DeleteSnapshotCommandOutput | DeleteTrustCommandOutput | DeregisterCertificateCommandOutput | DeregisterEventTopicCommandOutput | DescribeCertificateCommandOutput | DescribeClientAuthenticationSettingsCommandOutput | DescribeConditionalForwardersCommandOutput | DescribeDirectoriesCommandOutput | DescribeDirectoryDataAccessCommandOutput | DescribeDomainControllersCommandOutput | DescribeEventTopicsCommandOutput | DescribeLDAPSSettingsCommandOutput | DescribeRegionsCommandOutput | DescribeSettingsCommandOutput | DescribeSharedDirectoriesCommandOutput | DescribeSnapshotsCommandOutput | DescribeTrustsCommandOutput | DescribeUpdateDirectoryCommandOutput | DisableClientAuthenticationCommandOutput | DisableDirectoryDataAccessCommandOutput | DisableLDAPSCommandOutput | DisableRadiusCommandOutput | DisableSsoCommandOutput | EnableClientAuthenticationCommandOutput | EnableDirectoryDataAccessCommandOutput | EnableLDAPSCommandOutput | EnableRadiusCommandOutput | EnableSsoCommandOutput | GetDirectoryLimitsCommandOutput | GetSnapshotLimitsCommandOutput | ListCertificatesCommandOutput | ListIpRoutesCommandOutput | ListLogSubscriptionsCommandOutput | ListSchemaExtensionsCommandOutput | ListTagsForResourceCommandOutput | RegisterCertificateCommandOutput | RegisterEventTopicCommandOutput | RejectSharedDirectoryCommandOutput | RemoveIpRoutesCommandOutput | RemoveRegionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetUserPasswordCommandOutput | RestoreFromSnapshotCommandOutput | ShareDirectoryCommandOutput | StartSchemaExtensionCommandOutput | UnshareDirectoryCommandOutput | UpdateConditionalForwarderCommandOutput | UpdateDirectorySetupCommandOutput | UpdateNumberOfDomainControllersCommandOutput | UpdateRadiusCommandOutput | UpdateSettingsCommandOutput | UpdateTrustCommandOutput | VerifyTrustCommandOutput;
|
|
97
|
+
export type ServiceOutputTypes = AcceptSharedDirectoryCommandOutput | AddIpRoutesCommandOutput | AddRegionCommandOutput | AddTagsToResourceCommandOutput | CancelSchemaExtensionCommandOutput | ConnectDirectoryCommandOutput | CreateAliasCommandOutput | CreateComputerCommandOutput | CreateConditionalForwarderCommandOutput | CreateDirectoryCommandOutput | CreateHybridADCommandOutput | CreateLogSubscriptionCommandOutput | CreateMicrosoftADCommandOutput | CreateSnapshotCommandOutput | CreateTrustCommandOutput | DeleteADAssessmentCommandOutput | DeleteConditionalForwarderCommandOutput | DeleteDirectoryCommandOutput | DeleteLogSubscriptionCommandOutput | DeleteSnapshotCommandOutput | DeleteTrustCommandOutput | DeregisterCertificateCommandOutput | DeregisterEventTopicCommandOutput | DescribeADAssessmentCommandOutput | DescribeCertificateCommandOutput | DescribeClientAuthenticationSettingsCommandOutput | DescribeConditionalForwardersCommandOutput | DescribeDirectoriesCommandOutput | DescribeDirectoryDataAccessCommandOutput | DescribeDomainControllersCommandOutput | DescribeEventTopicsCommandOutput | DescribeHybridADUpdateCommandOutput | DescribeLDAPSSettingsCommandOutput | DescribeRegionsCommandOutput | DescribeSettingsCommandOutput | DescribeSharedDirectoriesCommandOutput | DescribeSnapshotsCommandOutput | DescribeTrustsCommandOutput | DescribeUpdateDirectoryCommandOutput | DisableClientAuthenticationCommandOutput | DisableDirectoryDataAccessCommandOutput | DisableLDAPSCommandOutput | DisableRadiusCommandOutput | DisableSsoCommandOutput | EnableClientAuthenticationCommandOutput | EnableDirectoryDataAccessCommandOutput | EnableLDAPSCommandOutput | EnableRadiusCommandOutput | EnableSsoCommandOutput | GetDirectoryLimitsCommandOutput | GetSnapshotLimitsCommandOutput | ListADAssessmentsCommandOutput | ListCertificatesCommandOutput | ListIpRoutesCommandOutput | ListLogSubscriptionsCommandOutput | ListSchemaExtensionsCommandOutput | ListTagsForResourceCommandOutput | RegisterCertificateCommandOutput | RegisterEventTopicCommandOutput | RejectSharedDirectoryCommandOutput | RemoveIpRoutesCommandOutput | RemoveRegionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetUserPasswordCommandOutput | RestoreFromSnapshotCommandOutput | ShareDirectoryCommandOutput | StartADAssessmentCommandOutput | StartSchemaExtensionCommandOutput | UnshareDirectoryCommandOutput | UpdateConditionalForwarderCommandOutput | UpdateDirectorySetupCommandOutput | UpdateHybridADCommandOutput | UpdateNumberOfDomainControllersCommandOutput | UpdateRadiusCommandOutput | UpdateSettingsCommandOutput | UpdateTrustCommandOutput | VerifyTrustCommandOutput;
|
|
91
98
|
/**
|
|
92
99
|
* @public
|
|
93
100
|
*/
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
4
|
+
import { CreateHybridADRequest, CreateHybridADResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateHybridADCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateHybridADCommandInput extends CreateHybridADRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateHybridADCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateHybridADCommandOutput extends CreateHybridADResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateHybridADCommand_base: {
|
|
25
|
+
new (input: CreateHybridADCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHybridADCommandInput, CreateHybridADCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateHybridADCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHybridADCommandInput, CreateHybridADCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a hybrid directory that connects your self-managed Active Directory (AD)
|
|
31
|
+
* infrastructure and Amazon Web Services.</p>
|
|
32
|
+
* <p>You must have a successful directory assessment using <a>StartADAssessment</a> to validate your environment compatibility before you
|
|
33
|
+
* use this operation.</p>
|
|
34
|
+
* <p>Updates are applied asynchronously. Use <a>DescribeDirectories</a> to
|
|
35
|
+
* monitor the progress of directory creation.</p>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { DirectoryServiceClient, CreateHybridADCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
40
|
+
* // const { DirectoryServiceClient, CreateHybridADCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
41
|
+
* const client = new DirectoryServiceClient(config);
|
|
42
|
+
* const input = { // CreateHybridADRequest
|
|
43
|
+
* SecretArn: "STRING_VALUE", // required
|
|
44
|
+
* AssessmentId: "STRING_VALUE", // required
|
|
45
|
+
* Tags: [ // Tags
|
|
46
|
+
* { // Tag
|
|
47
|
+
* Key: "STRING_VALUE", // required
|
|
48
|
+
* Value: "STRING_VALUE", // required
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
51
|
+
* };
|
|
52
|
+
* const command = new CreateHybridADCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // { // CreateHybridADResult
|
|
55
|
+
* // DirectoryId: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param CreateHybridADCommandInput - {@link CreateHybridADCommandInput}
|
|
61
|
+
* @returns {@link CreateHybridADCommandOutput}
|
|
62
|
+
* @see {@link CreateHybridADCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link CreateHybridADCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ADAssessmentLimitExceededException} (client fault)
|
|
67
|
+
* <p>A directory assessment is automatically created when you create a hybrid directory.
|
|
68
|
+
* There are two types of assessments: <code>CUSTOMER</code> and <code>SYSTEM</code>. Your
|
|
69
|
+
* Amazon Web Services account has a limit of 100 <code>CUSTOMER</code> directory assessments.</p>
|
|
70
|
+
* <p>If you attempt to create a hybrid directory; and you already have 100
|
|
71
|
+
* <code>CUSTOMER</code> directory assessments;, you will encounter an error. Delete
|
|
72
|
+
* assessments to free up capacity before trying again.</p>
|
|
73
|
+
* <p>You can request an increase to your <code>CUSTOMER</code> directory assessment quota
|
|
74
|
+
* by contacting customer support or delete existing CUSTOMER directory assessments; to
|
|
75
|
+
* free up capacity.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ClientException} (client fault)
|
|
78
|
+
* <p>A client exception has occurred.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link DirectoryLimitExceededException} (client fault)
|
|
81
|
+
* <p>The maximum number of directories in the region has been reached. You can use the
|
|
82
|
+
* <a>GetDirectoryLimits</a> operation to determine your directory limits in
|
|
83
|
+
* the region.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
86
|
+
* <p>The specified entity could not be found.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
89
|
+
* <p>One or more parameters are not valid.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ServiceException} (server fault)
|
|
92
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
95
|
+
* <p>The operation is not supported.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link DirectoryServiceServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class CreateHybridADCommand extends CreateHybridADCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreateHybridADRequest;
|
|
108
|
+
output: CreateHybridADResult;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreateHybridADCommandInput;
|
|
112
|
+
output: CreateHybridADCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
4
|
+
import { DeleteADAssessmentRequest, DeleteADAssessmentResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteADAssessmentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteADAssessmentCommandInput extends DeleteADAssessmentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteADAssessmentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteADAssessmentCommandOutput extends DeleteADAssessmentResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteADAssessmentCommand_base: {
|
|
25
|
+
new (input: DeleteADAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteADAssessmentCommandInput, DeleteADAssessmentCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteADAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteADAssessmentCommandInput, DeleteADAssessmentCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes a directory assessment and all associated data. This operation permanently
|
|
31
|
+
* removes the assessment results, validation reports, and configuration
|
|
32
|
+
* information.</p>
|
|
33
|
+
* <p>You cannot delete system-initiated assessments. You can delete customer-created
|
|
34
|
+
* assessments even if they are in progress.</p>
|
|
35
|
+
* @example
|
|
36
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
+
* ```javascript
|
|
38
|
+
* import { DirectoryServiceClient, DeleteADAssessmentCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
39
|
+
* // const { DirectoryServiceClient, DeleteADAssessmentCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
40
|
+
* const client = new DirectoryServiceClient(config);
|
|
41
|
+
* const input = { // DeleteADAssessmentRequest
|
|
42
|
+
* AssessmentId: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DeleteADAssessmentCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // DeleteADAssessmentResult
|
|
47
|
+
* // AssessmentId: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param DeleteADAssessmentCommandInput - {@link DeleteADAssessmentCommandInput}
|
|
53
|
+
* @returns {@link DeleteADAssessmentCommandOutput}
|
|
54
|
+
* @see {@link DeleteADAssessmentCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link DeleteADAssessmentCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ClientException} (client fault)
|
|
59
|
+
* <p>A client exception has occurred.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
62
|
+
* <p>The specified entity could not be found.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
65
|
+
* <p>One or more parameters are not valid.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ServiceException} (server fault)
|
|
68
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
71
|
+
* <p>The operation is not supported.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link DirectoryServiceServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class DeleteADAssessmentCommand extends DeleteADAssessmentCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteADAssessmentRequest;
|
|
84
|
+
output: DeleteADAssessmentResult;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteADAssessmentCommandInput;
|
|
88
|
+
output: DeleteADAssessmentCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
4
|
+
import { DescribeADAssessmentRequest, DescribeADAssessmentResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeADAssessmentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeADAssessmentCommandInput extends DescribeADAssessmentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeADAssessmentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeADAssessmentCommandOutput extends DescribeADAssessmentResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeADAssessmentCommand_base: {
|
|
25
|
+
new (input: DescribeADAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeADAssessmentCommandInput, DescribeADAssessmentCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeADAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeADAssessmentCommandInput, DescribeADAssessmentCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves detailed information about a directory assessment, including its current
|
|
31
|
+
* status, validation results, and configuration details. Use this operation to monitor
|
|
32
|
+
* assessment progress and review results.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { DirectoryServiceClient, DescribeADAssessmentCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
37
|
+
* // const { DirectoryServiceClient, DescribeADAssessmentCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
38
|
+
* const client = new DirectoryServiceClient(config);
|
|
39
|
+
* const input = { // DescribeADAssessmentRequest
|
|
40
|
+
* AssessmentId: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DescribeADAssessmentCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeADAssessmentResult
|
|
45
|
+
* // Assessment: { // Assessment
|
|
46
|
+
* // AssessmentId: "STRING_VALUE",
|
|
47
|
+
* // DirectoryId: "STRING_VALUE",
|
|
48
|
+
* // DnsName: "STRING_VALUE",
|
|
49
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // LastUpdateDateTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // Status: "STRING_VALUE",
|
|
52
|
+
* // StatusCode: "STRING_VALUE",
|
|
53
|
+
* // StatusReason: "STRING_VALUE",
|
|
54
|
+
* // CustomerDnsIps: [ // CustomerDnsIps
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // VpcId: "STRING_VALUE",
|
|
58
|
+
* // SubnetIds: [ // SubnetIds
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // SelfManagedInstanceIds: [ // AssessmentInstanceIds
|
|
65
|
+
* // "STRING_VALUE",
|
|
66
|
+
* // ],
|
|
67
|
+
* // ReportType: "STRING_VALUE",
|
|
68
|
+
* // Version: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // AssessmentReports: [ // AssessmentReports
|
|
71
|
+
* // { // AssessmentReport
|
|
72
|
+
* // DomainControllerIp: "STRING_VALUE",
|
|
73
|
+
* // Validations: [ // AssessmentValidations
|
|
74
|
+
* // { // AssessmentValidation
|
|
75
|
+
* // Category: "STRING_VALUE",
|
|
76
|
+
* // Name: "STRING_VALUE",
|
|
77
|
+
* // Status: "STRING_VALUE",
|
|
78
|
+
* // StatusCode: "STRING_VALUE",
|
|
79
|
+
* // StatusReason: "STRING_VALUE",
|
|
80
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
81
|
+
* // LastUpdateDateTime: new Date("TIMESTAMP"),
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
90
|
+
* @param DescribeADAssessmentCommandInput - {@link DescribeADAssessmentCommandInput}
|
|
91
|
+
* @returns {@link DescribeADAssessmentCommandOutput}
|
|
92
|
+
* @see {@link DescribeADAssessmentCommandInput} for command's `input` shape.
|
|
93
|
+
* @see {@link DescribeADAssessmentCommandOutput} for command's `response` shape.
|
|
94
|
+
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ClientException} (client fault)
|
|
97
|
+
* <p>A client exception has occurred.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
100
|
+
* <p>The specified entity could not be found.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
103
|
+
* <p>One or more parameters are not valid.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link ServiceException} (server fault)
|
|
106
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
109
|
+
* <p>The operation is not supported.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link DirectoryServiceServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
113
|
+
*
|
|
114
|
+
*
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export declare class DescribeADAssessmentCommand extends DescribeADAssessmentCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: DescribeADAssessmentRequest;
|
|
122
|
+
output: DescribeADAssessmentResult;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: DescribeADAssessmentCommandInput;
|
|
126
|
+
output: DescribeADAssessmentCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
}
|
|
@@ -151,6 +151,14 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
151
151
|
* // ],
|
|
152
152
|
* // },
|
|
153
153
|
* // OsVersion: "SERVER_2012" || "SERVER_2019",
|
|
154
|
+
* // HybridSettings: { // HybridSettingsDescription
|
|
155
|
+
* // SelfManagedDnsIpAddrs: [
|
|
156
|
+
* // "STRING_VALUE",
|
|
157
|
+
* // ],
|
|
158
|
+
* // SelfManagedInstanceIds: [ // AssessmentInstanceIds
|
|
159
|
+
* // "STRING_VALUE",
|
|
160
|
+
* // ],
|
|
161
|
+
* // },
|
|
154
162
|
* // },
|
|
155
163
|
* // ],
|
|
156
164
|
* // NextToken: "STRING_VALUE",
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
4
|
+
import { DescribeHybridADUpdateRequest, DescribeHybridADUpdateResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeHybridADUpdateCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeHybridADUpdateCommandInput extends DescribeHybridADUpdateRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeHybridADUpdateCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeHybridADUpdateCommandOutput extends DescribeHybridADUpdateResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeHybridADUpdateCommand_base: {
|
|
25
|
+
new (input: DescribeHybridADUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHybridADUpdateCommandInput, DescribeHybridADUpdateCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeHybridADUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHybridADUpdateCommandInput, DescribeHybridADUpdateCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves information about update activities for a hybrid directory. This operation
|
|
31
|
+
* provides details about configuration changes, administrator account updates, and
|
|
32
|
+
* self-managed instance settings (IDs and DNS IPs).</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { DirectoryServiceClient, DescribeHybridADUpdateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
37
|
+
* // const { DirectoryServiceClient, DescribeHybridADUpdateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
38
|
+
* const client = new DirectoryServiceClient(config);
|
|
39
|
+
* const input = { // DescribeHybridADUpdateRequest
|
|
40
|
+
* DirectoryId: "STRING_VALUE", // required
|
|
41
|
+
* UpdateType: "SelfManagedInstances" || "HybridAdministratorAccount",
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DescribeHybridADUpdateCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeHybridADUpdateResult
|
|
47
|
+
* // UpdateActivities: { // HybridUpdateActivities
|
|
48
|
+
* // SelfManagedInstances: [ // HybridUpdateInfoEntries
|
|
49
|
+
* // { // HybridUpdateInfoEntry
|
|
50
|
+
* // Status: "Updated" || "Updating" || "UpdateFailed",
|
|
51
|
+
* // StatusReason: "STRING_VALUE",
|
|
52
|
+
* // InitiatedBy: "STRING_VALUE",
|
|
53
|
+
* // NewValue: { // HybridUpdateValue
|
|
54
|
+
* // InstanceIds: [ // AssessmentInstanceIds
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // DnsIps: [ // CustomerDnsIps
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // PreviousValue: {
|
|
62
|
+
* // InstanceIds: [
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // DnsIps: [
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
70
|
+
* // LastUpdatedDateTime: new Date("TIMESTAMP"),
|
|
71
|
+
* // AssessmentId: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // HybridAdministratorAccount: [
|
|
75
|
+
* // {
|
|
76
|
+
* // Status: "Updated" || "Updating" || "UpdateFailed",
|
|
77
|
+
* // StatusReason: "STRING_VALUE",
|
|
78
|
+
* // InitiatedBy: "STRING_VALUE",
|
|
79
|
+
* // NewValue: {
|
|
80
|
+
* // InstanceIds: [
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
83
|
+
* // DnsIps: [
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // },
|
|
87
|
+
* // PreviousValue: {
|
|
88
|
+
* // InstanceIds: [
|
|
89
|
+
* // "STRING_VALUE",
|
|
90
|
+
* // ],
|
|
91
|
+
* // DnsIps: [
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
95
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // LastUpdatedDateTime: new Date("TIMESTAMP"),
|
|
97
|
+
* // AssessmentId: "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // },
|
|
101
|
+
* // NextToken: "STRING_VALUE",
|
|
102
|
+
* // };
|
|
103
|
+
*
|
|
104
|
+
* ```
|
|
105
|
+
*
|
|
106
|
+
* @param DescribeHybridADUpdateCommandInput - {@link DescribeHybridADUpdateCommandInput}
|
|
107
|
+
* @returns {@link DescribeHybridADUpdateCommandOutput}
|
|
108
|
+
* @see {@link DescribeHybridADUpdateCommandInput} for command's `input` shape.
|
|
109
|
+
* @see {@link DescribeHybridADUpdateCommandOutput} for command's `response` shape.
|
|
110
|
+
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link ClientException} (client fault)
|
|
113
|
+
* <p>A client exception has occurred.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
116
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
119
|
+
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
122
|
+
* <p>One or more parameters are not valid.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link ServiceException} (server fault)
|
|
125
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
126
|
+
*
|
|
127
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
128
|
+
* <p>The operation is not supported.</p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link DirectoryServiceServiceException}
|
|
131
|
+
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
132
|
+
*
|
|
133
|
+
*
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export declare class DescribeHybridADUpdateCommand extends DescribeHybridADUpdateCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: DescribeHybridADUpdateRequest;
|
|
141
|
+
output: DescribeHybridADUpdateResult;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: DescribeHybridADUpdateCommandInput;
|
|
145
|
+
output: DescribeHybridADUpdateCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
}
|