@aws-sdk/client-directory-service 3.856.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
|
@@ -9,10 +9,12 @@ import { CreateAliasCommand } from "./commands/CreateAliasCommand";
|
|
|
9
9
|
import { CreateComputerCommand, } from "./commands/CreateComputerCommand";
|
|
10
10
|
import { CreateConditionalForwarderCommand, } from "./commands/CreateConditionalForwarderCommand";
|
|
11
11
|
import { CreateDirectoryCommand, } from "./commands/CreateDirectoryCommand";
|
|
12
|
+
import { CreateHybridADCommand, } from "./commands/CreateHybridADCommand";
|
|
12
13
|
import { CreateLogSubscriptionCommand, } from "./commands/CreateLogSubscriptionCommand";
|
|
13
14
|
import { CreateMicrosoftADCommand, } from "./commands/CreateMicrosoftADCommand";
|
|
14
15
|
import { CreateSnapshotCommand, } from "./commands/CreateSnapshotCommand";
|
|
15
16
|
import { CreateTrustCommand } from "./commands/CreateTrustCommand";
|
|
17
|
+
import { DeleteADAssessmentCommand, } from "./commands/DeleteADAssessmentCommand";
|
|
16
18
|
import { DeleteConditionalForwarderCommand, } from "./commands/DeleteConditionalForwarderCommand";
|
|
17
19
|
import { DeleteDirectoryCommand, } from "./commands/DeleteDirectoryCommand";
|
|
18
20
|
import { DeleteLogSubscriptionCommand, } from "./commands/DeleteLogSubscriptionCommand";
|
|
@@ -20,6 +22,7 @@ import { DeleteSnapshotCommand, } from "./commands/DeleteSnapshotCommand";
|
|
|
20
22
|
import { DeleteTrustCommand } from "./commands/DeleteTrustCommand";
|
|
21
23
|
import { DeregisterCertificateCommand, } from "./commands/DeregisterCertificateCommand";
|
|
22
24
|
import { DeregisterEventTopicCommand, } from "./commands/DeregisterEventTopicCommand";
|
|
25
|
+
import { DescribeADAssessmentCommand, } from "./commands/DescribeADAssessmentCommand";
|
|
23
26
|
import { DescribeCertificateCommand, } from "./commands/DescribeCertificateCommand";
|
|
24
27
|
import { DescribeClientAuthenticationSettingsCommand, } from "./commands/DescribeClientAuthenticationSettingsCommand";
|
|
25
28
|
import { DescribeConditionalForwardersCommand, } from "./commands/DescribeConditionalForwardersCommand";
|
|
@@ -27,6 +30,7 @@ import { DescribeDirectoriesCommand, } from "./commands/DescribeDirectoriesComma
|
|
|
27
30
|
import { DescribeDirectoryDataAccessCommand, } from "./commands/DescribeDirectoryDataAccessCommand";
|
|
28
31
|
import { DescribeDomainControllersCommand, } from "./commands/DescribeDomainControllersCommand";
|
|
29
32
|
import { DescribeEventTopicsCommand, } from "./commands/DescribeEventTopicsCommand";
|
|
33
|
+
import { DescribeHybridADUpdateCommand, } from "./commands/DescribeHybridADUpdateCommand";
|
|
30
34
|
import { DescribeLDAPSSettingsCommand, } from "./commands/DescribeLDAPSSettingsCommand";
|
|
31
35
|
import { DescribeRegionsCommand, } from "./commands/DescribeRegionsCommand";
|
|
32
36
|
import { DescribeSettingsCommand, } from "./commands/DescribeSettingsCommand";
|
|
@@ -46,6 +50,7 @@ import { EnableRadiusCommand, } from "./commands/EnableRadiusCommand";
|
|
|
46
50
|
import { EnableSsoCommand } from "./commands/EnableSsoCommand";
|
|
47
51
|
import { GetDirectoryLimitsCommand, } from "./commands/GetDirectoryLimitsCommand";
|
|
48
52
|
import { GetSnapshotLimitsCommand, } from "./commands/GetSnapshotLimitsCommand";
|
|
53
|
+
import { ListADAssessmentsCommand, } from "./commands/ListADAssessmentsCommand";
|
|
49
54
|
import { ListCertificatesCommand, } from "./commands/ListCertificatesCommand";
|
|
50
55
|
import { ListIpRoutesCommand, } from "./commands/ListIpRoutesCommand";
|
|
51
56
|
import { ListLogSubscriptionsCommand, } from "./commands/ListLogSubscriptionsCommand";
|
|
@@ -60,10 +65,12 @@ import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourc
|
|
|
60
65
|
import { ResetUserPasswordCommand, } from "./commands/ResetUserPasswordCommand";
|
|
61
66
|
import { RestoreFromSnapshotCommand, } from "./commands/RestoreFromSnapshotCommand";
|
|
62
67
|
import { ShareDirectoryCommand, } from "./commands/ShareDirectoryCommand";
|
|
68
|
+
import { StartADAssessmentCommand, } from "./commands/StartADAssessmentCommand";
|
|
63
69
|
import { StartSchemaExtensionCommand, } from "./commands/StartSchemaExtensionCommand";
|
|
64
70
|
import { UnshareDirectoryCommand, } from "./commands/UnshareDirectoryCommand";
|
|
65
71
|
import { UpdateConditionalForwarderCommand, } from "./commands/UpdateConditionalForwarderCommand";
|
|
66
72
|
import { UpdateDirectorySetupCommand, } from "./commands/UpdateDirectorySetupCommand";
|
|
73
|
+
import { UpdateHybridADCommand, } from "./commands/UpdateHybridADCommand";
|
|
67
74
|
import { UpdateNumberOfDomainControllersCommand, } from "./commands/UpdateNumberOfDomainControllersCommand";
|
|
68
75
|
import { UpdateRadiusCommand, } from "./commands/UpdateRadiusCommand";
|
|
69
76
|
import { UpdateSettingsCommand, } from "./commands/UpdateSettingsCommand";
|
|
@@ -81,10 +88,12 @@ const commands = {
|
|
|
81
88
|
CreateComputerCommand,
|
|
82
89
|
CreateConditionalForwarderCommand,
|
|
83
90
|
CreateDirectoryCommand,
|
|
91
|
+
CreateHybridADCommand,
|
|
84
92
|
CreateLogSubscriptionCommand,
|
|
85
93
|
CreateMicrosoftADCommand,
|
|
86
94
|
CreateSnapshotCommand,
|
|
87
95
|
CreateTrustCommand,
|
|
96
|
+
DeleteADAssessmentCommand,
|
|
88
97
|
DeleteConditionalForwarderCommand,
|
|
89
98
|
DeleteDirectoryCommand,
|
|
90
99
|
DeleteLogSubscriptionCommand,
|
|
@@ -92,6 +101,7 @@ const commands = {
|
|
|
92
101
|
DeleteTrustCommand,
|
|
93
102
|
DeregisterCertificateCommand,
|
|
94
103
|
DeregisterEventTopicCommand,
|
|
104
|
+
DescribeADAssessmentCommand,
|
|
95
105
|
DescribeCertificateCommand,
|
|
96
106
|
DescribeClientAuthenticationSettingsCommand,
|
|
97
107
|
DescribeConditionalForwardersCommand,
|
|
@@ -99,6 +109,7 @@ const commands = {
|
|
|
99
109
|
DescribeDirectoryDataAccessCommand,
|
|
100
110
|
DescribeDomainControllersCommand,
|
|
101
111
|
DescribeEventTopicsCommand,
|
|
112
|
+
DescribeHybridADUpdateCommand,
|
|
102
113
|
DescribeLDAPSSettingsCommand,
|
|
103
114
|
DescribeRegionsCommand,
|
|
104
115
|
DescribeSettingsCommand,
|
|
@@ -118,6 +129,7 @@ const commands = {
|
|
|
118
129
|
EnableSsoCommand,
|
|
119
130
|
GetDirectoryLimitsCommand,
|
|
120
131
|
GetSnapshotLimitsCommand,
|
|
132
|
+
ListADAssessmentsCommand,
|
|
121
133
|
ListCertificatesCommand,
|
|
122
134
|
ListIpRoutesCommand,
|
|
123
135
|
ListLogSubscriptionsCommand,
|
|
@@ -132,10 +144,12 @@ const commands = {
|
|
|
132
144
|
ResetUserPasswordCommand,
|
|
133
145
|
RestoreFromSnapshotCommand,
|
|
134
146
|
ShareDirectoryCommand,
|
|
147
|
+
StartADAssessmentCommand,
|
|
135
148
|
StartSchemaExtensionCommand,
|
|
136
149
|
UnshareDirectoryCommand,
|
|
137
150
|
UpdateConditionalForwarderCommand,
|
|
138
151
|
UpdateDirectorySetupCommand,
|
|
152
|
+
UpdateHybridADCommand,
|
|
139
153
|
UpdateNumberOfDomainControllersCommand,
|
|
140
154
|
UpdateRadiusCommand,
|
|
141
155
|
UpdateSettingsCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateHybridADCommand, se_CreateHybridADCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateHybridADCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DirectoryService_20150416", "CreateHybridAD", {})
|
|
17
|
+
.n("DirectoryServiceClient", "CreateHybridADCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateHybridADCommand)
|
|
20
|
+
.de(de_CreateHybridADCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteADAssessmentCommand, se_DeleteADAssessmentCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteADAssessmentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DirectoryService_20150416", "DeleteADAssessment", {})
|
|
17
|
+
.n("DirectoryServiceClient", "DeleteADAssessmentCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteADAssessmentCommand)
|
|
20
|
+
.de(de_DeleteADAssessmentCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeADAssessmentCommand, se_DescribeADAssessmentCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeADAssessmentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DirectoryService_20150416", "DescribeADAssessment", {})
|
|
17
|
+
.n("DirectoryServiceClient", "DescribeADAssessmentCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeADAssessmentCommand)
|
|
20
|
+
.de(de_DescribeADAssessmentCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeHybridADUpdateCommand, se_DescribeHybridADUpdateCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeHybridADUpdateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DirectoryService_20150416", "DescribeHybridADUpdate", {})
|
|
17
|
+
.n("DirectoryServiceClient", "DescribeHybridADUpdateCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeHybridADUpdateCommand)
|
|
20
|
+
.de(de_DescribeHybridADUpdateCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListADAssessmentsCommand, se_ListADAssessmentsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListADAssessmentsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DirectoryService_20150416", "ListADAssessments", {})
|
|
17
|
+
.n("DirectoryServiceClient", "ListADAssessmentsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListADAssessmentsCommand)
|
|
20
|
+
.de(de_ListADAssessmentsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartADAssessmentCommand, se_StartADAssessmentCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartADAssessmentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DirectoryService_20150416", "StartADAssessment", {})
|
|
17
|
+
.n("DirectoryServiceClient", "StartADAssessmentCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_StartADAssessmentCommand)
|
|
20
|
+
.de(de_StartADAssessmentCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateHybridADCommand, se_UpdateHybridADCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateHybridADCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DirectoryService_20150416", "UpdateHybridAD", {})
|
|
17
|
+
.n("DirectoryServiceClient", "UpdateHybridADCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateHybridADCommand)
|
|
20
|
+
.de(de_UpdateHybridADCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -8,10 +8,12 @@ export * from "./CreateAliasCommand";
|
|
|
8
8
|
export * from "./CreateComputerCommand";
|
|
9
9
|
export * from "./CreateConditionalForwarderCommand";
|
|
10
10
|
export * from "./CreateDirectoryCommand";
|
|
11
|
+
export * from "./CreateHybridADCommand";
|
|
11
12
|
export * from "./CreateLogSubscriptionCommand";
|
|
12
13
|
export * from "./CreateMicrosoftADCommand";
|
|
13
14
|
export * from "./CreateSnapshotCommand";
|
|
14
15
|
export * from "./CreateTrustCommand";
|
|
16
|
+
export * from "./DeleteADAssessmentCommand";
|
|
15
17
|
export * from "./DeleteConditionalForwarderCommand";
|
|
16
18
|
export * from "./DeleteDirectoryCommand";
|
|
17
19
|
export * from "./DeleteLogSubscriptionCommand";
|
|
@@ -19,6 +21,7 @@ export * from "./DeleteSnapshotCommand";
|
|
|
19
21
|
export * from "./DeleteTrustCommand";
|
|
20
22
|
export * from "./DeregisterCertificateCommand";
|
|
21
23
|
export * from "./DeregisterEventTopicCommand";
|
|
24
|
+
export * from "./DescribeADAssessmentCommand";
|
|
22
25
|
export * from "./DescribeCertificateCommand";
|
|
23
26
|
export * from "./DescribeClientAuthenticationSettingsCommand";
|
|
24
27
|
export * from "./DescribeConditionalForwardersCommand";
|
|
@@ -26,6 +29,7 @@ export * from "./DescribeDirectoriesCommand";
|
|
|
26
29
|
export * from "./DescribeDirectoryDataAccessCommand";
|
|
27
30
|
export * from "./DescribeDomainControllersCommand";
|
|
28
31
|
export * from "./DescribeEventTopicsCommand";
|
|
32
|
+
export * from "./DescribeHybridADUpdateCommand";
|
|
29
33
|
export * from "./DescribeLDAPSSettingsCommand";
|
|
30
34
|
export * from "./DescribeRegionsCommand";
|
|
31
35
|
export * from "./DescribeSettingsCommand";
|
|
@@ -45,6 +49,7 @@ export * from "./EnableRadiusCommand";
|
|
|
45
49
|
export * from "./EnableSsoCommand";
|
|
46
50
|
export * from "./GetDirectoryLimitsCommand";
|
|
47
51
|
export * from "./GetSnapshotLimitsCommand";
|
|
52
|
+
export * from "./ListADAssessmentsCommand";
|
|
48
53
|
export * from "./ListCertificatesCommand";
|
|
49
54
|
export * from "./ListIpRoutesCommand";
|
|
50
55
|
export * from "./ListLogSubscriptionsCommand";
|
|
@@ -59,10 +64,12 @@ export * from "./RemoveTagsFromResourceCommand";
|
|
|
59
64
|
export * from "./ResetUserPasswordCommand";
|
|
60
65
|
export * from "./RestoreFromSnapshotCommand";
|
|
61
66
|
export * from "./ShareDirectoryCommand";
|
|
67
|
+
export * from "./StartADAssessmentCommand";
|
|
62
68
|
export * from "./StartSchemaExtensionCommand";
|
|
63
69
|
export * from "./UnshareDirectoryCommand";
|
|
64
70
|
export * from "./UpdateConditionalForwarderCommand";
|
|
65
71
|
export * from "./UpdateDirectorySetupCommand";
|
|
72
|
+
export * from "./UpdateHybridADCommand";
|
|
66
73
|
export * from "./UpdateNumberOfDomainControllersCommand";
|
|
67
74
|
export * from "./UpdateRadiusCommand";
|
|
68
75
|
export * from "./UpdateSettingsCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./DirectoryServiceClient";
|
|
|
2
2
|
export * from "./DirectoryService";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./waiters";
|
|
5
6
|
export * from "./models";
|
|
6
7
|
export { DirectoryServiceServiceException } from "./models/DirectoryServiceServiceException";
|
|
@@ -111,6 +111,22 @@ export class AccessDeniedException extends __BaseException {
|
|
|
111
111
|
this.RequestId = opts.RequestId;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
+
export class ADAssessmentLimitExceededException extends __BaseException {
|
|
115
|
+
name = "ADAssessmentLimitExceededException";
|
|
116
|
+
$fault = "client";
|
|
117
|
+
Message;
|
|
118
|
+
RequestId;
|
|
119
|
+
constructor(opts) {
|
|
120
|
+
super({
|
|
121
|
+
name: "ADAssessmentLimitExceededException",
|
|
122
|
+
$fault: "client",
|
|
123
|
+
...opts,
|
|
124
|
+
});
|
|
125
|
+
Object.setPrototypeOf(this, ADAssessmentLimitExceededException.prototype);
|
|
126
|
+
this.Message = opts.Message;
|
|
127
|
+
this.RequestId = opts.RequestId;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
114
130
|
export class DirectoryUnavailableException extends __BaseException {
|
|
115
131
|
name = "DirectoryUnavailableException";
|
|
116
132
|
$fault = "client";
|
|
@@ -485,6 +501,15 @@ export const TopicStatus = {
|
|
|
485
501
|
REGISTERED: "Registered",
|
|
486
502
|
TOPIC_NOT_FOUND: "Topic not found",
|
|
487
503
|
};
|
|
504
|
+
export const HybridUpdateType = {
|
|
505
|
+
HYBRID_ADMINISTRATOR_ACCOUNT: "HybridAdministratorAccount",
|
|
506
|
+
SELF_MANAGED_INSTANCES: "SelfManagedInstances",
|
|
507
|
+
};
|
|
508
|
+
export const UpdateStatus = {
|
|
509
|
+
UPDATED: "Updated",
|
|
510
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
511
|
+
UPDATING: "Updating",
|
|
512
|
+
};
|
|
488
513
|
export const LDAPSType = {
|
|
489
514
|
CLIENT: "Client",
|
|
490
515
|
};
|
|
@@ -530,11 +555,6 @@ export const TrustState = {
|
|
|
530
555
|
export const UpdateType = {
|
|
531
556
|
OS: "OS",
|
|
532
557
|
};
|
|
533
|
-
export const UpdateStatus = {
|
|
534
|
-
UPDATED: "Updated",
|
|
535
|
-
UPDATE_FAILED: "UpdateFailed",
|
|
536
|
-
UPDATING: "Updating",
|
|
537
|
-
};
|
|
538
558
|
export class DirectoryInDesiredStateException extends __BaseException {
|
|
539
559
|
name = "DirectoryInDesiredStateException";
|
|
540
560
|
$fault = "client";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListADAssessmentsCommand, } from "../commands/ListADAssessmentsCommand";
|
|
3
|
+
import { DirectoryServiceClient } from "../DirectoryServiceClient";
|
|
4
|
+
export const paginateListADAssessments = createPaginator(DirectoryServiceClient, ListADAssessmentsCommand, "NextToken", "NextToken", "Limit");
|
|
@@ -8,6 +8,7 @@ export * from "./DescribeSnapshotsPaginator";
|
|
|
8
8
|
export * from "./DescribeTrustsPaginator";
|
|
9
9
|
export * from "./DescribeUpdateDirectoryPaginator";
|
|
10
10
|
export * from "./Interfaces";
|
|
11
|
+
export * from "./ListADAssessmentsPaginator";
|
|
11
12
|
export * from "./ListCertificatesPaginator";
|
|
12
13
|
export * from "./ListIpRoutesPaginator";
|
|
13
14
|
export * from "./ListLogSubscriptionsPaginator";
|