@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 DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventTopicsCommand_base: {
|
|
24
24
|
new (input: DescribeEventTopicsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeEventTopicsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Obtains information about which Amazon SNS topics receive status messages from the specified
|
|
30
30
|
* directory.</p>
|
|
31
31
|
* <p>If no input parameters are provided, such as DirectoryId or TopicName, this request
|
|
@@ -79,6 +79,7 @@ declare const DescribeEventTopicsCommand_base: {
|
|
|
79
79
|
* @throws {@link DirectoryServiceServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeEventTopicsCommand extends DescribeEventTopicsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLDAPSSettingsCommand_base: {
|
|
24
24
|
new (input: DescribeLDAPSSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLDAPSSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the status of LDAP security 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.
|
|
@@ -81,6 +81,7 @@ declare const DescribeLDAPSSettingsCommand_base: {
|
|
|
81
81
|
* @throws {@link DirectoryServiceServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeLDAPSSettingsCommand extends DescribeLDAPSSettingsCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRegionsCommand_base: {
|
|
24
24
|
new (input: DescribeRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides information about the Regions that are configured for multi-Region
|
|
30
30
|
* replication.</p>
|
|
31
31
|
* @example
|
|
@@ -95,6 +95,7 @@ declare const DescribeRegionsCommand_base: {
|
|
|
95
95
|
* @throws {@link DirectoryServiceServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeRegionsCommand extends DescribeRegionsCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSettingsCommand_base: {
|
|
24
24
|
new (input: DescribeSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSettingsCommandInput, DescribeSettingsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSettingsCommandInput, DescribeSettingsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about 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.
|
|
@@ -91,6 +91,7 @@ declare const DescribeSettingsCommand_base: {
|
|
|
91
91
|
* @throws {@link DirectoryServiceServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeSettingsCommand extends DescribeSettingsCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSharedDirectoriesCommand_base: {
|
|
24
24
|
new (input: DescribeSharedDirectoriesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSharedDirectoriesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the shared directories in your account. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const DescribeSharedDirectoriesCommand_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 DescribeSharedDirectoriesCommand extends DescribeSharedDirectoriesCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSnapshotsCommand_base: {
|
|
24
24
|
new (input: DescribeSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSnapshotsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Obtains information about the directory snapshots that belong to this account.</p>
|
|
30
30
|
* <p>This operation supports pagination with the use of the <i>NextToken</i> request and
|
|
31
31
|
* response parameters. If more results are available, the <i>DescribeSnapshots.NextToken</i>
|
|
@@ -89,6 +89,7 @@ declare const DescribeSnapshotsCommand_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 DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustsCommand_base: {
|
|
24
24
|
new (input: DescribeTrustsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustsCommandInput, DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeTrustsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTrustsCommandInput, DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Obtains information about the trust relationships for this account.</p>
|
|
30
30
|
* <p>If no input parameters are provided, such as DirectoryId or TrustIds, this request
|
|
31
31
|
* describes all the trust relationships belonging to the account.</p>
|
|
@@ -93,6 +93,7 @@ declare const DescribeTrustsCommand_base: {
|
|
|
93
93
|
* @throws {@link DirectoryServiceServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeTrustsCommand extends DescribeTrustsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDire
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeUpdateDirectoryCommand_base: {
|
|
24
24
|
new (input: DescribeUpdateDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeUpdateDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Describes the updates of a directory for a particular update type.
|
|
31
31
|
* </p>
|
|
@@ -96,6 +96,7 @@ declare const DescribeUpdateDirectoryCommand_base: {
|
|
|
96
96
|
* @throws {@link DirectoryServiceServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DescribeUpdateDirectoryCommand extends DescribeUpdateDirectoryCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableClientAuthenticationCommand_base: {
|
|
24
24
|
new (input: DisableClientAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableClientAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables alternative client authentication methods 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.
|
|
@@ -70,6 +70,7 @@ declare const DisableClientAuthenticationCommand_base: {
|
|
|
70
70
|
* @throws {@link DirectoryServiceServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DisableClientAuthenticationCommand extends DisableClientAuthenticationCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableLDAPSCommand_base: {
|
|
24
24
|
new (input: DisableLDAPSCommandInput): import("@smithy/smithy-client").CommandImpl<DisableLDAPSCommandInput, DisableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableLDAPSCommandInput): import("@smithy/smithy-client").CommandImpl<DisableLDAPSCommandInput, DisableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deactivates LDAP secure calls 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.
|
|
@@ -74,6 +74,7 @@ declare const DisableLDAPSCommand_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 DisableLDAPSCommand extends DisableLDAPSCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableRadiusCommand_base: {
|
|
24
24
|
new (input: DisableRadiusCommandInput): import("@smithy/smithy-client").CommandImpl<DisableRadiusCommandInput, DisableRadiusCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableRadiusCommandInput): import("@smithy/smithy-client").CommandImpl<DisableRadiusCommandInput, DisableRadiusCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables multi-factor authentication (MFA) with the Remote Authentication Dial In
|
|
30
30
|
* User Service (RADIUS) server for an AD Connector or Microsoft AD directory.</p>
|
|
31
31
|
* @example
|
|
@@ -61,6 +61,7 @@ declare const DisableRadiusCommand_base: {
|
|
|
61
61
|
* @throws {@link DirectoryServiceServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DisableRadiusCommand extends DisableRadiusCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableSsoCommand_base: {
|
|
24
24
|
new (input: DisableSsoCommandInput): import("@smithy/smithy-client").CommandImpl<DisableSsoCommandInput, DisableSsoCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableSsoCommandInput): import("@smithy/smithy-client").CommandImpl<DisableSsoCommandInput, DisableSsoCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables single-sign on for a directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const DisableSsoCommand_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 DisableSsoCommand extends DisableSsoCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableClientAuthenticationCommandOutput extends EnableClientAut
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableClientAuthenticationCommand_base: {
|
|
24
24
|
new (input: EnableClientAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableClientAuthenticationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables alternative client authentication methods 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.
|
|
@@ -74,6 +74,7 @@ declare const EnableClientAuthenticationCommand_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 EnableClientAuthenticationCommand extends EnableClientAuthenticationCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableLDAPSCommandOutput extends EnableLDAPSResult, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableLDAPSCommand_base: {
|
|
24
24
|
new (input: EnableLDAPSCommandInput): import("@smithy/smithy-client").CommandImpl<EnableLDAPSCommandInput, EnableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableLDAPSCommandInput): import("@smithy/smithy-client").CommandImpl<EnableLDAPSCommandInput, EnableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Activates the switch for the specific directory to always use LDAP secure calls.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const EnableLDAPSCommand_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 EnableLDAPSCommand extends EnableLDAPSCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableRadiusCommand_base: {
|
|
24
24
|
new (input: EnableRadiusCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRadiusCommandInput, EnableRadiusCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableRadiusCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRadiusCommandInput, EnableRadiusCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User
|
|
30
30
|
* Service (RADIUS) server for an AD Connector or Microsoft AD directory.</p>
|
|
31
31
|
* @example
|
|
@@ -79,6 +79,7 @@ declare const EnableRadiusCommand_base: {
|
|
|
79
79
|
* @throws {@link DirectoryServiceServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class EnableRadiusCommand extends EnableRadiusCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableSsoCommand_base: {
|
|
24
24
|
new (input: EnableSsoCommandInput): import("@smithy/smithy-client").CommandImpl<EnableSsoCommandInput, EnableSsoCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableSsoCommandInput): import("@smithy/smithy-client").CommandImpl<EnableSsoCommandInput, EnableSsoCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables single sign-on for a directory. Single sign-on allows users in your directory to
|
|
30
30
|
* access certain Amazon Web Services services from a computer joined to the directory without having to enter
|
|
31
31
|
* their credentials separately.</p>
|
|
@@ -70,6 +70,7 @@ declare const EnableSsoCommand_base: {
|
|
|
70
70
|
* @throws {@link DirectoryServiceServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class EnableSsoCommand extends EnableSsoCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDirectoryLimitsCommandOutput extends GetDirectoryLimitsResul
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDirectoryLimitsCommand_base: {
|
|
24
24
|
new (input: GetDirectoryLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetDirectoryLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Obtains directory limit information for the current Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const GetDirectoryLimitsCommand_base: {
|
|
|
70
70
|
* @throws {@link DirectoryServiceServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetDirectoryLimitsCommand extends GetDirectoryLimitsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSnapshotLimitsCommand_base: {
|
|
24
24
|
new (input: GetSnapshotLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSnapshotLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Obtains the manual snapshot limits for a directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const GetSnapshotLimitsCommand_base: {
|
|
|
66
66
|
* @throws {@link DirectoryServiceServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetSnapshotLimitsCommand extends GetSnapshotLimitsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResult, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCertificatesCommand_base: {
|
|
24
24
|
new (input: ListCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const ListCertificatesCommand_base: {
|
|
|
82
82
|
* @throws {@link DirectoryServiceServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIpRoutesCommand_base: {
|
|
24
24
|
new (input: ListIpRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIpRoutesCommandInput, ListIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListIpRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIpRoutesCommandInput, ListIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the address blocks that you have added to a directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListIpRoutesCommand_base: {
|
|
|
80
80
|
* @throws {@link DirectoryServiceServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListIpRoutesCommand extends ListIpRoutesCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListLogSubscriptionsCommand_base: {
|
|
24
24
|
new (input: ListLogSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListLogSubscriptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the active log subscriptions for the Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const ListLogSubscriptionsCommand_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 ListLogSubscriptionsCommand extends ListLogSubscriptionsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSchemaExtensionsCommand_base: {
|
|
24
24
|
new (input: ListSchemaExtensionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSchemaExtensionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all schema extensions applied 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.
|
|
@@ -78,6 +78,7 @@ declare const ListSchemaExtensionsCommand_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 ListSchemaExtensionsCommand extends ListSchemaExtensionsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all tags on a 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 ListTagsForResourceCommand_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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterCertificateCommand_base: {
|
|
24
24
|
new (input: RegisterCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Registers a certificate for a secure LDAP or client certificate authentication.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const RegisterCertificateCommand_base: {
|
|
|
85
85
|
* @throws {@link DirectoryServiceServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class RegisterCertificateCommand extends RegisterCertificateCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResul
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterEventTopicCommand_base: {
|
|
24
24
|
new (input: RegisterEventTopicCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterEventTopicCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a directory with an Amazon SNS topic. This establishes the directory as a
|
|
30
30
|
* publisher to the specified Amazon SNS topic. You can then receive email or text (SMS) messages when
|
|
31
31
|
* the status of your directory changes. You get notified if your directory goes from an Active
|
|
@@ -68,6 +68,7 @@ declare const RegisterEventTopicCommand_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 RegisterEventTopicCommand extends RegisterEventTopicCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirector
|
|
|
22
22
|
}
|
|
23
23
|
declare const RejectSharedDirectoryCommand_base: {
|
|
24
24
|
new (input: RejectSharedDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RejectSharedDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Rejects a directory sharing request that was sent from the directory owner account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const RejectSharedDirectoryCommand_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 RejectSharedDirectoryCommand extends RejectSharedDirectoryCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveIpRoutesCommand_base: {
|
|
24
24
|
new (input: RemoveIpRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveIpRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes IP address blocks from a directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const RemoveIpRoutesCommand_base: {
|
|
|
69
69
|
* @throws {@link DirectoryServiceServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class RemoveIpRoutesCommand extends RemoveIpRoutesCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveRegionCommandOutput extends RemoveRegionResult, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveRegionCommand_base: {
|
|
24
24
|
new (input: RemoveRegionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveRegionCommandInput, RemoveRegionCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveRegionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveRegionCommandInput, RemoveRegionCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops all replication and removes the domain controllers from the specified Region. You
|
|
30
30
|
* cannot remove the primary Region with this operation. Instead, use the
|
|
31
31
|
* <code>DeleteDirectory</code> API.</p>
|
|
@@ -71,6 +71,7 @@ declare const RemoveRegionCommand_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 RemoveRegionCommand extends RemoveRegionCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTagsFromResourceCommand_base: {
|
|
24
24
|
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from a directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link DirectoryServiceServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResetUserPasswordCommand_base: {
|
|
24
24
|
new (input: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Resets the password for any user in your Managed Microsoft AD or Simple AD
|
|
30
30
|
* directory.</p>
|
|
31
31
|
* <p>You can reset the password for any user in your directory with the following
|
|
@@ -92,6 +92,7 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
92
92
|
* @throws {@link DirectoryServiceServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
97
98
|
}
|