@aws-sdk/client-clouddirectory 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) 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-cjs/pagination/ListAppliedSchemaArnsPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListAttachedIndicesPaginator.js +2 -24
  70. package/dist-cjs/pagination/ListDevelopmentSchemaArnsPaginator.js +2 -24
  71. package/dist-cjs/pagination/ListDirectoriesPaginator.js +2 -24
  72. package/dist-cjs/pagination/ListFacetAttributesPaginator.js +2 -24
  73. package/dist-cjs/pagination/ListFacetNamesPaginator.js +2 -24
  74. package/dist-cjs/pagination/ListIndexPaginator.js +2 -24
  75. package/dist-cjs/pagination/ListManagedSchemaArnsPaginator.js +2 -24
  76. package/dist-cjs/pagination/ListObjectAttributesPaginator.js +2 -24
  77. package/dist-cjs/pagination/ListObjectChildrenPaginator.js +2 -24
  78. package/dist-cjs/pagination/ListObjectParentPathsPaginator.js +2 -24
  79. package/dist-cjs/pagination/ListObjectParentsPaginator.js +2 -24
  80. package/dist-cjs/pagination/ListObjectPoliciesPaginator.js +2 -24
  81. package/dist-cjs/pagination/ListPolicyAttachmentsPaginator.js +2 -24
  82. package/dist-cjs/pagination/ListPublishedSchemaArnsPaginator.js +2 -24
  83. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  84. package/dist-cjs/pagination/ListTypedLinkFacetAttributesPaginator.js +2 -24
  85. package/dist-cjs/pagination/ListTypedLinkFacetNamesPaginator.js +2 -24
  86. package/dist-cjs/pagination/LookupPolicyPaginator.js +2 -24
  87. package/dist-es/commands/AddFacetToObjectCommand.js +18 -41
  88. package/dist-es/commands/ApplySchemaCommand.js +18 -41
  89. package/dist-es/commands/AttachObjectCommand.js +18 -41
  90. package/dist-es/commands/AttachPolicyCommand.js +18 -41
  91. package/dist-es/commands/AttachToIndexCommand.js +18 -41
  92. package/dist-es/commands/AttachTypedLinkCommand.js +18 -41
  93. package/dist-es/commands/BatchReadCommand.js +18 -41
  94. package/dist-es/commands/BatchWriteCommand.js +18 -41
  95. package/dist-es/commands/CreateDirectoryCommand.js +18 -41
  96. package/dist-es/commands/CreateFacetCommand.js +18 -41
  97. package/dist-es/commands/CreateIndexCommand.js +18 -41
  98. package/dist-es/commands/CreateObjectCommand.js +18 -41
  99. package/dist-es/commands/CreateSchemaCommand.js +18 -41
  100. package/dist-es/commands/CreateTypedLinkFacetCommand.js +18 -41
  101. package/dist-es/commands/DeleteDirectoryCommand.js +18 -41
  102. package/dist-es/commands/DeleteFacetCommand.js +18 -41
  103. package/dist-es/commands/DeleteObjectCommand.js +18 -41
  104. package/dist-es/commands/DeleteSchemaCommand.js +18 -41
  105. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +18 -41
  106. package/dist-es/commands/DetachFromIndexCommand.js +18 -41
  107. package/dist-es/commands/DetachObjectCommand.js +18 -41
  108. package/dist-es/commands/DetachPolicyCommand.js +18 -41
  109. package/dist-es/commands/DetachTypedLinkCommand.js +18 -41
  110. package/dist-es/commands/DisableDirectoryCommand.js +18 -41
  111. package/dist-es/commands/EnableDirectoryCommand.js +18 -41
  112. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +18 -41
  113. package/dist-es/commands/GetDirectoryCommand.js +18 -41
  114. package/dist-es/commands/GetFacetCommand.js +18 -41
  115. package/dist-es/commands/GetLinkAttributesCommand.js +18 -41
  116. package/dist-es/commands/GetObjectAttributesCommand.js +18 -41
  117. package/dist-es/commands/GetObjectInformationCommand.js +18 -41
  118. package/dist-es/commands/GetSchemaAsJsonCommand.js +18 -41
  119. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +18 -41
  120. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +18 -41
  121. package/dist-es/commands/ListAttachedIndicesCommand.js +18 -41
  122. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +18 -41
  123. package/dist-es/commands/ListDirectoriesCommand.js +18 -41
  124. package/dist-es/commands/ListFacetAttributesCommand.js +18 -41
  125. package/dist-es/commands/ListFacetNamesCommand.js +18 -41
  126. package/dist-es/commands/ListIncomingTypedLinksCommand.js +18 -41
  127. package/dist-es/commands/ListIndexCommand.js +18 -41
  128. package/dist-es/commands/ListManagedSchemaArnsCommand.js +18 -41
  129. package/dist-es/commands/ListObjectAttributesCommand.js +18 -41
  130. package/dist-es/commands/ListObjectChildrenCommand.js +18 -41
  131. package/dist-es/commands/ListObjectParentPathsCommand.js +18 -41
  132. package/dist-es/commands/ListObjectParentsCommand.js +18 -41
  133. package/dist-es/commands/ListObjectPoliciesCommand.js +18 -41
  134. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +18 -41
  135. package/dist-es/commands/ListPolicyAttachmentsCommand.js +18 -41
  136. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +18 -41
  137. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  138. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +18 -41
  139. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +18 -41
  140. package/dist-es/commands/LookupPolicyCommand.js +18 -41
  141. package/dist-es/commands/PublishSchemaCommand.js +18 -41
  142. package/dist-es/commands/PutSchemaFromJsonCommand.js +18 -41
  143. package/dist-es/commands/RemoveFacetFromObjectCommand.js +18 -41
  144. package/dist-es/commands/TagResourceCommand.js +18 -41
  145. package/dist-es/commands/UntagResourceCommand.js +18 -41
  146. package/dist-es/commands/UpdateFacetCommand.js +18 -41
  147. package/dist-es/commands/UpdateLinkAttributesCommand.js +18 -41
  148. package/dist-es/commands/UpdateObjectAttributesCommand.js +18 -41
  149. package/dist-es/commands/UpdateSchemaCommand.js +18 -41
  150. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +18 -41
  151. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +18 -41
  152. package/dist-es/commands/UpgradePublishedSchemaCommand.js +18 -41
  153. package/dist-es/endpoint/EndpointParameters.js +6 -0
  154. package/dist-es/pagination/ListAppliedSchemaArnsPaginator.js +2 -23
  155. package/dist-es/pagination/ListAttachedIndicesPaginator.js +2 -23
  156. package/dist-es/pagination/ListDevelopmentSchemaArnsPaginator.js +2 -23
  157. package/dist-es/pagination/ListDirectoriesPaginator.js +2 -23
  158. package/dist-es/pagination/ListFacetAttributesPaginator.js +2 -23
  159. package/dist-es/pagination/ListFacetNamesPaginator.js +2 -23
  160. package/dist-es/pagination/ListIndexPaginator.js +2 -23
  161. package/dist-es/pagination/ListManagedSchemaArnsPaginator.js +2 -23
  162. package/dist-es/pagination/ListObjectAttributesPaginator.js +2 -23
  163. package/dist-es/pagination/ListObjectChildrenPaginator.js +2 -23
  164. package/dist-es/pagination/ListObjectParentPathsPaginator.js +2 -23
  165. package/dist-es/pagination/ListObjectParentsPaginator.js +2 -23
  166. package/dist-es/pagination/ListObjectPoliciesPaginator.js +2 -23
  167. package/dist-es/pagination/ListPolicyAttachmentsPaginator.js +2 -23
  168. package/dist-es/pagination/ListPublishedSchemaArnsPaginator.js +2 -23
  169. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  170. package/dist-es/pagination/ListTypedLinkFacetAttributesPaginator.js +2 -23
  171. package/dist-es/pagination/ListTypedLinkFacetNamesPaginator.js +2 -23
  172. package/dist-es/pagination/LookupPolicyPaginator.js +2 -23
  173. package/dist-types/commands/AddFacetToObjectCommand.d.ts +6 -21
  174. package/dist-types/commands/ApplySchemaCommand.d.ts +6 -21
  175. package/dist-types/commands/AttachObjectCommand.d.ts +6 -21
  176. package/dist-types/commands/AttachPolicyCommand.d.ts +6 -21
  177. package/dist-types/commands/AttachToIndexCommand.d.ts +6 -21
  178. package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -21
  179. package/dist-types/commands/BatchReadCommand.d.ts +6 -21
  180. package/dist-types/commands/BatchWriteCommand.d.ts +6 -21
  181. package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -21
  182. package/dist-types/commands/CreateFacetCommand.d.ts +6 -21
  183. package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
  184. package/dist-types/commands/CreateObjectCommand.d.ts +6 -21
  185. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -21
  186. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +6 -21
  187. package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -21
  188. package/dist-types/commands/DeleteFacetCommand.d.ts +6 -21
  189. package/dist-types/commands/DeleteObjectCommand.d.ts +6 -21
  190. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -21
  191. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +6 -21
  192. package/dist-types/commands/DetachFromIndexCommand.d.ts +6 -21
  193. package/dist-types/commands/DetachObjectCommand.d.ts +6 -21
  194. package/dist-types/commands/DetachPolicyCommand.d.ts +6 -21
  195. package/dist-types/commands/DetachTypedLinkCommand.d.ts +6 -21
  196. package/dist-types/commands/DisableDirectoryCommand.d.ts +6 -21
  197. package/dist-types/commands/EnableDirectoryCommand.d.ts +6 -21
  198. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +6 -21
  199. package/dist-types/commands/GetDirectoryCommand.d.ts +6 -21
  200. package/dist-types/commands/GetFacetCommand.d.ts +6 -21
  201. package/dist-types/commands/GetLinkAttributesCommand.d.ts +6 -21
  202. package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -21
  203. package/dist-types/commands/GetObjectInformationCommand.d.ts +6 -21
  204. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +6 -21
  205. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -21
  206. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +6 -21
  207. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +6 -21
  208. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +6 -21
  209. package/dist-types/commands/ListDirectoriesCommand.d.ts +6 -21
  210. package/dist-types/commands/ListFacetAttributesCommand.d.ts +6 -21
  211. package/dist-types/commands/ListFacetNamesCommand.d.ts +6 -21
  212. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +6 -21
  213. package/dist-types/commands/ListIndexCommand.d.ts +6 -21
  214. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +6 -21
  215. package/dist-types/commands/ListObjectAttributesCommand.d.ts +6 -21
  216. package/dist-types/commands/ListObjectChildrenCommand.d.ts +6 -21
  217. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +6 -21
  218. package/dist-types/commands/ListObjectParentsCommand.d.ts +6 -21
  219. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +6 -21
  220. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +6 -21
  221. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +6 -21
  222. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +6 -21
  223. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  224. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -21
  225. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +6 -21
  226. package/dist-types/commands/LookupPolicyCommand.d.ts +6 -21
  227. package/dist-types/commands/PublishSchemaCommand.d.ts +6 -21
  228. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +6 -21
  229. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +6 -21
  230. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  231. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  232. package/dist-types/commands/UpdateFacetCommand.d.ts +6 -21
  233. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +6 -21
  234. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +6 -21
  235. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -21
  236. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +6 -21
  237. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +6 -21
  238. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -21
  239. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  240. package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +1 -1
  241. package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +1 -1
  242. package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +1 -1
  243. package/dist-types/pagination/ListDirectoriesPaginator.d.ts +1 -1
  244. package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +1 -1
  245. package/dist-types/pagination/ListFacetNamesPaginator.d.ts +1 -1
  246. package/dist-types/pagination/ListIndexPaginator.d.ts +1 -1
  247. package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +1 -1
  248. package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +1 -1
  249. package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +1 -1
  250. package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +1 -1
  251. package/dist-types/pagination/ListObjectParentsPaginator.d.ts +1 -1
  252. package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +1 -1
  253. package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +1 -1
  254. package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +1 -1
  255. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  256. package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +1 -1
  257. package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +1 -1
  258. package/dist-types/pagination/LookupPolicyPaginator.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +14 -23
  277. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +14 -23
  284. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +14 -23
  296. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +12 -24
  299. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +14 -23
  300. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +12 -24
  302. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +14 -23
  303. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +12 -24
  304. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +14 -23
  305. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +12 -24
  307. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +12 -24
  308. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +12 -24
  309. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  310. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +12 -24
  311. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +12 -24
  312. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +14 -23
  313. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +14 -23
  314. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +14 -23
  315. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +12 -24
  316. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  317. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  318. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +14 -23
  319. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +12 -24
  320. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +12 -24
  321. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +14 -23
  322. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +12 -24
  323. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +12 -24
  324. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +12 -24
  325. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  326. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +3 -3
  327. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +3 -3
  328. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +3 -3
  329. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +3 -3
  330. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +3 -3
  331. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +3 -3
  332. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +3 -3
  333. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +3 -3
  334. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +3 -3
  335. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +3 -3
  336. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +3 -3
  337. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +3 -3
  338. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +3 -3
  339. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +3 -3
  340. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +3 -3
  341. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  342. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +3 -3
  343. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +3 -3
  344. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +3 -3
  345. 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 { ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDevelopmentSchemaArnsCommandInput extends ListDevelopmentSc
21
20
  */
22
21
  export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentSchemaArnsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDevelopmentSchemaArnsCommand_base: {
24
+ new (input: ListDevelopmentSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves each Amazon Resource Name (ARN) of schemas in the development
@@ -81,23 +84,5 @@ export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentS
81
84
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
82
85
  *
83
86
  */
84
- export declare class ListDevelopmentSchemaArnsCommand extends $Command<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
85
- readonly input: ListDevelopmentSchemaArnsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListDevelopmentSchemaArnsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { ListDirectoriesRequest, ListDirectoriesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDirectoriesCommandInput extends ListDirectoriesRequest {
21
20
  */
22
21
  export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDirectoriesCommand_base: {
24
+ new (input: ListDirectoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists directories created within an account.</p>
@@ -83,23 +86,5 @@ export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, _
83
86
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
84
87
  *
85
88
  */
86
- export declare class ListDirectoriesCommand extends $Command<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig> {
87
- readonly input: ListDirectoriesCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListDirectoriesCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDirectoriesCommandInput, ListDirectoriesCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListDirectoriesCommand extends ListDirectoriesCommand_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 { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFacetAttributesCommandInput extends ListFacetAttributesRequ
21
20
  */
22
21
  export interface ListFacetAttributesCommandOutput extends ListFacetAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFacetAttributesCommand_base: {
24
+ new (input: ListFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves attributes attached to the facet.</p>
@@ -111,23 +114,5 @@ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesRes
111
114
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
112
115
  *
113
116
  */
114
- export declare class ListFacetAttributesCommand extends $Command<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
115
- readonly input: ListFacetAttributesCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: ListFacetAttributesCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {
133
118
  }
@@ -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 { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFacetNamesCommandInput extends ListFacetNamesRequest {
21
20
  */
22
21
  export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFacetNamesCommand_base: {
24
+ new (input: ListFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the names of facets that exist in a schema.</p>
@@ -81,23 +84,5 @@ export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __M
81
84
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
82
85
  *
83
86
  */
84
- export declare class ListFacetNamesCommand extends $Command<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig> {
85
- readonly input: ListFacetNamesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListFacetNamesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFacetNamesCommandInput, ListFacetNamesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListFacetNamesCommand extends ListFacetNamesCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
4
  import { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIncomingTypedLinksCommandInput extends ListIncomingTypedLin
21
20
  */
22
21
  export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLinksResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListIncomingTypedLinksCommand_base: {
24
+ new (input: ListIncomingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a paginated list of all the incoming <a>TypedLinkSpecifier</a>
@@ -144,23 +147,5 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
144
147
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
145
148
  *
146
149
  */
147
- export declare class ListIncomingTypedLinksCommand extends $Command<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
148
- readonly input: ListIncomingTypedLinksCommandInput;
149
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
150
- /**
151
- * @public
152
- */
153
- constructor(input: ListIncomingTypedLinksCommandInput);
154
- /**
155
- * @internal
156
- */
157
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput>;
158
- /**
159
- * @internal
160
- */
161
- private serialize;
162
- /**
163
- * @internal
164
- */
165
- private deserialize;
150
+ export declare class ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {
166
151
  }
@@ -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 { ListIndexRequest, ListIndexResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIndexCommandInput extends ListIndexRequest {
21
20
  */
22
21
  export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListIndexCommand_base: {
24
+ new (input: ListIndexCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists objects attached to the specified index.</p>
@@ -140,23 +143,5 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
140
143
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
141
144
  *
142
145
  */
143
- export declare class ListIndexCommand extends $Command<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
144
- readonly input: ListIndexCommandInput;
145
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
146
- /**
147
- * @public
148
- */
149
- constructor(input: ListIndexCommandInput);
150
- /**
151
- * @internal
152
- */
153
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIndexCommandInput, ListIndexCommandOutput>;
154
- /**
155
- * @internal
156
- */
157
- private serialize;
158
- /**
159
- * @internal
160
- */
161
- private deserialize;
146
+ export declare class ListIndexCommand extends ListIndexCommand_base {
162
147
  }
@@ -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 { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListManagedSchemaArnsCommandInput extends ListManagedSchemaArns
21
20
  */
22
21
  export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArnsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListManagedSchemaArnsCommand_base: {
24
+ new (input: ListManagedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.</p>
@@ -75,23 +78,5 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn
75
78
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
76
79
  *
77
80
  */
78
- export declare class ListManagedSchemaArnsCommand extends $Command<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
79
- readonly input: ListManagedSchemaArnsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListManagedSchemaArnsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_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 { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListObjectAttributesCommandInput extends ListObjectAttributesRe
21
20
  */
22
21
  export interface ListObjectAttributesCommandOutput extends ListObjectAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListObjectAttributesCommand_base: {
24
+ new (input: ListObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all attributes that are associated with an object.
@@ -110,23 +113,5 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
110
113
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
111
114
  *
112
115
  */
113
- export declare class ListObjectAttributesCommand extends $Command<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
114
- readonly input: ListObjectAttributesCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: ListObjectAttributesCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
132
117
  }
@@ -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 { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListObjectChildrenCommandInput extends ListObjectChildrenReques
21
20
  */
22
21
  export interface ListObjectChildrenCommandOutput extends ListObjectChildrenResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListObjectChildrenCommand_base: {
24
+ new (input: ListObjectChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a paginated list of child objects that are associated with a given
@@ -93,23 +96,5 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
93
96
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
94
97
  *
95
98
  */
96
- export declare class ListObjectChildrenCommand extends $Command<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig> {
97
- readonly input: ListObjectChildrenCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ListObjectChildrenCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
115
100
  }
@@ -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 { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListObjectParentPathsCommandInput extends ListObjectParentPaths
21
20
  */
22
21
  export interface ListObjectParentPathsCommandOutput extends ListObjectParentPathsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListObjectParentPathsCommand_base: {
24
+ new (input: ListObjectParentPathsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves all available parent paths for any object type such as node, leaf node,
@@ -99,23 +102,5 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
99
102
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
100
103
  *
101
104
  */
102
- export declare class ListObjectParentPathsCommand extends $Command<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig> {
103
- readonly input: ListObjectParentPathsCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListObjectParentPathsCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
121
106
  }
@@ -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 { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListObjectParentsCommandInput extends ListObjectParentsRequest
21
20
  */
22
21
  export interface ListObjectParentsCommandOutput extends ListObjectParentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListObjectParentsCommand_base: {
24
+ new (input: ListObjectParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists parent objects that are associated with a given object in pagination
@@ -99,23 +102,5 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
99
102
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
100
103
  *
101
104
  */
102
- export declare class ListObjectParentsCommand extends $Command<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig> {
103
- readonly input: ListObjectParentsCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListObjectParentsCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectParentsCommandInput, ListObjectParentsCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
121
106
  }
@@ -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 { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListObjectPoliciesCommandInput extends ListObjectPoliciesReques
21
20
  */
22
21
  export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListObjectPoliciesCommand_base: {
24
+ new (input: ListObjectPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns policies attached to an object in pagination fashion.</p>
@@ -88,23 +91,5 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
88
91
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
89
92
  *
90
93
  */
91
- export declare class ListObjectPoliciesCommand extends $Command<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig> {
92
- readonly input: ListObjectPoliciesCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: ListObjectPoliciesCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_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 { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOutgoingTypedLinksCommandInput extends ListOutgoingTypedLin
21
20
  */
22
21
  export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLinksResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListOutgoingTypedLinksCommand_base: {
24
+ new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a>
@@ -144,23 +147,5 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
144
147
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
145
148
  *
146
149
  */
147
- export declare class ListOutgoingTypedLinksCommand extends $Command<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
148
- readonly input: ListOutgoingTypedLinksCommandInput;
149
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
150
- /**
151
- * @public
152
- */
153
- constructor(input: ListOutgoingTypedLinksCommandInput);
154
- /**
155
- * @internal
156
- */
157
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput>;
158
- /**
159
- * @internal
160
- */
161
- private serialize;
162
- /**
163
- * @internal
164
- */
165
- private deserialize;
150
+ export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {
166
151
  }
@@ -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 { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPolicyAttachmentsCommandInput extends ListPolicyAttachments
21
20
  */
22
21
  export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachmentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPolicyAttachmentsCommand_base: {
24
+ new (input: ListPolicyAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached.</p>
@@ -91,23 +94,5 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
91
94
  * <p>Base exception class for all service exceptions from CloudDirectory service.</p>
92
95
  *
93
96
  */
94
- export declare class ListPolicyAttachmentsCommand extends $Command<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig> {
95
- readonly input: ListPolicyAttachmentsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListPolicyAttachmentsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListPolicyAttachmentsCommand extends ListPolicyAttachmentsCommand_base {
113
98
  }