@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.
Files changed (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DirectoryService.d.ts +1115 -330
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +495 -138
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +32 -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 +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1693 -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 +67 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  83. package/package.json +34 -34
@@ -1,17 +1,39 @@
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 { ListLogSubscriptionsRequest, ListLogSubscriptionsResult } from "../models/models_0";
5
- export interface ListLogSubscriptionsCommandInput extends ListLogSubscriptionsRequest {
6
- }
7
- export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLogSubscriptionsCommand extends $Command<ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: ListLogSubscriptionsCommandInput;
12
- constructor(input: ListLogSubscriptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput>;
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
+ 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
+ export declare class ListLogSubscriptionsCommand extends $Command<
23
+ ListLogSubscriptionsCommandInput,
24
+ ListLogSubscriptionsCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: ListLogSubscriptionsCommandInput;
28
+ constructor(input: ListLogSubscriptionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListLogSubscriptionsCommandInput,
35
+ ListLogSubscriptionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { ListSchemaExtensionsRequest, ListSchemaExtensionsResult } from "../models/models_0";
5
- export interface ListSchemaExtensionsCommandInput extends ListSchemaExtensionsRequest {
6
- }
7
- export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSchemaExtensionsCommand extends $Command<ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: ListSchemaExtensionsCommandInput;
12
- constructor(input: ListSchemaExtensionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput>;
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
+ 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
+ export declare class ListSchemaExtensionsCommand extends $Command<
23
+ ListSchemaExtensionsCommandInput,
24
+ ListSchemaExtensionsCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: ListSchemaExtensionsCommandInput;
28
+ constructor(input: ListSchemaExtensionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSchemaExtensionsCommandInput,
35
+ ListSchemaExtensionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ 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
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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 { RegisterCertificateRequest, RegisterCertificateResult } from "../models/models_0";
5
- export interface RegisterCertificateCommandInput extends RegisterCertificateRequest {
6
- }
7
- export interface RegisterCertificateCommandOutput extends RegisterCertificateResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RegisterCertificateCommand extends $Command<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: RegisterCertificateCommandInput;
12
- constructor(input: RegisterCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterCertificateCommandInput, RegisterCertificateCommandOutput>;
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
+ 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
+ export declare class RegisterCertificateCommand extends $Command<
23
+ RegisterCertificateCommandInput,
24
+ RegisterCertificateCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: RegisterCertificateCommandInput;
28
+ constructor(input: RegisterCertificateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<RegisterCertificateCommandInput, RegisterCertificateCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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 { RegisterEventTopicRequest, RegisterEventTopicResult } from "../models/models_0";
5
- export interface RegisterEventTopicCommandInput extends RegisterEventTopicRequest {
6
- }
7
- export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RegisterEventTopicCommand extends $Command<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: RegisterEventTopicCommandInput;
12
- constructor(input: RegisterEventTopicCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput>;
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
+ 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
+ export declare class RegisterEventTopicCommand extends $Command<
23
+ RegisterEventTopicCommandInput,
24
+ RegisterEventTopicCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: RegisterEventTopicCommandInput;
28
+ constructor(input: RegisterEventTopicCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { RejectSharedDirectoryRequest, RejectSharedDirectoryResult } from "../models/models_0";
5
- export interface RejectSharedDirectoryCommandInput extends RejectSharedDirectoryRequest {
6
- }
7
- export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirectoryResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RejectSharedDirectoryCommand extends $Command<RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: RejectSharedDirectoryCommandInput;
12
- constructor(input: RejectSharedDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput>;
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
+ 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
+ export declare class RejectSharedDirectoryCommand extends $Command<
23
+ RejectSharedDirectoryCommandInput,
24
+ RejectSharedDirectoryCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: RejectSharedDirectoryCommandInput;
28
+ constructor(input: RejectSharedDirectoryCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RejectSharedDirectoryCommandInput,
35
+ RejectSharedDirectoryCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { RemoveIpRoutesRequest, RemoveIpRoutesResult } from "../models/models_0";
5
- export interface RemoveIpRoutesCommandInput extends RemoveIpRoutesRequest {
6
- }
7
- export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveIpRoutesCommand extends $Command<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: RemoveIpRoutesCommandInput;
12
- constructor(input: RemoveIpRoutesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput>;
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
+ RemoveIpRoutesRequest,
15
+ RemoveIpRoutesResult,
16
+ } from "../models/models_0";
17
+ export interface RemoveIpRoutesCommandInput extends RemoveIpRoutesRequest {}
18
+ export interface RemoveIpRoutesCommandOutput
19
+ extends RemoveIpRoutesResult,
20
+ __MetadataBearer {}
21
+ export declare class RemoveIpRoutesCommand extends $Command<
22
+ RemoveIpRoutesCommandInput,
23
+ RemoveIpRoutesCommandOutput,
24
+ DirectoryServiceClientResolvedConfig
25
+ > {
26
+ readonly input: RemoveIpRoutesCommandInput;
27
+ constructor(input: RemoveIpRoutesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DirectoryServiceClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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 { RemoveRegionRequest, RemoveRegionResult } from "../models/models_0";
5
- export interface RemoveRegionCommandInput extends RemoveRegionRequest {
6
- }
7
- export interface RemoveRegionCommandOutput extends RemoveRegionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveRegionCommand extends $Command<RemoveRegionCommandInput, RemoveRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: RemoveRegionCommandInput;
12
- constructor(input: RemoveRegionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveRegionCommandInput, RemoveRegionCommandOutput>;
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 { RemoveRegionRequest, RemoveRegionResult } from "../models/models_0";
14
+ export interface RemoveRegionCommandInput extends RemoveRegionRequest {}
15
+ export interface RemoveRegionCommandOutput
16
+ extends RemoveRegionResult,
17
+ __MetadataBearer {}
18
+ export declare class RemoveRegionCommand extends $Command<
19
+ RemoveRegionCommandInput,
20
+ RemoveRegionCommandOutput,
21
+ DirectoryServiceClientResolvedConfig
22
+ > {
23
+ readonly input: RemoveRegionCommandInput;
24
+ constructor(input: RemoveRegionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DirectoryServiceClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RemoveRegionCommandInput, RemoveRegionCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult } from "../models/models_0";
5
- export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResourceRequest {
6
- }
7
- export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: RemoveTagsFromResourceCommandInput;
12
- constructor(input: RemoveTagsFromResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
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
+ 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
+ export declare class RemoveTagsFromResourceCommand extends $Command<
23
+ RemoveTagsFromResourceCommandInput,
24
+ RemoveTagsFromResourceCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: RemoveTagsFromResourceCommandInput;
28
+ constructor(input: RemoveTagsFromResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RemoveTagsFromResourceCommandInput,
35
+ RemoveTagsFromResourceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { ResetUserPasswordRequest, ResetUserPasswordResult } from "../models/models_0";
5
- export interface ResetUserPasswordCommandInput extends ResetUserPasswordRequest {
6
- }
7
- export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ResetUserPasswordCommand extends $Command<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: ResetUserPasswordCommandInput;
12
- constructor(input: ResetUserPasswordCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput>;
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
+ 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
+ export declare class ResetUserPasswordCommand extends $Command<
23
+ ResetUserPasswordCommandInput,
24
+ ResetUserPasswordCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: ResetUserPasswordCommandInput;
28
+ constructor(input: ResetUserPasswordCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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
+ export declare class RestoreFromSnapshotCommand extends $Command<
23
+ RestoreFromSnapshotCommandInput,
24
+ RestoreFromSnapshotCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreFromSnapshotCommandInput;
28
+ constructor(input: RestoreFromSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DirectoryServiceClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }