@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,86 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
+ import { DescribeDirectoryDataAccessRequest, DescribeDirectoryDataAccessResult } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeDirectoryDataAccessCommand}.
14
+ */
15
+ export interface DescribeDirectoryDataAccessCommandInput extends DescribeDirectoryDataAccessRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeDirectoryDataAccessCommand}.
21
+ */
22
+ export interface DescribeDirectoryDataAccessCommandOutput extends DescribeDirectoryDataAccessResult, __MetadataBearer {
23
+ }
24
+ declare const DescribeDirectoryDataAccessCommand_base: {
25
+ new (input: DescribeDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DescribeDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Obtains status of directory data access enablement through the Directory Service Data API for the specified directory.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DirectoryServiceClient, DescribeDirectoryDataAccessCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
35
+ * // const { DirectoryServiceClient, DescribeDirectoryDataAccessCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
36
+ * const client = new DirectoryServiceClient(config);
37
+ * const input = { // DescribeDirectoryDataAccessRequest
38
+ * DirectoryId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DescribeDirectoryDataAccessCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribeDirectoryDataAccessResult
43
+ * // DataAccessStatus: "Disabled" || "Disabling" || "Enabled" || "Enabling" || "Failed",
44
+ * // };
45
+ *
46
+ * ```
47
+ *
48
+ * @param DescribeDirectoryDataAccessCommandInput - {@link DescribeDirectoryDataAccessCommandInput}
49
+ * @returns {@link DescribeDirectoryDataAccessCommandOutput}
50
+ * @see {@link DescribeDirectoryDataAccessCommandInput} for command's `input` shape.
51
+ * @see {@link DescribeDirectoryDataAccessCommandOutput} for command's `response` shape.
52
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>You do not have sufficient access to perform this action.</p>
56
+ *
57
+ * @throws {@link ClientException} (client fault)
58
+ * <p>A client exception has occurred.</p>
59
+ *
60
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
61
+ * <p>The specified directory does not exist in the system.</p>
62
+ *
63
+ * @throws {@link ServiceException} (server fault)
64
+ * <p>An exception has occurred in Directory Service.</p>
65
+ *
66
+ * @throws {@link UnsupportedOperationException} (client fault)
67
+ * <p>The operation is not supported.</p>
68
+ *
69
+ * @throws {@link DirectoryServiceServiceException}
70
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
71
+ *
72
+ * @public
73
+ */
74
+ export declare class DescribeDirectoryDataAccessCommand extends DescribeDirectoryDataAccessCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DescribeDirectoryDataAccessRequest;
79
+ output: DescribeDirectoryDataAccessResult;
80
+ };
81
+ sdk: {
82
+ input: DescribeDirectoryDataAccessCommandInput;
83
+ output: DescribeDirectoryDataAccessCommandOutput;
84
+ };
85
+ };
86
+ }
@@ -53,7 +53,7 @@ declare const DescribeDomainControllersCommand_base: {
53
53
  * // VpcId: "STRING_VALUE",
54
54
  * // SubnetId: "STRING_VALUE",
55
55
  * // AvailabilityZone: "STRING_VALUE",
56
- * // Status: "Creating" || "Active" || "Impaired" || "Restoring" || "Deleting" || "Deleted" || "Failed",
56
+ * // Status: "Creating" || "Active" || "Impaired" || "Restoring" || "Deleting" || "Deleted" || "Failed" || "Updating",
57
57
  * // StatusReason: "STRING_VALUE",
58
58
  * // LaunchTime: new Date("TIMESTAMP"),
59
59
  * // StatusLastUpdatedDateTime: new Date("TIMESTAMP"),
@@ -94,4 +94,15 @@ declare const DescribeDomainControllersCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeDomainControllersCommand extends DescribeDomainControllersCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeDomainControllersRequest;
101
+ output: DescribeDomainControllersResult;
102
+ };
103
+ sdk: {
104
+ input: DescribeDomainControllersCommandInput;
105
+ output: DescribeDomainControllersCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -83,4 +83,15 @@ declare const DescribeEventTopicsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DescribeEventTopicsCommand extends DescribeEventTopicsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DescribeEventTopicsRequest;
90
+ output: DescribeEventTopicsResult;
91
+ };
92
+ sdk: {
93
+ input: DescribeEventTopicsCommandInput;
94
+ output: DescribeEventTopicsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -85,4 +85,15 @@ declare const DescribeLDAPSSettingsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class DescribeLDAPSSettingsCommand extends DescribeLDAPSSettingsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: DescribeLDAPSSettingsRequest;
92
+ output: DescribeLDAPSSettingsResult;
93
+ };
94
+ sdk: {
95
+ input: DescribeLDAPSSettingsCommandInput;
96
+ output: DescribeLDAPSSettingsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -48,7 +48,7 @@ declare const DescribeRegionsCommand_base: {
48
48
  * // DirectoryId: "STRING_VALUE",
49
49
  * // RegionName: "STRING_VALUE",
50
50
  * // RegionType: "Primary" || "Additional",
51
- * // Status: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed",
51
+ * // Status: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed" || "Updating",
52
52
  * // VpcSettings: { // DirectoryVpcSettings
53
53
  * // VpcId: "STRING_VALUE", // required
54
54
  * // SubnetIds: [ // SubnetIds // required
@@ -73,7 +73,7 @@ declare const DescribeRegionsCommand_base: {
73
73
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
74
74
  *
75
75
  * @throws {@link AccessDeniedException} (client fault)
76
- * <p>Client authentication is not available in this region at this time.</p>
76
+ * <p>You do not have sufficient access to perform this action.</p>
77
77
  *
78
78
  * @throws {@link ClientException} (client fault)
79
79
  * <p>A client exception has occurred.</p>
@@ -99,4 +99,15 @@ declare const DescribeRegionsCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class DescribeRegionsCommand extends DescribeRegionsCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DescribeRegionsRequest;
106
+ output: DescribeRegionsResult;
107
+ };
108
+ sdk: {
109
+ input: DescribeRegionsCommandInput;
110
+ output: DescribeRegionsCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -95,4 +95,15 @@ declare const DescribeSettingsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeSettingsCommand extends DescribeSettingsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeSettingsRequest;
102
+ output: DescribeSettingsResult;
103
+ };
104
+ sdk: {
105
+ input: DescribeSettingsCommandInput;
106
+ output: DescribeSettingsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -93,4 +93,15 @@ declare const DescribeSharedDirectoriesCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeSharedDirectoriesCommand extends DescribeSharedDirectoriesCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeSharedDirectoriesRequest;
100
+ output: DescribeSharedDirectoriesResult;
101
+ };
102
+ sdk: {
103
+ input: DescribeSharedDirectoriesCommandInput;
104
+ output: DescribeSharedDirectoriesCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -93,4 +93,15 @@ declare const DescribeSnapshotsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeSnapshotsRequest;
100
+ output: DescribeSnapshotsResult;
101
+ };
102
+ sdk: {
103
+ input: DescribeSnapshotsCommandInput;
104
+ output: DescribeSnapshotsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -97,4 +97,15 @@ declare const DescribeTrustsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DescribeTrustsCommand extends DescribeTrustsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DescribeTrustsRequest;
104
+ output: DescribeTrustsResult;
105
+ };
106
+ sdk: {
107
+ input: DescribeTrustsCommandInput;
108
+ output: DescribeTrustsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -77,7 +77,7 @@ declare const DescribeUpdateDirectoryCommand_base: {
77
77
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
78
78
  *
79
79
  * @throws {@link AccessDeniedException} (client fault)
80
- * <p>Client authentication is not available in this region at this time.</p>
80
+ * <p>You do not have sufficient access to perform this action.</p>
81
81
  *
82
82
  * @throws {@link ClientException} (client fault)
83
83
  * <p>A client exception has occurred.</p>
@@ -100,4 +100,15 @@ declare const DescribeUpdateDirectoryCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DescribeUpdateDirectoryCommand extends DescribeUpdateDirectoryCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DescribeUpdateDirectoryRequest;
107
+ output: DescribeUpdateDirectoryResult;
108
+ };
109
+ sdk: {
110
+ input: DescribeUpdateDirectoryCommandInput;
111
+ output: DescribeUpdateDirectoryCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -51,7 +51,7 @@ declare const DisableClientAuthenticationCommand_base: {
51
51
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
52
52
  *
53
53
  * @throws {@link AccessDeniedException} (client fault)
54
- * <p>Client authentication is not available in this region at this time.</p>
54
+ * <p>You do not have sufficient access to perform this action.</p>
55
55
  *
56
56
  * @throws {@link ClientException} (client fault)
57
57
  * <p>A client exception has occurred.</p>
@@ -74,4 +74,15 @@ declare const DisableClientAuthenticationCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DisableClientAuthenticationCommand extends DisableClientAuthenticationCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DisableClientAuthenticationRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DisableClientAuthenticationCommandInput;
85
+ output: DisableClientAuthenticationCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
+ import { DisableDirectoryDataAccessRequest, DisableDirectoryDataAccessResult } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DisableDirectoryDataAccessCommand}.
14
+ */
15
+ export interface DisableDirectoryDataAccessCommandInput extends DisableDirectoryDataAccessRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DisableDirectoryDataAccessCommand}.
21
+ */
22
+ export interface DisableDirectoryDataAccessCommandOutput extends DisableDirectoryDataAccessResult, __MetadataBearer {
23
+ }
24
+ declare const DisableDirectoryDataAccessCommand_base: {
25
+ new (input: DisableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DisableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deactivates access to directory data via the Directory Service Data API for the specified directory.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DirectoryServiceClient, DisableDirectoryDataAccessCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
35
+ * // const { DirectoryServiceClient, DisableDirectoryDataAccessCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
36
+ * const client = new DirectoryServiceClient(config);
37
+ * const input = { // DisableDirectoryDataAccessRequest
38
+ * DirectoryId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DisableDirectoryDataAccessCommand(input);
41
+ * const response = await client.send(command);
42
+ * // {};
43
+ *
44
+ * ```
45
+ *
46
+ * @param DisableDirectoryDataAccessCommandInput - {@link DisableDirectoryDataAccessCommandInput}
47
+ * @returns {@link DisableDirectoryDataAccessCommandOutput}
48
+ * @see {@link DisableDirectoryDataAccessCommandInput} for command's `input` shape.
49
+ * @see {@link DisableDirectoryDataAccessCommandOutput} for command's `response` shape.
50
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link ClientException} (client fault)
56
+ * <p>A client exception has occurred.</p>
57
+ *
58
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
59
+ * <p>The specified directory does not exist in the system.</p>
60
+ *
61
+ * @throws {@link DirectoryInDesiredStateException} (client fault)
62
+ * <p>
63
+ * The directory is already updated to desired update type settings.
64
+ * </p>
65
+ *
66
+ * @throws {@link DirectoryUnavailableException} (client fault)
67
+ * <p>The specified directory is unavailable.</p>
68
+ *
69
+ * @throws {@link ServiceException} (server fault)
70
+ * <p>An exception has occurred in Directory Service.</p>
71
+ *
72
+ * @throws {@link UnsupportedOperationException} (client fault)
73
+ * <p>The operation is not supported.</p>
74
+ *
75
+ * @throws {@link DirectoryServiceServiceException}
76
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
77
+ *
78
+ * @public
79
+ */
80
+ export declare class DisableDirectoryDataAccessCommand extends DisableDirectoryDataAccessCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DisableDirectoryDataAccessRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DisableDirectoryDataAccessCommandInput;
89
+ output: DisableDirectoryDataAccessCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -57,7 +57,7 @@ declare const DisableLDAPSCommand_base: {
57
57
  * <p>The specified directory does not exist in the system.</p>
58
58
  *
59
59
  * @throws {@link DirectoryUnavailableException} (client fault)
60
- * <p>The specified directory is unavailable or could not be found.</p>
60
+ * <p>The specified directory is unavailable.</p>
61
61
  *
62
62
  * @throws {@link InvalidLDAPSStatusException} (client fault)
63
63
  * <p>The LDAP activities could not be performed because they are limited by the LDAPS
@@ -78,4 +78,15 @@ declare const DisableLDAPSCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DisableLDAPSCommand extends DisableLDAPSCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DisableLDAPSRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DisableLDAPSCommandInput;
89
+ output: DisableLDAPSCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -65,4 +65,15 @@ declare const DisableRadiusCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DisableRadiusCommand extends DisableRadiusCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DisableRadiusRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DisableRadiusCommandInput;
76
+ output: DisableRadiusCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -72,4 +72,15 @@ declare const DisableSsoCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DisableSsoCommand extends DisableSsoCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DisableSsoRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DisableSsoCommandInput;
83
+ output: DisableSsoCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -51,7 +51,7 @@ declare const EnableClientAuthenticationCommand_base: {
51
51
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
52
52
  *
53
53
  * @throws {@link AccessDeniedException} (client fault)
54
- * <p>Client authentication is not available in this region at this time.</p>
54
+ * <p>You do not have sufficient access to perform this action.</p>
55
55
  *
56
56
  * @throws {@link ClientException} (client fault)
57
57
  * <p>A client exception has occurred.</p>
@@ -78,4 +78,15 @@ declare const EnableClientAuthenticationCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class EnableClientAuthenticationCommand extends EnableClientAuthenticationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: EnableClientAuthenticationRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: EnableClientAuthenticationCommandInput;
89
+ output: EnableClientAuthenticationCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
4
+ import { EnableDirectoryDataAccessRequest, EnableDirectoryDataAccessResult } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link EnableDirectoryDataAccessCommand}.
14
+ */
15
+ export interface EnableDirectoryDataAccessCommandInput extends EnableDirectoryDataAccessRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link EnableDirectoryDataAccessCommand}.
21
+ */
22
+ export interface EnableDirectoryDataAccessCommandOutput extends EnableDirectoryDataAccessResult, __MetadataBearer {
23
+ }
24
+ declare const EnableDirectoryDataAccessCommand_base: {
25
+ new (input: EnableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: EnableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Enables access to directory data via the Directory Service Data API for the specified directory.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DirectoryServiceClient, EnableDirectoryDataAccessCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
35
+ * // const { DirectoryServiceClient, EnableDirectoryDataAccessCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
36
+ * const client = new DirectoryServiceClient(config);
37
+ * const input = { // EnableDirectoryDataAccessRequest
38
+ * DirectoryId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new EnableDirectoryDataAccessCommand(input);
41
+ * const response = await client.send(command);
42
+ * // {};
43
+ *
44
+ * ```
45
+ *
46
+ * @param EnableDirectoryDataAccessCommandInput - {@link EnableDirectoryDataAccessCommandInput}
47
+ * @returns {@link EnableDirectoryDataAccessCommandOutput}
48
+ * @see {@link EnableDirectoryDataAccessCommandInput} for command's `input` shape.
49
+ * @see {@link EnableDirectoryDataAccessCommandOutput} for command's `response` shape.
50
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link ClientException} (client fault)
56
+ * <p>A client exception has occurred.</p>
57
+ *
58
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
59
+ * <p>The specified directory does not exist in the system.</p>
60
+ *
61
+ * @throws {@link DirectoryInDesiredStateException} (client fault)
62
+ * <p>
63
+ * The directory is already updated to desired update type settings.
64
+ * </p>
65
+ *
66
+ * @throws {@link DirectoryUnavailableException} (client fault)
67
+ * <p>The specified directory is unavailable.</p>
68
+ *
69
+ * @throws {@link ServiceException} (server fault)
70
+ * <p>An exception has occurred in Directory Service.</p>
71
+ *
72
+ * @throws {@link UnsupportedOperationException} (client fault)
73
+ * <p>The operation is not supported.</p>
74
+ *
75
+ * @throws {@link DirectoryServiceServiceException}
76
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
77
+ *
78
+ * @public
79
+ */
80
+ export declare class EnableDirectoryDataAccessCommand extends EnableDirectoryDataAccessCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: EnableDirectoryDataAccessRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: EnableDirectoryDataAccessCommandInput;
89
+ output: EnableDirectoryDataAccessCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -57,7 +57,7 @@ declare const EnableLDAPSCommand_base: {
57
57
  * <p>The specified directory does not exist in the system.</p>
58
58
  *
59
59
  * @throws {@link DirectoryUnavailableException} (client fault)
60
- * <p>The specified directory is unavailable or could not be found.</p>
60
+ * <p>The specified directory is unavailable.</p>
61
61
  *
62
62
  * @throws {@link InvalidLDAPSStatusException} (client fault)
63
63
  * <p>The LDAP activities could not be performed because they are limited by the LDAPS
@@ -82,4 +82,15 @@ declare const EnableLDAPSCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class EnableLDAPSCommand extends EnableLDAPSCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: EnableLDAPSRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: EnableLDAPSCommandInput;
93
+ output: EnableLDAPSCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -83,4 +83,15 @@ declare const EnableRadiusCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class EnableRadiusCommand extends EnableRadiusCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: EnableRadiusRequest;
90
+ output: {};
91
+ };
92
+ sdk: {
93
+ input: EnableRadiusCommandInput;
94
+ output: EnableRadiusCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -74,4 +74,15 @@ declare const EnableSsoCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class EnableSsoCommand extends EnableSsoCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: EnableSsoRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: EnableSsoCommandInput;
85
+ output: EnableSsoCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -74,4 +74,15 @@ declare const GetDirectoryLimitsCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class GetDirectoryLimitsCommand extends GetDirectoryLimitsCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: {};
81
+ output: GetDirectoryLimitsResult;
82
+ };
83
+ sdk: {
84
+ input: GetDirectoryLimitsCommandInput;
85
+ output: GetDirectoryLimitsCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -70,4 +70,15 @@ declare const GetSnapshotLimitsCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetSnapshotLimitsCommand extends GetSnapshotLimitsCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetSnapshotLimitsRequest;
77
+ output: GetSnapshotLimitsResult;
78
+ };
79
+ sdk: {
80
+ input: GetSnapshotLimitsCommandInput;
81
+ output: GetSnapshotLimitsCommandOutput;
82
+ };
83
+ };
73
84
  }