@aws-sdk/client-clouddirectory 3.1077.0 → 3.1078.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 (206) hide show
  1. package/dist-cjs/index.js +74 -663
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddFacetToObjectCommand.js +2 -14
  4. package/dist-es/commands/ApplySchemaCommand.js +2 -14
  5. package/dist-es/commands/AttachObjectCommand.js +2 -14
  6. package/dist-es/commands/AttachPolicyCommand.js +2 -14
  7. package/dist-es/commands/AttachToIndexCommand.js +2 -14
  8. package/dist-es/commands/AttachTypedLinkCommand.js +2 -14
  9. package/dist-es/commands/BatchReadCommand.js +2 -14
  10. package/dist-es/commands/BatchWriteCommand.js +2 -14
  11. package/dist-es/commands/CreateDirectoryCommand.js +2 -14
  12. package/dist-es/commands/CreateFacetCommand.js +2 -14
  13. package/dist-es/commands/CreateIndexCommand.js +2 -14
  14. package/dist-es/commands/CreateObjectCommand.js +2 -14
  15. package/dist-es/commands/CreateSchemaCommand.js +2 -14
  16. package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -14
  17. package/dist-es/commands/DeleteDirectoryCommand.js +2 -14
  18. package/dist-es/commands/DeleteFacetCommand.js +2 -14
  19. package/dist-es/commands/DeleteObjectCommand.js +2 -14
  20. package/dist-es/commands/DeleteSchemaCommand.js +2 -14
  21. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -14
  22. package/dist-es/commands/DetachFromIndexCommand.js +2 -14
  23. package/dist-es/commands/DetachObjectCommand.js +2 -14
  24. package/dist-es/commands/DetachPolicyCommand.js +2 -14
  25. package/dist-es/commands/DetachTypedLinkCommand.js +2 -14
  26. package/dist-es/commands/DisableDirectoryCommand.js +2 -14
  27. package/dist-es/commands/EnableDirectoryCommand.js +2 -14
  28. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -14
  29. package/dist-es/commands/GetDirectoryCommand.js +2 -14
  30. package/dist-es/commands/GetFacetCommand.js +2 -14
  31. package/dist-es/commands/GetLinkAttributesCommand.js +2 -14
  32. package/dist-es/commands/GetObjectAttributesCommand.js +2 -14
  33. package/dist-es/commands/GetObjectInformationCommand.js +2 -14
  34. package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -14
  35. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -14
  36. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -14
  37. package/dist-es/commands/ListAttachedIndicesCommand.js +2 -14
  38. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -14
  39. package/dist-es/commands/ListDirectoriesCommand.js +2 -14
  40. package/dist-es/commands/ListFacetAttributesCommand.js +2 -14
  41. package/dist-es/commands/ListFacetNamesCommand.js +2 -14
  42. package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -14
  43. package/dist-es/commands/ListIndexCommand.js +2 -14
  44. package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -14
  45. package/dist-es/commands/ListObjectAttributesCommand.js +2 -14
  46. package/dist-es/commands/ListObjectChildrenCommand.js +2 -14
  47. package/dist-es/commands/ListObjectParentPathsCommand.js +2 -14
  48. package/dist-es/commands/ListObjectParentsCommand.js +2 -14
  49. package/dist-es/commands/ListObjectPoliciesCommand.js +2 -14
  50. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -14
  51. package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -14
  52. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -14
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  54. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -14
  55. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -14
  56. package/dist-es/commands/LookupPolicyCommand.js +2 -14
  57. package/dist-es/commands/PublishSchemaCommand.js +2 -14
  58. package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -14
  59. package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -14
  60. package/dist-es/commands/TagResourceCommand.js +2 -14
  61. package/dist-es/commands/UntagResourceCommand.js +2 -14
  62. package/dist-es/commands/UpdateFacetCommand.js +2 -14
  63. package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -14
  64. package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -14
  65. package/dist-es/commands/UpdateSchemaCommand.js +2 -14
  66. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -14
  67. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -14
  68. package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -14
  69. package/dist-es/index.js +1 -0
  70. package/dist-types/commandBuilder.d.ts +18 -0
  71. package/dist-types/commands/AddFacetToObjectCommand.d.ts +3 -8
  72. package/dist-types/commands/ApplySchemaCommand.d.ts +3 -8
  73. package/dist-types/commands/AttachObjectCommand.d.ts +3 -8
  74. package/dist-types/commands/AttachPolicyCommand.d.ts +3 -8
  75. package/dist-types/commands/AttachToIndexCommand.d.ts +3 -8
  76. package/dist-types/commands/AttachTypedLinkCommand.d.ts +3 -8
  77. package/dist-types/commands/BatchReadCommand.d.ts +3 -8
  78. package/dist-types/commands/BatchWriteCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateDirectoryCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateFacetCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateObjectCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteDirectoryCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteFacetCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +3 -8
  90. package/dist-types/commands/DetachFromIndexCommand.d.ts +3 -8
  91. package/dist-types/commands/DetachObjectCommand.d.ts +3 -8
  92. package/dist-types/commands/DetachPolicyCommand.d.ts +3 -8
  93. package/dist-types/commands/DetachTypedLinkCommand.d.ts +3 -8
  94. package/dist-types/commands/DisableDirectoryCommand.d.ts +3 -8
  95. package/dist-types/commands/EnableDirectoryCommand.d.ts +3 -8
  96. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +3 -8
  97. package/dist-types/commands/GetDirectoryCommand.d.ts +3 -8
  98. package/dist-types/commands/GetFacetCommand.d.ts +3 -8
  99. package/dist-types/commands/GetLinkAttributesCommand.d.ts +3 -8
  100. package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
  101. package/dist-types/commands/GetObjectInformationCommand.d.ts +3 -8
  102. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +3 -8
  103. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +3 -8
  104. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +3 -8
  106. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListDirectoriesCommand.d.ts +3 -8
  108. package/dist-types/commands/ListFacetAttributesCommand.d.ts +3 -8
  109. package/dist-types/commands/ListFacetNamesCommand.d.ts +3 -8
  110. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +3 -8
  111. package/dist-types/commands/ListIndexCommand.d.ts +3 -8
  112. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -8
  114. package/dist-types/commands/ListObjectChildrenCommand.d.ts +3 -8
  115. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListObjectParentsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +3 -8
  118. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +3 -8
  119. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +3 -8
  120. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +3 -8
  121. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  122. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +3 -8
  123. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +3 -8
  124. package/dist-types/commands/LookupPolicyCommand.d.ts +3 -8
  125. package/dist-types/commands/PublishSchemaCommand.d.ts +3 -8
  126. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +3 -8
  127. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -8
  128. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  129. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateFacetCommand.d.ts +3 -8
  131. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +3 -8
  132. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -8
  135. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +3 -8
  136. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +3 -8
  137. package/dist-types/index.d.ts +1 -0
  138. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  139. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/index.d.ts +1 -0
  206. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
