@aws-sdk/client-directory-service 3.50.0 → 3.51.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 (80) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DirectoryService.d.ts +320 -0
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +136 -0
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  69. package/dist-types/ts3.4/index.d.ts +5 -0
  70. package/dist-types/ts3.4/models/index.d.ts +1 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +2280 -0
  72. package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  80. package/package.json +8 -8
@@ -0,0 +1,17 @@
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 { EnableRadiusRequest, EnableRadiusResult } from "../models/models_0";
5
+ export interface EnableRadiusCommandInput extends EnableRadiusRequest {
6
+ }
7
+ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class EnableRadiusCommand extends $Command<EnableRadiusCommandInput, EnableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
11
+ readonly input: EnableRadiusCommandInput;
12
+ constructor(input: EnableRadiusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableRadiusCommandInput, EnableRadiusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { EnableSsoRequest, EnableSsoResult } from "../models/models_0";
5
+ export interface EnableSsoCommandInput extends EnableSsoRequest {
6
+ }
7
+ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class EnableSsoCommand extends $Command<EnableSsoCommandInput, EnableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
11
+ readonly input: EnableSsoCommandInput;
12
+ constructor(input: EnableSsoCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableSsoCommandInput, EnableSsoCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDirectoryLimitsRequest, GetDirectoryLimitsResult } from "../models/models_0";
5
+ export interface GetDirectoryLimitsCommandInput extends GetDirectoryLimitsRequest {
6
+ }
7
+ export interface GetDirectoryLimitsCommandOutput extends GetDirectoryLimitsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDirectoryLimitsCommand extends $Command<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
+ readonly input: GetDirectoryLimitsCommandInput;
12
+ constructor(input: GetDirectoryLimitsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetSnapshotLimitsRequest, GetSnapshotLimitsResult } from "../models/models_0";
5
+ export interface GetSnapshotLimitsCommandInput extends GetSnapshotLimitsRequest {
6
+ }
7
+ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSnapshotLimitsCommand extends $Command<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
11
+ readonly input: GetSnapshotLimitsCommandInput;
12
+ constructor(input: GetSnapshotLimitsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListCertificatesRequest, ListCertificatesResult } from "../models/models_0";
5
+ export interface ListCertificatesCommandInput extends ListCertificatesRequest {
6
+ }
7
+ export interface ListCertificatesCommandOutput extends ListCertificatesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, DirectoryServiceClientResolvedConfig> {
11
+ readonly input: ListCertificatesCommandInput;
12
+ constructor(input: ListCertificatesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListIpRoutesRequest, ListIpRoutesResult } from "../models/models_0";
5
+ export interface ListIpRoutesCommandInput extends ListIpRoutesRequest {
6
+ }
7
+ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListIpRoutesCommand extends $Command<ListIpRoutesCommandInput, ListIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
11
+ readonly input: ListIpRoutesCommandInput;
12
+ constructor(input: ListIpRoutesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIpRoutesCommandInput, ListIpRoutesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,63 @@
1
+ export * from "./AcceptSharedDirectoryCommand";
2
+ export * from "./AddIpRoutesCommand";
3
+ export * from "./AddRegionCommand";
4
+ export * from "./AddTagsToResourceCommand";
5
+ export * from "./CancelSchemaExtensionCommand";
6
+ export * from "./ConnectDirectoryCommand";
7
+ export * from "./CreateAliasCommand";
8
+ export * from "./CreateComputerCommand";
9
+ export * from "./CreateConditionalForwarderCommand";
10
+ export * from "./CreateDirectoryCommand";
11
+ export * from "./CreateLogSubscriptionCommand";
12
+ export * from "./CreateMicrosoftADCommand";
13
+ export * from "./CreateSnapshotCommand";
14
+ export * from "./CreateTrustCommand";
15
+ export * from "./DeleteConditionalForwarderCommand";
16
+ export * from "./DeleteDirectoryCommand";
17
+ export * from "./DeleteLogSubscriptionCommand";
18
+ export * from "./DeleteSnapshotCommand";
19
+ export * from "./DeleteTrustCommand";
20
+ export * from "./DeregisterCertificateCommand";
21
+ export * from "./DeregisterEventTopicCommand";
22
+ export * from "./DescribeCertificateCommand";
23
+ export * from "./DescribeClientAuthenticationSettingsCommand";
24
+ export * from "./DescribeConditionalForwardersCommand";
25
+ export * from "./DescribeDirectoriesCommand";
26
+ export * from "./DescribeDomainControllersCommand";
27
+ export * from "./DescribeEventTopicsCommand";
28
+ export * from "./DescribeLDAPSSettingsCommand";
29
+ export * from "./DescribeRegionsCommand";
30
+ export * from "./DescribeSharedDirectoriesCommand";
31
+ export * from "./DescribeSnapshotsCommand";
32
+ export * from "./DescribeTrustsCommand";
33
+ export * from "./DisableClientAuthenticationCommand";
34
+ export * from "./DisableLDAPSCommand";
35
+ export * from "./DisableRadiusCommand";
36
+ export * from "./DisableSsoCommand";
37
+ export * from "./EnableClientAuthenticationCommand";
38
+ export * from "./EnableLDAPSCommand";
39
+ export * from "./EnableRadiusCommand";
40
+ export * from "./EnableSsoCommand";
41
+ export * from "./GetDirectoryLimitsCommand";
42
+ export * from "./GetSnapshotLimitsCommand";
43
+ export * from "./ListCertificatesCommand";
44
+ export * from "./ListIpRoutesCommand";
45
+ export * from "./ListLogSubscriptionsCommand";
46
+ export * from "./ListSchemaExtensionsCommand";
47
+ export * from "./ListTagsForResourceCommand";
48
+ export * from "./RegisterCertificateCommand";
49
+ export * from "./RegisterEventTopicCommand";
50
+ export * from "./RejectSharedDirectoryCommand";
51
+ export * from "./RemoveIpRoutesCommand";
52
+ export * from "./RemoveRegionCommand";
53
+ export * from "./RemoveTagsFromResourceCommand";
54
+ export * from "./ResetUserPasswordCommand";
55
+ export * from "./RestoreFromSnapshotCommand";
56
+ export * from "./ShareDirectoryCommand";
57
+ export * from "./StartSchemaExtensionCommand";
58
+ export * from "./UnshareDirectoryCommand";
59
+ export * from "./UpdateConditionalForwarderCommand";
60
+ export * from "./UpdateNumberOfDomainControllersCommand";
61
+ export * from "./UpdateRadiusCommand";
62
+ export * from "./UpdateTrustCommand";
63
+ export * from "./VerifyTrustCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./DirectoryService";
2
+ export * from "./DirectoryServiceClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1 @@
1
+ export * from "./models_0";