@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,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 { DescribeClientAuthenticationSettingsRequest, DescribeClientAuthenticationSettingsResult } from "../models/models_0";
5
- export interface DescribeClientAuthenticationSettingsCommandInput extends DescribeClientAuthenticationSettingsRequest {
6
- }
7
- export interface DescribeClientAuthenticationSettingsCommandOutput extends DescribeClientAuthenticationSettingsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeClientAuthenticationSettingsCommand extends $Command<DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeClientAuthenticationSettingsCommandInput;
12
- constructor(input: DescribeClientAuthenticationSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput>;
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
+ DescribeClientAuthenticationSettingsRequest,
15
+ DescribeClientAuthenticationSettingsResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeClientAuthenticationSettingsCommandInput
18
+ extends DescribeClientAuthenticationSettingsRequest {}
19
+ export interface DescribeClientAuthenticationSettingsCommandOutput
20
+ extends DescribeClientAuthenticationSettingsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeClientAuthenticationSettingsCommand extends $Command<
24
+ DescribeClientAuthenticationSettingsCommandInput,
25
+ DescribeClientAuthenticationSettingsCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeClientAuthenticationSettingsCommandInput;
29
+ constructor(input: DescribeClientAuthenticationSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeClientAuthenticationSettingsCommandInput,
37
+ DescribeClientAuthenticationSettingsCommandOutput
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 { DescribeConditionalForwardersRequest, DescribeConditionalForwardersResult } from "../models/models_0";
5
- export interface DescribeConditionalForwardersCommandInput extends DescribeConditionalForwardersRequest {
6
- }
7
- export interface DescribeConditionalForwardersCommandOutput extends DescribeConditionalForwardersResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeConditionalForwardersCommand extends $Command<DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeConditionalForwardersCommandInput;
12
- constructor(input: DescribeConditionalForwardersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput>;
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
+ DescribeConditionalForwardersRequest,
15
+ DescribeConditionalForwardersResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeConditionalForwardersCommandInput
18
+ extends DescribeConditionalForwardersRequest {}
19
+ export interface DescribeConditionalForwardersCommandOutput
20
+ extends DescribeConditionalForwardersResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeConditionalForwardersCommand extends $Command<
24
+ DescribeConditionalForwardersCommandInput,
25
+ DescribeConditionalForwardersCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeConditionalForwardersCommandInput;
29
+ constructor(input: DescribeConditionalForwardersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeConditionalForwardersCommandInput,
37
+ DescribeConditionalForwardersCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DescribeDirectoriesRequest, DescribeDirectoriesResult } from "../models/models_0";
5
- export interface DescribeDirectoriesCommandInput extends DescribeDirectoriesRequest {
6
- }
7
- export interface DescribeDirectoriesCommandOutput extends DescribeDirectoriesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDirectoriesCommand extends $Command<DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeDirectoriesCommandInput;
12
- constructor(input: DescribeDirectoriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput>;
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
+ DescribeDirectoriesRequest,
15
+ DescribeDirectoriesResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeDirectoriesCommandInput
18
+ extends DescribeDirectoriesRequest {}
19
+ export interface DescribeDirectoriesCommandOutput
20
+ extends DescribeDirectoriesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDirectoriesCommand extends $Command<
24
+ DescribeDirectoriesCommandInput,
25
+ DescribeDirectoriesCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDirectoriesCommandInput;
29
+ constructor(input: DescribeDirectoriesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { DescribeDomainControllersRequest, DescribeDomainControllersResult } from "../models/models_0";
5
- export interface DescribeDomainControllersCommandInput extends DescribeDomainControllersRequest {
6
- }
7
- export interface DescribeDomainControllersCommandOutput extends DescribeDomainControllersResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDomainControllersCommand extends $Command<DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeDomainControllersCommandInput;
12
- constructor(input: DescribeDomainControllersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput>;
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
+ DescribeDomainControllersRequest,
15
+ DescribeDomainControllersResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeDomainControllersCommandInput
18
+ extends DescribeDomainControllersRequest {}
19
+ export interface DescribeDomainControllersCommandOutput
20
+ extends DescribeDomainControllersResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDomainControllersCommand extends $Command<
24
+ DescribeDomainControllersCommandInput,
25
+ DescribeDomainControllersCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDomainControllersCommandInput;
29
+ constructor(input: DescribeDomainControllersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDomainControllersCommandInput,
37
+ DescribeDomainControllersCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DescribeEventTopicsRequest, DescribeEventTopicsResult } from "../models/models_0";
5
- export interface DescribeEventTopicsCommandInput extends DescribeEventTopicsRequest {
6
- }
7
- export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEventTopicsCommand extends $Command<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeEventTopicsCommandInput;
12
- constructor(input: DescribeEventTopicsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput>;
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
+ DescribeEventTopicsRequest,
15
+ DescribeEventTopicsResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeEventTopicsCommandInput
18
+ extends DescribeEventTopicsRequest {}
19
+ export interface DescribeEventTopicsCommandOutput
20
+ extends DescribeEventTopicsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeEventTopicsCommand extends $Command<
24
+ DescribeEventTopicsCommandInput,
25
+ DescribeEventTopicsCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeEventTopicsCommandInput;
29
+ constructor(input: DescribeEventTopicsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { DescribeLDAPSSettingsRequest, DescribeLDAPSSettingsResult } from "../models/models_0";
5
- export interface DescribeLDAPSSettingsCommandInput extends DescribeLDAPSSettingsRequest {
6
- }
7
- export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSettingsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLDAPSSettingsCommand extends $Command<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeLDAPSSettingsCommandInput;
12
- constructor(input: DescribeLDAPSSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput>;
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
+ DescribeLDAPSSettingsRequest,
15
+ DescribeLDAPSSettingsResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeLDAPSSettingsCommandInput
18
+ extends DescribeLDAPSSettingsRequest {}
19
+ export interface DescribeLDAPSSettingsCommandOutput
20
+ extends DescribeLDAPSSettingsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeLDAPSSettingsCommand extends $Command<
24
+ DescribeLDAPSSettingsCommandInput,
25
+ DescribeLDAPSSettingsCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeLDAPSSettingsCommandInput;
29
+ constructor(input: DescribeLDAPSSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeLDAPSSettingsCommandInput,
37
+ DescribeLDAPSSettingsCommandOutput
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 { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_0";
5
- export interface DescribeRegionsCommandInput extends DescribeRegionsRequest {
6
- }
7
- export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeRegionsCommand extends $Command<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeRegionsCommandInput;
12
- constructor(input: DescribeRegionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRegionsCommandInput, DescribeRegionsCommandOutput>;
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
+ DescribeRegionsRequest,
15
+ DescribeRegionsResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeRegionsCommandInput extends DescribeRegionsRequest {}
18
+ export interface DescribeRegionsCommandOutput
19
+ extends DescribeRegionsResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeRegionsCommand extends $Command<
23
+ DescribeRegionsCommandInput,
24
+ DescribeRegionsCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeRegionsCommandInput;
28
+ constructor(input: DescribeRegionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DirectoryServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeRegionsCommandInput, DescribeRegionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DescribeSettingsRequest, DescribeSettingsResult } from "../models/models_0";
5
- export interface DescribeSettingsCommandInput extends DescribeSettingsRequest {
6
- }
7
- export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSettingsCommand extends $Command<DescribeSettingsCommandInput, DescribeSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeSettingsCommandInput;
12
- constructor(input: DescribeSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSettingsCommandInput, DescribeSettingsCommandOutput>;
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
+ DescribeSettingsRequest,
15
+ DescribeSettingsResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeSettingsCommandInput extends DescribeSettingsRequest {}
18
+ export interface DescribeSettingsCommandOutput
19
+ extends DescribeSettingsResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeSettingsCommand extends $Command<
23
+ DescribeSettingsCommandInput,
24
+ DescribeSettingsCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeSettingsCommandInput;
28
+ constructor(input: DescribeSettingsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DirectoryServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeSettingsCommandInput, DescribeSettingsCommandOutput>;
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 { DescribeSharedDirectoriesRequest, DescribeSharedDirectoriesResult } from "../models/models_0";
5
- export interface DescribeSharedDirectoriesCommandInput extends DescribeSharedDirectoriesRequest {
6
- }
7
- export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDirectoriesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSharedDirectoriesCommand extends $Command<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeSharedDirectoriesCommandInput;
12
- constructor(input: DescribeSharedDirectoriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput>;
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
+ DescribeSharedDirectoriesRequest,
15
+ DescribeSharedDirectoriesResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeSharedDirectoriesCommandInput
18
+ extends DescribeSharedDirectoriesRequest {}
19
+ export interface DescribeSharedDirectoriesCommandOutput
20
+ extends DescribeSharedDirectoriesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeSharedDirectoriesCommand extends $Command<
24
+ DescribeSharedDirectoriesCommandInput,
25
+ DescribeSharedDirectoriesCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeSharedDirectoriesCommandInput;
29
+ constructor(input: DescribeSharedDirectoriesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeSharedDirectoriesCommandInput,
37
+ DescribeSharedDirectoriesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_0";
5
- export interface DescribeSnapshotsCommandInput extends DescribeSnapshotsRequest {
6
- }
7
- export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeSnapshotsCommandInput;
12
- constructor(input: DescribeSnapshotsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput>;
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
+ DescribeSnapshotsRequest,
15
+ DescribeSnapshotsResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeSnapshotsCommandInput
18
+ extends DescribeSnapshotsRequest {}
19
+ export interface DescribeSnapshotsCommandOutput
20
+ extends DescribeSnapshotsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeSnapshotsCommand extends $Command<
24
+ DescribeSnapshotsCommandInput,
25
+ DescribeSnapshotsCommandOutput,
26
+ DirectoryServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeSnapshotsCommandInput;
29
+ constructor(input: DescribeSnapshotsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DirectoryServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput>;
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 { DescribeTrustsRequest, DescribeTrustsResult } from "../models/models_0";
5
- export interface DescribeTrustsCommandInput extends DescribeTrustsRequest {
6
- }
7
- export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTrustsCommand extends $Command<DescribeTrustsCommandInput, DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
- readonly input: DescribeTrustsCommandInput;
12
- constructor(input: DescribeTrustsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustsCommandInput, DescribeTrustsCommandOutput>;
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
+ DescribeTrustsRequest,
15
+ DescribeTrustsResult,
16
+ } from "../models/models_0";
17
+ export interface DescribeTrustsCommandInput extends DescribeTrustsRequest {}
18
+ export interface DescribeTrustsCommandOutput
19
+ extends DescribeTrustsResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeTrustsCommand extends $Command<
23
+ DescribeTrustsCommandInput,
24
+ DescribeTrustsCommandOutput,
25
+ DirectoryServiceClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeTrustsCommandInput;
28
+ constructor(input: DescribeTrustsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DirectoryServiceClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeTrustsCommandInput, DescribeTrustsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }