@aws-sdk/client-directory-service 3.34.0 → 3.37.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 (600) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/DirectoryService.js +1 -18
  3. package/dist-cjs/DirectoryServiceClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AcceptSharedDirectoryCommand.js +2 -27
  5. package/dist-cjs/commands/AddIpRoutesCommand.js +36 -0
  6. package/{dist/cjs → dist-cjs}/commands/AddRegionCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/AddTagsToResourceCommand.js +2 -29
  8. package/{dist/cjs → dist-cjs}/commands/CancelSchemaExtensionCommand.js +2 -31
  9. package/{dist/cjs → dist-cjs}/commands/ConnectDirectoryCommand.js +2 -31
  10. package/{dist/cjs → dist-cjs}/commands/CreateAliasCommand.js +2 -32
  11. package/{dist/cjs → dist-cjs}/commands/CreateComputerCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/CreateConditionalForwarderCommand.js +2 -29
  13. package/dist-cjs/commands/CreateDirectoryCommand.js +36 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateLogSubscriptionCommand.js +2 -28
  15. package/dist-cjs/commands/CreateMicrosoftADCommand.js +36 -0
  16. package/{dist/cjs → dist-cjs}/commands/CreateSnapshotCommand.js +2 -30
  17. package/dist-cjs/commands/CreateTrustCommand.js +36 -0
  18. package/{dist/cjs → dist-cjs}/commands/DeleteConditionalForwarderCommand.js +2 -28
  19. package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryCommand.js +2 -31
  20. package/{dist/cjs → dist-cjs}/commands/DeleteLogSubscriptionCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/DeleteSnapshotCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/DeleteTrustCommand.js +2 -28
  23. package/{dist/cjs → dist-cjs}/commands/DeregisterCertificateCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/DeregisterEventTopicCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/DescribeCertificateCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/DescribeClientAuthenticationSettingsCommand.js +2 -28
  27. package/{dist/cjs → dist-cjs}/commands/DescribeConditionalForwardersCommand.js +2 -29
  28. package/dist-cjs/commands/DescribeDirectoriesCommand.js +36 -0
  29. package/{dist/cjs → dist-cjs}/commands/DescribeDomainControllersCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/DescribeEventTopicsCommand.js +2 -30
  31. package/{dist/cjs → dist-cjs}/commands/DescribeLDAPSSettingsCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/DescribeRegionsCommand.js +2 -28
  33. package/{dist/cjs → dist-cjs}/commands/DescribeSharedDirectoriesCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/DescribeSnapshotsCommand.js +2 -33
  35. package/{dist/cjs → dist-cjs}/commands/DescribeTrustsCommand.js +2 -29
  36. package/{dist/cjs → dist-cjs}/commands/DisableClientAuthenticationCommand.js +2 -27
  37. package/{dist/cjs → dist-cjs}/commands/DisableLDAPSCommand.js +2 -27
  38. package/{dist/cjs → dist-cjs}/commands/DisableRadiusCommand.js +2 -28
  39. package/{dist/cjs → dist-cjs}/commands/DisableSsoCommand.js +2 -27
  40. package/{dist/cjs → dist-cjs}/commands/EnableClientAuthenticationCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/commands/EnableLDAPSCommand.js +2 -27
  42. package/{dist/cjs → dist-cjs}/commands/EnableRadiusCommand.js +2 -28
  43. package/{dist/cjs → dist-cjs}/commands/EnableSsoCommand.js +2 -29
  44. package/{dist/cjs → dist-cjs}/commands/GetDirectoryLimitsCommand.js +2 -27
  45. package/{dist/cjs → dist-cjs}/commands/GetSnapshotLimitsCommand.js +2 -27
  46. package/{dist/cjs → dist-cjs}/commands/ListCertificatesCommand.js +2 -27
  47. package/{dist/cjs → dist-cjs}/commands/ListIpRoutesCommand.js +2 -27
  48. package/{dist/cjs → dist-cjs}/commands/ListLogSubscriptionsCommand.js +2 -27
  49. package/{dist/cjs → dist-cjs}/commands/ListSchemaExtensionsCommand.js +2 -27
  50. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  51. package/{dist/cjs → dist-cjs}/commands/RegisterCertificateCommand.js +2 -27
  52. package/{dist/cjs → dist-cjs}/commands/RegisterEventTopicCommand.js +2 -31
  53. package/{dist/cjs → dist-cjs}/commands/RejectSharedDirectoryCommand.js +2 -27
  54. package/{dist/cjs → dist-cjs}/commands/RemoveIpRoutesCommand.js +2 -27
  55. package/{dist/cjs → dist-cjs}/commands/RemoveRegionCommand.js +2 -29
  56. package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromResourceCommand.js +2 -27
  57. package/dist-cjs/commands/ResetUserPasswordCommand.js +36 -0
  58. package/{dist/cjs → dist-cjs}/commands/RestoreFromSnapshotCommand.js +2 -32
  59. package/dist-cjs/commands/ShareDirectoryCommand.js +36 -0
  60. package/{dist/cjs → dist-cjs}/commands/StartSchemaExtensionCommand.js +2 -27
  61. package/{dist/cjs → dist-cjs}/commands/UnshareDirectoryCommand.js +2 -27
  62. package/{dist/cjs → dist-cjs}/commands/UpdateConditionalForwarderCommand.js +2 -28
  63. package/{dist/cjs → dist-cjs}/commands/UpdateNumberOfDomainControllersCommand.js +2 -31
  64. package/{dist/cjs → dist-cjs}/commands/UpdateRadiusCommand.js +2 -28
  65. package/{dist/cjs → dist-cjs}/commands/UpdateTrustCommand.js +2 -28
  66. package/{dist/cjs → dist-cjs}/commands/VerifyTrustCommand.js +2 -30
  67. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  68. package/{dist/cjs → dist-cjs}/index.js +0 -1
  69. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  70. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -574
  71. package/{dist/cjs → dist-cjs}/pagination/DescribeDomainControllersPaginator.js +1 -12
  72. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  73. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  74. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  75. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  76. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  77. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  78. package/{dist/es → dist-es}/DirectoryService.js +1 -2
  79. package/{dist/es → dist-es}/DirectoryServiceClient.js +1 -2
  80. package/{dist/es → dist-es}/commands/AcceptSharedDirectoryCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/AddIpRoutesCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/AddRegionCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/AddTagsToResourceCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/CancelSchemaExtensionCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/ConnectDirectoryCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/CreateAliasCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/CreateComputerCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/CreateConditionalForwarderCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/CreateDirectoryCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/CreateLogSubscriptionCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/CreateMicrosoftADCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/CreateSnapshotCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/CreateTrustCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/DeleteConditionalForwarderCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/DeleteDirectoryCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/DeleteLogSubscriptionCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/DeleteSnapshotCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/DeleteTrustCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/DeregisterCertificateCommand.js +2 -3
  100. package/{dist/es → dist-es}/commands/DeregisterEventTopicCommand.js +2 -3
  101. package/{dist/es → dist-es}/commands/DescribeCertificateCommand.js +2 -3
  102. package/{dist/es → dist-es}/commands/DescribeClientAuthenticationSettingsCommand.js +2 -3
  103. package/{dist/es → dist-es}/commands/DescribeConditionalForwardersCommand.js +2 -3
  104. package/{dist/es → dist-es}/commands/DescribeDirectoriesCommand.js +2 -3
  105. package/{dist/es → dist-es}/commands/DescribeDomainControllersCommand.js +2 -3
  106. package/{dist/es → dist-es}/commands/DescribeEventTopicsCommand.js +2 -3
  107. package/{dist/es → dist-es}/commands/DescribeLDAPSSettingsCommand.js +2 -3
  108. package/{dist/es → dist-es}/commands/DescribeRegionsCommand.js +2 -3
  109. package/{dist/es → dist-es}/commands/DescribeSharedDirectoriesCommand.js +2 -3
  110. package/{dist/es → dist-es}/commands/DescribeSnapshotsCommand.js +2 -3
  111. package/{dist/es → dist-es}/commands/DescribeTrustsCommand.js +2 -3
  112. package/{dist/es → dist-es}/commands/DisableClientAuthenticationCommand.js +2 -3
  113. package/{dist/es → dist-es}/commands/DisableLDAPSCommand.js +2 -3
  114. package/{dist/es → dist-es}/commands/DisableRadiusCommand.js +2 -3
  115. package/{dist/es → dist-es}/commands/DisableSsoCommand.js +2 -3
  116. package/{dist/es → dist-es}/commands/EnableClientAuthenticationCommand.js +2 -3
  117. package/{dist/es → dist-es}/commands/EnableLDAPSCommand.js +2 -3
  118. package/{dist/es → dist-es}/commands/EnableRadiusCommand.js +2 -3
  119. package/{dist/es → dist-es}/commands/EnableSsoCommand.js +2 -3
  120. package/{dist/es → dist-es}/commands/GetDirectoryLimitsCommand.js +2 -3
  121. package/{dist/es → dist-es}/commands/GetSnapshotLimitsCommand.js +2 -3
  122. package/{dist/es → dist-es}/commands/ListCertificatesCommand.js +2 -3
  123. package/{dist/es → dist-es}/commands/ListIpRoutesCommand.js +2 -3
  124. package/{dist/es → dist-es}/commands/ListLogSubscriptionsCommand.js +2 -3
  125. package/{dist/es → dist-es}/commands/ListSchemaExtensionsCommand.js +2 -3
  126. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  127. package/{dist/es → dist-es}/commands/RegisterCertificateCommand.js +2 -3
  128. package/{dist/es → dist-es}/commands/RegisterEventTopicCommand.js +2 -3
  129. package/{dist/es → dist-es}/commands/RejectSharedDirectoryCommand.js +2 -3
  130. package/{dist/es → dist-es}/commands/RemoveIpRoutesCommand.js +2 -3
  131. package/{dist/es → dist-es}/commands/RemoveRegionCommand.js +2 -3
  132. package/{dist/es → dist-es}/commands/RemoveTagsFromResourceCommand.js +2 -3
  133. package/{dist/es → dist-es}/commands/ResetUserPasswordCommand.js +2 -3
  134. package/{dist/es → dist-es}/commands/RestoreFromSnapshotCommand.js +2 -3
  135. package/{dist/es → dist-es}/commands/ShareDirectoryCommand.js +2 -3
  136. package/{dist/es → dist-es}/commands/StartSchemaExtensionCommand.js +2 -3
  137. package/{dist/es → dist-es}/commands/UnshareDirectoryCommand.js +2 -3
  138. package/{dist/es → dist-es}/commands/UpdateConditionalForwarderCommand.js +2 -3
  139. package/{dist/es → dist-es}/commands/UpdateNumberOfDomainControllersCommand.js +2 -3
  140. package/{dist/es → dist-es}/commands/UpdateRadiusCommand.js +2 -3
  141. package/{dist/es → dist-es}/commands/UpdateTrustCommand.js +2 -3
  142. package/{dist/es → dist-es}/commands/VerifyTrustCommand.js +2 -3
  143. package/{dist/es → dist-es}/endpoints.js +1 -2
  144. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  145. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  146. package/{dist/es → dist-es}/models/models_0.js +0 -1
  147. package/{dist/es → dist-es}/pagination/DescribeDomainControllersPaginator.js +1 -2
  148. package/dist-es/pagination/Interfaces.js +1 -0
  149. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  150. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  151. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  152. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  153. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  154. package/{dist/types → dist-types}/DirectoryService.d.ts +2 -2
  155. package/{dist/types → dist-types}/DirectoryServiceClient.d.ts +8 -8
  156. package/{dist/types → dist-types}/commands/AcceptSharedDirectoryCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/AddIpRoutesCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/AddRegionCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/AddTagsToResourceCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/CancelSchemaExtensionCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/ConnectDirectoryCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/CreateAliasCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/CreateComputerCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/CreateConditionalForwarderCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/CreateDirectoryCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/CreateLogSubscriptionCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/CreateMicrosoftADCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/CreateSnapshotCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/CreateTrustCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/DeleteConditionalForwarderCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/DeleteDirectoryCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/DeleteLogSubscriptionCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/DeleteSnapshotCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/DeleteTrustCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/DeregisterCertificateCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/DeregisterEventTopicCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/DescribeCertificateCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/DescribeDirectoriesCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/DescribeDomainControllersCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/DescribeEventTopicsCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/commands/DescribeLDAPSSettingsCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/commands/DescribeRegionsCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/commands/DescribeSnapshotsCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/commands/DescribeTrustsCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/commands/DisableClientAuthenticationCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/commands/DisableLDAPSCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/commands/DisableRadiusCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/commands/DisableSsoCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/commands/EnableClientAuthenticationCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/commands/EnableLDAPSCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/commands/EnableRadiusCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/commands/EnableSsoCommand.d.ts +2 -2
  196. package/{dist/types → dist-types}/commands/GetDirectoryLimitsCommand.d.ts +2 -2
  197. package/{dist/types → dist-types}/commands/GetSnapshotLimitsCommand.d.ts +2 -2
  198. package/{dist/types → dist-types}/commands/ListCertificatesCommand.d.ts +2 -2
  199. package/{dist/types → dist-types}/commands/ListIpRoutesCommand.d.ts +2 -2
  200. package/{dist/types → dist-types}/commands/ListLogSubscriptionsCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/commands/ListSchemaExtensionsCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/commands/RegisterCertificateCommand.d.ts +2 -2
  204. package/{dist/types → dist-types}/commands/RegisterEventTopicCommand.d.ts +2 -2
  205. package/{dist/types → dist-types}/commands/RejectSharedDirectoryCommand.d.ts +2 -2
  206. package/{dist/types → dist-types}/commands/RemoveIpRoutesCommand.d.ts +2 -2
  207. package/{dist/types → dist-types}/commands/RemoveRegionCommand.d.ts +2 -2
  208. package/{dist/types → dist-types}/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
  209. package/{dist/types → dist-types}/commands/ResetUserPasswordCommand.d.ts +2 -2
  210. package/{dist/types → dist-types}/commands/RestoreFromSnapshotCommand.d.ts +2 -2
  211. package/{dist/types → dist-types}/commands/ShareDirectoryCommand.d.ts +2 -2
  212. package/{dist/types → dist-types}/commands/StartSchemaExtensionCommand.d.ts +2 -2
  213. package/{dist/types → dist-types}/commands/UnshareDirectoryCommand.d.ts +2 -2
  214. package/{dist/types → dist-types}/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/commands/UpdateRadiusCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/commands/UpdateTrustCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/commands/VerifyTrustCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  220. package/{index.ts → dist-types/index.d.ts} +0 -0
  221. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  222. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  223. package/{dist/types → dist-types}/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
  224. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  225. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  226. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  227. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
  228. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  229. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  230. package/{dist/types → dist-types}/ts3.4/DirectoryService.d.ts +66 -334
  231. package/{dist/types → dist-types}/ts3.4/DirectoryServiceClient.d.ts +32 -110
  232. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +17 -0
  246. package/{dist/types → dist-types}/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +4 -23
  247. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +17 -0
  248. package/{dist/types → dist-types}/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +4 -22
  249. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +17 -0
  251. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +17 -0
  257. package/{dist/types → dist-types}/ts3.4/commands/DescribeDomainControllersCommand.d.ts +4 -22
  258. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +17 -0
  259. package/{dist/types → dist-types}/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +4 -22
  260. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +17 -0
  261. package/{dist/types → dist-types}/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +4 -22
  262. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +17 -0
  264. package/{dist/types → dist-types}/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +4 -22
  265. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +17 -0
  268. package/{dist/types → dist-types}/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +4 -22
  269. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +17 -0
  276. package/{dist/types → dist-types}/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +4 -22
  277. package/{dist/types → dist-types}/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +4 -22
  278. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  279. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +17 -0
  284. package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +4 -22
  285. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +17 -0
  288. package/{dist/types → dist-types}/ts3.4/commands/StartSchemaExtensionCommand.d.ts +4 -22
  289. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +17 -0
  290. package/{dist/types → dist-types}/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +4 -23
  291. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +17 -0
  295. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  296. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  297. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  298. package/dist-types/ts3.4/models/models_0.d.ts +2416 -0
  299. package/{dist/types → dist-types}/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
  300. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  301. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  302. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  303. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
  304. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  305. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  306. package/package.json +45 -42
  307. package/DirectoryService.ts +0 -2363
  308. package/DirectoryServiceClient.ts +0 -521
  309. package/commands/AcceptSharedDirectoryCommand.ts +0 -94
  310. package/commands/AddIpRoutesCommand.ts +0 -101
  311. package/commands/AddRegionCommand.ts +0 -91
  312. package/commands/AddTagsToResourceCommand.ts +0 -96
  313. package/commands/CancelSchemaExtensionCommand.ts +0 -98
  314. package/commands/ConnectDirectoryCommand.ts +0 -98
  315. package/commands/CreateAliasCommand.ts +0 -99
  316. package/commands/CreateComputerCommand.ts +0 -94
  317. package/commands/CreateConditionalForwarderCommand.ts +0 -99
  318. package/commands/CreateDirectoryCommand.ts +0 -99
  319. package/commands/CreateLogSubscriptionCommand.ts +0 -95
  320. package/commands/CreateMicrosoftADCommand.ts +0 -97
  321. package/commands/CreateSnapshotCommand.ts +0 -97
  322. package/commands/CreateTrustCommand.ts +0 -100
  323. package/commands/DeleteConditionalForwarderCommand.ts +0 -98
  324. package/commands/DeleteDirectoryCommand.ts +0 -98
  325. package/commands/DeleteLogSubscriptionCommand.ts +0 -94
  326. package/commands/DeleteSnapshotCommand.ts +0 -94
  327. package/commands/DeleteTrustCommand.ts +0 -95
  328. package/commands/DeregisterCertificateCommand.ts +0 -94
  329. package/commands/DeregisterEventTopicCommand.ts +0 -94
  330. package/commands/DescribeCertificateCommand.ts +0 -94
  331. package/commands/DescribeClientAuthenticationSettingsCommand.ts +0 -106
  332. package/commands/DescribeConditionalForwardersCommand.ts +0 -101
  333. package/commands/DescribeDirectoriesCommand.ts +0 -104
  334. package/commands/DescribeDomainControllersCommand.ts +0 -97
  335. package/commands/DescribeEventTopicsCommand.ts +0 -97
  336. package/commands/DescribeLDAPSSettingsCommand.ts +0 -94
  337. package/commands/DescribeRegionsCommand.ts +0 -95
  338. package/commands/DescribeSharedDirectoriesCommand.ts +0 -97
  339. package/commands/DescribeSnapshotsCommand.ts +0 -100
  340. package/commands/DescribeTrustsCommand.ts +0 -96
  341. package/commands/DisableClientAuthenticationCommand.ts +0 -97
  342. package/commands/DisableLDAPSCommand.ts +0 -94
  343. package/commands/DisableRadiusCommand.ts +0 -95
  344. package/commands/DisableSsoCommand.ts +0 -94
  345. package/commands/EnableClientAuthenticationCommand.ts +0 -97
  346. package/commands/EnableLDAPSCommand.ts +0 -94
  347. package/commands/EnableRadiusCommand.ts +0 -95
  348. package/commands/EnableSsoCommand.ts +0 -93
  349. package/commands/GetDirectoryLimitsCommand.ts +0 -94
  350. package/commands/GetSnapshotLimitsCommand.ts +0 -94
  351. package/commands/ListCertificatesCommand.ts +0 -94
  352. package/commands/ListIpRoutesCommand.ts +0 -94
  353. package/commands/ListLogSubscriptionsCommand.ts +0 -94
  354. package/commands/ListSchemaExtensionsCommand.ts +0 -94
  355. package/commands/ListTagsForResourceCommand.ts +0 -94
  356. package/commands/RegisterCertificateCommand.ts +0 -94
  357. package/commands/RegisterEventTopicCommand.ts +0 -98
  358. package/commands/RejectSharedDirectoryCommand.ts +0 -94
  359. package/commands/RemoveIpRoutesCommand.ts +0 -94
  360. package/commands/RemoveRegionCommand.ts +0 -96
  361. package/commands/RemoveTagsFromResourceCommand.ts +0 -94
  362. package/commands/ResetUserPasswordCommand.ts +0 -111
  363. package/commands/RestoreFromSnapshotCommand.ts +0 -99
  364. package/commands/ShareDirectoryCommand.ts +0 -106
  365. package/commands/StartSchemaExtensionCommand.ts +0 -94
  366. package/commands/UnshareDirectoryCommand.ts +0 -94
  367. package/commands/UpdateConditionalForwarderCommand.ts +0 -98
  368. package/commands/UpdateNumberOfDomainControllersCommand.ts +0 -106
  369. package/commands/UpdateRadiusCommand.ts +0 -95
  370. package/commands/UpdateTrustCommand.ts +0 -95
  371. package/commands/VerifyTrustCommand.ts +0 -97
  372. package/dist/cjs/DirectoryService.js.map +0 -1
  373. package/dist/cjs/DirectoryServiceClient.js +0 -57
  374. package/dist/cjs/DirectoryServiceClient.js.map +0 -1
  375. package/dist/cjs/commands/AcceptSharedDirectoryCommand.js.map +0 -1
  376. package/dist/cjs/commands/AddIpRoutesCommand.js +0 -68
  377. package/dist/cjs/commands/AddIpRoutesCommand.js.map +0 -1
  378. package/dist/cjs/commands/AddRegionCommand.js.map +0 -1
  379. package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
  380. package/dist/cjs/commands/CancelSchemaExtensionCommand.js.map +0 -1
  381. package/dist/cjs/commands/ConnectDirectoryCommand.js.map +0 -1
  382. package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
  383. package/dist/cjs/commands/CreateComputerCommand.js.map +0 -1
  384. package/dist/cjs/commands/CreateConditionalForwarderCommand.js.map +0 -1
  385. package/dist/cjs/commands/CreateDirectoryCommand.js +0 -66
  386. package/dist/cjs/commands/CreateDirectoryCommand.js.map +0 -1
  387. package/dist/cjs/commands/CreateLogSubscriptionCommand.js.map +0 -1
  388. package/dist/cjs/commands/CreateMicrosoftADCommand.js +0 -64
  389. package/dist/cjs/commands/CreateMicrosoftADCommand.js.map +0 -1
  390. package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
  391. package/dist/cjs/commands/CreateTrustCommand.js +0 -67
  392. package/dist/cjs/commands/CreateTrustCommand.js.map +0 -1
  393. package/dist/cjs/commands/DeleteConditionalForwarderCommand.js.map +0 -1
  394. package/dist/cjs/commands/DeleteDirectoryCommand.js.map +0 -1
  395. package/dist/cjs/commands/DeleteLogSubscriptionCommand.js.map +0 -1
  396. package/dist/cjs/commands/DeleteSnapshotCommand.js.map +0 -1
  397. package/dist/cjs/commands/DeleteTrustCommand.js.map +0 -1
  398. package/dist/cjs/commands/DeregisterCertificateCommand.js.map +0 -1
  399. package/dist/cjs/commands/DeregisterEventTopicCommand.js.map +0 -1
  400. package/dist/cjs/commands/DescribeCertificateCommand.js.map +0 -1
  401. package/dist/cjs/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
  402. package/dist/cjs/commands/DescribeConditionalForwardersCommand.js.map +0 -1
  403. package/dist/cjs/commands/DescribeDirectoriesCommand.js +0 -71
  404. package/dist/cjs/commands/DescribeDirectoriesCommand.js.map +0 -1
  405. package/dist/cjs/commands/DescribeDomainControllersCommand.js.map +0 -1
  406. package/dist/cjs/commands/DescribeEventTopicsCommand.js.map +0 -1
  407. package/dist/cjs/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
  408. package/dist/cjs/commands/DescribeRegionsCommand.js.map +0 -1
  409. package/dist/cjs/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
  410. package/dist/cjs/commands/DescribeSnapshotsCommand.js.map +0 -1
  411. package/dist/cjs/commands/DescribeTrustsCommand.js.map +0 -1
  412. package/dist/cjs/commands/DisableClientAuthenticationCommand.js.map +0 -1
  413. package/dist/cjs/commands/DisableLDAPSCommand.js.map +0 -1
  414. package/dist/cjs/commands/DisableRadiusCommand.js.map +0 -1
  415. package/dist/cjs/commands/DisableSsoCommand.js.map +0 -1
  416. package/dist/cjs/commands/EnableClientAuthenticationCommand.js.map +0 -1
  417. package/dist/cjs/commands/EnableLDAPSCommand.js.map +0 -1
  418. package/dist/cjs/commands/EnableRadiusCommand.js.map +0 -1
  419. package/dist/cjs/commands/EnableSsoCommand.js.map +0 -1
  420. package/dist/cjs/commands/GetDirectoryLimitsCommand.js.map +0 -1
  421. package/dist/cjs/commands/GetSnapshotLimitsCommand.js.map +0 -1
  422. package/dist/cjs/commands/ListCertificatesCommand.js.map +0 -1
  423. package/dist/cjs/commands/ListIpRoutesCommand.js.map +0 -1
  424. package/dist/cjs/commands/ListLogSubscriptionsCommand.js.map +0 -1
  425. package/dist/cjs/commands/ListSchemaExtensionsCommand.js.map +0 -1
  426. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  427. package/dist/cjs/commands/RegisterCertificateCommand.js.map +0 -1
  428. package/dist/cjs/commands/RegisterEventTopicCommand.js.map +0 -1
  429. package/dist/cjs/commands/RejectSharedDirectoryCommand.js.map +0 -1
  430. package/dist/cjs/commands/RemoveIpRoutesCommand.js.map +0 -1
  431. package/dist/cjs/commands/RemoveRegionCommand.js.map +0 -1
  432. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  433. package/dist/cjs/commands/ResetUserPasswordCommand.js +0 -78
  434. package/dist/cjs/commands/ResetUserPasswordCommand.js.map +0 -1
  435. package/dist/cjs/commands/RestoreFromSnapshotCommand.js.map +0 -1
  436. package/dist/cjs/commands/ShareDirectoryCommand.js +0 -73
  437. package/dist/cjs/commands/ShareDirectoryCommand.js.map +0 -1
  438. package/dist/cjs/commands/StartSchemaExtensionCommand.js.map +0 -1
  439. package/dist/cjs/commands/UnshareDirectoryCommand.js.map +0 -1
  440. package/dist/cjs/commands/UpdateConditionalForwarderCommand.js.map +0 -1
  441. package/dist/cjs/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
  442. package/dist/cjs/commands/UpdateRadiusCommand.js.map +0 -1
  443. package/dist/cjs/commands/UpdateTrustCommand.js.map +0 -1
  444. package/dist/cjs/commands/VerifyTrustCommand.js.map +0 -1
  445. package/dist/cjs/endpoints.js.map +0 -1
  446. package/dist/cjs/index.js.map +0 -1
  447. package/dist/cjs/models/index.js.map +0 -1
  448. package/dist/cjs/models/models_0.js.map +0 -1
  449. package/dist/cjs/package.json +0 -91
  450. package/dist/cjs/pagination/DescribeDomainControllersPaginator.js.map +0 -1
  451. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  452. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  453. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  454. package/dist/cjs/runtimeConfig.js.map +0 -1
  455. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  456. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  457. package/dist/es/DirectoryService.js.map +0 -1
  458. package/dist/es/DirectoryServiceClient.js.map +0 -1
  459. package/dist/es/commands/AcceptSharedDirectoryCommand.js.map +0 -1
  460. package/dist/es/commands/AddIpRoutesCommand.js.map +0 -1
  461. package/dist/es/commands/AddRegionCommand.js.map +0 -1
  462. package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
  463. package/dist/es/commands/CancelSchemaExtensionCommand.js.map +0 -1
  464. package/dist/es/commands/ConnectDirectoryCommand.js.map +0 -1
  465. package/dist/es/commands/CreateAliasCommand.js.map +0 -1
  466. package/dist/es/commands/CreateComputerCommand.js.map +0 -1
  467. package/dist/es/commands/CreateConditionalForwarderCommand.js.map +0 -1
  468. package/dist/es/commands/CreateDirectoryCommand.js.map +0 -1
  469. package/dist/es/commands/CreateLogSubscriptionCommand.js.map +0 -1
  470. package/dist/es/commands/CreateMicrosoftADCommand.js.map +0 -1
  471. package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
  472. package/dist/es/commands/CreateTrustCommand.js.map +0 -1
  473. package/dist/es/commands/DeleteConditionalForwarderCommand.js.map +0 -1
  474. package/dist/es/commands/DeleteDirectoryCommand.js.map +0 -1
  475. package/dist/es/commands/DeleteLogSubscriptionCommand.js.map +0 -1
  476. package/dist/es/commands/DeleteSnapshotCommand.js.map +0 -1
  477. package/dist/es/commands/DeleteTrustCommand.js.map +0 -1
  478. package/dist/es/commands/DeregisterCertificateCommand.js.map +0 -1
  479. package/dist/es/commands/DeregisterEventTopicCommand.js.map +0 -1
  480. package/dist/es/commands/DescribeCertificateCommand.js.map +0 -1
  481. package/dist/es/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
  482. package/dist/es/commands/DescribeConditionalForwardersCommand.js.map +0 -1
  483. package/dist/es/commands/DescribeDirectoriesCommand.js.map +0 -1
  484. package/dist/es/commands/DescribeDomainControllersCommand.js.map +0 -1
  485. package/dist/es/commands/DescribeEventTopicsCommand.js.map +0 -1
  486. package/dist/es/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
  487. package/dist/es/commands/DescribeRegionsCommand.js.map +0 -1
  488. package/dist/es/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
  489. package/dist/es/commands/DescribeSnapshotsCommand.js.map +0 -1
  490. package/dist/es/commands/DescribeTrustsCommand.js.map +0 -1
  491. package/dist/es/commands/DisableClientAuthenticationCommand.js.map +0 -1
  492. package/dist/es/commands/DisableLDAPSCommand.js.map +0 -1
  493. package/dist/es/commands/DisableRadiusCommand.js.map +0 -1
  494. package/dist/es/commands/DisableSsoCommand.js.map +0 -1
  495. package/dist/es/commands/EnableClientAuthenticationCommand.js.map +0 -1
  496. package/dist/es/commands/EnableLDAPSCommand.js.map +0 -1
  497. package/dist/es/commands/EnableRadiusCommand.js.map +0 -1
  498. package/dist/es/commands/EnableSsoCommand.js.map +0 -1
  499. package/dist/es/commands/GetDirectoryLimitsCommand.js.map +0 -1
  500. package/dist/es/commands/GetSnapshotLimitsCommand.js.map +0 -1
  501. package/dist/es/commands/ListCertificatesCommand.js.map +0 -1
  502. package/dist/es/commands/ListIpRoutesCommand.js.map +0 -1
  503. package/dist/es/commands/ListLogSubscriptionsCommand.js.map +0 -1
  504. package/dist/es/commands/ListSchemaExtensionsCommand.js.map +0 -1
  505. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  506. package/dist/es/commands/RegisterCertificateCommand.js.map +0 -1
  507. package/dist/es/commands/RegisterEventTopicCommand.js.map +0 -1
  508. package/dist/es/commands/RejectSharedDirectoryCommand.js.map +0 -1
  509. package/dist/es/commands/RemoveIpRoutesCommand.js.map +0 -1
  510. package/dist/es/commands/RemoveRegionCommand.js.map +0 -1
  511. package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  512. package/dist/es/commands/ResetUserPasswordCommand.js.map +0 -1
  513. package/dist/es/commands/RestoreFromSnapshotCommand.js.map +0 -1
  514. package/dist/es/commands/ShareDirectoryCommand.js.map +0 -1
  515. package/dist/es/commands/StartSchemaExtensionCommand.js.map +0 -1
  516. package/dist/es/commands/UnshareDirectoryCommand.js.map +0 -1
  517. package/dist/es/commands/UpdateConditionalForwarderCommand.js.map +0 -1
  518. package/dist/es/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
  519. package/dist/es/commands/UpdateRadiusCommand.js.map +0 -1
  520. package/dist/es/commands/UpdateTrustCommand.js.map +0 -1
  521. package/dist/es/commands/VerifyTrustCommand.js.map +0 -1
  522. package/dist/es/endpoints.js.map +0 -1
  523. package/dist/es/index.js +0 -69
  524. package/dist/es/index.js.map +0 -1
  525. package/dist/es/models/index.js +0 -2
  526. package/dist/es/models/index.js.map +0 -1
  527. package/dist/es/models/models_0.js.map +0 -1
  528. package/dist/es/package.json +0 -91
  529. package/dist/es/pagination/DescribeDomainControllersPaginator.js.map +0 -1
  530. package/dist/es/pagination/Interfaces.js +0 -2
  531. package/dist/es/pagination/Interfaces.js.map +0 -1
  532. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  533. package/dist/es/runtimeConfig.browser.js.map +0 -1
  534. package/dist/es/runtimeConfig.js.map +0 -1
  535. package/dist/es/runtimeConfig.native.js.map +0 -1
  536. package/dist/es/runtimeConfig.shared.js.map +0 -1
  537. package/dist/types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +0 -35
  538. package/dist/types/ts3.4/commands/AddIpRoutesCommand.d.ts +0 -42
  539. package/dist/types/ts3.4/commands/AddRegionCommand.d.ts +0 -35
  540. package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -37
  541. package/dist/types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +0 -39
  542. package/dist/types/ts3.4/commands/ConnectDirectoryCommand.d.ts +0 -39
  543. package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -40
  544. package/dist/types/ts3.4/commands/CreateComputerCommand.d.ts +0 -35
  545. package/dist/types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +0 -37
  546. package/dist/types/ts3.4/commands/CreateDirectoryCommand.d.ts +0 -40
  547. package/dist/types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +0 -36
  548. package/dist/types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +0 -38
  549. package/dist/types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -38
  550. package/dist/types/ts3.4/commands/CreateTrustCommand.d.ts +0 -41
  551. package/dist/types/ts3.4/commands/DeleteDirectoryCommand.d.ts +0 -39
  552. package/dist/types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -35
  553. package/dist/types/ts3.4/commands/DeleteTrustCommand.d.ts +0 -36
  554. package/dist/types/ts3.4/commands/DeregisterCertificateCommand.d.ts +0 -35
  555. package/dist/types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +0 -35
  556. package/dist/types/ts3.4/commands/DescribeCertificateCommand.d.ts +0 -35
  557. package/dist/types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +0 -36
  558. package/dist/types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +0 -37
  559. package/dist/types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +0 -45
  560. package/dist/types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +0 -38
  561. package/dist/types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -36
  562. package/dist/types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -41
  563. package/dist/types/ts3.4/commands/DescribeTrustsCommand.d.ts +0 -37
  564. package/dist/types/ts3.4/commands/DisableLDAPSCommand.d.ts +0 -35
  565. package/dist/types/ts3.4/commands/DisableRadiusCommand.d.ts +0 -36
  566. package/dist/types/ts3.4/commands/DisableSsoCommand.d.ts +0 -35
  567. package/dist/types/ts3.4/commands/EnableLDAPSCommand.d.ts +0 -35
  568. package/dist/types/ts3.4/commands/EnableRadiusCommand.d.ts +0 -36
  569. package/dist/types/ts3.4/commands/EnableSsoCommand.d.ts +0 -37
  570. package/dist/types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +0 -35
  571. package/dist/types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +0 -35
  572. package/dist/types/ts3.4/commands/ListCertificatesCommand.d.ts +0 -35
  573. package/dist/types/ts3.4/commands/ListIpRoutesCommand.d.ts +0 -35
  574. package/dist/types/ts3.4/commands/RegisterCertificateCommand.d.ts +0 -35
  575. package/dist/types/ts3.4/commands/RegisterEventTopicCommand.d.ts +0 -39
  576. package/dist/types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +0 -35
  577. package/dist/types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +0 -35
  578. package/dist/types/ts3.4/commands/RemoveRegionCommand.d.ts +0 -37
  579. package/dist/types/ts3.4/commands/ResetUserPasswordCommand.d.ts +0 -52
  580. package/dist/types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +0 -40
  581. package/dist/types/ts3.4/commands/ShareDirectoryCommand.d.ts +0 -47
  582. package/dist/types/ts3.4/commands/UnshareDirectoryCommand.d.ts +0 -35
  583. package/dist/types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +0 -39
  584. package/dist/types/ts3.4/commands/UpdateRadiusCommand.d.ts +0 -36
  585. package/dist/types/ts3.4/commands/UpdateTrustCommand.d.ts +0 -36
  586. package/dist/types/ts3.4/commands/VerifyTrustCommand.d.ts +0 -38
  587. package/dist/types/ts3.4/models/models_0.d.ts +0 -4296
  588. package/endpoints.ts +0 -91
  589. package/jest.config.js +0 -4
  590. package/models/models_0.ts +0 -5382
  591. package/pagination/DescribeDomainControllersPaginator.ts +0 -58
  592. package/pagination/Interfaces.ts +0 -7
  593. package/protocols/Aws_json1_1.ts +0 -9828
  594. package/runtimeConfig.browser.ts +0 -40
  595. package/runtimeConfig.native.ts +0 -16
  596. package/runtimeConfig.shared.ts +0 -16
  597. package/runtimeConfig.ts +0 -45
  598. package/tsconfig.es.json +0 -10
  599. package/tsconfig.json +0 -31
  600. package/tsconfig.types.json +0 -8
