@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
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { DirectoryServiceClientConfig } from "./DirectoryServiceClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -587,6 +587,7 @@ export interface DirectoryService {
|
|
|
587
587
|
options: __HttpHandlerOptions,
|
|
588
588
|
cb: (err: any, data?: DescribeConditionalForwardersCommandOutput) => void
|
|
589
589
|
): void;
|
|
590
|
+
describeDirectories(): Promise<DescribeDirectoriesCommandOutput>;
|
|
590
591
|
describeDirectories(
|
|
591
592
|
args: DescribeDirectoriesCommandInput,
|
|
592
593
|
options?: __HttpHandlerOptions
|
|
@@ -613,6 +614,7 @@ export interface DirectoryService {
|
|
|
613
614
|
options: __HttpHandlerOptions,
|
|
614
615
|
cb: (err: any, data?: DescribeDomainControllersCommandOutput) => void
|
|
615
616
|
): void;
|
|
617
|
+
describeEventTopics(): Promise<DescribeEventTopicsCommandOutput>;
|
|
616
618
|
describeEventTopics(
|
|
617
619
|
args: DescribeEventTopicsCommandInput,
|
|
618
620
|
options?: __HttpHandlerOptions
|
|
@@ -678,6 +680,7 @@ export interface DirectoryService {
|
|
|
678
680
|
options: __HttpHandlerOptions,
|
|
679
681
|
cb: (err: any, data?: DescribeSharedDirectoriesCommandOutput) => void
|
|
680
682
|
): void;
|
|
683
|
+
describeSnapshots(): Promise<DescribeSnapshotsCommandOutput>;
|
|
681
684
|
describeSnapshots(
|
|
682
685
|
args: DescribeSnapshotsCommandInput,
|
|
683
686
|
options?: __HttpHandlerOptions
|
|
@@ -691,6 +694,7 @@ export interface DirectoryService {
|
|
|
691
694
|
options: __HttpHandlerOptions,
|
|
692
695
|
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
|
|
693
696
|
): void;
|
|
697
|
+
describeTrusts(): Promise<DescribeTrustsCommandOutput>;
|
|
694
698
|
describeTrusts(
|
|
695
699
|
args: DescribeTrustsCommandInput,
|
|
696
700
|
options?: __HttpHandlerOptions
|
|
@@ -821,6 +825,7 @@ export interface DirectoryService {
|
|
|
821
825
|
options: __HttpHandlerOptions,
|
|
822
826
|
cb: (err: any, data?: EnableSsoCommandOutput) => void
|
|
823
827
|
): void;
|
|
828
|
+
getDirectoryLimits(): Promise<GetDirectoryLimitsCommandOutput>;
|
|
824
829
|
getDirectoryLimits(
|
|
825
830
|
args: GetDirectoryLimitsCommandInput,
|
|
826
831
|
options?: __HttpHandlerOptions
|
|
@@ -873,6 +878,7 @@ export interface DirectoryService {
|
|
|
873
878
|
options: __HttpHandlerOptions,
|
|
874
879
|
cb: (err: any, data?: ListIpRoutesCommandOutput) => void
|
|
875
880
|
): void;
|
|
881
|
+
listLogSubscriptions(): Promise<ListLogSubscriptionsCommandOutput>;
|
|
876
882
|
listLogSubscriptions(
|
|
877
883
|
args: ListLogSubscriptionsCommandInput,
|
|
878
884
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AcceptSharedDirectoryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AcceptSharedDirectoryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AcceptSharedDirectoryCommandInput,
|
|
32
|
+
AcceptSharedDirectoryCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AcceptSharedDirectoryCommand extends AcceptSharedDirectoryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const AddIpRoutesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AddIpRoutesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AddIpRoutesCommandInput,
|
|
28
|
+
AddIpRoutesCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AddIpRoutesCommand extends AddIpRoutesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const AddRegionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AddRegionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AddRegionCommandInput,
|
|
28
|
+
AddRegionCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AddRegionCommand extends AddRegionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddTagsToResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddTagsToResourceCommandInput,
|
|
32
|
+
AddTagsToResourceCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CancelSchemaExtensionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CancelSchemaExtensionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CancelSchemaExtensionCommandInput,
|
|
32
|
+
CancelSchemaExtensionCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CancelSchemaExtensionCommand extends CancelSchemaExtensionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ConnectDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ConnectDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ConnectDirectoryCommandInput,
|
|
31
|
+
ConnectDirectoryCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ConnectDirectoryCommand extends ConnectDirectoryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateAliasCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateAliasCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateAliasCommandInput,
|
|
28
|
+
CreateAliasCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateAliasCommand extends CreateAliasCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateComputerCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateComputerCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateComputerCommandInput,
|
|
31
|
+
CreateComputerCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateComputerCommand extends CreateComputerCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateConditionalForwarderCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateConditionalForwarderCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateConditionalForwarderCommandInput,
|
|
32
|
+
CreateConditionalForwarderCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateConditionalForwarderCommand extends CreateConditionalForwarderCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDirectoryCommandInput,
|
|
31
|
+
CreateDirectoryCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLogSubscriptionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLogSubscriptionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLogSubscriptionCommandInput,
|
|
32
|
+
CreateLogSubscriptionCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLogSubscriptionCommand extends CreateLogSubscriptionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateMicrosoftADCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateMicrosoftADCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateMicrosoftADCommandInput,
|
|
32
|
+
CreateMicrosoftADCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateMicrosoftADCommand extends CreateMicrosoftADCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateSnapshotCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateSnapshotCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateSnapshotCommandInput,
|
|
31
|
+
CreateSnapshotCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateTrustCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateTrustCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateTrustCommandInput,
|
|
28
|
+
CreateTrustCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateTrustCommand extends CreateTrustCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteConditionalForwarderCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteConditionalForwarderCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteConditionalForwarderCommandInput,
|
|
32
|
+
DeleteConditionalForwarderCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteConditionalForwarderCommand extends DeleteConditionalForwarderCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDirectoryCommandInput,
|
|
31
|
+
DeleteDirectoryCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteLogSubscriptionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteLogSubscriptionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteLogSubscriptionCommandInput,
|
|
32
|
+
DeleteLogSubscriptionCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteLogSubscriptionCommand extends DeleteLogSubscriptionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteSnapshotCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteSnapshotCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteSnapshotCommandInput,
|
|
31
|
+
DeleteSnapshotCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteTrustCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteTrustCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteTrustCommandInput,
|
|
28
|
+
DeleteTrustCommandOutput,
|
|
29
|
+
DirectoryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteTrustCommand extends DeleteTrustCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeregisterCertificateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeregisterCertificateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeregisterCertificateCommandInput,
|
|
32
|
+
DeregisterCertificateCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeregisterCertificateCommand extends DeregisterCertificateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeregisterEventTopicCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeregisterEventTopicCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeregisterEventTopicCommandInput,
|
|
32
|
+
DeregisterEventTopicCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeregisterEventTopicCommand extends DeregisterEventTopicCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCertificateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeCertificateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCertificateCommandInput,
|
|
32
|
+
DescribeCertificateCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeClientAuthenticationSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeClientAuthenticationSettingsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeClientAuthenticationSettingsCommandInput,
|
|
32
|
+
DescribeClientAuthenticationSettingsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeClientAuthenticationSettingsCommand extends DescribeClientAuthenticationSettingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeConditionalForwardersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeConditionalForwardersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeConditionalForwardersCommandInput,
|
|
32
|
+
DescribeConditionalForwardersCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeConditionalForwardersCommand extends DescribeConditionalForwardersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDirectoriesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDirectoriesCommandInput,
|
|
32
|
+
DescribeDirectoriesCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDirectoriesCommand extends DescribeDirectoriesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDomainControllersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDomainControllersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDomainControllersCommandInput,
|
|
32
|
+
DescribeDomainControllersCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDomainControllersCommand extends DescribeDomainControllersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeEventTopicsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeEventTopicsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeEventTopicsCommandInput,
|
|
32
|
+
DescribeEventTopicsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeEventTopicsCommand extends DescribeEventTopicsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLDAPSSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLDAPSSettingsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLDAPSSettingsCommandInput,
|
|
32
|
+
DescribeLDAPSSettingsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLDAPSSettingsCommand extends DescribeLDAPSSettingsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeRegionsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeRegionsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeRegionsCommandInput,
|
|
31
|
+
DescribeRegionsCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeRegionsCommand extends DescribeRegionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeSettingsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeSettingsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeSettingsCommandInput,
|
|
31
|
+
DescribeSettingsCommandOutput,
|
|
32
|
+
DirectoryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeSettingsCommand extends DescribeSettingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeSharedDirectoriesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeSharedDirectoriesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeSharedDirectoriesCommandInput,
|
|
32
|
+
DescribeSharedDirectoriesCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeSharedDirectoriesCommand extends DescribeSharedDirectoriesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeSnapshotsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeSnapshotsCommandInput,
|
|
32
|
+
DescribeSnapshotsCommandOutput,
|
|
33
|
+
DirectoryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {}
|