@aws-sdk/client-directory-service 3.651.1 → 3.654.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 (160) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +124 -5
  3. package/dist-es/DirectoryService.js +6 -0
  4. package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +22 -0
  5. package/dist-es/commands/DisableDirectoryDataAccessCommand.js +22 -0
  6. package/dist-es/commands/EnableDirectoryDataAccessCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +9 -0
  9. package/dist-es/protocols/Aws_json1_1.js +60 -3
  10. package/dist-types/DirectoryService.d.ts +21 -0
  11. package/dist-types/DirectoryServiceClient.d.ts +5 -2
  12. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +11 -0
  13. package/dist-types/commands/AddIpRoutesCommand.d.ts +12 -1
  14. package/dist-types/commands/AddRegionCommand.d.ts +13 -2
  15. package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +11 -0
  17. package/dist-types/commands/ConnectDirectoryCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateComputerCommand.d.ts +12 -1
  20. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +12 -1
  21. package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
  22. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +11 -0
  24. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
  25. package/dist-types/commands/CreateTrustCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
  27. package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +11 -0
  29. package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
  30. package/dist-types/commands/DeleteTrustCommand.d.ts +11 -0
  31. package/dist-types/commands/DeregisterCertificateCommand.d.ts +12 -1
  32. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
  35. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
  36. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +12 -1
  37. package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +86 -0
  38. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +12 -1
  39. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +11 -0
  40. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +11 -0
  41. package/dist-types/commands/DescribeRegionsCommand.d.ts +13 -2
  42. package/dist-types/commands/DescribeSettingsCommand.d.ts +11 -0
  43. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +11 -0
  44. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
  45. package/dist-types/commands/DescribeTrustsCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
  47. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +12 -1
  48. package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +92 -0
  49. package/dist-types/commands/DisableLDAPSCommand.d.ts +12 -1
  50. package/dist-types/commands/DisableRadiusCommand.d.ts +11 -0
  51. package/dist-types/commands/DisableSsoCommand.d.ts +11 -0
  52. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +12 -1
  53. package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +92 -0
  54. package/dist-types/commands/EnableLDAPSCommand.d.ts +12 -1
  55. package/dist-types/commands/EnableRadiusCommand.d.ts +11 -0
  56. package/dist-types/commands/EnableSsoCommand.d.ts +11 -0
  57. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +11 -0
  58. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +11 -0
  59. package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
  60. package/dist-types/commands/ListIpRoutesCommand.d.ts +11 -0
  61. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +11 -0
  62. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +11 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  64. package/dist-types/commands/RegisterCertificateCommand.d.ts +12 -1
  65. package/dist-types/commands/RegisterEventTopicCommand.d.ts +11 -0
  66. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +11 -0
  67. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +12 -1
  68. package/dist-types/commands/RemoveRegionCommand.d.ts +13 -2
  69. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  70. package/dist-types/commands/ResetUserPasswordCommand.d.ts +13 -2
  71. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
  72. package/dist-types/commands/ShareDirectoryCommand.d.ts +12 -1
  73. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +12 -1
  74. package/dist-types/commands/UnshareDirectoryCommand.d.ts +11 -0
  75. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
  76. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +13 -2
  77. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
  78. package/dist-types/commands/UpdateRadiusCommand.d.ts +11 -0
  79. package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -1
  80. package/dist-types/commands/UpdateTrustCommand.d.ts +11 -0
  81. package/dist-types/commands/VerifyTrustCommand.d.ts +11 -0
  82. package/dist-types/commands/index.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +95 -27
  84. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  85. package/dist-types/ts3.4/DirectoryService.d.ts +51 -0
  86. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  158. package/dist-types/ts3.4/models/models_0.d.ts +25 -0
  159. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  160. package/package.json +35 -35
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DirectoryServiceClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../DirectoryServiceClient";
8
+ import {
9
+ EnableDirectoryDataAccessRequest,
10
+ EnableDirectoryDataAccessResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface EnableDirectoryDataAccessCommandInput
15
+ extends EnableDirectoryDataAccessRequest {}
16
+ export interface EnableDirectoryDataAccessCommandOutput
17
+ extends EnableDirectoryDataAccessResult,
18
+ __MetadataBearer {}
19
+ declare const EnableDirectoryDataAccessCommand_base: {
20
+ new (
21
+ input: EnableDirectoryDataAccessCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ EnableDirectoryDataAccessCommandInput,
24
+ EnableDirectoryDataAccessCommandOutput,
25
+ DirectoryServiceClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: EnableDirectoryDataAccessCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ EnableDirectoryDataAccessCommandInput,
33
+ EnableDirectoryDataAccessCommandOutput,
34
+ DirectoryServiceClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class EnableDirectoryDataAccessCommand extends EnableDirectoryDataAccessCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: EnableDirectoryDataAccessRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: EnableDirectoryDataAccessCommandInput;
48
+ output: EnableDirectoryDataAccessCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const EnableLDAPSCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class EnableLDAPSCommand extends EnableLDAPSCommand_base {}
36
+ export declare class EnableLDAPSCommand extends EnableLDAPSCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: EnableLDAPSRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: EnableLDAPSCommandInput;
44
+ output: EnableLDAPSCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const EnableRadiusCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class EnableRadiusCommand extends EnableRadiusCommand_base {}
36
+ export declare class EnableRadiusCommand extends EnableRadiusCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: EnableRadiusRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: EnableRadiusCommandInput;
44
+ output: EnableRadiusCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const EnableSsoCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class EnableSsoCommand extends EnableSsoCommand_base {}
36
+ export declare class EnableSsoCommand extends EnableSsoCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: EnableSsoRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: EnableSsoCommandInput;
44
+ output: EnableSsoCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetDirectoryLimitsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDirectoryLimitsCommand extends GetDirectoryLimitsCommand_base {}
40
+ export declare class GetDirectoryLimitsCommand extends GetDirectoryLimitsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetDirectoryLimitsResult;
45
+ };
46
+ sdk: {
47
+ input: GetDirectoryLimitsCommandInput;
48
+ output: GetDirectoryLimitsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetSnapshotLimitsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSnapshotLimitsCommand extends GetSnapshotLimitsCommand_base {}
40
+ export declare class GetSnapshotLimitsCommand extends GetSnapshotLimitsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSnapshotLimitsRequest;
44
+ output: GetSnapshotLimitsResult;
45
+ };
46
+ sdk: {
47
+ input: GetSnapshotLimitsCommandInput;
48
+ output: GetSnapshotLimitsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListCertificatesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListCertificatesCommand extends ListCertificatesCommand_base {}
39
+ export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListCertificatesRequest;
43
+ output: ListCertificatesResult;
44
+ };
45
+ sdk: {
46
+ input: ListCertificatesCommandInput;
47
+ output: ListCertificatesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListIpRoutesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListIpRoutesCommand extends ListIpRoutesCommand_base {}
36
+ export declare class ListIpRoutesCommand extends ListIpRoutesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListIpRoutesRequest;
40
+ output: ListIpRoutesResult;
41
+ };
42
+ sdk: {
43
+ input: ListIpRoutesCommandInput;
44
+ output: ListIpRoutesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListLogSubscriptionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListLogSubscriptionsCommand extends ListLogSubscriptionsCommand_base {}
40
+ export declare class ListLogSubscriptionsCommand extends ListLogSubscriptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListLogSubscriptionsRequest;
44
+ output: ListLogSubscriptionsResult;
45
+ };
46
+ sdk: {
47
+ input: ListLogSubscriptionsCommandInput;
48
+ output: ListLogSubscriptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListSchemaExtensionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSchemaExtensionsCommand extends ListSchemaExtensionsCommand_base {}
40
+ export declare class ListSchemaExtensionsCommand extends ListSchemaExtensionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSchemaExtensionsRequest;
44
+ output: ListSchemaExtensionsResult;
45
+ };
46
+ sdk: {
47
+ input: ListSchemaExtensionsCommandInput;
48
+ output: ListSchemaExtensionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResult;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RegisterCertificateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RegisterCertificateCommand extends RegisterCertificateCommand_base {}
40
+ export declare class RegisterCertificateCommand extends RegisterCertificateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RegisterCertificateRequest;
44
+ output: RegisterCertificateResult;
45
+ };
46
+ sdk: {
47
+ input: RegisterCertificateCommandInput;
48
+ output: RegisterCertificateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RegisterEventTopicCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RegisterEventTopicCommand extends RegisterEventTopicCommand_base {}
40
+ export declare class RegisterEventTopicCommand extends RegisterEventTopicCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RegisterEventTopicRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: RegisterEventTopicCommandInput;
48
+ output: RegisterEventTopicCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RejectSharedDirectoryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RejectSharedDirectoryCommand extends RejectSharedDirectoryCommand_base {}
40
+ export declare class RejectSharedDirectoryCommand extends RejectSharedDirectoryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RejectSharedDirectoryRequest;
44
+ output: RejectSharedDirectoryResult;
45
+ };
46
+ sdk: {
47
+ input: RejectSharedDirectoryCommandInput;
48
+ output: RejectSharedDirectoryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const RemoveIpRoutesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RemoveIpRoutesCommand extends RemoveIpRoutesCommand_base {}
39
+ export declare class RemoveIpRoutesCommand extends RemoveIpRoutesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RemoveIpRoutesRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: RemoveIpRoutesCommandInput;
47
+ output: RemoveIpRoutesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const RemoveRegionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RemoveRegionCommand extends RemoveRegionCommand_base {}
36
+ export declare class RemoveRegionCommand extends RemoveRegionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RemoveRegionRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RemoveRegionCommandInput;
44
+ output: RemoveRegionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const RemoveTagsFromResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {}
40
+ export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RemoveTagsFromResourceRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: RemoveTagsFromResourceCommandInput;
48
+ output: RemoveTagsFromResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ResetUserPasswordCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {}
40
+ export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ResetUserPasswordRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: ResetUserPasswordCommandInput;
48
+ output: ResetUserPasswordCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RestoreFromSnapshotCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {}
40
+ export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestoreFromSnapshotRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: RestoreFromSnapshotCommandInput;
48
+ output: RestoreFromSnapshotCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ShareDirectoryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ShareDirectoryCommand extends ShareDirectoryCommand_base {}
39
+ export declare class ShareDirectoryCommand extends ShareDirectoryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ShareDirectoryRequest;
43
+ output: ShareDirectoryResult;
44
+ };
45
+ sdk: {
46
+ input: ShareDirectoryCommandInput;
47
+ output: ShareDirectoryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const StartSchemaExtensionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartSchemaExtensionCommand extends StartSchemaExtensionCommand_base {}
40
+ export declare class StartSchemaExtensionCommand extends StartSchemaExtensionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartSchemaExtensionRequest;
44
+ output: StartSchemaExtensionResult;
45
+ };
46
+ sdk: {
47
+ input: StartSchemaExtensionCommandInput;
48
+ output: StartSchemaExtensionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UnshareDirectoryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UnshareDirectoryCommand extends UnshareDirectoryCommand_base {}
39
+ export declare class UnshareDirectoryCommand extends UnshareDirectoryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UnshareDirectoryRequest;
43
+ output: UnshareDirectoryResult;
44
+ };
45
+ sdk: {
46
+ input: UnshareDirectoryCommandInput;
47
+ output: UnshareDirectoryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateConditionalForwarderCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateConditionalForwarderCommand extends UpdateConditionalForwarderCommand_base {}
40
+ export declare class UpdateConditionalForwarderCommand extends UpdateConditionalForwarderCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateConditionalForwarderRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateConditionalForwarderCommandInput;
48
+ output: UpdateConditionalForwarderCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateDirectorySetupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateDirectorySetupCommand extends UpdateDirectorySetupCommand_base {}
40
+ export declare class UpdateDirectorySetupCommand extends UpdateDirectorySetupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateDirectorySetupRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateDirectorySetupCommandInput;
48
+ output: UpdateDirectorySetupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateNumberOfDomainControllersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateNumberOfDomainControllersCommand extends UpdateNumberOfDomainControllersCommand_base {}
40
+ export declare class UpdateNumberOfDomainControllersCommand extends UpdateNumberOfDomainControllersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateNumberOfDomainControllersRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateNumberOfDomainControllersCommandInput;
48
+ output: UpdateNumberOfDomainControllersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateRadiusCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateRadiusCommand extends UpdateRadiusCommand_base {}
36
+ export declare class UpdateRadiusCommand extends UpdateRadiusCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateRadiusRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateRadiusCommandInput;
44
+ output: UpdateRadiusCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UpdateSettingsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {}
39
+ export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateSettingsRequest;
43
+ output: UpdateSettingsResult;
44
+ };
45
+ sdk: {
46
+ input: UpdateSettingsCommandInput;
47
+ output: UpdateSettingsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateTrustCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateTrustCommand extends UpdateTrustCommand_base {}
36
+ export declare class UpdateTrustCommand extends UpdateTrustCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateTrustRequest;
40
+ output: UpdateTrustResult;
41
+ };
42
+ sdk: {
43
+ input: UpdateTrustCommandInput;
44
+ output: UpdateTrustCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const VerifyTrustCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class VerifyTrustCommand extends VerifyTrustCommand_base {}
36
+ export declare class VerifyTrustCommand extends VerifyTrustCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: VerifyTrustRequest;
40
+ output: VerifyTrustResult;
41
+ };
42
+ sdk: {
43
+ input: VerifyTrustCommandInput;
44
+ output: VerifyTrustCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -23,6 +23,7 @@ export * from "./DescribeCertificateCommand";
23
23
  export * from "./DescribeClientAuthenticationSettingsCommand";
24
24
  export * from "./DescribeConditionalForwardersCommand";
25
25
  export * from "./DescribeDirectoriesCommand";
26
+ export * from "./DescribeDirectoryDataAccessCommand";
26
27
  export * from "./DescribeDomainControllersCommand";
27
28
  export * from "./DescribeEventTopicsCommand";
28
29
  export * from "./DescribeLDAPSSettingsCommand";
@@ -33,10 +34,12 @@ export * from "./DescribeSnapshotsCommand";
33
34
  export * from "./DescribeTrustsCommand";
34
35
  export * from "./DescribeUpdateDirectoryCommand";
35
36
  export * from "./DisableClientAuthenticationCommand";
37
+ export * from "./DisableDirectoryDataAccessCommand";
36
38
  export * from "./DisableLDAPSCommand";
37
39
  export * from "./DisableRadiusCommand";
38
40
  export * from "./DisableSsoCommand";
39
41
  export * from "./EnableClientAuthenticationCommand";
42
+ export * from "./EnableDirectoryDataAccessCommand";
40
43
  export * from "./EnableLDAPSCommand";
41
44
  export * from "./EnableRadiusCommand";
42
45
  export * from "./EnableSsoCommand";
@@ -473,6 +473,15 @@ export interface CreateTrustRequest {
473
473
  export interface CreateTrustResult {
474
474
  TrustId?: string;
475
475
  }
476
+ export declare const DataAccessStatus: {
477
+ readonly DISABLED: "Disabled";
478
+ readonly DISABLING: "Disabling";
479
+ readonly ENABLED: "Enabled";
480
+ readonly ENABLING: "Enabling";
481
+ readonly FAILED: "Failed";
482
+ };
483
+ export type DataAccessStatus =
484
+ (typeof DataAccessStatus)[keyof typeof DataAccessStatus];
476
485
  export interface DeleteConditionalForwarderRequest {
477
486
  DirectoryId: string | undefined;
478
487
  RemoteDomainName: string | undefined;
@@ -607,6 +616,7 @@ export declare const DirectoryStage: {
607
616
  readonly REQUESTED: "Requested";
608
617
  readonly RESTOREFAILED: "RestoreFailed";
609
618
  readonly RESTORING: "Restoring";
619
+ readonly UPDATING: "Updating";
610
620
  };
611
621
  export type DirectoryStage =
612
622
  (typeof DirectoryStage)[keyof typeof DirectoryStage];
@@ -658,6 +668,12 @@ export declare class InvalidNextTokenException extends __BaseException {
658
668
  opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
659
669
  );
660
670
  }
671
+ export interface DescribeDirectoryDataAccessRequest {
672
+ DirectoryId: string | undefined;
673
+ }
674
+ export interface DescribeDirectoryDataAccessResult {
675
+ DataAccessStatus?: DataAccessStatus;
676
+ }
661
677
  export interface DescribeDomainControllersRequest {
662
678
  DirectoryId: string | undefined;
663
679
  DomainControllerIds?: string[];
@@ -672,6 +688,7 @@ export declare const DomainControllerStatus: {
672
688
  readonly FAILED: "Failed";
673
689
  readonly IMPAIRED: "Impaired";
674
690
  readonly RESTORING: "Restoring";
691
+ readonly UPDATING: "Updating";
675
692
  };
676
693
  export type DomainControllerStatus =
677
694
  (typeof DomainControllerStatus)[keyof typeof DomainControllerStatus];
@@ -957,6 +974,10 @@ export declare class InvalidClientAuthStatusException extends __BaseException {
957
974
  >
958
975
  );
959
976
  }
977
+ export interface DisableDirectoryDataAccessRequest {
978
+ DirectoryId: string | undefined;
979
+ }
980
+ export interface DisableDirectoryDataAccessResult {}
960
981
  export interface DisableLDAPSRequest {
961
982
  DirectoryId: string | undefined;
962
983
  Type: LDAPSType | undefined;
@@ -998,6 +1019,10 @@ export declare class NoAvailableCertificateException extends __BaseException {
998
1019
  >
999
1020
  );
1000
1021
  }
1022
+ export interface EnableDirectoryDataAccessRequest {
1023
+ DirectoryId: string | undefined;
1024
+ }
1025
+ export interface EnableDirectoryDataAccessResult {}
1001
1026
  export interface EnableLDAPSRequest {
1002
1027
  DirectoryId: string | undefined;
1003
1028
  Type: LDAPSType | undefined;