@@ -1,521 +0,0 @@
1
- import {
2
- AcceptSharedDirectoryCommandInput,
3
- AcceptSharedDirectoryCommandOutput,
4
- } from "./commands/AcceptSharedDirectoryCommand";
5
- import { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
6
- import { AddRegionCommandInput, AddRegionCommandOutput } from "./commands/AddRegionCommand";
7
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
8
- import {
9
- CancelSchemaExtensionCommandInput,
10
- CancelSchemaExtensionCommandOutput,
11
- } from "./commands/CancelSchemaExtensionCommand";
12
- import { ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput } from "./commands/ConnectDirectoryCommand";
13
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
14
- import { CreateComputerCommandInput, CreateComputerCommandOutput } from "./commands/CreateComputerCommand";
15
- import {
16
- CreateConditionalForwarderCommandInput,
17
- CreateConditionalForwarderCommandOutput,
18
- } from "./commands/CreateConditionalForwarderCommand";
19
- import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
20
- import {
21
- CreateLogSubscriptionCommandInput,
22
- CreateLogSubscriptionCommandOutput,
23
- } from "./commands/CreateLogSubscriptionCommand";
24
- import { CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput } from "./commands/CreateMicrosoftADCommand";
25
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
26
- import { CreateTrustCommandInput, CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
27
- import {
28
- DeleteConditionalForwarderCommandInput,
29
- DeleteConditionalForwarderCommandOutput,
30
- } from "./commands/DeleteConditionalForwarderCommand";
31
- import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
32
- import {
33
- DeleteLogSubscriptionCommandInput,
34
- DeleteLogSubscriptionCommandOutput,
35
- } from "./commands/DeleteLogSubscriptionCommand";
36
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
37
- import { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
38
- import {
39
- DeregisterCertificateCommandInput,
40
- DeregisterCertificateCommandOutput,
41
- } from "./commands/DeregisterCertificateCommand";
42
- import {
43
- DeregisterEventTopicCommandInput,
44
- DeregisterEventTopicCommandOutput,
45
- } from "./commands/DeregisterEventTopicCommand";
46
- import {
47
- DescribeCertificateCommandInput,
48
- DescribeCertificateCommandOutput,
49
- } from "./commands/DescribeCertificateCommand";
50
- import {
51
- DescribeClientAuthenticationSettingsCommandInput,
52
- DescribeClientAuthenticationSettingsCommandOutput,
53
- } from "./commands/DescribeClientAuthenticationSettingsCommand";
54
- import {
55
- DescribeConditionalForwardersCommandInput,
56
- DescribeConditionalForwardersCommandOutput,
57
- } from "./commands/DescribeConditionalForwardersCommand";
58
- import {
59
- DescribeDirectoriesCommandInput,
60
- DescribeDirectoriesCommandOutput,
61
- } from "./commands/DescribeDirectoriesCommand";
62
- import {
63
- DescribeDomainControllersCommandInput,
64
- DescribeDomainControllersCommandOutput,
65
- } from "./commands/DescribeDomainControllersCommand";
66
- import {
67
- DescribeEventTopicsCommandInput,
68
- DescribeEventTopicsCommandOutput,
69
- } from "./commands/DescribeEventTopicsCommand";
70
- import {
71
- DescribeLDAPSSettingsCommandInput,
72
- DescribeLDAPSSettingsCommandOutput,
73
- } from "./commands/DescribeLDAPSSettingsCommand";
74
- import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
75
- import {
76
- DescribeSharedDirectoriesCommandInput,
77
- DescribeSharedDirectoriesCommandOutput,
78
- } from "./commands/DescribeSharedDirectoriesCommand";
79
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
80
- import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
81
- import {
82
- DisableClientAuthenticationCommandInput,
83
- DisableClientAuthenticationCommandOutput,
84
- } from "./commands/DisableClientAuthenticationCommand";
85
- import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
86
- import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
87
- import { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
88
- import {
89
- EnableClientAuthenticationCommandInput,
90
- EnableClientAuthenticationCommandOutput,
91
- } from "./commands/EnableClientAuthenticationCommand";
92
- import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
93
- import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
94
- import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
95
- import { GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput } from "./commands/GetDirectoryLimitsCommand";
96
- import { GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput } from "./commands/GetSnapshotLimitsCommand";
97
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
98
- import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "./commands/ListIpRoutesCommand";
99
- import {
100
- ListLogSubscriptionsCommandInput,
101
- ListLogSubscriptionsCommandOutput,
102
- } from "./commands/ListLogSubscriptionsCommand";
103
- import {
104
- ListSchemaExtensionsCommandInput,
105
- ListSchemaExtensionsCommandOutput,
106
- } from "./commands/ListSchemaExtensionsCommand";
107
- import {
108
- ListTagsForResourceCommandInput,
109
- ListTagsForResourceCommandOutput,
110
- } from "./commands/ListTagsForResourceCommand";
111
- import {
112
- RegisterCertificateCommandInput,
113
- RegisterCertificateCommandOutput,
114
- } from "./commands/RegisterCertificateCommand";
115
- import { RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput } from "./commands/RegisterEventTopicCommand";
116
- import {
117
- RejectSharedDirectoryCommandInput,
118
- RejectSharedDirectoryCommandOutput,
119
- } from "./commands/RejectSharedDirectoryCommand";
120
- import { RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput } from "./commands/RemoveIpRoutesCommand";
121
- import { RemoveRegionCommandInput, RemoveRegionCommandOutput } from "./commands/RemoveRegionCommand";
122
- import {
123
- RemoveTagsFromResourceCommandInput,
124
- RemoveTagsFromResourceCommandOutput,
125
- } from "./commands/RemoveTagsFromResourceCommand";
126
- import { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
127
- import {
128
- RestoreFromSnapshotCommandInput,
129
- RestoreFromSnapshotCommandOutput,
130
- } from "./commands/RestoreFromSnapshotCommand";
131
- import { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "./commands/ShareDirectoryCommand";
132
- import {
133
- StartSchemaExtensionCommandInput,
134
- StartSchemaExtensionCommandOutput,
135
- } from "./commands/StartSchemaExtensionCommand";
136
- import { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "./commands/UnshareDirectoryCommand";
137
- import {
138
- UpdateConditionalForwarderCommandInput,
139
- UpdateConditionalForwarderCommandOutput,
140
- } from "./commands/UpdateConditionalForwarderCommand";
141
- import {
142
- UpdateNumberOfDomainControllersCommandInput,
143
- UpdateNumberOfDomainControllersCommandOutput,
144
- } from "./commands/UpdateNumberOfDomainControllersCommand";
145
- import { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "./commands/UpdateRadiusCommand";
146
- import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
147
- import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
148
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
149
- import {
150
- EndpointsInputConfig,
151
- EndpointsResolvedConfig,
152
- RegionInputConfig,
153
- RegionResolvedConfig,
154
- resolveEndpointsConfig,
155
- resolveRegionConfig,
156
- } from "@aws-sdk/config-resolver";
157
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
158
- import {
159
- HostHeaderInputConfig,
160
- HostHeaderResolvedConfig,
161
- getHostHeaderPlugin,
162
- resolveHostHeaderConfig,
163
- } from "@aws-sdk/middleware-host-header";
164
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
165
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
166
- import {
167
- AwsAuthInputConfig,
168
- AwsAuthResolvedConfig,
169
- getAwsAuthPlugin,
170
- resolveAwsAuthConfig,
171
- } from "@aws-sdk/middleware-signing";
172
- import {
173
- UserAgentInputConfig,
174
- UserAgentResolvedConfig,
175
- getUserAgentPlugin,
176
- resolveUserAgentConfig,
177
- } from "@aws-sdk/middleware-user-agent";
178
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
179
- import {
180
- Client as __Client,
181
- SmithyConfiguration as __SmithyConfiguration,
182
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
183
- } from "@aws-sdk/smithy-client";
184
- import {
185
- Provider,
186
- RegionInfoProvider,
187
- Credentials as __Credentials,
188
- Decoder as __Decoder,
189
- Encoder as __Encoder,
190
- Hash as __Hash,
191
- HashConstructor as __HashConstructor,
192
- HttpHandlerOptions as __HttpHandlerOptions,
193
- Logger as __Logger,
194
- Provider as __Provider,
195
- StreamCollector as __StreamCollector,
196
- UrlParser as __UrlParser,
197
- UserAgent as __UserAgent,
198
- } from "@aws-sdk/types";
199
-
200
- export type ServiceInputTypes =
201
- | AcceptSharedDirectoryCommandInput
202
- | AddIpRoutesCommandInput
203
- | AddRegionCommandInput
204
- | AddTagsToResourceCommandInput
205
- | CancelSchemaExtensionCommandInput
206
- | ConnectDirectoryCommandInput
207
- | CreateAliasCommandInput
208
- | CreateComputerCommandInput
209
- | CreateConditionalForwarderCommandInput
210
- | CreateDirectoryCommandInput
211
- | CreateLogSubscriptionCommandInput
212
- | CreateMicrosoftADCommandInput
213
- | CreateSnapshotCommandInput
214
- | CreateTrustCommandInput
215
- | DeleteConditionalForwarderCommandInput
216
- | DeleteDirectoryCommandInput
217
- | DeleteLogSubscriptionCommandInput
218
- | DeleteSnapshotCommandInput
219
- | DeleteTrustCommandInput
220
- | DeregisterCertificateCommandInput
221
- | DeregisterEventTopicCommandInput
222
- | DescribeCertificateCommandInput
223
- | DescribeClientAuthenticationSettingsCommandInput
224
- | DescribeConditionalForwardersCommandInput
225
- | DescribeDirectoriesCommandInput
226
- | DescribeDomainControllersCommandInput
227
- | DescribeEventTopicsCommandInput
228
- | DescribeLDAPSSettingsCommandInput
229
- | DescribeRegionsCommandInput
230
- | DescribeSharedDirectoriesCommandInput
231
- | DescribeSnapshotsCommandInput
232
- | DescribeTrustsCommandInput
233
- | DisableClientAuthenticationCommandInput
234
- | DisableLDAPSCommandInput
235
- | DisableRadiusCommandInput
236
- | DisableSsoCommandInput
237
- | EnableClientAuthenticationCommandInput
238
- | EnableLDAPSCommandInput
239
- | EnableRadiusCommandInput
240
- | EnableSsoCommandInput
241
- | GetDirectoryLimitsCommandInput
242
- | GetSnapshotLimitsCommandInput
243
- | ListCertificatesCommandInput
244
- | ListIpRoutesCommandInput
245
- | ListLogSubscriptionsCommandInput
246
- | ListSchemaExtensionsCommandInput
247
- | ListTagsForResourceCommandInput
248
- | RegisterCertificateCommandInput
249
- | RegisterEventTopicCommandInput
250
- | RejectSharedDirectoryCommandInput
251
- | RemoveIpRoutesCommandInput
252
- | RemoveRegionCommandInput
253
- | RemoveTagsFromResourceCommandInput
254
- | ResetUserPasswordCommandInput
255
- | RestoreFromSnapshotCommandInput
256
- | ShareDirectoryCommandInput
257
- | StartSchemaExtensionCommandInput
258
- | UnshareDirectoryCommandInput
259
- | UpdateConditionalForwarderCommandInput
260
- | UpdateNumberOfDomainControllersCommandInput
261
- | UpdateRadiusCommandInput
262
- | UpdateTrustCommandInput
263
- | VerifyTrustCommandInput;
264
-
265
- export type ServiceOutputTypes =
266
- | AcceptSharedDirectoryCommandOutput
267
- | AddIpRoutesCommandOutput
268
- | AddRegionCommandOutput
269
- | AddTagsToResourceCommandOutput
270
- | CancelSchemaExtensionCommandOutput
271
- | ConnectDirectoryCommandOutput
272
- | CreateAliasCommandOutput
273
- | CreateComputerCommandOutput
274
- | CreateConditionalForwarderCommandOutput
275
- | CreateDirectoryCommandOutput
276
- | CreateLogSubscriptionCommandOutput
277
- | CreateMicrosoftADCommandOutput
278
- | CreateSnapshotCommandOutput
279
- | CreateTrustCommandOutput
280
- | DeleteConditionalForwarderCommandOutput
281
- | DeleteDirectoryCommandOutput
282
- | DeleteLogSubscriptionCommandOutput
283
- | DeleteSnapshotCommandOutput
284
- | DeleteTrustCommandOutput
285
- | DeregisterCertificateCommandOutput
286
- | DeregisterEventTopicCommandOutput
287
- | DescribeCertificateCommandOutput
288
- | DescribeClientAuthenticationSettingsCommandOutput
289
- | DescribeConditionalForwardersCommandOutput
290
- | DescribeDirectoriesCommandOutput
291
- | DescribeDomainControllersCommandOutput
292
- | DescribeEventTopicsCommandOutput
293
- | DescribeLDAPSSettingsCommandOutput
294
- | DescribeRegionsCommandOutput
295
- | DescribeSharedDirectoriesCommandOutput
296
- | DescribeSnapshotsCommandOutput
297
- | DescribeTrustsCommandOutput
298
- | DisableClientAuthenticationCommandOutput
299
- | DisableLDAPSCommandOutput
300
- | DisableRadiusCommandOutput
301
- | DisableSsoCommandOutput
302
- | EnableClientAuthenticationCommandOutput
303
- | EnableLDAPSCommandOutput
304
- | EnableRadiusCommandOutput
305
- | EnableSsoCommandOutput
306
- | GetDirectoryLimitsCommandOutput
307
- | GetSnapshotLimitsCommandOutput
308
- | ListCertificatesCommandOutput
309
- | ListIpRoutesCommandOutput
310
- | ListLogSubscriptionsCommandOutput
311
- | ListSchemaExtensionsCommandOutput
312
- | ListTagsForResourceCommandOutput
313
- | RegisterCertificateCommandOutput
314
- | RegisterEventTopicCommandOutput
315
- | RejectSharedDirectoryCommandOutput
316
- | RemoveIpRoutesCommandOutput
317
- | RemoveRegionCommandOutput
318
- | RemoveTagsFromResourceCommandOutput
319
- | ResetUserPasswordCommandOutput
320
- | RestoreFromSnapshotCommandOutput
321
- | ShareDirectoryCommandOutput
322
- | StartSchemaExtensionCommandOutput
323
- | UnshareDirectoryCommandOutput
324
- | UpdateConditionalForwarderCommandOutput
325
- | UpdateNumberOfDomainControllersCommandOutput
326
- | UpdateRadiusCommandOutput
327
- | UpdateTrustCommandOutput
328
- | VerifyTrustCommandOutput;
329
-
330
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
331
- /**
332
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
333
- */
334
- requestHandler?: __HttpHandler;
335
-
336
- /**
337
- * A constructor for a class implementing the {@link __Hash} interface
338
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
339
- * @internal
340
- */
341
- sha256?: __HashConstructor;
342
-
343
- /**
344
- * The function that will be used to convert strings into HTTP endpoints.
345
- * @internal
346
- */
347
- urlParser?: __UrlParser;
348
-
349
- /**
350
- * A function that can calculate the length of a request body.
351
- * @internal
352
- */
353
- bodyLengthChecker?: (body: any) => number | undefined;
354
-
355
- /**
356
- * A function that converts a stream into an array of bytes.
357
- * @internal
358
- */
359
- streamCollector?: __StreamCollector;
360
-
361
- /**
362
- * The function that will be used to convert a base64-encoded string to a byte array.
363
- * @internal
364
- */
365
- base64Decoder?: __Decoder;
366
-
367
- /**
368
- * The function that will be used to convert binary data to a base64-encoded string.
369
- * @internal
370
- */
371
- base64Encoder?: __Encoder;
372
-
373
- /**
374
- * The function that will be used to convert a UTF8-encoded string to a byte array.
375
- * @internal
376
- */
377
- utf8Decoder?: __Decoder;
378
-
379
- /**
380
- * The function that will be used to convert binary data to a UTF-8 encoded string.
381
- * @internal
382
- */
383
- utf8Encoder?: __Encoder;
384
-
385
- /**
386
- * The runtime environment.
387
- * @internal
388
- */
389
- runtime?: string;
390
-
391
- /**
392
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
393
- * trait of an operation.
394
- */
395
- disableHostPrefix?: boolean;
396
-
397
- /**
398
- * Value for how many times a request will be made at most in case of retry.
399
- */
400
- maxAttempts?: number | __Provider<number>;
401
-
402
- /**
403
- * Specifies which retry algorithm to use.
404
- */
405
- retryMode?: string | __Provider<string>;
406
-
407
- /**
408
- * Optional logger for logging debug/info/warn/error.
409
- */
410
- logger?: __Logger;
411
-
412
- /**
413
- * Unique service identifier.
414
- * @internal
415
- */
416
- serviceId?: string;
417
-
418
- /**
419
- * The AWS region to which this client will send requests
420
- */
421
- region?: string | __Provider<string>;
422
-
423
- /**
424
- * Default credentials provider; Not available in browser runtime.
425
- * @internal
426
- */
427
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
428
-
429
- /**
430
- * Fetch related hostname, signing name or signing region with given region.
431
- * @internal
432
- */
433
- regionInfoProvider?: RegionInfoProvider;
434
-
435
- /**
436
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
437
- * @internal
438
- */
439
- defaultUserAgentProvider?: Provider<__UserAgent>;
440
- }
441
-
442
- type DirectoryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
443
- ClientDefaults &
444
- RegionInputConfig &
445
- EndpointsInputConfig &
446
- RetryInputConfig &
447
- HostHeaderInputConfig &
448
- AwsAuthInputConfig &
449
- UserAgentInputConfig;
450
- /**
451
- * The configuration interface of DirectoryServiceClient class constructor that set the region, credentials and other options.
452
- */
453
- export interface DirectoryServiceClientConfig extends DirectoryServiceClientConfigType {}
454
-
455
- type DirectoryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
456
- Required<ClientDefaults> &
457
- RegionResolvedConfig &
458
- EndpointsResolvedConfig &
459
- RetryResolvedConfig &
460
- HostHeaderResolvedConfig &
461
- AwsAuthResolvedConfig &
462
- UserAgentResolvedConfig;
463
- /**
464
- * The resolved configuration interface of DirectoryServiceClient class. This is resolved and normalized from the {@link DirectoryServiceClientConfig | constructor configuration interface}.
465
- */
466
- export interface DirectoryServiceClientResolvedConfig extends DirectoryServiceClientResolvedConfigType {}
467
-
468
- /**
469
- * <fullname>Directory Service</fullname>
470
- * <p>Directory Service is a web service that makes it easy for you to setup and run directories in the
471
- * Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active
472
- * Directory. This guide provides detailed information about Directory Service operations, data types,
473
- * parameters, and errors. For information about Directory Services features, see <a href="https://aws.amazon.com/directoryservice/">Directory Service</a> and the <a href="http://docs.aws.amazon.com/directoryservice/latest/admin-guide/what_is.html">Directory Service
474
- * Administration Guide</a>.</p>
475
- * <note>
476
- * <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various
477
- * programming languages and platforms (Java, Ruby, .Net, iOS, Android, etc.). The SDKs
478
- * provide a convenient way to create programmatic access to Directory Service and other Amazon Web Services
479
- * services. For more information about the Amazon Web Services SDKs, including how to download and
480
- * install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web
481
- * Services</a>.</p>
482
- * </note>
483
- */
484
- export class DirectoryServiceClient extends __Client<
485
- __HttpHandlerOptions,
486
- ServiceInputTypes,
487
- ServiceOutputTypes,
488
- DirectoryServiceClientResolvedConfig
489
- > {
490
- /**
491
- * The resolved configuration of DirectoryServiceClient class. This is resolved and normalized from the {@link DirectoryServiceClientConfig | constructor configuration interface}.
492
- */
493
- readonly config: DirectoryServiceClientResolvedConfig;
494
-
495
- constructor(configuration: DirectoryServiceClientConfig) {
496
- let _config_0 = __getRuntimeConfig(configuration);
497
- let _config_1 = resolveRegionConfig(_config_0);
498
- let _config_2 = resolveEndpointsConfig(_config_1);
499
- let _config_3 = resolveRetryConfig(_config_2);
500
- let _config_4 = resolveHostHeaderConfig(_config_3);
501
- let _config_5 = resolveAwsAuthConfig(_config_4);
502
- let _config_6 = resolveUserAgentConfig(_config_5);
503
- super(_config_6);
504
- this.config = _config_6;
505
- this.middlewareStack.use(getRetryPlugin(this.config));
506
- this.middlewareStack.use(getContentLengthPlugin(this.config));
507
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
508
- this.middlewareStack.use(getLoggerPlugin(this.config));
509
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
510
- this.middlewareStack.use(getUserAgentPlugin(this.config));
511
- }
512
-
513
- /**
514
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
515
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
516
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
517
- */
518
- destroy(): void {
519
- super.destroy();
520
- }
521
- }
@@ -1,94 +0,0 @@
1
- import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
2
- import { AcceptSharedDirectoryRequest, AcceptSharedDirectoryResult } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1AcceptSharedDirectoryCommand,
5
- serializeAws_json1_1AcceptSharedDirectoryCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface AcceptSharedDirectoryCommandInput extends AcceptSharedDirectoryRequest {}
21
- export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirectoryResult, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Accepts a directory sharing request that was sent from the directory owner account.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { DirectoryServiceClient, AcceptSharedDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
29
- * // const { DirectoryServiceClient, AcceptSharedDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
30
- * const client = new DirectoryServiceClient(config);
31
- * const command = new AcceptSharedDirectoryCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link AcceptSharedDirectoryCommandInput} for command's `input` shape.
36
- * @see {@link AcceptSharedDirectoryCommandOutput} for command's `response` shape.
37
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class AcceptSharedDirectoryCommand extends $Command<
41
- AcceptSharedDirectoryCommandInput,
42
- AcceptSharedDirectoryCommandOutput,
43
- DirectoryServiceClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: AcceptSharedDirectoryCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: DirectoryServiceClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "DirectoryServiceClient";
68
- const commandName = "AcceptSharedDirectoryCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: AcceptSharedDirectoryRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: AcceptSharedDirectoryResult.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: AcceptSharedDirectoryCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_json1_1AcceptSharedDirectoryCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AcceptSharedDirectoryCommandOutput> {
89
- return deserializeAws_json1_1AcceptSharedDirectoryCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }