@aws-sdk/client-directory-service 3.529.1 → 3.535.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 +7 -1
- package/dist-types/DirectoryServiceClient.d.ts +1 -1
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/AddIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/AddRegionCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +2 -1
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateComputerCommand.d.ts +2 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/DisableLDAPSCommand.d.ts +2 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +2 -1
- package/dist-types/commands/DisableSsoCommand.d.ts +2 -1
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/EnableLDAPSCommand.d.ts +2 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +2 -1
- package/dist-types/commands/EnableSsoCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +2 -1
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterCertificateCommand.d.ts +2 -1
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +2 -1
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/RemoveRegionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +2 -1
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ShareDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +2 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustCommand.d.ts +2 -1
- package/dist-types/commands/VerifyTrustCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +639 -639
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/DirectoryService.d.ts +6 -0
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreFromSnapshotCommand_base: {
|
|
24
24
|
new (input: RestoreFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores a directory using an existing directory snapshot.</p>
|
|
30
30
|
* <p>When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.</p>
|
|
31
31
|
* <p>This action returns as soon as the restore operation is initiated. You can monitor the
|
|
@@ -68,6 +68,7 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
68
68
|
* @throws {@link DirectoryServiceServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ShareDirectoryCommand_base: {
|
|
24
24
|
new (input: ShareDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<ShareDirectoryCommandInput, ShareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ShareDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<ShareDirectoryCommandInput, ShareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Shares a specified directory (<code>DirectoryId</code>) in your Amazon Web Services account (directory
|
|
30
30
|
* owner) with another Amazon Web Services account (directory consumer). With this operation you can use your
|
|
31
31
|
* directory from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.</p>
|
|
@@ -102,6 +102,7 @@ declare const ShareDirectoryCommand_base: {
|
|
|
102
102
|
* @throws {@link DirectoryServiceServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class ShareDirectoryCommand extends ShareDirectoryCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartSchemaExtensionCommand_base: {
|
|
24
24
|
new (input: StartSchemaExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartSchemaExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Applies a schema extension to a Microsoft AD directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const StartSchemaExtensionCommand_base: {
|
|
|
76
76
|
* @throws {@link DirectoryServiceServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class StartSchemaExtensionCommand extends StartSchemaExtensionCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UnshareDirectoryCommand_base: {
|
|
24
24
|
new (input: UnshareDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UnshareDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops the directory sharing between the directory owner and consumer accounts. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UnshareDirectoryCommand_base: {
|
|
|
72
72
|
* @throws {@link DirectoryServiceServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UnshareDirectoryCommand extends UnshareDirectoryCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateConditionalForwarderCommand_base: {
|
|
24
24
|
new (input: UpdateConditionalForwarderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateConditionalForwarderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a conditional forwarder that has been set up for your Amazon Web Services
|
|
30
30
|
* directory.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const UpdateConditionalForwarderCommand_base: {
|
|
|
74
74
|
* @throws {@link DirectoryServiceServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateConditionalForwarderCommand extends UpdateConditionalForwarderCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDirectorySetupCommandOutput extends UpdateDirectorySetupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDirectorySetupCommand_base: {
|
|
24
24
|
new (input: UpdateDirectorySetupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDirectorySetupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Updates the directory for a particular update type.
|
|
31
31
|
* </p>
|
|
@@ -89,6 +89,7 @@ declare const UpdateDirectorySetupCommand_base: {
|
|
|
89
89
|
* @throws {@link DirectoryServiceServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateDirectorySetupCommand extends UpdateDirectorySetupCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumb
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateNumberOfDomainControllersCommand_base: {
|
|
24
24
|
new (input: UpdateNumberOfDomainControllersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateNumberOfDomainControllersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds or removes domain controllers to or from the directory. Based on the difference
|
|
30
30
|
* between current value and new value (provided through this API call), domain controllers will
|
|
31
31
|
* be added or removed. It may take up to 45 minutes for any new domain controllers to become
|
|
@@ -78,6 +78,7 @@ declare const UpdateNumberOfDomainControllersCommand_base: {
|
|
|
78
78
|
* @throws {@link DirectoryServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UpdateNumberOfDomainControllersCommand extends UpdateNumberOfDomainControllersCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateRadiusCommand_base: {
|
|
24
24
|
new (input: UpdateRadiusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateRadiusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the Remote Authentication Dial In User Service (RADIUS) server information
|
|
30
30
|
* for an AD Connector or Microsoft AD directory.</p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const UpdateRadiusCommand_base: {
|
|
|
76
76
|
* @throws {@link DirectoryServiceServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateRadiusCommand extends UpdateRadiusCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the configurable settings for the specified directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const UpdateSettingsCommand_base: {
|
|
|
83
83
|
* @throws {@link DirectoryServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTrustCommand_base: {
|
|
24
24
|
new (input: UpdateTrustCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTrustCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the trust that has been set up between your Managed Microsoft AD directory and an
|
|
30
30
|
* self-managed Active Directory.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const UpdateTrustCommand_base: {
|
|
|
68
68
|
* @throws {@link DirectoryServiceServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UpdateTrustCommand extends UpdateTrustCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const VerifyTrustCommand_base: {
|
|
24
24
|
new (input: VerifyTrustCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: VerifyTrustCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Directory Service for Microsoft Active Directory allows you to configure and verify trust
|
|
30
30
|
* relationships.</p>
|
|
31
31
|
* <p>This action verifies a trust relationship between your Managed Microsoft AD directory and an
|
|
@@ -71,6 +71,7 @@ declare const VerifyTrustCommand_base: {
|
|
|
71
71
|
* @throws {@link DirectoryServiceServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class VerifyTrustCommand extends VerifyTrustCommand_base {
|
|
76
77
|
}
|