@aws-sdk/client-clouddirectory 3.478.0 → 3.484.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 (269) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +18 -41
  2. package/dist-cjs/commands/ApplySchemaCommand.js +18 -41
  3. package/dist-cjs/commands/AttachObjectCommand.js +18 -41
  4. package/dist-cjs/commands/AttachPolicyCommand.js +18 -41
  5. package/dist-cjs/commands/AttachToIndexCommand.js +18 -41
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +18 -41
  7. package/dist-cjs/commands/BatchReadCommand.js +18 -41
  8. package/dist-cjs/commands/BatchWriteCommand.js +18 -41
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +18 -41
  10. package/dist-cjs/commands/CreateFacetCommand.js +18 -41
  11. package/dist-cjs/commands/CreateIndexCommand.js +18 -41
  12. package/dist-cjs/commands/CreateObjectCommand.js +18 -41
  13. package/dist-cjs/commands/CreateSchemaCommand.js +18 -41
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteFacetCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteObjectCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +18 -41
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +18 -41
  21. package/dist-cjs/commands/DetachObjectCommand.js +18 -41
  22. package/dist-cjs/commands/DetachPolicyCommand.js +18 -41
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +18 -41
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +18 -41
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +18 -41
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +18 -41
  27. package/dist-cjs/commands/GetDirectoryCommand.js +18 -41
  28. package/dist-cjs/commands/GetFacetCommand.js +18 -41
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +18 -41
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +18 -41
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +18 -41
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +18 -41
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +18 -41
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +18 -41
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +18 -41
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +18 -41
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +18 -41
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +18 -41
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +18 -41
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +18 -41
  41. package/dist-cjs/commands/ListIndexCommand.js +18 -41
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +18 -41
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +18 -41
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +18 -41
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +18 -41
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +18 -41
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +18 -41
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +18 -41
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +18 -41
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +18 -41
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +18 -41
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +18 -41
  54. package/dist-cjs/commands/LookupPolicyCommand.js +18 -41
  55. package/dist-cjs/commands/PublishSchemaCommand.js +18 -41
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +18 -41
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +18 -41
  58. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  59. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateFacetCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +18 -41
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +18 -41
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +18 -41
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +18 -41
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +18 -41
  67. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  68. package/dist-es/commands/AddFacetToObjectCommand.js +18 -41
  69. package/dist-es/commands/ApplySchemaCommand.js +18 -41
  70. package/dist-es/commands/AttachObjectCommand.js +18 -41
  71. package/dist-es/commands/AttachPolicyCommand.js +18 -41
  72. package/dist-es/commands/AttachToIndexCommand.js +18 -41
  73. package/dist-es/commands/AttachTypedLinkCommand.js +18 -41
  74. package/dist-es/commands/BatchReadCommand.js +18 -41
  75. package/dist-es/commands/BatchWriteCommand.js +18 -41
  76. package/dist-es/commands/CreateDirectoryCommand.js +18 -41
  77. package/dist-es/commands/CreateFacetCommand.js +18 -41
  78. package/dist-es/commands/CreateIndexCommand.js +18 -41
  79. package/dist-es/commands/CreateObjectCommand.js +18 -41
  80. package/dist-es/commands/CreateSchemaCommand.js +18 -41
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +18 -41
  82. package/dist-es/commands/DeleteDirectoryCommand.js +18 -41
  83. package/dist-es/commands/DeleteFacetCommand.js +18 -41
  84. package/dist-es/commands/DeleteObjectCommand.js +18 -41
  85. package/dist-es/commands/DeleteSchemaCommand.js +18 -41
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +18 -41
  87. package/dist-es/commands/DetachFromIndexCommand.js +18 -41
  88. package/dist-es/commands/DetachObjectCommand.js +18 -41
  89. package/dist-es/commands/DetachPolicyCommand.js +18 -41
  90. package/dist-es/commands/DetachTypedLinkCommand.js +18 -41
  91. package/dist-es/commands/DisableDirectoryCommand.js +18 -41
  92. package/dist-es/commands/EnableDirectoryCommand.js +18 -41
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +18 -41
  94. package/dist-es/commands/GetDirectoryCommand.js +18 -41
  95. package/dist-es/commands/GetFacetCommand.js +18 -41
  96. package/dist-es/commands/GetLinkAttributesCommand.js +18 -41
  97. package/dist-es/commands/GetObjectAttributesCommand.js +18 -41
  98. package/dist-es/commands/GetObjectInformationCommand.js +18 -41
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +18 -41
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +18 -41
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +18 -41
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +18 -41
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +18 -41
  104. package/dist-es/commands/ListDirectoriesCommand.js +18 -41
  105. package/dist-es/commands/ListFacetAttributesCommand.js +18 -41
  106. package/dist-es/commands/ListFacetNamesCommand.js +18 -41
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +18 -41
  108. package/dist-es/commands/ListIndexCommand.js +18 -41
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +18 -41
  110. package/dist-es/commands/ListObjectAttributesCommand.js +18 -41
  111. package/dist-es/commands/ListObjectChildrenCommand.js +18 -41
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +18 -41
  113. package/dist-es/commands/ListObjectParentsCommand.js +18 -41
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +18 -41
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +18 -41
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +18 -41
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +18 -41
  118. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +18 -41
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +18 -41
  121. package/dist-es/commands/LookupPolicyCommand.js +18 -41
  122. package/dist-es/commands/PublishSchemaCommand.js +18 -41
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +18 -41
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +18 -41
  125. package/dist-es/commands/TagResourceCommand.js +18 -41
  126. package/dist-es/commands/UntagResourceCommand.js +18 -41
  127. package/dist-es/commands/UpdateFacetCommand.js +18 -41
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +18 -41
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +18 -41
  130. package/dist-es/commands/UpdateSchemaCommand.js +18 -41
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +18 -41
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +18 -41
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +18 -41
  134. package/dist-es/endpoint/EndpointParameters.js +6 -0
  135. package/dist-types/commands/AddFacetToObjectCommand.d.ts +6 -21
  136. package/dist-types/commands/ApplySchemaCommand.d.ts +6 -21
  137. package/dist-types/commands/AttachObjectCommand.d.ts +6 -21
  138. package/dist-types/commands/AttachPolicyCommand.d.ts +6 -21
  139. package/dist-types/commands/AttachToIndexCommand.d.ts +6 -21
  140. package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -21
  141. package/dist-types/commands/BatchReadCommand.d.ts +6 -21
  142. package/dist-types/commands/BatchWriteCommand.d.ts +6 -21
  143. package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -21
  144. package/dist-types/commands/CreateFacetCommand.d.ts +6 -21
  145. package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
  146. package/dist-types/commands/CreateObjectCommand.d.ts +6 -21
  147. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +6 -21
  149. package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -21
  150. package/dist-types/commands/DeleteFacetCommand.d.ts +6 -21
  151. package/dist-types/commands/DeleteObjectCommand.d.ts +6 -21
  152. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -21
  153. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +6 -21
  154. package/dist-types/commands/DetachFromIndexCommand.d.ts +6 -21
  155. package/dist-types/commands/DetachObjectCommand.d.ts +6 -21
  156. package/dist-types/commands/DetachPolicyCommand.d.ts +6 -21
  157. package/dist-types/commands/DetachTypedLinkCommand.d.ts +6 -21
  158. package/dist-types/commands/DisableDirectoryCommand.d.ts +6 -21
  159. package/dist-types/commands/EnableDirectoryCommand.d.ts +6 -21
  160. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +6 -21
  161. package/dist-types/commands/GetDirectoryCommand.d.ts +6 -21
  162. package/dist-types/commands/GetFacetCommand.d.ts +6 -21
  163. package/dist-types/commands/GetLinkAttributesCommand.d.ts +6 -21
  164. package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -21
  165. package/dist-types/commands/GetObjectInformationCommand.d.ts +6 -21
  166. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +6 -21
  167. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -21
  168. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +6 -21
  169. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +6 -21
  170. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +6 -21
  171. package/dist-types/commands/ListDirectoriesCommand.d.ts +6 -21
  172. package/dist-types/commands/ListFacetAttributesCommand.d.ts +6 -21
  173. package/dist-types/commands/ListFacetNamesCommand.d.ts +6 -21
  174. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +6 -21
  175. package/dist-types/commands/ListIndexCommand.d.ts +6 -21
  176. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +6 -21
  177. package/dist-types/commands/ListObjectAttributesCommand.d.ts +6 -21
  178. package/dist-types/commands/ListObjectChildrenCommand.d.ts +6 -21
  179. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +6 -21
  180. package/dist-types/commands/ListObjectParentsCommand.d.ts +6 -21
  181. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +6 -21
  182. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +6 -21
  183. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +6 -21
  184. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +6 -21
  185. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  186. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -21
  187. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +6 -21
  188. package/dist-types/commands/LookupPolicyCommand.d.ts +6 -21
  189. package/dist-types/commands/PublishSchemaCommand.d.ts +6 -21
  190. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +6 -21
  191. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +6 -21
  192. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  193. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  194. package/dist-types/commands/UpdateFacetCommand.d.ts +6 -21
  195. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +6 -21
  196. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +6 -21
  197. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -21
  198. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +6 -21
  199. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +6 -21
  200. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -21
  201. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  202. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  253. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +14 -23
  258. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  269. package/package.json +11 -11
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachFromIndexCommandInput extends DetachFromIndexRequest {
21
20
  */
22
21
  export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, __MetadataBearer {
23
22
  }
23
+ declare const DetachFromIndexCommand_base: {
24
+ new (input: DetachFromIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Detaches the specified object from the specified index.</p>
@@ -88,23 +91,5 @@ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, _
88
91
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
89
92
  *
90
93
  */
91
- export declare class DetachFromIndexCommand extends $Command<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
92
- readonly input: DetachFromIndexCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DetachFromIndexCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachFromIndexCommandInput, DetachFromIndexCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DetachFromIndexCommand extends DetachFromIndexCommand_base {
110
95
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { DetachObjectRequest, DetachObjectResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachObjectCommandInput extends DetachObjectRequest {
21
20
  */
22
21
  export interface DetachObjectCommandOutput extends DetachObjectResponse, __MetadataBearer {
23
22
  }
23
+ declare const DetachObjectCommand_base: {
24
+ new (input: DetachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Detaches a given object from the parent object. The object that is to be detached from the
@@ -85,23 +88,5 @@ export interface DetachObjectCommandOutput extends DetachObjectResponse, __Metad
85
88
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
86
89
  *
87
90
  */
88
- export declare class DetachObjectCommand extends $Command<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
89
- readonly input: DetachObjectCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: DetachObjectCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachObjectCommandInput, DetachObjectCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class DetachObjectCommand extends DetachObjectCommand_base {
107
92
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachPolicyCommandInput extends DetachPolicyRequest {
21
20
  */
22
21
  export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DetachPolicyCommand_base: {
24
+ new (input: DetachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Detaches a policy from an object.</p>
@@ -83,23 +86,5 @@ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __Metad
83
86
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
84
87
  *
85
88
  */
86
- export declare class DetachPolicyCommand extends $Command<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
87
- readonly input: DetachPolicyCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DetachPolicyCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachPolicyCommandInput, DetachPolicyCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DetachPolicyCommand extends DetachPolicyCommand_base {
105
90
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { DetachTypedLinkRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetachTypedLinkCommandInput extends DetachTypedLinkRequest {
21
20
  */
22
21
  export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DetachTypedLinkCommand_base: {
24
+ new (input: DetachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Detaches a typed link from a specified source and target object. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
@@ -102,23 +105,5 @@ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
102
105
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
103
106
  *
104
107
  */
105
- export declare class DetachTypedLinkCommand extends $Command<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
106
- readonly input: DetachTypedLinkCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: DetachTypedLinkCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base {
124
109
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { DisableDirectoryRequest, DisableDirectoryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableDirectoryCommandInput extends DisableDirectoryRequest {
21
20
  */
22
21
  export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisableDirectoryCommand_base: {
24
+ new (input: DisableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables the specified directory. Disabled directories cannot be read or written to.
@@ -78,23 +81,5 @@ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse,
78
81
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
79
82
  *
80
83
  */
81
- export declare class DisableDirectoryCommand extends $Command<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
82
- readonly input: DisableDirectoryCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DisableDirectoryCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableDirectoryCommandInput, DisableDirectoryCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DisableDirectoryCommand extends DisableDirectoryCommand_base {
100
85
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { EnableDirectoryRequest, EnableDirectoryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableDirectoryCommandInput extends EnableDirectoryRequest {
21
20
  */
22
21
  export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const EnableDirectoryCommand_base: {
24
+ new (input: EnableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables the specified directory. Only disabled directories can be enabled. Once
@@ -78,23 +81,5 @@ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, _
78
81
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
79
82
  *
80
83
  */
81
- export declare class EnableDirectoryCommand extends $Command<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
82
- readonly input: EnableDirectoryCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: EnableDirectoryCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableDirectoryCommandInput, EnableDirectoryCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class EnableDirectoryCommand extends EnableDirectoryCommand_base {
100
85
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAppliedSchemaVersionCommandInput extends GetAppliedSchemaVer
21
20
  */
22
21
  export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAppliedSchemaVersionCommand_base: {
24
+ new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns current applied schema version ARN, including the minor version in use.</p>
@@ -73,23 +76,5 @@ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVe
73
76
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
74
77
  *
75
78
  */
76
- export declare class GetAppliedSchemaVersionCommand extends $Command<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig> {
77
- readonly input: GetAppliedSchemaVersionCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetAppliedSchemaVersionCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base {
95
80
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetDirectoryRequest, GetDirectoryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDirectoryCommandInput extends GetDirectoryRequest {
21
20
  */
22
21
  export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDirectoryCommand_base: {
24
+ new (input: GetDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves metadata about a directory.</p>
@@ -75,23 +78,5 @@ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __Metad
75
78
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
76
79
  *
77
80
  */
78
- export declare class GetDirectoryCommand extends $Command<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
79
- readonly input: GetDirectoryCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetDirectoryCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDirectoryCommandInput, GetDirectoryCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetDirectoryCommand extends GetDirectoryCommand_base {
97
82
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetFacetRequest, GetFacetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFacetCommandInput extends GetFacetRequest {
21
20
  */
22
21
  export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFacetCommand_base: {
24
+ new (input: GetFacetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets details of the <a>Facet</a>, such as facet name, attributes, <a>Rule</a>s, or <code>ObjectType</code>. You can call this on all kinds of schema
@@ -82,23 +85,5 @@ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBeare
82
85
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
83
86
  *
84
87
  */
85
- export declare class GetFacetCommand extends $Command<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
86
- readonly input: GetFacetCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetFacetCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFacetCommandInput, GetFacetCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetFacetCommand extends GetFacetCommand_base {
104
89
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetLinkAttributesRequest, GetLinkAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLinkAttributesCommandInput extends GetLinkAttributesRequest
21
20
  */
22
21
  export interface GetLinkAttributesCommandOutput extends GetLinkAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetLinkAttributesCommand_base: {
24
+ new (input: GetLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves attributes that are associated with a typed link.</p>
@@ -123,23 +126,5 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons
123
126
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
124
127
  *
125
128
  */
126
- export declare class GetLinkAttributesCommand extends $Command<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
127
- readonly input: GetLinkAttributesCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: GetLinkAttributesCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {
145
130
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetObjectAttributesRequest, GetObjectAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetObjectAttributesCommandInput extends GetObjectAttributesRequ
21
20
  */
22
21
  export interface GetObjectAttributesCommandOutput extends GetObjectAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetObjectAttributesCommand_base: {
24
+ new (input: GetObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves attributes within a facet that are associated with an object.</p>
@@ -106,23 +109,5 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesRes
106
109
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
107
110
  *
108
111
  */
109
- export declare class GetObjectAttributesCommand extends $Command<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
110
- readonly input: GetObjectAttributesCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: GetObjectAttributesCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
128
113
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetObjectInformationRequest, GetObjectInformationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetObjectInformationCommandInput extends GetObjectInformationRe
21
20
  */
22
21
  export interface GetObjectInformationCommandOutput extends GetObjectInformationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetObjectInformationCommand_base: {
24
+ new (input: GetObjectInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves metadata about an object.</p>
@@ -86,23 +89,5 @@ export interface GetObjectInformationCommandOutput extends GetObjectInformationR
86
89
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
87
90
  *
88
91
  */
89
- export declare class GetObjectInformationCommand extends $Command<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig> {
90
- readonly input: GetObjectInformationCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetObjectInformationCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectInformationCommandInput, GetObjectInformationCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetObjectInformationCommand extends GetObjectInformationCommand_base {
108
93
  }
@@ -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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSchemaAsJsonCommandInput extends GetSchemaAsJsonRequest {
21
20
  */
22
21
  export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSchemaAsJsonCommand_base: {
24
+ new (input: GetSchemaAsJsonCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a JSON representation of the schema. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_jsonformat.html#schemas_json">JSON Schema Format</a> for more information.</p>
@@ -74,23 +77,5 @@ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, _
74
77
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
75
78
  *
76
79
  */
77
- export declare class GetSchemaAsJsonCommand extends $Command<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig> {
78
- readonly input: GetSchemaAsJsonCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: GetSchemaAsJsonCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_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 { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTypedLinkFacetInformationCommandInput extends GetTypedLinkFa
21
20
  */
22
21
  export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkFacetInformationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTypedLinkFacetInformationCommand_base: {
24
+ new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the identity attribute order for a specific <a>TypedLinkFacet</a>. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
@@ -82,23 +85,5 @@ export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkF
82
85
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
83
86
  *
84
87
  */
85
- export declare class GetTypedLinkFacetInformationCommand extends $Command<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig> {
86
- readonly input: GetTypedLinkFacetInformationCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetTypedLinkFacetInformationCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {
104
89
  }