@aws-sdk/client-directory-service 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +1180 -330
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +520 -138
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +65 -65
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2368 -2133
- package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import { ListIpRoutesRequest, ListIpRoutesResult } from "../models/models_0";
|
|
14
|
+
export interface ListIpRoutesCommandInput extends ListIpRoutesRequest {}
|
|
15
|
+
export interface ListIpRoutesCommandOutput
|
|
16
|
+
extends ListIpRoutesResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListIpRoutesCommand extends $Command<
|
|
20
|
+
ListIpRoutesCommandInput,
|
|
21
|
+
ListIpRoutesCommandOutput,
|
|
22
|
+
DirectoryServiceClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListIpRoutesCommandInput;
|
|
25
|
+
constructor(input: ListIpRoutesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListIpRoutesCommandInput, ListIpRoutesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListLogSubscriptionsRequest,
|
|
15
|
+
ListLogSubscriptionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListLogSubscriptionsCommandInput
|
|
18
|
+
extends ListLogSubscriptionsRequest {}
|
|
19
|
+
export interface ListLogSubscriptionsCommandOutput
|
|
20
|
+
extends ListLogSubscriptionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListLogSubscriptionsCommand extends $Command<
|
|
24
|
+
ListLogSubscriptionsCommandInput,
|
|
25
|
+
ListLogSubscriptionsCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListLogSubscriptionsCommandInput;
|
|
29
|
+
constructor(input: ListLogSubscriptionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListLogSubscriptionsCommandInput,
|
|
37
|
+
ListLogSubscriptionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListSchemaExtensionsRequest,
|
|
15
|
+
ListSchemaExtensionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListSchemaExtensionsCommandInput
|
|
18
|
+
extends ListSchemaExtensionsRequest {}
|
|
19
|
+
export interface ListSchemaExtensionsCommandOutput
|
|
20
|
+
extends ListSchemaExtensionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListSchemaExtensionsCommand extends $Command<
|
|
24
|
+
ListSchemaExtensionsCommandInput,
|
|
25
|
+
ListSchemaExtensionsCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListSchemaExtensionsCommandInput;
|
|
29
|
+
constructor(input: ListSchemaExtensionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListSchemaExtensionsCommandInput,
|
|
37
|
+
ListSchemaExtensionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterCertificateRequest,
|
|
15
|
+
RegisterCertificateResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterCertificateCommandInput
|
|
18
|
+
extends RegisterCertificateRequest {}
|
|
19
|
+
export interface RegisterCertificateCommandOutput
|
|
20
|
+
extends RegisterCertificateResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RegisterCertificateCommand extends $Command<
|
|
24
|
+
RegisterCertificateCommandInput,
|
|
25
|
+
RegisterCertificateCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RegisterCertificateCommandInput;
|
|
29
|
+
constructor(input: RegisterCertificateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<RegisterCertificateCommandInput, RegisterCertificateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterEventTopicRequest,
|
|
15
|
+
RegisterEventTopicResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterEventTopicCommandInput
|
|
18
|
+
extends RegisterEventTopicRequest {}
|
|
19
|
+
export interface RegisterEventTopicCommandOutput
|
|
20
|
+
extends RegisterEventTopicResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RegisterEventTopicCommand extends $Command<
|
|
24
|
+
RegisterEventTopicCommandInput,
|
|
25
|
+
RegisterEventTopicCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RegisterEventTopicCommandInput;
|
|
29
|
+
constructor(input: RegisterEventTopicCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
RejectSharedDirectoryRequest,
|
|
15
|
+
RejectSharedDirectoryResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RejectSharedDirectoryCommandInput
|
|
18
|
+
extends RejectSharedDirectoryRequest {}
|
|
19
|
+
export interface RejectSharedDirectoryCommandOutput
|
|
20
|
+
extends RejectSharedDirectoryResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RejectSharedDirectoryCommand extends $Command<
|
|
24
|
+
RejectSharedDirectoryCommandInput,
|
|
25
|
+
RejectSharedDirectoryCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RejectSharedDirectoryCommandInput;
|
|
29
|
+
constructor(input: RejectSharedDirectoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RejectSharedDirectoryCommandInput,
|
|
37
|
+
RejectSharedDirectoryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveIpRoutesRequest,
|
|
15
|
+
RemoveIpRoutesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveIpRoutesCommandInput extends RemoveIpRoutesRequest {}
|
|
18
|
+
export interface RemoveIpRoutesCommandOutput
|
|
19
|
+
extends RemoveIpRoutesResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class RemoveIpRoutesCommand extends $Command<
|
|
23
|
+
RemoveIpRoutesCommandInput,
|
|
24
|
+
RemoveIpRoutesCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RemoveIpRoutesCommandInput;
|
|
28
|
+
constructor(input: RemoveIpRoutesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import { RemoveRegionRequest, RemoveRegionResult } from "../models/models_0";
|
|
14
|
+
export interface RemoveRegionCommandInput extends RemoveRegionRequest {}
|
|
15
|
+
export interface RemoveRegionCommandOutput
|
|
16
|
+
extends RemoveRegionResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RemoveRegionCommand extends $Command<
|
|
20
|
+
RemoveRegionCommandInput,
|
|
21
|
+
RemoveRegionCommandOutput,
|
|
22
|
+
DirectoryServiceClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RemoveRegionCommandInput;
|
|
25
|
+
constructor(input: RemoveRegionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<RemoveRegionCommandInput, RemoveRegionCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveTagsFromResourceRequest,
|
|
15
|
+
RemoveTagsFromResourceResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveTagsFromResourceCommandInput
|
|
18
|
+
extends RemoveTagsFromResourceRequest {}
|
|
19
|
+
export interface RemoveTagsFromResourceCommandOutput
|
|
20
|
+
extends RemoveTagsFromResourceResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RemoveTagsFromResourceCommand extends $Command<
|
|
24
|
+
RemoveTagsFromResourceCommandInput,
|
|
25
|
+
RemoveTagsFromResourceCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RemoveTagsFromResourceCommandInput;
|
|
29
|
+
constructor(input: RemoveTagsFromResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RemoveTagsFromResourceCommandInput,
|
|
37
|
+
RemoveTagsFromResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
ResetUserPasswordRequest,
|
|
15
|
+
ResetUserPasswordResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ResetUserPasswordCommandInput
|
|
18
|
+
extends ResetUserPasswordRequest {}
|
|
19
|
+
export interface ResetUserPasswordCommandOutput
|
|
20
|
+
extends ResetUserPasswordResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ResetUserPasswordCommand extends $Command<
|
|
24
|
+
ResetUserPasswordCommandInput,
|
|
25
|
+
ResetUserPasswordCommandOutput,
|
|
26
|
+
DirectoryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ResetUserPasswordCommandInput;
|
|
29
|
+
constructor(input: ResetUserPasswordCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|