@aws-sdk/client-clouddirectory 3.296.0 → 3.298.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 (226) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -3
  2. package/dist-cjs/commands/ApplySchemaCommand.js +2 -3
  3. package/dist-cjs/commands/AttachObjectCommand.js +2 -3
  4. package/dist-cjs/commands/AttachPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachToIndexCommand.js +2 -3
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -3
  7. package/dist-cjs/commands/BatchReadCommand.js +2 -3
  8. package/dist-cjs/commands/BatchWriteCommand.js +2 -3
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -3
  10. package/dist-cjs/commands/CreateFacetCommand.js +2 -3
  11. package/dist-cjs/commands/CreateIndexCommand.js +2 -3
  12. package/dist-cjs/commands/CreateObjectCommand.js +2 -3
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -3
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteFacetCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteObjectCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -3
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -3
  21. package/dist-cjs/commands/DetachObjectCommand.js +2 -3
  22. package/dist-cjs/commands/DetachPolicyCommand.js +2 -3
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +2 -3
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -3
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -3
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -3
  27. package/dist-cjs/commands/GetDirectoryCommand.js +2 -3
  28. package/dist-cjs/commands/GetFacetCommand.js +2 -3
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -3
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -3
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -3
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -3
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -3
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -3
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -3
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -3
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -3
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -3
  41. package/dist-cjs/commands/ListIndexCommand.js +2 -3
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -3
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -3
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -3
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -3
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -3
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -3
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -3
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -3
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -3
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  54. package/dist-cjs/commands/LookupPolicyCommand.js +2 -3
  55. package/dist-cjs/commands/PublishSchemaCommand.js +2 -3
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -3
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -3
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  60. package/dist-cjs/commands/UpdateFacetCommand.js +2 -3
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -3
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -3
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -3
  67. package/dist-cjs/models/models_0.js +1 -1053
  68. package/dist-es/commands/AddFacetToObjectCommand.js +2 -3
  69. package/dist-es/commands/ApplySchemaCommand.js +2 -3
  70. package/dist-es/commands/AttachObjectCommand.js +2 -3
  71. package/dist-es/commands/AttachPolicyCommand.js +2 -3
  72. package/dist-es/commands/AttachToIndexCommand.js +2 -3
  73. package/dist-es/commands/AttachTypedLinkCommand.js +2 -3
  74. package/dist-es/commands/BatchReadCommand.js +2 -3
  75. package/dist-es/commands/BatchWriteCommand.js +2 -3
  76. package/dist-es/commands/CreateDirectoryCommand.js +2 -3
  77. package/dist-es/commands/CreateFacetCommand.js +2 -3
  78. package/dist-es/commands/CreateIndexCommand.js +2 -3
  79. package/dist-es/commands/CreateObjectCommand.js +2 -3
  80. package/dist-es/commands/CreateSchemaCommand.js +2 -3
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -3
  82. package/dist-es/commands/DeleteDirectoryCommand.js +2 -3
  83. package/dist-es/commands/DeleteFacetCommand.js +2 -3
  84. package/dist-es/commands/DeleteObjectCommand.js +2 -3
  85. package/dist-es/commands/DeleteSchemaCommand.js +2 -3
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -3
  87. package/dist-es/commands/DetachFromIndexCommand.js +2 -3
  88. package/dist-es/commands/DetachObjectCommand.js +2 -3
  89. package/dist-es/commands/DetachPolicyCommand.js +2 -3
  90. package/dist-es/commands/DetachTypedLinkCommand.js +2 -3
  91. package/dist-es/commands/DisableDirectoryCommand.js +2 -3
  92. package/dist-es/commands/EnableDirectoryCommand.js +2 -3
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -3
  94. package/dist-es/commands/GetDirectoryCommand.js +2 -3
  95. package/dist-es/commands/GetFacetCommand.js +2 -3
  96. package/dist-es/commands/GetLinkAttributesCommand.js +2 -3
  97. package/dist-es/commands/GetObjectAttributesCommand.js +2 -3
  98. package/dist-es/commands/GetObjectInformationCommand.js +2 -3
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -3
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -3
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +2 -3
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  104. package/dist-es/commands/ListDirectoriesCommand.js +2 -3
  105. package/dist-es/commands/ListFacetAttributesCommand.js +2 -3
  106. package/dist-es/commands/ListFacetNamesCommand.js +2 -3
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -3
  108. package/dist-es/commands/ListIndexCommand.js +2 -3
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -3
  110. package/dist-es/commands/ListObjectAttributesCommand.js +2 -3
  111. package/dist-es/commands/ListObjectChildrenCommand.js +2 -3
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +2 -3
  113. package/dist-es/commands/ListObjectParentsCommand.js +2 -3
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +2 -3
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -3
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -3
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  121. package/dist-es/commands/LookupPolicyCommand.js +2 -3
  122. package/dist-es/commands/PublishSchemaCommand.js +2 -3
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -3
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -3
  125. package/dist-es/commands/TagResourceCommand.js +2 -3
  126. package/dist-es/commands/UntagResourceCommand.js +2 -3
  127. package/dist-es/commands/UpdateFacetCommand.js +2 -3
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -3
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -3
  130. package/dist-es/commands/UpdateSchemaCommand.js +2 -3
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -3
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -3
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -3
  134. package/dist-es/models/models_0.js +0 -821
  135. package/dist-types/CloudDirectory.d.ts +67 -0
  136. package/dist-types/CloudDirectoryClient.d.ts +24 -4
  137. package/dist-types/commands/AddFacetToObjectCommand.d.ts +16 -0
  138. package/dist-types/commands/ApplySchemaCommand.d.ts +16 -0
  139. package/dist-types/commands/AttachObjectCommand.d.ts +16 -0
  140. package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
  141. package/dist-types/commands/AttachToIndexCommand.d.ts +16 -0
  142. package/dist-types/commands/AttachTypedLinkCommand.d.ts +16 -0
  143. package/dist-types/commands/BatchReadCommand.d.ts +16 -0
  144. package/dist-types/commands/BatchWriteCommand.d.ts +16 -0
  145. package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
  146. package/dist-types/commands/CreateFacetCommand.d.ts +16 -0
  147. package/dist-types/commands/CreateIndexCommand.d.ts +16 -0
  148. package/dist-types/commands/CreateObjectCommand.d.ts +16 -0
  149. package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
  150. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +16 -0
  151. package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
  152. package/dist-types/commands/DeleteFacetCommand.d.ts +16 -0
  153. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  154. package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
  155. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +16 -0
  156. package/dist-types/commands/DetachFromIndexCommand.d.ts +16 -0
  157. package/dist-types/commands/DetachObjectCommand.d.ts +16 -0
  158. package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
  159. package/dist-types/commands/DetachTypedLinkCommand.d.ts +16 -0
  160. package/dist-types/commands/DisableDirectoryCommand.d.ts +16 -0
  161. package/dist-types/commands/EnableDirectoryCommand.d.ts +16 -0
  162. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +16 -0
  163. package/dist-types/commands/GetDirectoryCommand.d.ts +16 -0
  164. package/dist-types/commands/GetFacetCommand.d.ts +16 -0
  165. package/dist-types/commands/GetLinkAttributesCommand.d.ts +16 -0
  166. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  167. package/dist-types/commands/GetObjectInformationCommand.d.ts +16 -0
  168. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +16 -0
  169. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +16 -0
  170. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +16 -0
  171. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +16 -0
  172. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +16 -0
  173. package/dist-types/commands/ListDirectoriesCommand.d.ts +16 -0
  174. package/dist-types/commands/ListFacetAttributesCommand.d.ts +16 -0
  175. package/dist-types/commands/ListFacetNamesCommand.d.ts +16 -0
  176. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +16 -0
  177. package/dist-types/commands/ListIndexCommand.d.ts +16 -0
  178. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListObjectAttributesCommand.d.ts +16 -0
  180. package/dist-types/commands/ListObjectChildrenCommand.d.ts +16 -0
  181. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +16 -0
  182. package/dist-types/commands/ListObjectParentsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +16 -0
  184. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +16 -0
  185. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +16 -0
  186. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +16 -0
  187. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  188. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +16 -0
  189. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +16 -0
  190. package/dist-types/commands/LookupPolicyCommand.d.ts +16 -0
  191. package/dist-types/commands/PublishSchemaCommand.d.ts +16 -0
  192. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +16 -0
  193. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +16 -0
  194. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  195. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  196. package/dist-types/commands/UpdateFacetCommand.d.ts +16 -0
  197. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +16 -0
  198. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +16 -0
  199. package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
  200. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +16 -0
  201. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +16 -0
  202. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +16 -0
  203. package/dist-types/models/CloudDirectoryServiceException.d.ts +2 -0
  204. package/dist-types/models/models_0.d.ts +559 -904
  205. package/dist-types/pagination/Interfaces.d.ts +3 -0
  206. package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +3 -0
  207. package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +3 -0
  208. package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +3 -0
  209. package/dist-types/pagination/ListDirectoriesPaginator.d.ts +3 -0
  210. package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +3 -0
  211. package/dist-types/pagination/ListFacetNamesPaginator.d.ts +3 -0
  212. package/dist-types/pagination/ListIndexPaginator.d.ts +3 -0
  213. package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +3 -0
  214. package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +3 -0
  215. package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +3 -0
  216. package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +3 -0
  217. package/dist-types/pagination/ListObjectParentsPaginator.d.ts +3 -0
  218. package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +3 -0
  219. package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +3 -0
  220. package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +3 -0
  221. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  222. package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +3 -0
  223. package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +3 -0
  224. package/dist-types/pagination/LookupPolicyPaginator.d.ts +3 -0
  225. package/dist-types/ts3.4/models/models_0.d.ts +0 -664
  226. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTypedLinkFacetCommand}.
