@aws-sdk/client-directory-service 3.478.0 → 3.481.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 (273) hide show
  1. package/dist-cjs/commands/AcceptSharedDirectoryCommand.js +18 -41
  2. package/dist-cjs/commands/AddIpRoutesCommand.js +18 -41
  3. package/dist-cjs/commands/AddRegionCommand.js +18 -41
  4. package/dist-cjs/commands/AddTagsToResourceCommand.js +18 -41
  5. package/dist-cjs/commands/CancelSchemaExtensionCommand.js +18 -41
  6. package/dist-cjs/commands/ConnectDirectoryCommand.js +18 -41
  7. package/dist-cjs/commands/CreateAliasCommand.js +18 -41
  8. package/dist-cjs/commands/CreateComputerCommand.js +18 -41
  9. package/dist-cjs/commands/CreateConditionalForwarderCommand.js +18 -41
  10. package/dist-cjs/commands/CreateDirectoryCommand.js +18 -41
  11. package/dist-cjs/commands/CreateLogSubscriptionCommand.js +18 -41
  12. package/dist-cjs/commands/CreateMicrosoftADCommand.js +18 -41
  13. package/dist-cjs/commands/CreateSnapshotCommand.js +18 -41
  14. package/dist-cjs/commands/CreateTrustCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteConditionalForwarderCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteDirectoryCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteLogSubscriptionCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteSnapshotCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteTrustCommand.js +18 -41
  20. package/dist-cjs/commands/DeregisterCertificateCommand.js +18 -41
  21. package/dist-cjs/commands/DeregisterEventTopicCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeCertificateCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeClientAuthenticationSettingsCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeConditionalForwardersCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeDirectoriesCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeDomainControllersCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeEventTopicsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeLDAPSSettingsCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeRegionsCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeSettingsCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeSharedDirectoriesCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeSnapshotsCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeTrustsCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeUpdateDirectoryCommand.js +18 -41
  35. package/dist-cjs/commands/DisableClientAuthenticationCommand.js +18 -41
  36. package/dist-cjs/commands/DisableLDAPSCommand.js +18 -41
  37. package/dist-cjs/commands/DisableRadiusCommand.js +18 -41
  38. package/dist-cjs/commands/DisableSsoCommand.js +18 -41
  39. package/dist-cjs/commands/EnableClientAuthenticationCommand.js +18 -41
  40. package/dist-cjs/commands/EnableLDAPSCommand.js +18 -41
  41. package/dist-cjs/commands/EnableRadiusCommand.js +18 -41
  42. package/dist-cjs/commands/EnableSsoCommand.js +18 -41
  43. package/dist-cjs/commands/GetDirectoryLimitsCommand.js +18 -41
  44. package/dist-cjs/commands/GetSnapshotLimitsCommand.js +18 -41
  45. package/dist-cjs/commands/ListCertificatesCommand.js +18 -41
  46. package/dist-cjs/commands/ListIpRoutesCommand.js +18 -41
  47. package/dist-cjs/commands/ListLogSubscriptionsCommand.js +18 -41
  48. package/dist-cjs/commands/ListSchemaExtensionsCommand.js +18 -41
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  50. package/dist-cjs/commands/RegisterCertificateCommand.js +18 -41
  51. package/dist-cjs/commands/RegisterEventTopicCommand.js +18 -41
  52. package/dist-cjs/commands/RejectSharedDirectoryCommand.js +18 -41
  53. package/dist-cjs/commands/RemoveIpRoutesCommand.js +18 -41
  54. package/dist-cjs/commands/RemoveRegionCommand.js +18 -41
  55. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +18 -41
  56. package/dist-cjs/commands/ResetUserPasswordCommand.js +18 -41
  57. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +18 -41
  58. package/dist-cjs/commands/ShareDirectoryCommand.js +18 -41
  59. package/dist-cjs/commands/StartSchemaExtensionCommand.js +18 -41
  60. package/dist-cjs/commands/UnshareDirectoryCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateConditionalForwarderCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateDirectorySetupCommand.js +18 -41
  63. package/dist-cjs/commands/UpdateNumberOfDomainControllersCommand.js +18 -41
  64. package/dist-cjs/commands/UpdateRadiusCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateSettingsCommand.js +18 -41
  66. package/dist-cjs/commands/UpdateTrustCommand.js +18 -41
  67. package/dist-cjs/commands/VerifyTrustCommand.js +18 -41
  68. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  69. package/dist-es/commands/AcceptSharedDirectoryCommand.js +18 -41
  70. package/dist-es/commands/AddIpRoutesCommand.js +18 -41
  71. package/dist-es/commands/AddRegionCommand.js +18 -41
  72. package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  73. package/dist-es/commands/CancelSchemaExtensionCommand.js +18 -41
  74. package/dist-es/commands/ConnectDirectoryCommand.js +18 -41
  75. package/dist-es/commands/CreateAliasCommand.js +18 -41
  76. package/dist-es/commands/CreateComputerCommand.js +18 -41
  77. package/dist-es/commands/CreateConditionalForwarderCommand.js +18 -41
  78. package/dist-es/commands/CreateDirectoryCommand.js +18 -41
  79. package/dist-es/commands/CreateLogSubscriptionCommand.js +18 -41
  80. package/dist-es/commands/CreateMicrosoftADCommand.js +18 -41
  81. package/dist-es/commands/CreateSnapshotCommand.js +18 -41
  82. package/dist-es/commands/CreateTrustCommand.js +18 -41
  83. package/dist-es/commands/DeleteConditionalForwarderCommand.js +18 -41
  84. package/dist-es/commands/DeleteDirectoryCommand.js +18 -41
  85. package/dist-es/commands/DeleteLogSubscriptionCommand.js +18 -41
  86. package/dist-es/commands/DeleteSnapshotCommand.js +18 -41
  87. package/dist-es/commands/DeleteTrustCommand.js +18 -41
  88. package/dist-es/commands/DeregisterCertificateCommand.js +18 -41
  89. package/dist-es/commands/DeregisterEventTopicCommand.js +18 -41
  90. package/dist-es/commands/DescribeCertificateCommand.js +18 -41
  91. package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +18 -41
  92. package/dist-es/commands/DescribeConditionalForwardersCommand.js +18 -41
  93. package/dist-es/commands/DescribeDirectoriesCommand.js +18 -41
  94. package/dist-es/commands/DescribeDomainControllersCommand.js +18 -41
  95. package/dist-es/commands/DescribeEventTopicsCommand.js +18 -41
  96. package/dist-es/commands/DescribeLDAPSSettingsCommand.js +18 -41
  97. package/dist-es/commands/DescribeRegionsCommand.js +18 -41
  98. package/dist-es/commands/DescribeSettingsCommand.js +18 -41
  99. package/dist-es/commands/DescribeSharedDirectoriesCommand.js +18 -41
  100. package/dist-es/commands/DescribeSnapshotsCommand.js +18 -41
  101. package/dist-es/commands/DescribeTrustsCommand.js +18 -41
  102. package/dist-es/commands/DescribeUpdateDirectoryCommand.js +18 -41
  103. package/dist-es/commands/DisableClientAuthenticationCommand.js +18 -41
  104. package/dist-es/commands/DisableLDAPSCommand.js +18 -41
  105. package/dist-es/commands/DisableRadiusCommand.js +18 -41
  106. package/dist-es/commands/DisableSsoCommand.js +18 -41
  107. package/dist-es/commands/EnableClientAuthenticationCommand.js +18 -41
  108. package/dist-es/commands/EnableLDAPSCommand.js +18 -41
  109. package/dist-es/commands/EnableRadiusCommand.js +18 -41
  110. package/dist-es/commands/EnableSsoCommand.js +18 -41
  111. package/dist-es/commands/GetDirectoryLimitsCommand.js +18 -41
  112. package/dist-es/commands/GetSnapshotLimitsCommand.js +18 -41
  113. package/dist-es/commands/ListCertificatesCommand.js +18 -41
  114. package/dist-es/commands/ListIpRoutesCommand.js +18 -41
  115. package/dist-es/commands/ListLogSubscriptionsCommand.js +18 -41
  116. package/dist-es/commands/ListSchemaExtensionsCommand.js +18 -41
  117. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  118. package/dist-es/commands/RegisterCertificateCommand.js +18 -41
  119. package/dist-es/commands/RegisterEventTopicCommand.js +18 -41
  120. package/dist-es/commands/RejectSharedDirectoryCommand.js +18 -41
  121. package/dist-es/commands/RemoveIpRoutesCommand.js +18 -41
  122. package/dist-es/commands/RemoveRegionCommand.js +18 -41
  123. package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  124. package/dist-es/commands/ResetUserPasswordCommand.js +18 -41
  125. package/dist-es/commands/RestoreFromSnapshotCommand.js +18 -41
  126. package/dist-es/commands/ShareDirectoryCommand.js +18 -41
  127. package/dist-es/commands/StartSchemaExtensionCommand.js +18 -41
  128. package/dist-es/commands/UnshareDirectoryCommand.js +18 -41
  129. package/dist-es/commands/UpdateConditionalForwarderCommand.js +18 -41
  130. package/dist-es/commands/UpdateDirectorySetupCommand.js +18 -41
  131. package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +18 -41
  132. package/dist-es/commands/UpdateRadiusCommand.js +18 -41
  133. package/dist-es/commands/UpdateSettingsCommand.js +18 -41
  134. package/dist-es/commands/UpdateTrustCommand.js +18 -41
  135. package/dist-es/commands/VerifyTrustCommand.js +18 -41
  136. package/dist-es/endpoint/EndpointParameters.js +6 -0
  137. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +6 -21
  138. package/dist-types/commands/AddIpRoutesCommand.d.ts +6 -21
  139. package/dist-types/commands/AddRegionCommand.d.ts +6 -21
  140. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
  141. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +6 -21
  142. package/dist-types/commands/ConnectDirectoryCommand.d.ts +6 -21
  143. package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
  144. package/dist-types/commands/CreateComputerCommand.d.ts +6 -21
  145. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +6 -21
  146. package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -21
  147. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -21
  150. package/dist-types/commands/CreateTrustCommand.d.ts +6 -21
  151. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +6 -21
  152. package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -21
  153. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +6 -21
  154. package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -21
  155. package/dist-types/commands/DeleteTrustCommand.d.ts +6 -21
  156. package/dist-types/commands/DeregisterCertificateCommand.d.ts +6 -21
  157. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +6 -21
  158. package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -21
  159. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +6 -21
  160. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +6 -21
  161. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +6 -21
  162. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +6 -21
  163. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +6 -21
  164. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +6 -21
  165. package/dist-types/commands/DescribeRegionsCommand.d.ts +6 -21
  166. package/dist-types/commands/DescribeSettingsCommand.d.ts +6 -21
  167. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +6 -21
  168. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +6 -21
  169. package/dist-types/commands/DescribeTrustsCommand.d.ts +6 -21
  170. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +6 -21
  171. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +6 -21
  172. package/dist-types/commands/DisableLDAPSCommand.d.ts +6 -21
  173. package/dist-types/commands/DisableRadiusCommand.d.ts +6 -21
  174. package/dist-types/commands/DisableSsoCommand.d.ts +6 -21
  175. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +6 -21
  176. package/dist-types/commands/EnableLDAPSCommand.d.ts +6 -21
  177. package/dist-types/commands/EnableRadiusCommand.d.ts +6 -21
  178. package/dist-types/commands/EnableSsoCommand.d.ts +6 -21
  179. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +6 -21
  180. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +6 -21
  181. package/dist-types/commands/ListCertificatesCommand.d.ts +6 -21
  182. package/dist-types/commands/ListIpRoutesCommand.d.ts +6 -21
  183. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +6 -21
  184. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +6 -21
  185. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  186. package/dist-types/commands/RegisterCertificateCommand.d.ts +6 -21
  187. package/dist-types/commands/RegisterEventTopicCommand.d.ts +6 -21
  188. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +6 -21
  189. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +6 -21
  190. package/dist-types/commands/RemoveRegionCommand.d.ts +6 -21
  191. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
  192. package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -21
  193. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +6 -21
  194. package/dist-types/commands/ShareDirectoryCommand.d.ts +6 -21
  195. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +6 -21
  196. package/dist-types/commands/UnshareDirectoryCommand.d.ts +6 -21
  197. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +6 -21
  198. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +6 -21
  199. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +6 -21
  200. package/dist-types/commands/UpdateRadiusCommand.d.ts +6 -21
  201. package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -21
  202. package/dist-types/commands/UpdateTrustCommand.d.ts +6 -21
  203. package/dist-types/commands/VerifyTrustCommand.d.ts +6 -21
  204. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  205. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -24
  257. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +14 -23
  258. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
  260. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  273. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { StartSchemaExtensionRequest, StartSchemaExtensionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSchemaExtensionCommandInput extends StartSchemaExtensionRe
21
20
  */
22
21
  export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionResult, __MetadataBearer {
23
22
  }
23
+ declare const StartSchemaExtensionCommand_base: {
24
+ new (input: StartSchemaExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Applies a schema extension to a Microsoft AD directory.</p>
@@ -74,23 +77,5 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR
74
77
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
75
78
  *
76
79
  */
77
- export declare class StartSchemaExtensionCommand extends $Command<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
78
- readonly input: StartSchemaExtensionCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: StartSchemaExtensionCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class StartSchemaExtensionCommand extends StartSchemaExtensionCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { UnshareDirectoryRequest, UnshareDirectoryResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UnshareDirectoryCommandInput extends UnshareDirectoryRequest {
21
20
  */
22
21
  export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, __MetadataBearer {
23
22
  }
23
+ declare const UnshareDirectoryCommand_base: {
24
+ new (input: UnshareDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the directory sharing between the directory owner and consumer accounts. </p>
@@ -70,23 +73,5 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _
70
73
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
71
74
  *
72
75
  */
73
- export declare class UnshareDirectoryCommand extends $Command<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
74
- readonly input: UnshareDirectoryCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UnshareDirectoryCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UnshareDirectoryCommand extends UnshareDirectoryCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { UpdateConditionalForwarderRequest, UpdateConditionalForwarderResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateConditionalForwarderCommandInput extends UpdateConditiona
21
20
  */
22
21
  export interface UpdateConditionalForwarderCommandOutput extends UpdateConditionalForwarderResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateConditionalForwarderCommand_base: {
24
+ new (input: UpdateConditionalForwarderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a conditional forwarder that has been set up for your Amazon Web Services
@@ -72,23 +75,5 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition
72
75
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateConditionalForwarderCommand extends $Command<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
76
- readonly input: UpdateConditionalForwarderCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateConditionalForwarderCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateConditionalForwarderCommand extends UpdateConditionalForwarderCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { UpdateDirectorySetupRequest, UpdateDirectorySetupResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDirectorySetupCommandInput extends UpdateDirectorySetupRe
21
20
  */
22
21
  export interface UpdateDirectorySetupCommandOutput extends UpdateDirectorySetupResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDirectorySetupCommand_base: {
24
+ new (input: UpdateDirectorySetupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -87,23 +90,5 @@ export interface UpdateDirectorySetupCommandOutput extends UpdateDirectorySetupR
87
90
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
88
91
  *
89
92
  */
90
- export declare class UpdateDirectorySetupCommand extends $Command<UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput, DirectoryServiceClientResolvedConfig> {
91
- readonly input: UpdateDirectorySetupCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdateDirectorySetupCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdateDirectorySetupCommand extends UpdateDirectorySetupCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { UpdateNumberOfDomainControllersRequest, UpdateNumberOfDomainControllersResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateNumberOfDomainControllersCommandInput extends UpdateNumbe
21
20
  */
22
21
  export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumberOfDomainControllersResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateNumberOfDomainControllersCommand_base: {
24
+ new (input: UpdateNumberOfDomainControllersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds or removes domain controllers to or from the directory. Based on the difference
@@ -76,23 +79,5 @@ export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumb
76
79
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
77
80
  *
78
81
  */
79
- export declare class UpdateNumberOfDomainControllersCommand extends $Command<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
80
- readonly input: UpdateNumberOfDomainControllersCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: UpdateNumberOfDomainControllersCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class UpdateNumberOfDomainControllersCommand extends UpdateNumberOfDomainControllersCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { UpdateRadiusRequest, UpdateRadiusResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRadiusCommandInput extends UpdateRadiusRequest {
21
20
  */
22
21
  export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRadiusCommand_base: {
24
+ new (input: UpdateRadiusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the Remote Authentication Dial In User Service (RADIUS) server information
@@ -74,23 +77,5 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
74
77
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
75
78
  *
76
79
  */
77
- export declare class UpdateRadiusCommand extends $Command<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
78
- readonly input: UpdateRadiusCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UpdateRadiusCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRadiusCommandInput, UpdateRadiusCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UpdateRadiusCommand extends UpdateRadiusCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { UpdateSettingsRequest, UpdateSettingsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSettingsCommandInput extends UpdateSettingsRequest {
21
20
  */
22
21
  export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSettingsCommand_base: {
24
+ new (input: UpdateSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configurable settings for the specified directory.</p>
@@ -81,23 +84,5 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
81
84
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
82
85
  *
83
86
  */
84
- export declare class UpdateSettingsCommand extends $Command<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
85
- readonly input: UpdateSettingsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: UpdateSettingsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSettingsCommandInput, UpdateSettingsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { UpdateTrustRequest, UpdateTrustResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTrustCommandInput extends UpdateTrustRequest {
21
20
  */
22
21
  export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTrustCommand_base: {
24
+ new (input: UpdateTrustCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the trust that has been set up between your Managed Microsoft AD directory and an
@@ -66,23 +69,5 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
66
69
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
67
70
  *
68
71
  */
69
- export declare class UpdateTrustCommand extends $Command<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
70
- readonly input: UpdateTrustCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: UpdateTrustCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustCommandInput, UpdateTrustCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class UpdateTrustCommand extends UpdateTrustCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
5
4
  import { VerifyTrustRequest, VerifyTrustResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface VerifyTrustCommandInput extends VerifyTrustRequest {
21
20
  */
22
21
  export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataBearer {
23
22
  }
23
+ declare const VerifyTrustCommand_base: {
24
+ new (input: VerifyTrustCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Directory Service for Microsoft Active Directory allows you to configure and verify trust
@@ -69,23 +72,5 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
69
72
  * <p>Base exception class for all service exceptions from DirectoryService service.</p>
70
73
  *
71
74
  */
72
- export declare class VerifyTrustCommand extends $Command<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
73
- readonly input: VerifyTrustCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: VerifyTrustCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifyTrustCommandInput, VerifyTrustCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class VerifyTrustCommand extends VerifyTrustCommand_base {
91
76
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DirectoryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AcceptSharedDirectoryCommandInput
21
15
  export interface AcceptSharedDirectoryCommandOutput
22
16
  extends AcceptSharedDirectoryResult,
23
17
  __MetadataBearer {}
24
- export declare class AcceptSharedDirectoryCommand extends $Command<
25
- AcceptSharedDirectoryCommandInput,
26
- AcceptSharedDirectoryCommandOutput,
27
- DirectoryServiceClientResolvedConfig
28
- > {
29
- readonly input: AcceptSharedDirectoryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AcceptSharedDirectoryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DirectoryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AcceptSharedDirectoryCommand_base: {
19
+ new (
20
+ input: AcceptSharedDirectoryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AcceptSharedDirectoryCommandInput,
38
- AcceptSharedDirectoryCommandOutput
23
+ AcceptSharedDirectoryCommandOutput,
24
+ DirectoryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AcceptSharedDirectoryCommand extends AcceptSharedDirectoryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DirectoryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface AddIpRoutesCommandInput extends AddIpRoutesRequest {}
17
11
  export interface AddIpRoutesCommandOutput
18
12
  extends AddIpRoutesResult,
19
13
  __MetadataBearer {}
20
- export declare class AddIpRoutesCommand extends $Command<
21
- AddIpRoutesCommandInput,
22
- AddIpRoutesCommandOutput,
23
- DirectoryServiceClientResolvedConfig
24
- > {
25
- readonly input: AddIpRoutesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: AddIpRoutesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DirectoryServiceClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<AddIpRoutesCommandInput, AddIpRoutesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const AddIpRoutesCommand_base: {
15
+ new (
16
+ input: AddIpRoutesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ AddIpRoutesCommandInput,
19
+ AddIpRoutesCommandOutput,
20
+ DirectoryServiceClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class AddIpRoutesCommand extends AddIpRoutesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DirectoryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface AddRegionCommandInput extends AddRegionRequest {}
17
11
  export interface AddRegionCommandOutput
18
12
  extends AddRegionResult,
19
13
  __MetadataBearer {}
20
- export declare class AddRegionCommand extends $Command<
21
- AddRegionCommandInput,
22
- AddRegionCommandOutput,
23
- DirectoryServiceClientResolvedConfig
24
- > {
25
- readonly input: AddRegionCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: AddRegionCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DirectoryServiceClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<AddRegionCommandInput, AddRegionCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const AddRegionCommand_base: {
15
+ new (
16
+ input: AddRegionCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ AddRegionCommandInput,
19
+ AddRegionCommandOutput,
20
+ DirectoryServiceClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class AddRegionCommand extends AddRegionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DirectoryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface AddTagsToResourceCommandInput
21
15
  export interface AddTagsToResourceCommandOutput
22
16
  extends AddTagsToResourceResult,
23
17
  __MetadataBearer {}
24
- export declare class AddTagsToResourceCommand extends $Command<
25
- AddTagsToResourceCommandInput,
26
- AddTagsToResourceCommandOutput,
27
- DirectoryServiceClientResolvedConfig
28
- > {
29
- readonly input: AddTagsToResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddTagsToResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DirectoryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AddTagsToResourceCommand_base: {
19
+ new (
20
+ input: AddTagsToResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AddTagsToResourceCommandInput,
23
+ AddTagsToResourceCommandOutput,
24
+ DirectoryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DirectoryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CancelSchemaExtensionCommandInput
21
15
  export interface CancelSchemaExtensionCommandOutput
22
16
  extends CancelSchemaExtensionResult,
23
17
  __MetadataBearer {}
24
- export declare class CancelSchemaExtensionCommand extends $Command<
25
- CancelSchemaExtensionCommandInput,
26
- CancelSchemaExtensionCommandOutput,
27
- DirectoryServiceClientResolvedConfig
28
- > {
29
- readonly input: CancelSchemaExtensionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CancelSchemaExtensionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DirectoryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CancelSchemaExtensionCommand_base: {
19
+ new (
20
+ input: CancelSchemaExtensionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CancelSchemaExtensionCommandInput,
38
- CancelSchemaExtensionCommandOutput
23
+ CancelSchemaExtensionCommandOutput,
24
+ DirectoryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CancelSchemaExtensionCommand extends CancelSchemaExtensionCommand_base {}