@aws-sdk/client-directory-service 3.651.1 → 3.654.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 +24 -0
- package/dist-cjs/index.js +124 -5
- package/dist-es/DirectoryService.js +6 -0
- package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/DisableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/EnableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +60 -3
- package/dist-types/DirectoryService.d.ts +21 -0
- package/dist-types/DirectoryServiceClient.d.ts +5 -2
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/AddRegionCommand.d.ts +13 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +11 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +11 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +13 -2
- package/dist-types/commands/DescribeSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +11 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +11 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +11 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +11 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/RemoveRegionCommand.d.ts +13 -2
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +13 -2
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +13 -2
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/commands/UpdateTrustCommand.d.ts +11 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +95 -27
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +51 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -222,7 +222,7 @@ export declare class ServiceException extends __BaseException {
|
|
|
222
222
|
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
|
-
* <p>
|
|
225
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
226
226
|
* @public
|
|
227
227
|
*/
|
|
228
228
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -284,57 +284,57 @@ export interface AddIpRoutesRequest {
|
|
|
284
284
|
* <p>Inbound:</p>
|
|
285
285
|
* <ul>
|
|
286
286
|
* <li>
|
|
287
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source:
|
|
287
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
288
288
|
* </li>
|
|
289
289
|
* <li>
|
|
290
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source:
|
|
290
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
291
291
|
* </li>
|
|
292
292
|
* <li>
|
|
293
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source:
|
|
293
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
294
294
|
* </li>
|
|
295
295
|
* <li>
|
|
296
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source:
|
|
296
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
297
297
|
* </li>
|
|
298
298
|
* <li>
|
|
299
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source:
|
|
299
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
300
300
|
* </li>
|
|
301
301
|
* <li>
|
|
302
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source:
|
|
302
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
303
303
|
* </li>
|
|
304
304
|
* <li>
|
|
305
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source:
|
|
305
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
306
306
|
* </li>
|
|
307
307
|
* <li>
|
|
308
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source:
|
|
308
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
309
309
|
* </li>
|
|
310
310
|
* <li>
|
|
311
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source:
|
|
311
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
312
312
|
* </li>
|
|
313
313
|
* <li>
|
|
314
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source:
|
|
314
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
315
315
|
* </li>
|
|
316
316
|
* <li>
|
|
317
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source:
|
|
317
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
318
318
|
* </li>
|
|
319
319
|
* <li>
|
|
320
320
|
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 1024-65535, Source:
|
|
321
|
-
*
|
|
321
|
+
* Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
322
322
|
* </li>
|
|
323
323
|
* <li>
|
|
324
324
|
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 3268-33269, Source:
|
|
325
|
-
*
|
|
325
|
+
* Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
326
326
|
* </li>
|
|
327
327
|
* <li>
|
|
328
|
-
* <p>Type: DNS (UDP), Protocol: UDP, Range: 53, Source:
|
|
328
|
+
* <p>Type: DNS (UDP), Protocol: UDP, Range: 53, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
329
329
|
* </li>
|
|
330
330
|
* <li>
|
|
331
|
-
* <p>Type: DNS (TCP), Protocol: TCP, Range: 53, Source:
|
|
331
|
+
* <p>Type: DNS (TCP), Protocol: TCP, Range: 53, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
332
332
|
* </li>
|
|
333
333
|
* <li>
|
|
334
|
-
* <p>Type: LDAP, Protocol: TCP, Range: 389, Source:
|
|
334
|
+
* <p>Type: LDAP, Protocol: TCP, Range: 389, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
335
335
|
* </li>
|
|
336
336
|
* <li>
|
|
337
|
-
* <p>Type: All ICMP, Protocol: All, Range: N/A, Source:
|
|
337
|
+
* <p>Type: All ICMP, Protocol: All, Range: N/A, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
338
338
|
* </li>
|
|
339
339
|
* </ul>
|
|
340
340
|
* <p></p>
|
|
@@ -356,7 +356,7 @@ export interface AddIpRoutesRequest {
|
|
|
356
356
|
export interface AddIpRoutesResult {
|
|
357
357
|
}
|
|
358
358
|
/**
|
|
359
|
-
* <p>The specified directory is unavailable
|
|
359
|
+
* <p>The specified directory is unavailable.</p>
|
|
360
360
|
* @public
|
|
361
361
|
*/
|
|
362
362
|
export declare class DirectoryUnavailableException extends __BaseException {
|
|
@@ -564,14 +564,14 @@ export interface Tag {
|
|
|
564
564
|
/**
|
|
565
565
|
* <p>Required name of the tag. The string value can be Unicode characters and cannot be
|
|
566
566
|
* prefixed with "aws:". The string can contain only the set of Unicode letters, digits,
|
|
567
|
-
* white-space, '_', '.', '/', '=', '+', '-' (Java regex:
|
|
567
|
+
* white-space, '_', '.', '/', '=', '+', '-', ':', '@'(Java regex:
|
|
568
568
|
* "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
|
|
569
569
|
* @public
|
|
570
570
|
*/
|
|
571
571
|
Key: string | undefined;
|
|
572
572
|
/**
|
|
573
573
|
* <p>The optional value of the tag. The string value can be Unicode characters. The string
|
|
574
|
-
* can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-'
|
|
574
|
+
* can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-', ':', '@'
|
|
575
575
|
* (Java regex: "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
|
|
576
576
|
* @public
|
|
577
577
|
*/
|
|
@@ -1532,7 +1532,7 @@ export interface CreateTrustRequest {
|
|
|
1532
1532
|
*/
|
|
1533
1533
|
RemoteDomainName: string | undefined;
|
|
1534
1534
|
/**
|
|
1535
|
-
* <p>The trust password. The must be the same password that was used when creating the trust
|
|
1535
|
+
* <p>The trust password. The trust password must be the same password that was used when creating the trust
|
|
1536
1536
|
* relationship on the external domain.</p>
|
|
1537
1537
|
* @public
|
|
1538
1538
|
*/
|
|
@@ -1569,6 +1569,21 @@ export interface CreateTrustResult {
|
|
|
1569
1569
|
*/
|
|
1570
1570
|
TrustId?: string;
|
|
1571
1571
|
}
|
|
1572
|
+
/**
|
|
1573
|
+
* @public
|
|
1574
|
+
* @enum
|
|
1575
|
+
*/
|
|
1576
|
+
export declare const DataAccessStatus: {
|
|
1577
|
+
readonly DISABLED: "Disabled";
|
|
1578
|
+
readonly DISABLING: "Disabling";
|
|
1579
|
+
readonly ENABLED: "Enabled";
|
|
1580
|
+
readonly ENABLING: "Enabling";
|
|
1581
|
+
readonly FAILED: "Failed";
|
|
1582
|
+
};
|
|
1583
|
+
/**
|
|
1584
|
+
* @public
|
|
1585
|
+
*/
|
|
1586
|
+
export type DataAccessStatus = (typeof DataAccessStatus)[keyof typeof DataAccessStatus];
|
|
1572
1587
|
/**
|
|
1573
1588
|
* <p>Deletes a conditional forwarder.</p>
|
|
1574
1589
|
* @public
|
|
@@ -1931,8 +1946,7 @@ export interface RadiusSettings {
|
|
|
1931
1946
|
*/
|
|
1932
1947
|
RadiusTimeout?: number;
|
|
1933
1948
|
/**
|
|
1934
|
-
* <p>The maximum number of times that communication with the RADIUS server is
|
|
1935
|
-
* attempted.</p>
|
|
1949
|
+
* <p>The maximum number of times that communication with the RADIUS server is retried after the initial attempt.</p>
|
|
1936
1950
|
* @public
|
|
1937
1951
|
*/
|
|
1938
1952
|
RadiusRetries?: number;
|
|
@@ -2069,6 +2083,7 @@ export declare const DirectoryStage: {
|
|
|
2069
2083
|
readonly REQUESTED: "Requested";
|
|
2070
2084
|
readonly RESTOREFAILED: "RestoreFailed";
|
|
2071
2085
|
readonly RESTORING: "Restoring";
|
|
2086
|
+
readonly UPDATING: "Updating";
|
|
2072
2087
|
};
|
|
2073
2088
|
/**
|
|
2074
2089
|
* @public
|
|
@@ -2180,7 +2195,7 @@ export interface DirectoryDescription {
|
|
|
2180
2195
|
*/
|
|
2181
2196
|
StageLastUpdatedDateTime?: Date;
|
|
2182
2197
|
/**
|
|
2183
|
-
* <p>The directory
|
|
2198
|
+
* <p>The directory type.</p>
|
|
2184
2199
|
* @public
|
|
2185
2200
|
*/
|
|
2186
2201
|
Type?: DirectoryType;
|
|
@@ -2285,6 +2300,26 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
2285
2300
|
*/
|
|
2286
2301
|
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
2287
2302
|
}
|
|
2303
|
+
/**
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
2306
|
+
export interface DescribeDirectoryDataAccessRequest {
|
|
2307
|
+
/**
|
|
2308
|
+
* <p>The directory identifier.</p>
|
|
2309
|
+
* @public
|
|
2310
|
+
*/
|
|
2311
|
+
DirectoryId: string | undefined;
|
|
2312
|
+
}
|
|
2313
|
+
/**
|
|
2314
|
+
* @public
|
|
2315
|
+
*/
|
|
2316
|
+
export interface DescribeDirectoryDataAccessResult {
|
|
2317
|
+
/**
|
|
2318
|
+
* <p>The current status of data access through the Directory Service Data API.</p>
|
|
2319
|
+
* @public
|
|
2320
|
+
*/
|
|
2321
|
+
DataAccessStatus?: DataAccessStatus;
|
|
2322
|
+
}
|
|
2288
2323
|
/**
|
|
2289
2324
|
* @public
|
|
2290
2325
|
*/
|
|
@@ -2326,6 +2361,7 @@ export declare const DomainControllerStatus: {
|
|
|
2326
2361
|
readonly FAILED: "Failed";
|
|
2327
2362
|
readonly IMPAIRED: "Impaired";
|
|
2328
2363
|
readonly RESTORING: "Restoring";
|
|
2364
|
+
readonly UPDATING: "Updating";
|
|
2329
2365
|
};
|
|
2330
2366
|
/**
|
|
2331
2367
|
* @public
|
|
@@ -2792,7 +2828,9 @@ export interface DescribeSettingsResult {
|
|
|
2792
2828
|
*/
|
|
2793
2829
|
SettingEntries?: SettingEntry[];
|
|
2794
2830
|
/**
|
|
2795
|
-
* <p>If not null, token that indicates that more results are available.
|
|
2831
|
+
* <p>If not null, token that indicates that more results are available.
|
|
2832
|
+
* Pass this value for the <code>NextToken</code> parameter in a subsequent
|
|
2833
|
+
* call to <code>DescribeSettings</code> to retrieve the next set of items. </p>
|
|
2796
2834
|
* @public
|
|
2797
2835
|
*/
|
|
2798
2836
|
NextToken?: string;
|
|
@@ -3365,7 +3403,7 @@ export interface DisableClientAuthenticationRequest {
|
|
|
3365
3403
|
*/
|
|
3366
3404
|
DirectoryId: string | undefined;
|
|
3367
3405
|
/**
|
|
3368
|
-
* <p>The type of client authentication to disable. Currently
|
|
3406
|
+
* <p>The type of client authentication to disable. Currently the only parameter <code>"SmartCard"</code> is supported.</p>
|
|
3369
3407
|
* @public
|
|
3370
3408
|
*/
|
|
3371
3409
|
Type: ClientAuthenticationType | undefined;
|
|
@@ -3397,6 +3435,21 @@ export declare class InvalidClientAuthStatusException extends __BaseException {
|
|
|
3397
3435
|
*/
|
|
3398
3436
|
constructor(opts: __ExceptionOptionType<InvalidClientAuthStatusException, __BaseException>);
|
|
3399
3437
|
}
|
|
3438
|
+
/**
|
|
3439
|
+
* @public
|
|
3440
|
+
*/
|
|
3441
|
+
export interface DisableDirectoryDataAccessRequest {
|
|
3442
|
+
/**
|
|
3443
|
+
* <p>The directory identifier.</p>
|
|
3444
|
+
* @public
|
|
3445
|
+
*/
|
|
3446
|
+
DirectoryId: string | undefined;
|
|
3447
|
+
}
|
|
3448
|
+
/**
|
|
3449
|
+
* @public
|
|
3450
|
+
*/
|
|
3451
|
+
export interface DisableDirectoryDataAccessResult {
|
|
3452
|
+
}
|
|
3400
3453
|
/**
|
|
3401
3454
|
* @public
|
|
3402
3455
|
*/
|
|
@@ -3540,6 +3593,21 @@ export declare class NoAvailableCertificateException extends __BaseException {
|
|
|
3540
3593
|
*/
|
|
3541
3594
|
constructor(opts: __ExceptionOptionType<NoAvailableCertificateException, __BaseException>);
|
|
3542
3595
|
}
|
|
3596
|
+
/**
|
|
3597
|
+
* @public
|
|
3598
|
+
*/
|
|
3599
|
+
export interface EnableDirectoryDataAccessRequest {
|
|
3600
|
+
/**
|
|
3601
|
+
* <p>The directory identifier.</p>
|
|
3602
|
+
* @public
|
|
3603
|
+
*/
|
|
3604
|
+
DirectoryId: string | undefined;
|
|
3605
|
+
}
|
|
3606
|
+
/**
|
|
3607
|
+
* @public
|
|
3608
|
+
*/
|
|
3609
|
+
export interface EnableDirectoryDataAccessResult {
|
|
3610
|
+
}
|
|
3543
3611
|
/**
|
|
3544
3612
|
* @public
|
|
3545
3613
|
*/
|
|
@@ -25,6 +25,7 @@ import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } fro
|
|
|
25
25
|
import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "../commands/DescribeClientAuthenticationSettingsCommand";
|
|
26
26
|
import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "../commands/DescribeConditionalForwardersCommand";
|
|
27
27
|
import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "../commands/DescribeDirectoriesCommand";
|
|
28
|
+
import { DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput } from "../commands/DescribeDirectoryDataAccessCommand";
|
|
28
29
|
import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "../commands/DescribeDomainControllersCommand";
|
|
29
30
|
import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "../commands/DescribeEventTopicsCommand";
|
|
30
31
|
import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "../commands/DescribeLDAPSSettingsCommand";
|
|
@@ -35,10 +36,12 @@ import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from ".
|
|
|
35
36
|
import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "../commands/DescribeTrustsCommand";
|
|
36
37
|
import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "../commands/DescribeUpdateDirectoryCommand";
|
|
37
38
|
import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "../commands/DisableClientAuthenticationCommand";
|
|
39
|
+
import { DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput } from "../commands/DisableDirectoryDataAccessCommand";
|
|
38
40
|
import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "../commands/DisableLDAPSCommand";
|
|
39
41
|
import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "../commands/DisableRadiusCommand";
|
|
40
42
|
import { DisableSsoCommandInput, DisableSsoCommandOutput } from "../commands/DisableSsoCommand";
|
|
41
43
|
import { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "../commands/EnableClientAuthenticationCommand";
|
|
44
|
+
import { EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput } from "../commands/EnableDirectoryDataAccessCommand";
|
|
42
45
|
import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "../commands/EnableLDAPSCommand";
|
|
43
46
|
import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "../commands/EnableRadiusCommand";
|
|
44
47
|
import { EnableSsoCommandInput, EnableSsoCommandOutput } from "../commands/EnableSsoCommand";
|
|
@@ -167,6 +170,10 @@ export declare const se_DescribeConditionalForwardersCommand: (input: DescribeCo
|
|
|
167
170
|
* serializeAws_json1_1DescribeDirectoriesCommand
|
|
168
171
|
*/
|
|
169
172
|
export declare const se_DescribeDirectoriesCommand: (input: DescribeDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* serializeAws_json1_1DescribeDirectoryDataAccessCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const se_DescribeDirectoryDataAccessCommand: (input: DescribeDirectoryDataAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
177
|
/**
|
|
171
178
|
* serializeAws_json1_1DescribeDomainControllersCommand
|
|
172
179
|
*/
|
|
@@ -207,6 +214,10 @@ export declare const se_DescribeUpdateDirectoryCommand: (input: DescribeUpdateDi
|
|
|
207
214
|
* serializeAws_json1_1DisableClientAuthenticationCommand
|
|
208
215
|
*/
|
|
209
216
|
export declare const se_DisableClientAuthenticationCommand: (input: DisableClientAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
+
/**
|
|
218
|
+
* serializeAws_json1_1DisableDirectoryDataAccessCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const se_DisableDirectoryDataAccessCommand: (input: DisableDirectoryDataAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
221
|
/**
|
|
211
222
|
* serializeAws_json1_1DisableLDAPSCommand
|
|
212
223
|
*/
|
|
@@ -223,6 +234,10 @@ export declare const se_DisableSsoCommand: (input: DisableSsoCommandInput, conte
|
|
|
223
234
|
* serializeAws_json1_1EnableClientAuthenticationCommand
|
|
224
235
|
*/
|
|
225
236
|
export declare const se_EnableClientAuthenticationCommand: (input: EnableClientAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* serializeAws_json1_1EnableDirectoryDataAccessCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const se_EnableDirectoryDataAccessCommand: (input: EnableDirectoryDataAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
241
|
/**
|
|
227
242
|
* serializeAws_json1_1EnableLDAPSCommand
|
|
228
243
|
*/
|
|
@@ -435,6 +450,10 @@ export declare const de_DescribeConditionalForwardersCommand: (output: __HttpRes
|
|
|
435
450
|
* deserializeAws_json1_1DescribeDirectoriesCommand
|
|
436
451
|
*/
|
|
437
452
|
export declare const de_DescribeDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectoriesCommandOutput>;
|
|
453
|
+
/**
|
|
454
|
+
* deserializeAws_json1_1DescribeDirectoryDataAccessCommand
|
|
455
|
+
*/
|
|
456
|
+
export declare const de_DescribeDirectoryDataAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectoryDataAccessCommandOutput>;
|
|
438
457
|
/**
|
|
439
458
|
* deserializeAws_json1_1DescribeDomainControllersCommand
|
|
440
459
|
*/
|
|
@@ -475,6 +494,10 @@ export declare const de_DescribeUpdateDirectoryCommand: (output: __HttpResponse,
|
|
|
475
494
|
* deserializeAws_json1_1DisableClientAuthenticationCommand
|
|
476
495
|
*/
|
|
477
496
|
export declare const de_DisableClientAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableClientAuthenticationCommandOutput>;
|
|
497
|
+
/**
|
|
498
|
+
* deserializeAws_json1_1DisableDirectoryDataAccessCommand
|
|
499
|
+
*/
|
|
500
|
+
export declare const de_DisableDirectoryDataAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDirectoryDataAccessCommandOutput>;
|
|
478
501
|
/**
|
|
479
502
|
* deserializeAws_json1_1DisableLDAPSCommand
|
|
480
503
|
*/
|
|
@@ -491,6 +514,10 @@ export declare const de_DisableSsoCommand: (output: __HttpResponse, context: __S
|
|
|
491
514
|
* deserializeAws_json1_1EnableClientAuthenticationCommand
|
|
492
515
|
*/
|
|
493
516
|
export declare const de_EnableClientAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableClientAuthenticationCommandOutput>;
|
|
517
|
+
/**
|
|
518
|
+
* deserializeAws_json1_1EnableDirectoryDataAccessCommand
|
|
519
|
+
*/
|
|
520
|
+
export declare const de_EnableDirectoryDataAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDirectoryDataAccessCommandOutput>;
|
|
494
521
|
/**
|
|
495
522
|
* deserializeAws_json1_1EnableLDAPSCommand
|
|
496
523
|
*/
|
|
@@ -99,6 +99,10 @@ import {
|
|
|
99
99
|
DescribeDirectoriesCommandInput,
|
|
100
100
|
DescribeDirectoriesCommandOutput,
|
|
101
101
|
} from "./commands/DescribeDirectoriesCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeDirectoryDataAccessCommandInput,
|
|
104
|
+
DescribeDirectoryDataAccessCommandOutput,
|
|
105
|
+
} from "./commands/DescribeDirectoryDataAccessCommand";
|
|
102
106
|
import {
|
|
103
107
|
DescribeDomainControllersCommandInput,
|
|
104
108
|
DescribeDomainControllersCommandOutput,
|
|
@@ -139,6 +143,10 @@ import {
|
|
|
139
143
|
DisableClientAuthenticationCommandInput,
|
|
140
144
|
DisableClientAuthenticationCommandOutput,
|
|
141
145
|
} from "./commands/DisableClientAuthenticationCommand";
|
|
146
|
+
import {
|
|
147
|
+
DisableDirectoryDataAccessCommandInput,
|
|
148
|
+
DisableDirectoryDataAccessCommandOutput,
|
|
149
|
+
} from "./commands/DisableDirectoryDataAccessCommand";
|
|
142
150
|
import {
|
|
143
151
|
DisableLDAPSCommandInput,
|
|
144
152
|
DisableLDAPSCommandOutput,
|
|
@@ -155,6 +163,10 @@ import {
|
|
|
155
163
|
EnableClientAuthenticationCommandInput,
|
|
156
164
|
EnableClientAuthenticationCommandOutput,
|
|
157
165
|
} from "./commands/EnableClientAuthenticationCommand";
|
|
166
|
+
import {
|
|
167
|
+
EnableDirectoryDataAccessCommandInput,
|
|
168
|
+
EnableDirectoryDataAccessCommandOutput,
|
|
169
|
+
} from "./commands/EnableDirectoryDataAccessCommand";
|
|
158
170
|
import {
|
|
159
171
|
EnableLDAPSCommandInput,
|
|
160
172
|
EnableLDAPSCommandOutput,
|
|
@@ -601,6 +613,19 @@ export interface DirectoryService {
|
|
|
601
613
|
options: __HttpHandlerOptions,
|
|
602
614
|
cb: (err: any, data?: DescribeDirectoriesCommandOutput) => void
|
|
603
615
|
): void;
|
|
616
|
+
describeDirectoryDataAccess(
|
|
617
|
+
args: DescribeDirectoryDataAccessCommandInput,
|
|
618
|
+
options?: __HttpHandlerOptions
|
|
619
|
+
): Promise<DescribeDirectoryDataAccessCommandOutput>;
|
|
620
|
+
describeDirectoryDataAccess(
|
|
621
|
+
args: DescribeDirectoryDataAccessCommandInput,
|
|
622
|
+
cb: (err: any, data?: DescribeDirectoryDataAccessCommandOutput) => void
|
|
623
|
+
): void;
|
|
624
|
+
describeDirectoryDataAccess(
|
|
625
|
+
args: DescribeDirectoryDataAccessCommandInput,
|
|
626
|
+
options: __HttpHandlerOptions,
|
|
627
|
+
cb: (err: any, data?: DescribeDirectoryDataAccessCommandOutput) => void
|
|
628
|
+
): void;
|
|
604
629
|
describeDomainControllers(
|
|
605
630
|
args: DescribeDomainControllersCommandInput,
|
|
606
631
|
options?: __HttpHandlerOptions
|
|
@@ -734,6 +759,19 @@ export interface DirectoryService {
|
|
|
734
759
|
options: __HttpHandlerOptions,
|
|
735
760
|
cb: (err: any, data?: DisableClientAuthenticationCommandOutput) => void
|
|
736
761
|
): void;
|
|
762
|
+
disableDirectoryDataAccess(
|
|
763
|
+
args: DisableDirectoryDataAccessCommandInput,
|
|
764
|
+
options?: __HttpHandlerOptions
|
|
765
|
+
): Promise<DisableDirectoryDataAccessCommandOutput>;
|
|
766
|
+
disableDirectoryDataAccess(
|
|
767
|
+
args: DisableDirectoryDataAccessCommandInput,
|
|
768
|
+
cb: (err: any, data?: DisableDirectoryDataAccessCommandOutput) => void
|
|
769
|
+
): void;
|
|
770
|
+
disableDirectoryDataAccess(
|
|
771
|
+
args: DisableDirectoryDataAccessCommandInput,
|
|
772
|
+
options: __HttpHandlerOptions,
|
|
773
|
+
cb: (err: any, data?: DisableDirectoryDataAccessCommandOutput) => void
|
|
774
|
+
): void;
|
|
737
775
|
disableLDAPS(
|
|
738
776
|
args: DisableLDAPSCommandInput,
|
|
739
777
|
options?: __HttpHandlerOptions
|
|
@@ -786,6 +824,19 @@ export interface DirectoryService {
|
|
|
786
824
|
options: __HttpHandlerOptions,
|
|
787
825
|
cb: (err: any, data?: EnableClientAuthenticationCommandOutput) => void
|
|
788
826
|
): void;
|
|
827
|
+
enableDirectoryDataAccess(
|
|
828
|
+
args: EnableDirectoryDataAccessCommandInput,
|
|
829
|
+
options?: __HttpHandlerOptions
|
|
830
|
+
): Promise<EnableDirectoryDataAccessCommandOutput>;
|
|
831
|
+
enableDirectoryDataAccess(
|
|
832
|
+
args: EnableDirectoryDataAccessCommandInput,
|
|
833
|
+
cb: (err: any, data?: EnableDirectoryDataAccessCommandOutput) => void
|
|
834
|
+
): void;
|
|
835
|
+
enableDirectoryDataAccess(
|
|
836
|
+
args: EnableDirectoryDataAccessCommandInput,
|
|
837
|
+
options: __HttpHandlerOptions,
|
|
838
|
+
cb: (err: any, data?: EnableDirectoryDataAccessCommandOutput) => void
|
|
839
|
+
): void;
|
|
789
840
|
enableLDAPS(
|
|
790
841
|
args: EnableLDAPSCommandInput,
|
|
791
842
|
options?: __HttpHandlerOptions
|
|
@@ -145,6 +145,10 @@ import {
|
|
|
145
145
|
DescribeDirectoriesCommandInput,
|
|
146
146
|
DescribeDirectoriesCommandOutput,
|
|
147
147
|
} from "./commands/DescribeDirectoriesCommand";
|
|
148
|
+
import {
|
|
149
|
+
DescribeDirectoryDataAccessCommandInput,
|
|
150
|
+
DescribeDirectoryDataAccessCommandOutput,
|
|
151
|
+
} from "./commands/DescribeDirectoryDataAccessCommand";
|
|
148
152
|
import {
|
|
149
153
|
DescribeDomainControllersCommandInput,
|
|
150
154
|
DescribeDomainControllersCommandOutput,
|
|
@@ -185,6 +189,10 @@ import {
|
|
|
185
189
|
DisableClientAuthenticationCommandInput,
|
|
186
190
|
DisableClientAuthenticationCommandOutput,
|
|
187
191
|
} from "./commands/DisableClientAuthenticationCommand";
|
|
192
|
+
import {
|
|
193
|
+
DisableDirectoryDataAccessCommandInput,
|
|
194
|
+
DisableDirectoryDataAccessCommandOutput,
|
|
195
|
+
} from "./commands/DisableDirectoryDataAccessCommand";
|
|
188
196
|
import {
|
|
189
197
|
DisableLDAPSCommandInput,
|
|
190
198
|
DisableLDAPSCommandOutput,
|
|
@@ -201,6 +209,10 @@ import {
|
|
|
201
209
|
EnableClientAuthenticationCommandInput,
|
|
202
210
|
EnableClientAuthenticationCommandOutput,
|
|
203
211
|
} from "./commands/EnableClientAuthenticationCommand";
|
|
212
|
+
import {
|
|
213
|
+
EnableDirectoryDataAccessCommandInput,
|
|
214
|
+
EnableDirectoryDataAccessCommandOutput,
|
|
215
|
+
} from "./commands/EnableDirectoryDataAccessCommand";
|
|
204
216
|
import {
|
|
205
217
|
EnableLDAPSCommandInput,
|
|
206
218
|
EnableLDAPSCommandOutput,
|
|
@@ -346,6 +358,7 @@ export type ServiceInputTypes =
|
|
|
346
358
|
| DescribeClientAuthenticationSettingsCommandInput
|
|
347
359
|
| DescribeConditionalForwardersCommandInput
|
|
348
360
|
| DescribeDirectoriesCommandInput
|
|
361
|
+
| DescribeDirectoryDataAccessCommandInput
|
|
349
362
|
| DescribeDomainControllersCommandInput
|
|
350
363
|
| DescribeEventTopicsCommandInput
|
|
351
364
|
| DescribeLDAPSSettingsCommandInput
|
|
@@ -356,10 +369,12 @@ export type ServiceInputTypes =
|
|
|
356
369
|
| DescribeTrustsCommandInput
|
|
357
370
|
| DescribeUpdateDirectoryCommandInput
|
|
358
371
|
| DisableClientAuthenticationCommandInput
|
|
372
|
+
| DisableDirectoryDataAccessCommandInput
|
|
359
373
|
| DisableLDAPSCommandInput
|
|
360
374
|
| DisableRadiusCommandInput
|
|
361
375
|
| DisableSsoCommandInput
|
|
362
376
|
| EnableClientAuthenticationCommandInput
|
|
377
|
+
| EnableDirectoryDataAccessCommandInput
|
|
363
378
|
| EnableLDAPSCommandInput
|
|
364
379
|
| EnableRadiusCommandInput
|
|
365
380
|
| EnableSsoCommandInput
|
|
@@ -414,6 +429,7 @@ export type ServiceOutputTypes =
|
|
|
414
429
|
| DescribeClientAuthenticationSettingsCommandOutput
|
|
415
430
|
| DescribeConditionalForwardersCommandOutput
|
|
416
431
|
| DescribeDirectoriesCommandOutput
|
|
432
|
+
| DescribeDirectoryDataAccessCommandOutput
|
|
417
433
|
| DescribeDomainControllersCommandOutput
|
|
418
434
|
| DescribeEventTopicsCommandOutput
|
|
419
435
|
| DescribeLDAPSSettingsCommandOutput
|
|
@@ -424,10 +440,12 @@ export type ServiceOutputTypes =
|
|
|
424
440
|
| DescribeTrustsCommandOutput
|
|
425
441
|
| DescribeUpdateDirectoryCommandOutput
|
|
426
442
|
| DisableClientAuthenticationCommandOutput
|
|
443
|
+
| DisableDirectoryDataAccessCommandOutput
|
|
427
444
|
| DisableLDAPSCommandOutput
|
|
428
445
|
| DisableRadiusCommandOutput
|
|
429
446
|
| DisableSsoCommandOutput
|
|
430
447
|
| EnableClientAuthenticationCommandOutput
|
|
448
|
+
| EnableDirectoryDataAccessCommandOutput
|
|
431
449
|
| EnableLDAPSCommandOutput
|
|
432
450
|
| EnableRadiusCommandOutput
|
|
433
451
|
| EnableSsoCommandOutput
|
|
@@ -37,4 +37,15 @@ declare const AcceptSharedDirectoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AcceptSharedDirectoryCommand extends AcceptSharedDirectoryCommand_base {
|
|
40
|
+
export declare class AcceptSharedDirectoryCommand extends AcceptSharedDirectoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AcceptSharedDirectoryRequest;
|
|
44
|
+
output: AcceptSharedDirectoryResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AcceptSharedDirectoryCommandInput;
|
|
48
|
+
output: AcceptSharedDirectoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const AddIpRoutesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AddIpRoutesCommand extends AddIpRoutesCommand_base {
|
|
36
|
+
export declare class AddIpRoutesCommand extends AddIpRoutesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AddIpRoutesRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AddIpRoutesCommandInput;
|
|
44
|
+
output: AddIpRoutesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const AddRegionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AddRegionCommand extends AddRegionCommand_base {
|
|
36
|
+
export declare class AddRegionCommand extends AddRegionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AddRegionRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AddRegionCommandInput;
|
|
44
|
+
output: AddRegionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
40
|
+
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddTagsToResourceRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddTagsToResourceCommandInput;
|
|
48
|
+
output: AddTagsToResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelSchemaExtensionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelSchemaExtensionCommand extends CancelSchemaExtensionCommand_base {
|
|
40
|
+
export declare class CancelSchemaExtensionCommand extends CancelSchemaExtensionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelSchemaExtensionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelSchemaExtensionCommandInput;
|
|
48
|
+
output: CancelSchemaExtensionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ConnectDirectoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ConnectDirectoryCommand extends ConnectDirectoryCommand_base {
|
|
39
|
+
export declare class ConnectDirectoryCommand extends ConnectDirectoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ConnectDirectoryRequest;
|
|
43
|
+
output: ConnectDirectoryResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ConnectDirectoryCommandInput;
|
|
47
|
+
output: ConnectDirectoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateAliasCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateAliasCommand extends CreateAliasCommand_base {
|
|
36
|
+
export declare class CreateAliasCommand extends CreateAliasCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateAliasRequest;
|
|
40
|
+
output: CreateAliasResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateAliasCommandInput;
|
|
44
|
+
output: CreateAliasCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateComputerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateComputerCommand extends CreateComputerCommand_base {
|
|
39
|
+
export declare class CreateComputerCommand extends CreateComputerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateComputerRequest;
|
|
43
|
+
output: CreateComputerResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateComputerCommandInput;
|
|
47
|
+
output: CreateComputerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|