8
10
  */
9
11
  export interface UpdateTypedLinkFacetCommandInput extends UpdateTypedLinkFacetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTypedLinkFacetCommand}.
13
17
  */
14
18
  export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTypedLinkFacetCommandInput - {@link UpdateTypedLinkFacetCommandInput}
34
+ * @returns {@link UpdateTypedLinkFacetCommandOutput}
28
35
  * @see {@link UpdateTypedLinkFacetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTypedLinkFacetCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -70,11 +77,20 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
70
77
  export declare class UpdateTypedLinkFacetCommand extends $Command<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
71
78
  readonly input: UpdateTypedLinkFacetCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: UpdateTypedLinkFacetCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpgradeAppliedSchemaCommand}.
8
10
  */
9
11
  export interface UpgradeAppliedSchemaCommandInput extends UpgradeAppliedSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpgradeAppliedSchemaCommand}.
13
17
  */
14
18
  export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpgradeAppliedSchemaCommandInput - {@link UpgradeAppliedSchemaCommandInput}
34
+ * @returns {@link UpgradeAppliedSchemaCommandOutput}
28
35
  * @see {@link UpgradeAppliedSchemaCommandInput} for command's `input` shape.
29
36
  * @see {@link UpgradeAppliedSchemaCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -64,11 +71,20 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
64
71
  export declare class UpgradeAppliedSchemaCommand extends $Command<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
65
72
  readonly input: UpgradeAppliedSchemaCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: UpgradeAppliedSchemaCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { UpgradePublishedSchemaRequest, UpgradePublishedSchemaResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpgradePublishedSchemaCommand}.
8
10
  */
9
11
  export interface UpgradePublishedSchemaCommandInput extends UpgradePublishedSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpgradePublishedSchemaCommand}.
13
17
  */
14
18
  export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Upgrades a published schema under a new minor version revision using the current contents of <code>DevelopmentSchemaArn</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpgradePublishedSchemaCommandInput - {@link UpgradePublishedSchemaCommandInput}
34
+ * @returns {@link UpgradePublishedSchemaCommandOutput}
28
35
  * @see {@link UpgradePublishedSchemaCommandInput} for command's `input` shape.
29
36
  * @see {@link UpgradePublishedSchemaCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -63,11 +70,20 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
63
70
  export declare class UpgradePublishedSchemaCommand extends $Command<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
64
71
  readonly input: UpgradePublishedSchemaCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpgradePublishedSchemaCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from CloudDirectory service.
4
6
  */
5
7
  export declare class CloudDirectoryServiceException extends __ServiceException {