@aws-sdk/client-directory-service 3.288.0 → 3.290.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/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +23 -0
- package/dist-types/commands/AddRegionCommand.d.ts +33 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +10 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +15 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +25 -0
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +22 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +15 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +18 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +18 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +19 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +10 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +26 -0
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +13 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeSettingsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +19 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +19 -0
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +19 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +23 -0
- package/dist-types/commands/DisableRadiusCommand.d.ts +10 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +16 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +23 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +27 -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 +10 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +10 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +19 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +13 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +28 -0
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +13 -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 +19 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +13 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +23 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +32 -0
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +21 -0
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +19 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +32 -0
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRadiusCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +25 -0
- package/dist-types/commands/UpdateTrustCommand.d.ts +13 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +16 -0
- package/package.json +29 -29
|
@@ -29,6 +29,22 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector
|
|
|
29
29
|
* @see {@link AcceptSharedDirectoryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectoryAlreadySharedException} (client fault)
|
|
36
|
+
* <p>The specified directory has already been shared with this Amazon Web Services account.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified entity could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class AcceptSharedDirectoryCommand extends $Command<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
50
|
readonly input: AcceptSharedDirectoryCommandInput;
|
|
@@ -36,6 +36,29 @@ export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataB
|
|
|
36
36
|
* @see {@link AddIpRoutesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link ClientException} (client fault)
|
|
40
|
+
* <p>A client exception has occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
43
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link EntityAlreadyExistsException} (client fault)
|
|
46
|
+
* <p>The specified entity already exists.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
49
|
+
* <p>The specified entity could not be found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
52
|
+
* <p>One or more parameters are not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link IpRouteLimitExceededException} (client fault)
|
|
55
|
+
* <p>The maximum allowed number of IP addresses was exceeded. The default limit is 100 IP
|
|
56
|
+
* address blocks.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceException} (server fault)
|
|
59
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
39
62
|
*/
|
|
40
63
|
export declare class AddIpRoutesCommand extends $Command<AddIpRoutesCommandInput, AddIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
41
64
|
readonly input: AddIpRoutesCommandInput;
|
|
@@ -29,6 +29,39 @@ export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBeare
|
|
|
29
29
|
* @see {@link AddRegionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Client authentication is not available in this region at this time.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>A client exception has occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectoryAlreadyInRegionException} (client fault)
|
|
39
|
+
* <p>The Region you specified is the same Region where the Managed Microsoft AD directory
|
|
40
|
+
* was created. Specify a different Region and try again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
43
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
46
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
49
|
+
* <p>The specified entity could not be found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
52
|
+
* <p>One or more parameters are not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link RegionLimitExceededException} (client fault)
|
|
55
|
+
* <p>You have reached the limit for maximum number of simultaneous Region replications per
|
|
56
|
+
* directory.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceException} (server fault)
|
|
59
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
62
|
+
* <p>The operation is not supported.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
32
65
|
*/
|
|
33
66
|
export declare class AddRegionCommand extends $Command<AddRegionCommandInput, AddRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
67
|
readonly input: AddRegionCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
|
|
|
31
31
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ClientException} (client fault)
|
|
35
|
+
* <p>A client exception has occurred.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
38
|
+
* <p>The specified entity could not be found.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
41
|
+
* <p>One or more parameters are not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceException} (server fault)
|
|
44
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TagLimitExceededException} (client fault)
|
|
47
|
+
* <p>The maximum allowed number of tags was exceeded.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
36
52
|
readonly input: AddTagsToResourceCommandInput;
|
|
@@ -33,6 +33,16 @@ export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensio
|
|
|
33
33
|
* @see {@link CancelSchemaExtensionCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ClientException} (client fault)
|
|
37
|
+
* <p>A client exception has occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
40
|
+
* <p>The specified entity could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
export declare class CancelSchemaExtensionCommand extends $Command<CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
38
48
|
readonly input: CancelSchemaExtensionCommandInput;
|
|
@@ -33,6 +33,21 @@ export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, _
|
|
|
33
33
|
* @see {@link ConnectDirectoryCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ClientException} (client fault)
|
|
37
|
+
* <p>A client exception has occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DirectoryLimitExceededException} (client fault)
|
|
40
|
+
* <p>The maximum number of directories in the region has been reached. You can use the
|
|
41
|
+
* <a>GetDirectoryLimits</a> operation to determine your directory limits in
|
|
42
|
+
* the region.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
45
|
+
* <p>One or more parameters are not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceException} (server fault)
|
|
48
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
36
51
|
*/
|
|
37
52
|
export declare class ConnectDirectoryCommand extends $Command<ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
38
53
|
readonly input: ConnectDirectoryCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataB
|
|
|
34
34
|
* @see {@link CreateAliasCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ClientException} (client fault)
|
|
38
|
+
* <p>A client exception has occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link EntityAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The specified entity already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
44
|
+
* <p>The specified entity could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
47
|
+
* <p>One or more parameters are not valid.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceException} (server fault)
|
|
50
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
39
55
|
readonly input: CreateAliasCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface CreateComputerCommandOutput extends CreateComputerResult, __Met
|
|
|
29
29
|
* @see {@link CreateComputerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AuthenticationFailedException} (client fault)
|
|
33
|
+
* <p>An authentication error occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>A client exception has occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
39
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EntityAlreadyExistsException} (client fault)
|
|
42
|
+
* <p>The specified entity already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
45
|
+
* <p>The specified entity could not be found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
48
|
+
* <p>One or more parameters are not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceException} (server fault)
|
|
51
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
54
|
+
* <p>The operation is not supported.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class CreateComputerCommand extends $Command<CreateComputerCommandInput, CreateComputerCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
59
|
readonly input: CreateComputerCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface CreateConditionalForwarderCommandOutput extends CreateCondition
|
|
|
31
31
|
* @see {@link CreateConditionalForwarderCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ClientException} (client fault)
|
|
35
|
+
* <p>A client exception has occurred.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
38
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link EntityAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The specified entity already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
44
|
+
* <p>The specified entity could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
47
|
+
* <p>One or more parameters are not valid.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceException} (server fault)
|
|
50
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
53
|
+
* <p>The operation is not supported.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class CreateConditionalForwarderCommand extends $Command<CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
36
58
|
readonly input: CreateConditionalForwarderCommandInput;
|
|
@@ -34,6 +34,21 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __M
|
|
|
34
34
|
* @see {@link CreateDirectoryCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ClientException} (client fault)
|
|
38
|
+
* <p>A client exception has occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DirectoryLimitExceededException} (client fault)
|
|
41
|
+
* <p>The maximum number of directories in the region has been reached. You can use the
|
|
42
|
+
* <a>GetDirectoryLimits</a> operation to determine your directory limits in
|
|
43
|
+
* the region.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
46
|
+
* <p>One or more parameters are not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceException} (server fault)
|
|
49
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
37
52
|
*/
|
|
38
53
|
export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
39
54
|
readonly input: CreateDirectoryCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface CreateLogSubscriptionCommandOutput extends CreateLogSubscriptio
|
|
|
30
30
|
* @see {@link CreateLogSubscriptionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>A client exception has occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link EntityAlreadyExistsException} (client fault)
|
|
37
|
+
* <p>The specified entity already exists.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
40
|
+
* <p>The specified entity could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InsufficientPermissionsException} (client fault)
|
|
43
|
+
* <p>The account does not have sufficient permission to perform the operation.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
49
|
+
* <p>The operation is not supported.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class CreateLogSubscriptionCommand extends $Command<CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
35
54
|
readonly input: CreateLogSubscriptionCommandInput;
|
|
@@ -32,6 +32,24 @@ export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult,
|
|
|
32
32
|
* @see {@link CreateMicrosoftADCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>A client exception has occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectoryLimitExceededException} (client fault)
|
|
39
|
+
* <p>The maximum number of directories in the region has been reached. You can use the
|
|
40
|
+
* <a>GetDirectoryLimits</a> operation to determine your directory limits in
|
|
41
|
+
* the region.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>One or more parameters are not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceException} (server fault)
|
|
47
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
50
|
+
* <p>The operation is not supported.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
35
53
|
*/
|
|
36
54
|
export declare class CreateMicrosoftADCommand extends $Command<CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
37
55
|
readonly input: CreateMicrosoftADCommandInput;
|
|
@@ -32,6 +32,24 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
|
|
|
32
32
|
* @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>A client exception has occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified entity could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link SnapshotLimitExceededException} (client fault)
|
|
48
|
+
* <p>The maximum number of manual snapshots for the directory has been reached. You can
|
|
49
|
+
* use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
|
|
50
|
+
* for a directory.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
35
53
|
*/
|
|
36
54
|
export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
37
55
|
readonly input: CreateSnapshotCommandInput;
|
|
@@ -35,6 +35,25 @@ export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataB
|
|
|
35
35
|
* @see {@link CreateTrustCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link ClientException} (client fault)
|
|
39
|
+
* <p>A client exception has occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link EntityAlreadyExistsException} (client fault)
|
|
42
|
+
* <p>The specified entity already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
45
|
+
* <p>The specified entity could not be found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
48
|
+
* <p>One or more parameters are not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceException} (server fault)
|
|
51
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
54
|
+
* <p>The operation is not supported.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
38
57
|
*/
|
|
39
58
|
export declare class CreateTrustCommand extends $Command<CreateTrustCommandInput, CreateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
40
59
|
readonly input: CreateTrustCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface DeleteConditionalForwarderCommandOutput extends DeleteCondition
|
|
|
30
30
|
* @see {@link DeleteConditionalForwarderCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>A client exception has occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
37
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
40
|
+
* <p>The specified entity could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>One or more parameters are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
49
|
+
* <p>The operation is not supported.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class DeleteConditionalForwarderCommand extends $Command<DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
35
54
|
readonly input: DeleteConditionalForwarderCommandInput;
|
|
@@ -33,6 +33,16 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __M
|
|
|
33
33
|
* @see {@link DeleteDirectoryCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ClientException} (client fault)
|
|
37
|
+
* <p>A client exception has occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
40
|
+
* <p>The specified entity could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
38
48
|
readonly input: DeleteDirectoryCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteLogSubscriptionCommandOutput extends DeleteLogSubscriptio
|
|
|
29
29
|
* @see {@link DeleteLogSubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
36
|
+
* <p>The specified entity could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceException} (server fault)
|
|
39
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
42
|
+
* <p>The operation is not supported.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteLogSubscriptionCommand extends $Command<DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteLogSubscriptionCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met
|
|
|
29
29
|
* @see {@link DeleteSnapshotCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
36
|
+
* <p>The specified entity could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteSnapshotCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DeleteTrustCommandOutput extends DeleteTrustResult, __MetadataB
|
|
|
30
30
|
* @see {@link DeleteTrustCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>A client exception has occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
37
|
+
* <p>The specified entity could not be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
46
|
+
* <p>The operation is not supported.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class DeleteTrustCommand extends $Command<DeleteTrustCommandInput, DeleteTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
35
51
|
readonly input: DeleteTrustCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface DeregisterCertificateCommandOutput extends DeregisterCertificat
|
|
|
29
29
|
* @see {@link DeregisterCertificateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link CertificateDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The certificate is not present in the system for describe or deregister activities.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link CertificateInUseException} (client fault)
|
|
36
|
+
* <p>The certificate is being used for the LDAP security connection and cannot be removed
|
|
37
|
+
* without disabling LDAP security.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ClientException} (client fault)
|
|
40
|
+
* <p>A client exception has occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
43
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
46
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
49
|
+
* <p>One or more parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceException} (server fault)
|
|
52
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
55
|
+
* <p>The operation is not supported.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class DeregisterCertificateCommand extends $Command<DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
60
|
readonly input: DeregisterCertificateCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeregisterEventTopicCommandOutput extends DeregisterEventTopicR
|
|
|
29
29
|
* @see {@link DeregisterEventTopicCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
36
|
+
* <p>The specified entity could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeregisterEventTopicCommand extends $Command<DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: DeregisterEventTopicCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
|
|
|
29
29
|
* @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link CertificateDoesNotExistException} (client fault)
|
|
33
|
+
* <p>The certificate is not present in the system for describe or deregister activities.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>A client exception has occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
48
|
+
* <p>The operation is not supported.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeCertificateCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface DescribeClientAuthenticationSettingsCommandOutput extends Descr
|
|
|
30
30
|
* @see {@link DescribeClientAuthenticationSettingsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Client authentication is not available in this region at this time.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ClientException} (client fault)
|
|
37
|
+
* <p>A client exception has occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
40
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>One or more parameters are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
49
|
+
* <p>The operation is not supported.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class DescribeClientAuthenticationSettingsCommand extends $Command<DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
35
54
|
readonly input: DescribeClientAuthenticationSettingsCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface DescribeConditionalForwardersCommandOutput extends DescribeCond
|
|
|
31
31
|
* @see {@link DescribeConditionalForwardersCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ClientException} (client fault)
|
|
35
|
+
* <p>A client exception has occurred.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
38
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
41
|
+
* <p>The specified entity could not be found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>One or more parameters are not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceException} (server fault)
|
|
47
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
50
|
+
* <p>The operation is not supported.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class DescribeConditionalForwardersCommand extends $Command<DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
36
55
|
readonly input: DescribeConditionalForwardersCommandInput;
|
|
@@ -39,6 +39,22 @@ export interface DescribeDirectoriesCommandOutput extends DescribeDirectoriesRes
|
|
|
39
39
|
* @see {@link DescribeDirectoriesCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link ClientException} (client fault)
|
|
43
|
+
* <p>A client exception has occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
46
|
+
* <p>The specified entity could not be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
49
|
+
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
52
|
+
* <p>One or more parameters are not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceException} (server fault)
|
|
55
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
42
58
|
*/
|
|
43
59
|
export declare class DescribeDirectoriesCommand extends $Command<DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
44
60
|
readonly input: DescribeDirectoriesCommandInput;
|