@aws-sdk/client-directory-service 3.296.0 → 3.297.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/dist-types/DirectoryService.d.ts +68 -0
- package/dist-types/DirectoryServiceClient.d.ts +24 -4
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/AddRegionCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +16 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +16 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +16 -0
- package/dist-types/commands/DisableRadiusCommand.d.ts +16 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +16 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +16 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +16 -0
- package/dist-types/commands/EnableRadiusCommand.d.ts +16 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +16 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +16 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +16 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRegionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +16 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +16 -0
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRadiusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrustCommand.d.ts +16 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +16 -0
- package/dist-types/models/DirectoryServiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +455 -3
- package/dist-types/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDomainControllersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLDAPSSettingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRegionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSharedDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrustsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUpdateDirectoryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIpRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLogSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemaExtensionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -68,6 +68,7 @@ import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/Up
|
|
|
68
68
|
import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
|
|
69
69
|
import { DirectoryServiceClient } from "./DirectoryServiceClient";
|
|
70
70
|
/**
|
|
71
|
+
* @public
|
|
71
72
|
* <fullname>Directory Service</fullname>
|
|
72
73
|
* <p>Directory Service is a web service that makes it easy for you to setup and run directories in the
|
|
73
74
|
* Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active
|
|
@@ -85,12 +86,14 @@ import { DirectoryServiceClient } from "./DirectoryServiceClient";
|
|
|
85
86
|
*/
|
|
86
87
|
export declare class DirectoryService extends DirectoryServiceClient {
|
|
87
88
|
/**
|
|
89
|
+
* @public
|
|
88
90
|
* <p>Accepts a directory sharing request that was sent from the directory owner account.</p>
|
|
89
91
|
*/
|
|
90
92
|
acceptSharedDirectory(args: AcceptSharedDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<AcceptSharedDirectoryCommandOutput>;
|
|
91
93
|
acceptSharedDirectory(args: AcceptSharedDirectoryCommandInput, cb: (err: any, data?: AcceptSharedDirectoryCommandOutput) => void): void;
|
|
92
94
|
acceptSharedDirectory(args: AcceptSharedDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptSharedDirectoryCommandOutput) => void): void;
|
|
93
95
|
/**
|
|
96
|
+
* @public
|
|
94
97
|
* <p>If the DNS server for your self-managed domain uses a publicly addressable IP address,
|
|
95
98
|
* you must add a CIDR address block to correctly route traffic to and from your Microsoft AD
|
|
96
99
|
* on Amazon Web Services. <i>AddIpRoutes</i> adds this address block. You can
|
|
@@ -104,12 +107,14 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
104
107
|
addIpRoutes(args: AddIpRoutesCommandInput, cb: (err: any, data?: AddIpRoutesCommandOutput) => void): void;
|
|
105
108
|
addIpRoutes(args: AddIpRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddIpRoutesCommandOutput) => void): void;
|
|
106
109
|
/**
|
|
110
|
+
* @public
|
|
107
111
|
* <p>Adds two domain controllers in the specified Region for the specified directory.</p>
|
|
108
112
|
*/
|
|
109
113
|
addRegion(args: AddRegionCommandInput, options?: __HttpHandlerOptions): Promise<AddRegionCommandOutput>;
|
|
110
114
|
addRegion(args: AddRegionCommandInput, cb: (err: any, data?: AddRegionCommandOutput) => void): void;
|
|
111
115
|
addRegion(args: AddRegionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRegionCommandOutput) => void): void;
|
|
112
116
|
/**
|
|
117
|
+
* @public
|
|
113
118
|
* <p>Adds or overwrites one or more tags for the specified directory. Each directory can
|
|
114
119
|
* have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be
|
|
115
120
|
* unique to each resource.</p>
|
|
@@ -118,6 +123,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
118
123
|
addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
|
|
119
124
|
addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
|
|
120
125
|
/**
|
|
126
|
+
* @public
|
|
121
127
|
* <p>Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema
|
|
122
128
|
* extension has started replicating to all domain controllers, the task can no longer be
|
|
123
129
|
* canceled. A schema extension can be canceled during any of the following states;
|
|
@@ -128,6 +134,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
128
134
|
cancelSchemaExtension(args: CancelSchemaExtensionCommandInput, cb: (err: any, data?: CancelSchemaExtensionCommandOutput) => void): void;
|
|
129
135
|
cancelSchemaExtension(args: CancelSchemaExtensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelSchemaExtensionCommandOutput) => void): void;
|
|
130
136
|
/**
|
|
137
|
+
* @public
|
|
131
138
|
* <p>Creates an AD Connector to connect to a self-managed directory.</p>
|
|
132
139
|
* <p>Before you call <code>ConnectDirectory</code>, ensure that all of the required permissions
|
|
133
140
|
* have been explicitly granted through a policy. For details about what permissions are required
|
|
@@ -138,6 +145,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
138
145
|
connectDirectory(args: ConnectDirectoryCommandInput, cb: (err: any, data?: ConnectDirectoryCommandOutput) => void): void;
|
|
139
146
|
connectDirectory(args: ConnectDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConnectDirectoryCommandOutput) => void): void;
|
|
140
147
|
/**
|
|
148
|
+
* @public
|
|
141
149
|
* <p>Creates an alias for a directory and assigns the alias to the directory. The alias is used
|
|
142
150
|
* to construct the access URL for the directory, such as
|
|
143
151
|
* <code>http://<alias>.awsapps.com</code>.</p>
|
|
@@ -149,12 +157,14 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
149
157
|
createAlias(args: CreateAliasCommandInput, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
|
|
150
158
|
createAlias(args: CreateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
|
|
151
159
|
/**
|
|
160
|
+
* @public
|
|
152
161
|
* <p>Creates an Active Directory computer object in the specified directory.</p>
|
|
153
162
|
*/
|
|
154
163
|
createComputer(args: CreateComputerCommandInput, options?: __HttpHandlerOptions): Promise<CreateComputerCommandOutput>;
|
|
155
164
|
createComputer(args: CreateComputerCommandInput, cb: (err: any, data?: CreateComputerCommandOutput) => void): void;
|
|
156
165
|
createComputer(args: CreateComputerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComputerCommandOutput) => void): void;
|
|
157
166
|
/**
|
|
167
|
+
* @public
|
|
158
168
|
* <p>Creates a conditional forwarder associated with your Amazon Web Services directory. Conditional
|
|
159
169
|
* forwarders are required in order to set up a trust relationship with another domain. The
|
|
160
170
|
* conditional forwarder points to the trusted domain.</p>
|
|
@@ -163,6 +173,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
163
173
|
createConditionalForwarder(args: CreateConditionalForwarderCommandInput, cb: (err: any, data?: CreateConditionalForwarderCommandOutput) => void): void;
|
|
164
174
|
createConditionalForwarder(args: CreateConditionalForwarderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConditionalForwarderCommandOutput) => void): void;
|
|
165
175
|
/**
|
|
176
|
+
* @public
|
|
166
177
|
* <p>Creates a Simple AD directory. For more information, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html">Simple Active Directory</a> in the <i>Directory Service Admin
|
|
167
178
|
* Guide</i>.</p>
|
|
168
179
|
* <p>Before you call <code>CreateDirectory</code>, ensure that all of the required permissions
|
|
@@ -174,6 +185,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
174
185
|
createDirectory(args: CreateDirectoryCommandInput, cb: (err: any, data?: CreateDirectoryCommandOutput) => void): void;
|
|
175
186
|
createDirectory(args: CreateDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectoryCommandOutput) => void): void;
|
|
176
187
|
/**
|
|
188
|
+
* @public
|
|
177
189
|
* <p>Creates a subscription to forward real-time Directory Service domain controller security
|
|
178
190
|
* logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.</p>
|
|
179
191
|
*/
|
|
@@ -181,6 +193,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
181
193
|
createLogSubscription(args: CreateLogSubscriptionCommandInput, cb: (err: any, data?: CreateLogSubscriptionCommandOutput) => void): void;
|
|
182
194
|
createLogSubscription(args: CreateLogSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLogSubscriptionCommandOutput) => void): void;
|
|
183
195
|
/**
|
|
196
|
+
* @public
|
|
184
197
|
* <p>Creates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html">Managed Microsoft AD</a> in the <i>Directory Service Admin Guide</i>.</p>
|
|
185
198
|
* <p>Before you call <i>CreateMicrosoftAD</i>, ensure that all of the required
|
|
186
199
|
* permissions have been explicitly granted through a policy. For details about what permissions
|
|
@@ -190,6 +203,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
190
203
|
createMicrosoftAD(args: CreateMicrosoftADCommandInput, cb: (err: any, data?: CreateMicrosoftADCommandOutput) => void): void;
|
|
191
204
|
createMicrosoftAD(args: CreateMicrosoftADCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMicrosoftADCommandOutput) => void): void;
|
|
192
205
|
/**
|
|
206
|
+
* @public
|
|
193
207
|
* <p>Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.</p>
|
|
194
208
|
* <note>
|
|
195
209
|
* <p>You cannot take snapshots of AD Connector directories.</p>
|
|
@@ -199,6 +213,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
199
213
|
createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
200
214
|
createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
201
215
|
/**
|
|
216
|
+
* @public
|
|
202
217
|
* <p>Directory Service for Microsoft Active Directory allows you to configure trust relationships. For
|
|
203
218
|
* example, you can establish a trust between your Managed Microsoft AD directory, and your existing
|
|
204
219
|
* self-managed Microsoft Active Directory. This would allow you to provide users and groups
|
|
@@ -211,6 +226,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
211
226
|
createTrust(args: CreateTrustCommandInput, cb: (err: any, data?: CreateTrustCommandOutput) => void): void;
|
|
212
227
|
createTrust(args: CreateTrustCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrustCommandOutput) => void): void;
|
|
213
228
|
/**
|
|
229
|
+
* @public
|
|
214
230
|
* <p>Deletes a conditional forwarder that has been set up for your Amazon Web Services
|
|
215
231
|
* directory.</p>
|
|
216
232
|
*/
|
|
@@ -218,6 +234,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
218
234
|
deleteConditionalForwarder(args: DeleteConditionalForwarderCommandInput, cb: (err: any, data?: DeleteConditionalForwarderCommandOutput) => void): void;
|
|
219
235
|
deleteConditionalForwarder(args: DeleteConditionalForwarderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConditionalForwarderCommandOutput) => void): void;
|
|
220
236
|
/**
|
|
237
|
+
* @public
|
|
221
238
|
* <p>Deletes an Directory Service directory.</p>
|
|
222
239
|
* <p>Before you call <code>DeleteDirectory</code>, ensure that all of the required permissions
|
|
223
240
|
* have been explicitly granted through a policy. For details about what permissions are required
|
|
@@ -228,18 +245,21 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
228
245
|
deleteDirectory(args: DeleteDirectoryCommandInput, cb: (err: any, data?: DeleteDirectoryCommandOutput) => void): void;
|
|
229
246
|
deleteDirectory(args: DeleteDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectoryCommandOutput) => void): void;
|
|
230
247
|
/**
|
|
248
|
+
* @public
|
|
231
249
|
* <p>Deletes the specified log subscription.</p>
|
|
232
250
|
*/
|
|
233
251
|
deleteLogSubscription(args: DeleteLogSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLogSubscriptionCommandOutput>;
|
|
234
252
|
deleteLogSubscription(args: DeleteLogSubscriptionCommandInput, cb: (err: any, data?: DeleteLogSubscriptionCommandOutput) => void): void;
|
|
235
253
|
deleteLogSubscription(args: DeleteLogSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLogSubscriptionCommandOutput) => void): void;
|
|
236
254
|
/**
|
|
255
|
+
* @public
|
|
237
256
|
* <p>Deletes a directory snapshot.</p>
|
|
238
257
|
*/
|
|
239
258
|
deleteSnapshot(args: DeleteSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotCommandOutput>;
|
|
240
259
|
deleteSnapshot(args: DeleteSnapshotCommandInput, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
241
260
|
deleteSnapshot(args: DeleteSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
242
261
|
/**
|
|
262
|
+
* @public
|
|
243
263
|
* <p>Deletes an existing trust relationship between your Managed Microsoft AD directory and an external
|
|
244
264
|
* domain.</p>
|
|
245
265
|
*/
|
|
@@ -247,24 +267,28 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
247
267
|
deleteTrust(args: DeleteTrustCommandInput, cb: (err: any, data?: DeleteTrustCommandOutput) => void): void;
|
|
248
268
|
deleteTrust(args: DeleteTrustCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrustCommandOutput) => void): void;
|
|
249
269
|
/**
|
|
270
|
+
* @public
|
|
250
271
|
* <p>Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.</p>
|
|
251
272
|
*/
|
|
252
273
|
deregisterCertificate(args: DeregisterCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterCertificateCommandOutput>;
|
|
253
274
|
deregisterCertificate(args: DeregisterCertificateCommandInput, cb: (err: any, data?: DeregisterCertificateCommandOutput) => void): void;
|
|
254
275
|
deregisterCertificate(args: DeregisterCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterCertificateCommandOutput) => void): void;
|
|
255
276
|
/**
|
|
277
|
+
* @public
|
|
256
278
|
* <p>Removes the specified directory as a publisher to the specified Amazon SNS topic.</p>
|
|
257
279
|
*/
|
|
258
280
|
deregisterEventTopic(args: DeregisterEventTopicCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterEventTopicCommandOutput>;
|
|
259
281
|
deregisterEventTopic(args: DeregisterEventTopicCommandInput, cb: (err: any, data?: DeregisterEventTopicCommandOutput) => void): void;
|
|
260
282
|
deregisterEventTopic(args: DeregisterEventTopicCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterEventTopicCommandOutput) => void): void;
|
|
261
283
|
/**
|
|
284
|
+
* @public
|
|
262
285
|
* <p>Displays information about the certificate registered for secure LDAP or client certificate authentication.</p>
|
|
263
286
|
*/
|
|
264
287
|
describeCertificate(args: DescribeCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificateCommandOutput>;
|
|
265
288
|
describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
|
|
266
289
|
describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
|
|
267
290
|
/**
|
|
291
|
+
* @public
|
|
268
292
|
* <p>Retrieves information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only <code>SmartCard</code> is supported.
|
|
269
293
|
* </p>
|
|
270
294
|
*/
|
|
@@ -272,6 +296,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
272
296
|
describeClientAuthenticationSettings(args: DescribeClientAuthenticationSettingsCommandInput, cb: (err: any, data?: DescribeClientAuthenticationSettingsCommandOutput) => void): void;
|
|
273
297
|
describeClientAuthenticationSettings(args: DescribeClientAuthenticationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientAuthenticationSettingsCommandOutput) => void): void;
|
|
274
298
|
/**
|
|
299
|
+
* @public
|
|
275
300
|
* <p>Obtains information about the conditional forwarders for this account.</p>
|
|
276
301
|
* <p>If no input parameters are provided for RemoteDomainNames, this request describes all
|
|
277
302
|
* conditional forwarders for the specified directory ID.</p>
|
|
@@ -280,6 +305,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
280
305
|
describeConditionalForwarders(args: DescribeConditionalForwardersCommandInput, cb: (err: any, data?: DescribeConditionalForwardersCommandOutput) => void): void;
|
|
281
306
|
describeConditionalForwarders(args: DescribeConditionalForwardersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConditionalForwardersCommandOutput) => void): void;
|
|
282
307
|
/**
|
|
308
|
+
* @public
|
|
283
309
|
* <p>Obtains information about the directories that belong to this account.</p>
|
|
284
310
|
* <p>You can retrieve information about specific directories by passing the directory
|
|
285
311
|
* identifiers in the <code>DirectoryIds</code> parameter. Otherwise, all directories that belong
|
|
@@ -296,12 +322,14 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
296
322
|
describeDirectories(args: DescribeDirectoriesCommandInput, cb: (err: any, data?: DescribeDirectoriesCommandOutput) => void): void;
|
|
297
323
|
describeDirectories(args: DescribeDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectoriesCommandOutput) => void): void;
|
|
298
324
|
/**
|
|
325
|
+
* @public
|
|
299
326
|
* <p>Provides information about any domain controllers in your directory.</p>
|
|
300
327
|
*/
|
|
301
328
|
describeDomainControllers(args: DescribeDomainControllersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainControllersCommandOutput>;
|
|
302
329
|
describeDomainControllers(args: DescribeDomainControllersCommandInput, cb: (err: any, data?: DescribeDomainControllersCommandOutput) => void): void;
|
|
303
330
|
describeDomainControllers(args: DescribeDomainControllersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainControllersCommandOutput) => void): void;
|
|
304
331
|
/**
|
|
332
|
+
* @public
|
|
305
333
|
* <p>Obtains information about which Amazon SNS topics receive status messages from the specified
|
|
306
334
|
* directory.</p>
|
|
307
335
|
* <p>If no input parameters are provided, such as DirectoryId or TopicName, this request
|
|
@@ -311,12 +339,14 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
311
339
|
describeEventTopics(args: DescribeEventTopicsCommandInput, cb: (err: any, data?: DescribeEventTopicsCommandOutput) => void): void;
|
|
312
340
|
describeEventTopics(args: DescribeEventTopicsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventTopicsCommandOutput) => void): void;
|
|
313
341
|
/**
|
|
342
|
+
* @public
|
|
314
343
|
* <p>Describes the status of LDAP security for the specified directory.</p>
|
|
315
344
|
*/
|
|
316
345
|
describeLDAPSSettings(args: DescribeLDAPSSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLDAPSSettingsCommandOutput>;
|
|
317
346
|
describeLDAPSSettings(args: DescribeLDAPSSettingsCommandInput, cb: (err: any, data?: DescribeLDAPSSettingsCommandOutput) => void): void;
|
|
318
347
|
describeLDAPSSettings(args: DescribeLDAPSSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLDAPSSettingsCommandOutput) => void): void;
|
|
319
348
|
/**
|
|
349
|
+
* @public
|
|
320
350
|
* <p>Provides information about the Regions that are configured for multi-Region
|
|
321
351
|
* replication.</p>
|
|
322
352
|
*/
|
|
@@ -324,18 +354,21 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
324
354
|
describeRegions(args: DescribeRegionsCommandInput, cb: (err: any, data?: DescribeRegionsCommandOutput) => void): void;
|
|
325
355
|
describeRegions(args: DescribeRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRegionsCommandOutput) => void): void;
|
|
326
356
|
/**
|
|
357
|
+
* @public
|
|
327
358
|
* <p>Retrieves information about the configurable settings for the specified directory.</p>
|
|
328
359
|
*/
|
|
329
360
|
describeSettings(args: DescribeSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSettingsCommandOutput>;
|
|
330
361
|
describeSettings(args: DescribeSettingsCommandInput, cb: (err: any, data?: DescribeSettingsCommandOutput) => void): void;
|
|
331
362
|
describeSettings(args: DescribeSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSettingsCommandOutput) => void): void;
|
|
332
363
|
/**
|
|
364
|
+
* @public
|
|
333
365
|
* <p>Returns the shared directories in your account. </p>
|
|
334
366
|
*/
|
|
335
367
|
describeSharedDirectories(args: DescribeSharedDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSharedDirectoriesCommandOutput>;
|
|
336
368
|
describeSharedDirectories(args: DescribeSharedDirectoriesCommandInput, cb: (err: any, data?: DescribeSharedDirectoriesCommandOutput) => void): void;
|
|
337
369
|
describeSharedDirectories(args: DescribeSharedDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSharedDirectoriesCommandOutput) => void): void;
|
|
338
370
|
/**
|
|
371
|
+
* @public
|
|
339
372
|
* <p>Obtains information about the directory snapshots that belong to this account.</p>
|
|
340
373
|
* <p>This operation supports pagination with the use of the <i>NextToken</i> request and
|
|
341
374
|
* response parameters. If more results are available, the <i>DescribeSnapshots.NextToken</i>
|
|
@@ -348,6 +381,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
348
381
|
describeSnapshots(args: DescribeSnapshotsCommandInput, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
|
|
349
382
|
describeSnapshots(args: DescribeSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
|
|
350
383
|
/**
|
|
384
|
+
* @public
|
|
351
385
|
* <p>Obtains information about the trust relationships for this account.</p>
|
|
352
386
|
* <p>If no input parameters are provided, such as DirectoryId or TrustIds, this request
|
|
353
387
|
* describes all the trust relationships belonging to the account.</p>
|
|
@@ -356,6 +390,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
356
390
|
describeTrusts(args: DescribeTrustsCommandInput, cb: (err: any, data?: DescribeTrustsCommandOutput) => void): void;
|
|
357
391
|
describeTrusts(args: DescribeTrustsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustsCommandOutput) => void): void;
|
|
358
392
|
/**
|
|
393
|
+
* @public
|
|
359
394
|
* <p>
|
|
360
395
|
* Describes the updates of a directory for a particular update type.
|
|
361
396
|
* </p>
|
|
@@ -364,18 +399,21 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
364
399
|
describeUpdateDirectory(args: DescribeUpdateDirectoryCommandInput, cb: (err: any, data?: DescribeUpdateDirectoryCommandOutput) => void): void;
|
|
365
400
|
describeUpdateDirectory(args: DescribeUpdateDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUpdateDirectoryCommandOutput) => void): void;
|
|
366
401
|
/**
|
|
402
|
+
* @public
|
|
367
403
|
* <p>Disables alternative client authentication methods for the specified directory. </p>
|
|
368
404
|
*/
|
|
369
405
|
disableClientAuthentication(args: DisableClientAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<DisableClientAuthenticationCommandOutput>;
|
|
370
406
|
disableClientAuthentication(args: DisableClientAuthenticationCommandInput, cb: (err: any, data?: DisableClientAuthenticationCommandOutput) => void): void;
|
|
371
407
|
disableClientAuthentication(args: DisableClientAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableClientAuthenticationCommandOutput) => void): void;
|
|
372
408
|
/**
|
|
409
|
+
* @public
|
|
373
410
|
* <p>Deactivates LDAP secure calls for the specified directory.</p>
|
|
374
411
|
*/
|
|
375
412
|
disableLDAPS(args: DisableLDAPSCommandInput, options?: __HttpHandlerOptions): Promise<DisableLDAPSCommandOutput>;
|
|
376
413
|
disableLDAPS(args: DisableLDAPSCommandInput, cb: (err: any, data?: DisableLDAPSCommandOutput) => void): void;
|
|
377
414
|
disableLDAPS(args: DisableLDAPSCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableLDAPSCommandOutput) => void): void;
|
|
378
415
|
/**
|
|
416
|
+
* @public
|
|
379
417
|
* <p>Disables multi-factor authentication (MFA) with the Remote Authentication Dial In
|
|
380
418
|
* User Service (RADIUS) server for an AD Connector or Microsoft AD directory.</p>
|
|
381
419
|
*/
|
|
@@ -383,24 +421,28 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
383
421
|
disableRadius(args: DisableRadiusCommandInput, cb: (err: any, data?: DisableRadiusCommandOutput) => void): void;
|
|
384
422
|
disableRadius(args: DisableRadiusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableRadiusCommandOutput) => void): void;
|
|
385
423
|
/**
|
|
424
|
+
* @public
|
|
386
425
|
* <p>Disables single-sign on for a directory.</p>
|
|
387
426
|
*/
|
|
388
427
|
disableSso(args: DisableSsoCommandInput, options?: __HttpHandlerOptions): Promise<DisableSsoCommandOutput>;
|
|
389
428
|
disableSso(args: DisableSsoCommandInput, cb: (err: any, data?: DisableSsoCommandOutput) => void): void;
|
|
390
429
|
disableSso(args: DisableSsoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSsoCommandOutput) => void): void;
|
|
391
430
|
/**
|
|
431
|
+
* @public
|
|
392
432
|
* <p>Enables alternative client authentication methods for the specified directory.</p>
|
|
393
433
|
*/
|
|
394
434
|
enableClientAuthentication(args: EnableClientAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<EnableClientAuthenticationCommandOutput>;
|
|
395
435
|
enableClientAuthentication(args: EnableClientAuthenticationCommandInput, cb: (err: any, data?: EnableClientAuthenticationCommandOutput) => void): void;
|
|
396
436
|
enableClientAuthentication(args: EnableClientAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableClientAuthenticationCommandOutput) => void): void;
|
|
397
437
|
/**
|
|
438
|
+
* @public
|
|
398
439
|
* <p>Activates the switch for the specific directory to always use LDAP secure calls.</p>
|
|
399
440
|
*/
|
|
400
441
|
enableLDAPS(args: EnableLDAPSCommandInput, options?: __HttpHandlerOptions): Promise<EnableLDAPSCommandOutput>;
|
|
401
442
|
enableLDAPS(args: EnableLDAPSCommandInput, cb: (err: any, data?: EnableLDAPSCommandOutput) => void): void;
|
|
402
443
|
enableLDAPS(args: EnableLDAPSCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableLDAPSCommandOutput) => void): void;
|
|
403
444
|
/**
|
|
445
|
+
* @public
|
|
404
446
|
* <p>Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User
|
|
405
447
|
* Service (RADIUS) server for an AD Connector or Microsoft AD directory.</p>
|
|
406
448
|
*/
|
|
@@ -408,6 +450,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
408
450
|
enableRadius(args: EnableRadiusCommandInput, cb: (err: any, data?: EnableRadiusCommandOutput) => void): void;
|
|
409
451
|
enableRadius(args: EnableRadiusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableRadiusCommandOutput) => void): void;
|
|
410
452
|
/**
|
|
453
|
+
* @public
|
|
411
454
|
* <p>Enables single sign-on for a directory. Single sign-on allows users in your directory to
|
|
412
455
|
* access certain Amazon Web Services services from a computer joined to the directory without having to enter
|
|
413
456
|
* their credentials separately.</p>
|
|
@@ -416,54 +459,63 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
416
459
|
enableSso(args: EnableSsoCommandInput, cb: (err: any, data?: EnableSsoCommandOutput) => void): void;
|
|
417
460
|
enableSso(args: EnableSsoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableSsoCommandOutput) => void): void;
|
|
418
461
|
/**
|
|
462
|
+
* @public
|
|
419
463
|
* <p>Obtains directory limit information for the current Region.</p>
|
|
420
464
|
*/
|
|
421
465
|
getDirectoryLimits(args: GetDirectoryLimitsCommandInput, options?: __HttpHandlerOptions): Promise<GetDirectoryLimitsCommandOutput>;
|
|
422
466
|
getDirectoryLimits(args: GetDirectoryLimitsCommandInput, cb: (err: any, data?: GetDirectoryLimitsCommandOutput) => void): void;
|
|
423
467
|
getDirectoryLimits(args: GetDirectoryLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDirectoryLimitsCommandOutput) => void): void;
|
|
424
468
|
/**
|
|
469
|
+
* @public
|
|
425
470
|
* <p>Obtains the manual snapshot limits for a directory.</p>
|
|
426
471
|
*/
|
|
427
472
|
getSnapshotLimits(args: GetSnapshotLimitsCommandInput, options?: __HttpHandlerOptions): Promise<GetSnapshotLimitsCommandOutput>;
|
|
428
473
|
getSnapshotLimits(args: GetSnapshotLimitsCommandInput, cb: (err: any, data?: GetSnapshotLimitsCommandOutput) => void): void;
|
|
429
474
|
getSnapshotLimits(args: GetSnapshotLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnapshotLimitsCommandOutput) => void): void;
|
|
430
475
|
/**
|
|
476
|
+
* @public
|
|
431
477
|
* <p>For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.</p>
|
|
432
478
|
*/
|
|
433
479
|
listCertificates(args: ListCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesCommandOutput>;
|
|
434
480
|
listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
|
|
435
481
|
listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
|
|
436
482
|
/**
|
|
483
|
+
* @public
|
|
437
484
|
* <p>Lists the address blocks that you have added to a directory.</p>
|
|
438
485
|
*/
|
|
439
486
|
listIpRoutes(args: ListIpRoutesCommandInput, options?: __HttpHandlerOptions): Promise<ListIpRoutesCommandOutput>;
|
|
440
487
|
listIpRoutes(args: ListIpRoutesCommandInput, cb: (err: any, data?: ListIpRoutesCommandOutput) => void): void;
|
|
441
488
|
listIpRoutes(args: ListIpRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIpRoutesCommandOutput) => void): void;
|
|
442
489
|
/**
|
|
490
|
+
* @public
|
|
443
491
|
* <p>Lists the active log subscriptions for the Amazon Web Services account.</p>
|
|
444
492
|
*/
|
|
445
493
|
listLogSubscriptions(args: ListLogSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListLogSubscriptionsCommandOutput>;
|
|
446
494
|
listLogSubscriptions(args: ListLogSubscriptionsCommandInput, cb: (err: any, data?: ListLogSubscriptionsCommandOutput) => void): void;
|
|
447
495
|
listLogSubscriptions(args: ListLogSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLogSubscriptionsCommandOutput) => void): void;
|
|
448
496
|
/**
|
|
497
|
+
* @public
|
|
449
498
|
* <p>Lists all schema extensions applied to a Microsoft AD Directory.</p>
|
|
450
499
|
*/
|
|
451
500
|
listSchemaExtensions(args: ListSchemaExtensionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemaExtensionsCommandOutput>;
|
|
452
501
|
listSchemaExtensions(args: ListSchemaExtensionsCommandInput, cb: (err: any, data?: ListSchemaExtensionsCommandOutput) => void): void;
|
|
453
502
|
listSchemaExtensions(args: ListSchemaExtensionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaExtensionsCommandOutput) => void): void;
|
|
454
503
|
/**
|
|
504
|
+
* @public
|
|
455
505
|
* <p>Lists all tags on a directory.</p>
|
|
456
506
|
*/
|
|
457
507
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
458
508
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
459
509
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
460
510
|
/**
|
|
511
|
+
* @public
|
|
461
512
|
* <p>Registers a certificate for a secure LDAP or client certificate authentication.</p>
|
|
462
513
|
*/
|
|
463
514
|
registerCertificate(args: RegisterCertificateCommandInput, options?: __HttpHandlerOptions): Promise<RegisterCertificateCommandOutput>;
|
|
464
515
|
registerCertificate(args: RegisterCertificateCommandInput, cb: (err: any, data?: RegisterCertificateCommandOutput) => void): void;
|
|
465
516
|
registerCertificate(args: RegisterCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCertificateCommandOutput) => void): void;
|
|
466
517
|
/**
|
|
518
|
+
* @public
|
|
467
519
|
* <p>Associates a directory with an Amazon SNS topic. This establishes the directory as a
|
|
468
520
|
* publisher to the specified Amazon SNS topic. You can then receive email or text (SMS) messages when
|
|
469
521
|
* the status of your directory changes. You get notified if your directory goes from an Active
|
|
@@ -474,18 +526,21 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
474
526
|
registerEventTopic(args: RegisterEventTopicCommandInput, cb: (err: any, data?: RegisterEventTopicCommandOutput) => void): void;
|
|
475
527
|
registerEventTopic(args: RegisterEventTopicCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterEventTopicCommandOutput) => void): void;
|
|
476
528
|
/**
|
|
529
|
+
* @public
|
|
477
530
|
* <p>Rejects a directory sharing request that was sent from the directory owner account.</p>
|
|
478
531
|
*/
|
|
479
532
|
rejectSharedDirectory(args: RejectSharedDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<RejectSharedDirectoryCommandOutput>;
|
|
480
533
|
rejectSharedDirectory(args: RejectSharedDirectoryCommandInput, cb: (err: any, data?: RejectSharedDirectoryCommandOutput) => void): void;
|
|
481
534
|
rejectSharedDirectory(args: RejectSharedDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectSharedDirectoryCommandOutput) => void): void;
|
|
482
535
|
/**
|
|
536
|
+
* @public
|
|
483
537
|
* <p>Removes IP address blocks from a directory.</p>
|
|
484
538
|
*/
|
|
485
539
|
removeIpRoutes(args: RemoveIpRoutesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveIpRoutesCommandOutput>;
|
|
486
540
|
removeIpRoutes(args: RemoveIpRoutesCommandInput, cb: (err: any, data?: RemoveIpRoutesCommandOutput) => void): void;
|
|
487
541
|
removeIpRoutes(args: RemoveIpRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveIpRoutesCommandOutput) => void): void;
|
|
488
542
|
/**
|
|
543
|
+
* @public
|
|
489
544
|
* <p>Stops all replication and removes the domain controllers from the specified Region. You
|
|
490
545
|
* cannot remove the primary Region with this operation. Instead, use the
|
|
491
546
|
* <code>DeleteDirectory</code> API.</p>
|
|
@@ -494,12 +549,14 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
494
549
|
removeRegion(args: RemoveRegionCommandInput, cb: (err: any, data?: RemoveRegionCommandOutput) => void): void;
|
|
495
550
|
removeRegion(args: RemoveRegionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRegionCommandOutput) => void): void;
|
|
496
551
|
/**
|
|
552
|
+
* @public
|
|
497
553
|
* <p>Removes tags from a directory.</p>
|
|
498
554
|
*/
|
|
499
555
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
|
|
500
556
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
|
|
501
557
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
|
|
502
558
|
/**
|
|
559
|
+
* @public
|
|
503
560
|
* <p>Resets the password for any user in your Managed Microsoft AD or Simple AD
|
|
504
561
|
* directory.</p>
|
|
505
562
|
* <p>You can reset the password for any user in your directory with the following
|
|
@@ -523,6 +580,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
523
580
|
resetUserPassword(args: ResetUserPasswordCommandInput, cb: (err: any, data?: ResetUserPasswordCommandOutput) => void): void;
|
|
524
581
|
resetUserPassword(args: ResetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetUserPasswordCommandOutput) => void): void;
|
|
525
582
|
/**
|
|
583
|
+
* @public
|
|
526
584
|
* <p>Restores a directory using an existing directory snapshot.</p>
|
|
527
585
|
* <p>When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.</p>
|
|
528
586
|
* <p>This action returns as soon as the restore operation is initiated. You can monitor the
|
|
@@ -534,6 +592,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
534
592
|
restoreFromSnapshot(args: RestoreFromSnapshotCommandInput, cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void): void;
|
|
535
593
|
restoreFromSnapshot(args: RestoreFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void): void;
|
|
536
594
|
/**
|
|
595
|
+
* @public
|
|
537
596
|
* <p>Shares a specified directory (<code>DirectoryId</code>) in your Amazon Web Services account (directory
|
|
538
597
|
* owner) with another Amazon Web Services account (directory consumer). With this operation you can use your
|
|
539
598
|
* directory from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.</p>
|
|
@@ -552,18 +611,21 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
552
611
|
shareDirectory(args: ShareDirectoryCommandInput, cb: (err: any, data?: ShareDirectoryCommandOutput) => void): void;
|
|
553
612
|
shareDirectory(args: ShareDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ShareDirectoryCommandOutput) => void): void;
|
|
554
613
|
/**
|
|
614
|
+
* @public
|
|
555
615
|
* <p>Applies a schema extension to a Microsoft AD directory.</p>
|
|
556
616
|
*/
|
|
557
617
|
startSchemaExtension(args: StartSchemaExtensionCommandInput, options?: __HttpHandlerOptions): Promise<StartSchemaExtensionCommandOutput>;
|
|
558
618
|
startSchemaExtension(args: StartSchemaExtensionCommandInput, cb: (err: any, data?: StartSchemaExtensionCommandOutput) => void): void;
|
|
559
619
|
startSchemaExtension(args: StartSchemaExtensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSchemaExtensionCommandOutput) => void): void;
|
|
560
620
|
/**
|
|
621
|
+
* @public
|
|
561
622
|
* <p>Stops the directory sharing between the directory owner and consumer accounts. </p>
|
|
562
623
|
*/
|
|
563
624
|
unshareDirectory(args: UnshareDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<UnshareDirectoryCommandOutput>;
|
|
564
625
|
unshareDirectory(args: UnshareDirectoryCommandInput, cb: (err: any, data?: UnshareDirectoryCommandOutput) => void): void;
|
|
565
626
|
unshareDirectory(args: UnshareDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnshareDirectoryCommandOutput) => void): void;
|
|
566
627
|
/**
|
|
628
|
+
* @public
|
|
567
629
|
* <p>Updates a conditional forwarder that has been set up for your Amazon Web Services
|
|
568
630
|
* directory.</p>
|
|
569
631
|
*/
|
|
@@ -571,6 +633,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
571
633
|
updateConditionalForwarder(args: UpdateConditionalForwarderCommandInput, cb: (err: any, data?: UpdateConditionalForwarderCommandOutput) => void): void;
|
|
572
634
|
updateConditionalForwarder(args: UpdateConditionalForwarderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConditionalForwarderCommandOutput) => void): void;
|
|
573
635
|
/**
|
|
636
|
+
* @public
|
|
574
637
|
* <p>
|
|
575
638
|
* Updates the directory for a particular update type.
|
|
576
639
|
* </p>
|
|
@@ -579,6 +642,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
579
642
|
updateDirectorySetup(args: UpdateDirectorySetupCommandInput, cb: (err: any, data?: UpdateDirectorySetupCommandOutput) => void): void;
|
|
580
643
|
updateDirectorySetup(args: UpdateDirectorySetupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectorySetupCommandOutput) => void): void;
|
|
581
644
|
/**
|
|
645
|
+
* @public
|
|
582
646
|
* <p>Adds or removes domain controllers to or from the directory. Based on the difference
|
|
583
647
|
* between current value and new value (provided through this API call), domain controllers will
|
|
584
648
|
* be added or removed. It may take up to 45 minutes for any new domain controllers to become
|
|
@@ -589,6 +653,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
589
653
|
updateNumberOfDomainControllers(args: UpdateNumberOfDomainControllersCommandInput, cb: (err: any, data?: UpdateNumberOfDomainControllersCommandOutput) => void): void;
|
|
590
654
|
updateNumberOfDomainControllers(args: UpdateNumberOfDomainControllersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNumberOfDomainControllersCommandOutput) => void): void;
|
|
591
655
|
/**
|
|
656
|
+
* @public
|
|
592
657
|
* <p>Updates the Remote Authentication Dial In User Service (RADIUS) server information
|
|
593
658
|
* for an AD Connector or Microsoft AD directory.</p>
|
|
594
659
|
*/
|
|
@@ -596,12 +661,14 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
596
661
|
updateRadius(args: UpdateRadiusCommandInput, cb: (err: any, data?: UpdateRadiusCommandOutput) => void): void;
|
|
597
662
|
updateRadius(args: UpdateRadiusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRadiusCommandOutput) => void): void;
|
|
598
663
|
/**
|
|
664
|
+
* @public
|
|
599
665
|
* <p>Updates the configurable settings for the specified directory.</p>
|
|
600
666
|
*/
|
|
601
667
|
updateSettings(args: UpdateSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSettingsCommandOutput>;
|
|
602
668
|
updateSettings(args: UpdateSettingsCommandInput, cb: (err: any, data?: UpdateSettingsCommandOutput) => void): void;
|
|
603
669
|
updateSettings(args: UpdateSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSettingsCommandOutput) => void): void;
|
|
604
670
|
/**
|
|
671
|
+
* @public
|
|
605
672
|
* <p>Updates the trust that has been set up between your Managed Microsoft AD directory and an
|
|
606
673
|
* self-managed Active Directory.</p>
|
|
607
674
|
*/
|
|
@@ -609,6 +676,7 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
609
676
|
updateTrust(args: UpdateTrustCommandInput, cb: (err: any, data?: UpdateTrustCommandOutput) => void): void;
|
|
610
677
|
updateTrust(args: UpdateTrustCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrustCommandOutput) => void): void;
|
|
611
678
|
/**
|
|
679
|
+
* @public
|
|
612
680
|
* <p>Directory Service for Microsoft Active Directory allows you to configure and verify trust
|
|
613
681
|
* relationships.</p>
|
|
614
682
|
* <p>This action verifies a trust relationship between your Managed Microsoft AD directory and an
|
|
@@ -75,15 +75,24 @@ import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./comma
|
|
|
75
75
|
import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
|
|
76
76
|
import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
|
|
77
77
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
78
81
|
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 | DescribeDomainControllersCommandInput | DescribeEventTopicsCommandInput | DescribeLDAPSSettingsCommandInput | DescribeRegionsCommandInput | DescribeSettingsCommandInput | DescribeSharedDirectoriesCommandInput | DescribeSnapshotsCommandInput | DescribeTrustsCommandInput | DescribeUpdateDirectoryCommandInput | DisableClientAuthenticationCommandInput | DisableLDAPSCommandInput | DisableRadiusCommandInput | DisableSsoCommandInput | EnableClientAuthenticationCommandInput | 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;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
79
85
|
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 | DescribeDomainControllersCommandOutput | DescribeEventTopicsCommandOutput | DescribeLDAPSSettingsCommandOutput | DescribeRegionsCommandOutput | DescribeSettingsCommandOutput | DescribeSharedDirectoriesCommandOutput | DescribeSnapshotsCommandOutput | DescribeTrustsCommandOutput | DescribeUpdateDirectoryCommandOutput | DisableClientAuthenticationCommandOutput | DisableLDAPSCommandOutput | DisableRadiusCommandOutput | DisableSsoCommandOutput | EnableClientAuthenticationCommandOutput | 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;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
80
89
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
81
90
|
/**
|
|
82
91
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
83
92
|
*/
|
|
84
93
|
requestHandler?: __HttpHandler;
|
|
85
94
|
/**
|
|
86
|
-
* A constructor for a class implementing the {@link
|
|
95
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
87
96
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
88
97
|
* @internal
|
|
89
98
|
*/
|
|
@@ -173,23 +182,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
173
182
|
*/
|
|
174
183
|
logger?: __Logger;
|
|
175
184
|
/**
|
|
176
|
-
* The {@link
|
|
185
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
177
186
|
*/
|
|
178
187
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
179
188
|
}
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
180
192
|
type DirectoryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
181
193
|
/**
|
|
182
|
-
*
|
|
194
|
+
* @public
|
|
195
|
+
*
|
|
196
|
+
* The configuration interface of DirectoryServiceClient class constructor that set the region, credentials and other options.
|
|
183
197
|
*/
|
|
184
198
|
export interface DirectoryServiceClientConfig extends DirectoryServiceClientConfigType {
|
|
185
199
|
}
|
|
200
|
+
/**
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
186
203
|
type DirectoryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
187
204
|
/**
|
|
188
|
-
*
|
|
205
|
+
* @public
|
|
206
|
+
*
|
|
207
|
+
* The resolved configuration interface of DirectoryServiceClient class. This is resolved and normalized from the {@link DirectoryServiceClientConfig | constructor configuration interface}.
|
|
189
208
|
*/
|
|
190
209
|
export interface DirectoryServiceClientResolvedConfig extends DirectoryServiceClientResolvedConfigType {
|
|
191
210
|
}
|
|
192
211
|
/**
|
|
212
|
+
* @public
|
|
193
213
|
* <fullname>Directory Service</fullname>
|
|
194
214
|
* <p>Directory Service is a web service that makes it easy for you to setup and run directories in the
|
|
195
215
|
* Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { AcceptSharedDirectoryRequest, AcceptSharedDirectoryResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AcceptSharedDirectoryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AcceptSharedDirectoryCommandInput extends AcceptSharedDirectoryRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AcceptSharedDirectoryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirectoryResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Accepts a directory sharing request that was sent from the directory owner account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AcceptSharedDirectoryCommandInput - {@link AcceptSharedDirectoryCommandInput}
|
|
34
|
+
* @returns {@link AcceptSharedDirectoryCommandOutput}
|
|
28
35
|
* @see {@link AcceptSharedDirectoryCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AcceptSharedDirectoryCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector
|
|
|
49
56
|
export declare class AcceptSharedDirectoryCommand extends $Command<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
50
57
|
readonly input: AcceptSharedDirectoryCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: AcceptSharedDirectoryCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|