@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.
Files changed (83) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DirectoryService.d.ts +1180 -330
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +520 -138
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2368 -2133
  75. package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  83. package/package.json +34 -34
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { RestoreFromSnapshotRequest, RestoreFromSnapshotResult } from "../models/models_0";
5
- export interface RestoreFromSnapshotCommandInput extends RestoreFromSnapshotRequest {
6
- }
7
- export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreFromSnapshotCommand extends $Command<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: RestoreFromSnapshotCommandInput;
12
- constructor(input: RestoreFromSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ RestoreFromSnapshotRequest,
15
+ RestoreFromSnapshotResult,
16
+ } from "../models/models_0";
17
+ export interface RestoreFromSnapshotCommandInput
18
+ extends RestoreFromSnapshotRequest {}
19
+ export interface RestoreFromSnapshotCommandOutput
20
+ extends RestoreFromSnapshotResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RestoreFromSnapshotCommand extends $Command<
24
+ RestoreFromSnapshotCommandInput,
25
+ RestoreFromSnapshotCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: RestoreFromSnapshotCommandInput;
29
+ constructor(input: RestoreFromSnapshotCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { ShareDirectoryRequest, ShareDirectoryResult } from "../models/models_0";
5
- export interface ShareDirectoryCommandInput extends ShareDirectoryRequest {
6
- }
7
- export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ShareDirectoryCommand extends $Command<ShareDirectoryCommandInput, ShareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: ShareDirectoryCommandInput;
12
- constructor(input: ShareDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ShareDirectoryCommandInput, ShareDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ShareDirectoryRequest,
15
+ ShareDirectoryResult,
16
+ } from "../models/models_0";
17
+ export interface ShareDirectoryCommandInput extends ShareDirectoryRequest {}
18
+ export interface ShareDirectoryCommandOutput
19
+ extends ShareDirectoryResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ShareDirectoryCommand extends $Command<
23
+ ShareDirectoryCommandInput,
24
+ ShareDirectoryCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: ShareDirectoryCommandInput;
28
+ constructor(input: ShareDirectoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DirectoryServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ShareDirectoryCommandInput, ShareDirectoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { StartSchemaExtensionRequest, StartSchemaExtensionResult } from "../models/models_0";
5
- export interface StartSchemaExtensionCommandInput extends StartSchemaExtensionRequest {
6
- }
7
- export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class StartSchemaExtensionCommand extends $Command<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: StartSchemaExtensionCommandInput;
12
- constructor(input: StartSchemaExtensionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ StartSchemaExtensionRequest,
15
+ StartSchemaExtensionResult,
16
+ } from "../models/models_0";
17
+ export interface StartSchemaExtensionCommandInput
18
+ extends StartSchemaExtensionRequest {}
19
+ export interface StartSchemaExtensionCommandOutput
20
+ extends StartSchemaExtensionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartSchemaExtensionCommand extends $Command<
24
+ StartSchemaExtensionCommandInput,
25
+ StartSchemaExtensionCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: StartSchemaExtensionCommandInput;
29
+ constructor(input: StartSchemaExtensionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartSchemaExtensionCommandInput,
37
+ StartSchemaExtensionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { UnshareDirectoryRequest, UnshareDirectoryResult } from "../models/models_0";
5
- export interface UnshareDirectoryCommandInput extends UnshareDirectoryRequest {
6
- }
7
- export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UnshareDirectoryCommand extends $Command<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: UnshareDirectoryCommandInput;
12
- constructor(input: UnshareDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ UnshareDirectoryRequest,
15
+ UnshareDirectoryResult,
16
+ } from "../models/models_0";
17
+ export interface UnshareDirectoryCommandInput extends UnshareDirectoryRequest {}
18
+ export interface UnshareDirectoryCommandOutput
19
+ extends UnshareDirectoryResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UnshareDirectoryCommand extends $Command<
23
+ UnshareDirectoryCommandInput,
24
+ UnshareDirectoryCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: UnshareDirectoryCommandInput;
28
+ constructor(input: UnshareDirectoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DirectoryServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { UpdateConditionalForwarderRequest, UpdateConditionalForwarderResult } from "../models/models_0";
5
- export interface UpdateConditionalForwarderCommandInput extends UpdateConditionalForwarderRequest {
6
- }
7
- export interface UpdateConditionalForwarderCommandOutput extends UpdateConditionalForwarderResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConditionalForwarderCommand extends $Command<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: UpdateConditionalForwarderCommandInput;
12
- constructor(input: UpdateConditionalForwarderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ UpdateConditionalForwarderRequest,
15
+ UpdateConditionalForwarderResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateConditionalForwarderCommandInput
18
+ extends UpdateConditionalForwarderRequest {}
19
+ export interface UpdateConditionalForwarderCommandOutput
20
+ extends UpdateConditionalForwarderResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateConditionalForwarderCommand extends $Command<
24
+ UpdateConditionalForwarderCommandInput,
25
+ UpdateConditionalForwarderCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateConditionalForwarderCommandInput;
29
+ constructor(input: UpdateConditionalForwarderCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateConditionalForwarderCommandInput,
37
+ UpdateConditionalForwarderCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { UpdateNumberOfDomainControllersRequest, UpdateNumberOfDomainControllersResult } from "../models/models_0";
5
- export interface UpdateNumberOfDomainControllersCommandInput extends UpdateNumberOfDomainControllersRequest {
6
- }
7
- export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumberOfDomainControllersResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateNumberOfDomainControllersCommand extends $Command<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: UpdateNumberOfDomainControllersCommandInput;
12
- constructor(input: UpdateNumberOfDomainControllersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ UpdateNumberOfDomainControllersRequest,
15
+ UpdateNumberOfDomainControllersResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateNumberOfDomainControllersCommandInput
18
+ extends UpdateNumberOfDomainControllersRequest {}
19
+ export interface UpdateNumberOfDomainControllersCommandOutput
20
+ extends UpdateNumberOfDomainControllersResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateNumberOfDomainControllersCommand extends $Command<
24
+ UpdateNumberOfDomainControllersCommandInput,
25
+ UpdateNumberOfDomainControllersCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateNumberOfDomainControllersCommandInput;
29
+ constructor(input: UpdateNumberOfDomainControllersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateNumberOfDomainControllersCommandInput,
37
+ UpdateNumberOfDomainControllersCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { UpdateRadiusRequest, UpdateRadiusResult } from "../models/models_0";
5
- export interface UpdateRadiusCommandInput extends UpdateRadiusRequest {
6
- }
7
- export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRadiusCommand extends $Command<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: UpdateRadiusCommandInput;
12
- constructor(input: UpdateRadiusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRadiusCommandInput, UpdateRadiusCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { UpdateRadiusRequest, UpdateRadiusResult } from "../models/models_0";
14
+ export interface UpdateRadiusCommandInput extends UpdateRadiusRequest {}
15
+ export interface UpdateRadiusCommandOutput
16
+ extends UpdateRadiusResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateRadiusCommand extends $Command<
20
+ UpdateRadiusCommandInput,
21
+ UpdateRadiusCommandOutput,
22
+ DirectoryServiceClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateRadiusCommandInput;
25
+ constructor(input: UpdateRadiusCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: DirectoryServiceClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateRadiusCommandInput, UpdateRadiusCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { UpdateSettingsRequest, UpdateSettingsResult } from "../models/models_0";
5
- export interface UpdateSettingsCommandInput extends UpdateSettingsRequest {
6
- }
7
- export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSettingsCommand extends $Command<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: UpdateSettingsCommandInput;
12
- constructor(input: UpdateSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSettingsCommandInput, UpdateSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ UpdateSettingsRequest,
15
+ UpdateSettingsResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateSettingsCommandInput extends UpdateSettingsRequest {}
18
+ export interface UpdateSettingsCommandOutput
19
+ extends UpdateSettingsResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateSettingsCommand extends $Command<
23
+ UpdateSettingsCommandInput,
24
+ UpdateSettingsCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSettingsCommandInput;
28
+ constructor(input: UpdateSettingsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DirectoryServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateSettingsCommandInput, UpdateSettingsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { UpdateTrustRequest, UpdateTrustResult } from "../models/models_0";
5
- export interface UpdateTrustCommandInput extends UpdateTrustRequest {
6
- }
7
- export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateTrustCommand extends $Command<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: UpdateTrustCommandInput;
12
- constructor(input: UpdateTrustCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustCommandInput, UpdateTrustCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { UpdateTrustRequest, UpdateTrustResult } from "../models/models_0";
14
+ export interface UpdateTrustCommandInput extends UpdateTrustRequest {}
15
+ export interface UpdateTrustCommandOutput
16
+ extends UpdateTrustResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateTrustCommand extends $Command<
20
+ UpdateTrustCommandInput,
21
+ UpdateTrustCommandOutput,
22
+ DirectoryServiceClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateTrustCommandInput;
25
+ constructor(input: UpdateTrustCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: DirectoryServiceClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateTrustCommandInput, UpdateTrustCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
- import { VerifyTrustRequest, VerifyTrustResult } from "../models/models_0";
5
- export interface VerifyTrustCommandInput extends VerifyTrustRequest {
6
- }
7
- export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataBearer {
8
- }
9
-
10
- export declare class VerifyTrustCommand extends $Command<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: VerifyTrustCommandInput;
12
- constructor(input: VerifyTrustCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifyTrustCommandInput, VerifyTrustCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { VerifyTrustRequest, VerifyTrustResult } from "../models/models_0";
14
+ export interface VerifyTrustCommandInput extends VerifyTrustRequest {}
15
+ export interface VerifyTrustCommandOutput
16
+ extends VerifyTrustResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class VerifyTrustCommand extends $Command<
20
+ VerifyTrustCommandInput,
21
+ VerifyTrustCommandOutput,
22
+ DirectoryServiceClientResolvedConfig
23
+ > {
24
+ readonly input: VerifyTrustCommandInput;
25
+ constructor(input: VerifyTrustCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: DirectoryServiceClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<VerifyTrustCommandInput, VerifyTrustCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }