@aws-sdk/client-directory-service 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +1115 -330
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +495 -138
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +32 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1693 -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 +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DisableClientAuthenticationRequest,
|
|
15
|
+
DisableClientAuthenticationResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisableClientAuthenticationCommandInput
|
|
18
|
+
extends DisableClientAuthenticationRequest {}
|
|
19
|
+
export interface DisableClientAuthenticationCommandOutput
|
|
20
|
+
extends DisableClientAuthenticationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DisableClientAuthenticationCommand extends $Command<
|
|
23
|
+
DisableClientAuthenticationCommandInput,
|
|
24
|
+
DisableClientAuthenticationCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DisableClientAuthenticationCommandInput;
|
|
28
|
+
constructor(input: DisableClientAuthenticationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DisableClientAuthenticationCommandInput,
|
|
35
|
+
DisableClientAuthenticationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DisableLDAPSRequest, DisableLDAPSResult } from "../models/models_0";
|
|
14
|
+
export interface DisableLDAPSCommandInput extends DisableLDAPSRequest {}
|
|
15
|
+
export interface DisableLDAPSCommandOutput
|
|
16
|
+
extends DisableLDAPSResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DisableLDAPSCommand extends $Command<
|
|
19
|
+
DisableLDAPSCommandInput,
|
|
20
|
+
DisableLDAPSCommandOutput,
|
|
21
|
+
DirectoryServiceClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisableLDAPSCommandInput;
|
|
24
|
+
constructor(input: DisableLDAPSCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DisableLDAPSCommandInput, DisableLDAPSCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DisableRadiusRequest, DisableRadiusResult } from "../models/models_0";
|
|
14
|
+
export interface DisableRadiusCommandInput extends DisableRadiusRequest {}
|
|
15
|
+
export interface DisableRadiusCommandOutput
|
|
16
|
+
extends DisableRadiusResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DisableRadiusCommand extends $Command<
|
|
19
|
+
DisableRadiusCommandInput,
|
|
20
|
+
DisableRadiusCommandOutput,
|
|
21
|
+
DirectoryServiceClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisableRadiusCommandInput;
|
|
24
|
+
constructor(input: DisableRadiusCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DisableRadiusCommandInput, DisableRadiusCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DisableSsoRequest, DisableSsoResult } from "../models/models_0";
|
|
14
|
+
export interface DisableSsoCommandInput extends DisableSsoRequest {}
|
|
15
|
+
export interface DisableSsoCommandOutput
|
|
16
|
+
extends DisableSsoResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DisableSsoCommand extends $Command<
|
|
19
|
+
DisableSsoCommandInput,
|
|
20
|
+
DisableSsoCommandOutput,
|
|
21
|
+
DirectoryServiceClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisableSsoCommandInput;
|
|
24
|
+
constructor(input: DisableSsoCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DisableSsoCommandInput, DisableSsoCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
EnableClientAuthenticationRequest,
|
|
15
|
+
EnableClientAuthenticationResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface EnableClientAuthenticationCommandInput
|
|
18
|
+
extends EnableClientAuthenticationRequest {}
|
|
19
|
+
export interface EnableClientAuthenticationCommandOutput
|
|
20
|
+
extends EnableClientAuthenticationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class EnableClientAuthenticationCommand extends $Command<
|
|
23
|
+
EnableClientAuthenticationCommandInput,
|
|
24
|
+
EnableClientAuthenticationCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: EnableClientAuthenticationCommandInput;
|
|
28
|
+
constructor(input: EnableClientAuthenticationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
EnableClientAuthenticationCommandInput,
|
|
35
|
+
EnableClientAuthenticationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { EnableLDAPSRequest, EnableLDAPSResult } from "../models/models_0";
|
|
14
|
+
export interface EnableLDAPSCommandInput extends EnableLDAPSRequest {}
|
|
15
|
+
export interface EnableLDAPSCommandOutput
|
|
16
|
+
extends EnableLDAPSResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class EnableLDAPSCommand extends $Command<
|
|
19
|
+
EnableLDAPSCommandInput,
|
|
20
|
+
EnableLDAPSCommandOutput,
|
|
21
|
+
DirectoryServiceClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: EnableLDAPSCommandInput;
|
|
24
|
+
constructor(input: EnableLDAPSCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<EnableLDAPSCommandInput, EnableLDAPSCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { EnableRadiusRequest, EnableRadiusResult } from "../models/models_0";
|
|
14
|
+
export interface EnableRadiusCommandInput extends EnableRadiusRequest {}
|
|
15
|
+
export interface EnableRadiusCommandOutput
|
|
16
|
+
extends EnableRadiusResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class EnableRadiusCommand extends $Command<
|
|
19
|
+
EnableRadiusCommandInput,
|
|
20
|
+
EnableRadiusCommandOutput,
|
|
21
|
+
DirectoryServiceClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: EnableRadiusCommandInput;
|
|
24
|
+
constructor(input: EnableRadiusCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<EnableRadiusCommandInput, EnableRadiusCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { EnableSsoRequest, EnableSsoResult } from "../models/models_0";
|
|
14
|
+
export interface EnableSsoCommandInput extends EnableSsoRequest {}
|
|
15
|
+
export interface EnableSsoCommandOutput
|
|
16
|
+
extends EnableSsoResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class EnableSsoCommand extends $Command<
|
|
19
|
+
EnableSsoCommandInput,
|
|
20
|
+
EnableSsoCommandOutput,
|
|
21
|
+
DirectoryServiceClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: EnableSsoCommandInput;
|
|
24
|
+
constructor(input: EnableSsoCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<EnableSsoCommandInput, EnableSsoCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
GetDirectoryLimitsRequest,
|
|
15
|
+
GetDirectoryLimitsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDirectoryLimitsCommandInput
|
|
18
|
+
extends GetDirectoryLimitsRequest {}
|
|
19
|
+
export interface GetDirectoryLimitsCommandOutput
|
|
20
|
+
extends GetDirectoryLimitsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDirectoryLimitsCommand extends $Command<
|
|
23
|
+
GetDirectoryLimitsCommandInput,
|
|
24
|
+
GetDirectoryLimitsCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDirectoryLimitsCommandInput;
|
|
28
|
+
constructor(input: GetDirectoryLimitsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
GetSnapshotLimitsRequest,
|
|
15
|
+
GetSnapshotLimitsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSnapshotLimitsCommandInput
|
|
18
|
+
extends GetSnapshotLimitsRequest {}
|
|
19
|
+
export interface GetSnapshotLimitsCommandOutput
|
|
20
|
+
extends GetSnapshotLimitsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSnapshotLimitsCommand extends $Command<
|
|
23
|
+
GetSnapshotLimitsCommandInput,
|
|
24
|
+
GetSnapshotLimitsCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSnapshotLimitsCommandInput;
|
|
28
|
+
constructor(input: GetSnapshotLimitsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ListCertificatesRequest,
|
|
15
|
+
ListCertificatesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListCertificatesCommandInput extends ListCertificatesRequest {}
|
|
18
|
+
export interface ListCertificatesCommandOutput
|
|
19
|
+
extends ListCertificatesResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListCertificatesCommand extends $Command<
|
|
22
|
+
ListCertificatesCommandInput,
|
|
23
|
+
ListCertificatesCommandOutput,
|
|
24
|
+
DirectoryServiceClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListCertificatesCommandInput;
|
|
27
|
+
constructor(input: ListCertificatesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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
|
+
export declare class ListIpRoutesCommand extends $Command<
|
|
19
|
+
ListIpRoutesCommandInput,
|
|
20
|
+
ListIpRoutesCommandOutput,
|
|
21
|
+
DirectoryServiceClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListIpRoutesCommandInput;
|
|
24
|
+
constructor(input: ListIpRoutesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListIpRoutesCommandInput, ListIpRoutesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|