2
  import type { UpdateFacetRequest, UpdateFacetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateFacetCommandInput extends UpdateFacetRequest {
22
19
  export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateFacetCommand_base: {
25
- new (input: UpdateFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Does the following:</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
2
  import type { UpdateLinkAttributesRequest, UpdateLinkAttributesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateLinkAttributesCommandInput extends UpdateLinkAttributesRe
22
19
  export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLinkAttributesCommand_base: {
25
- new (input: UpdateLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a given typed link’s attributes. Attributes to be updated must not contribute to the typed link’s identity, as defined by its <code>IdentityAttributeOrder</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
2
  import type { UpdateObjectAttributesRequest, UpdateObjectAttributesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateObjectAttributesCommandInput extends UpdateObjectAttribut
22
19
  export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateObjectAttributesCommand_base: {
25
- new (input: UpdateObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a given object's attributes.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
2
  import type { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSchemaCommandInput extends UpdateSchemaRequest {
22
19
  export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSchemaCommand_base: {
25
- new (input: UpdateSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the schema name with a new name. Only development schema names can be
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
2
  import type { UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateTypedLinkFacetCommandInput extends UpdateTypedLinkFacetRe
22
19
  export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTypedLinkFacetCommand_base: {
25
- new (input: UpdateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
2
  import type { UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpgradeAppliedSchemaCommandInput extends UpgradeAppliedSchemaRe
22
19
  export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpgradeAppliedSchemaCommand_base: {
25
- new (input: UpgradeAppliedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpgradeAppliedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpgradeAppliedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpgradeAppliedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Upgrades a single directory in-place using the <code>PublishedSchemaArn</code> with schema updates found in <code>MinorVersion</code>. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
4
2
  import type { UpgradePublishedSchemaRequest, UpgradePublishedSchemaResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpgradePublishedSchemaCommandInput extends UpgradePublishedSche
22
19
  export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSchemaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpgradePublishedSchemaCommand_base: {
25
- new (input: UpgradePublishedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpgradePublishedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpgradePublishedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpgradePublishedSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Upgrades a published schema under a new minor version revision using the current contents of <code>DevelopmentSchemaArn</code>.</p>
@@ -14,6 +14,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
14
14
  export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { CloudDirectoryExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
+ export { Command as $Command } from "@smithy/core/client";
17
18
  export * from "./schemas/schemas_0";
18
19
  export * from "./pagination";
19
20
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CloudDirectoryClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CloudDirectoryClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CloudDirectoryClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CloudDirectoryClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import {
9
3
  AddFacetToObjectRequest,
10
4
  AddFacetToObjectResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {}
15
8
  export interface AddFacetToObjectCommandOutput
16
9
  extends AddFacetToObjectResponse,
@@ -21,22 +14,20 @@ declare const AddFacetToObjectCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AddFacetToObjectCommandInput,
23
16
  AddFacetToObjectCommandOutput,
24
- CloudDirectoryClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudDirectoryClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AddFacetToObjectCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AddFacetToObjectCommandInput,
32
25
  AddFacetToObjectCommandOutput,
33
- CloudDirectoryClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudDirectoryClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ApplySchemaCommandInput extends ApplySchemaRequest {}
12
5
  export interface ApplySchemaCommandOutput
13
6
  extends ApplySchemaResponse,
@@ -18,22 +11,20 @@ declare const ApplySchemaCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ApplySchemaCommandInput,
20
13
  ApplySchemaCommandOutput,
21
- CloudDirectoryClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudDirectoryClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ApplySchemaCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ApplySchemaCommandInput,
29
22
  ApplySchemaCommandOutput,
30
- CloudDirectoryClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudDirectoryClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ApplySchemaCommand extends ApplySchemaCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface AttachObjectCommandInput extends AttachObjectRequest {}
12
5
  export interface AttachObjectCommandOutput
13
6
  extends AttachObjectResponse,
@@ -18,22 +11,20 @@ declare const AttachObjectCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  AttachObjectCommandInput,
20
13
  AttachObjectCommandOutput,
21
- CloudDirectoryClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudDirectoryClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: AttachObjectCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  AttachObjectCommandInput,
29
22
  AttachObjectCommandOutput,
30
- CloudDirectoryClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudDirectoryClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class AttachObjectCommand extends AttachObjectCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface AttachPolicyCommandInput extends AttachPolicyRequest {}
12
5
  export interface AttachPolicyCommandOutput
13
6
  extends AttachPolicyResponse,
@@ -18,22 +11,20 @@ declare const AttachPolicyCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  AttachPolicyCommandInput,
20
13
  AttachPolicyCommandOutput,
21
- CloudDirectoryClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudDirectoryClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: AttachPolicyCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  AttachPolicyCommandInput,
29
22
  AttachPolicyCommandOutput,
30
- CloudDirectoryClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudDirectoryClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import {
9
3
  AttachToIndexRequest,
10
4
  AttachToIndexResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AttachToIndexCommandInput extends AttachToIndexRequest {}
15
8
  export interface AttachToIndexCommandOutput
16
9
  extends AttachToIndexResponse,
@@ -21,22 +14,20 @@ declare const AttachToIndexCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AttachToIndexCommandInput,
23
16
  AttachToIndexCommandOutput,
24
- CloudDirectoryClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudDirectoryClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AttachToIndexCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AttachToIndexCommandInput,
32
25
  AttachToIndexCommandOutput,
33
- CloudDirectoryClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudDirectoryClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AttachToIndexCommand extends AttachToIndexCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import {
9
3
  AttachTypedLinkRequest,
10
4
  AttachTypedLinkResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {}
15
8
  export interface AttachTypedLinkCommandOutput
16
9
  extends AttachTypedLinkResponse,
@@ -21,22 +14,20 @@ declare const AttachTypedLinkCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AttachTypedLinkCommandInput,
23
16
  AttachTypedLinkCommandOutput,
24
- CloudDirectoryClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudDirectoryClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AttachTypedLinkCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AttachTypedLinkCommandInput,
32
25
  AttachTypedLinkCommandOutput,
33
- CloudDirectoryClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudDirectoryClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import { BatchReadRequest, BatchReadResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface BatchReadCommandInput extends BatchReadRequest {}
12
5
  export interface BatchReadCommandOutput
13
6
  extends BatchReadResponse,
@@ -16,20 +9,18 @@ declare const BatchReadCommand_base: {
16
9
  new (input: BatchReadCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  BatchReadCommandInput,
18
11
  BatchReadCommandOutput,
19
- CloudDirectoryClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").CloudDirectoryClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: BatchReadCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  BatchReadCommandInput,
25
18
  BatchReadCommandOutput,
26
- CloudDirectoryClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").CloudDirectoryClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class BatchReadCommand extends BatchReadCommand_base {
35
26
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudDirectoryClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudDirectoryClient";
8
2
  import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface BatchWriteCommandInput extends BatchWriteRequest {}
12
5
  export interface BatchWriteCommandOutput
13
6
  extends BatchWriteResponse,
@@ -18,22 +11,20 @@ declare const BatchWriteCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  BatchWriteCommandInput,
20
13
  BatchWriteCommandOutput,
21
- CloudDirectoryClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudDirectoryClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: BatchWriteCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  BatchWriteCommandInput,
29
22
  BatchWriteCommandOutput,
30
- CloudDirectoryClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudDirectoryClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class BatchWriteCommand extends BatchWriteCommand_base {
39
30
  protected static __types: {