@aws-sdk/client-clouddirectory 3.278.0 → 3.281.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.
- package/README.md +531 -0
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +6 -0
- package/dist-types/commands/ApplySchemaCommand.d.ts +6 -0
- package/dist-types/commands/AttachObjectCommand.d.ts +6 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +6 -0
- package/dist-types/commands/AttachToIndexCommand.d.ts +6 -0
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -0
- package/dist-types/commands/BatchReadCommand.d.ts +6 -0
- package/dist-types/commands/BatchWriteCommand.d.ts +6 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/CreateFacetCommand.d.ts +6 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -0
- package/dist-types/commands/CreateObjectCommand.d.ts +6 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFacetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +6 -0
- package/dist-types/commands/DetachFromIndexCommand.d.ts +6 -0
- package/dist-types/commands/DetachObjectCommand.d.ts +6 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +6 -0
- package/dist-types/commands/DisableDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/EnableDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +6 -0
- package/dist-types/commands/GetFacetCommand.d.ts +6 -0
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +6 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +6 -0
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +6 -0
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -0
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +6 -0
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +6 -0
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +6 -0
- package/dist-types/commands/ListDirectoriesCommand.d.ts +6 -0
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +6 -0
- package/dist-types/commands/ListFacetNamesCommand.d.ts +6 -0
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +6 -0
- package/dist-types/commands/ListIndexCommand.d.ts +6 -0
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +6 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +6 -0
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +6 -0
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +6 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +6 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +6 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +6 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +6 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +6 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +6 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +6 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +6 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -209,3 +209,534 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
209
209
|
This SDK is distributed under the
|
|
210
210
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
211
211
|
see LICENSE for more information.
|
|
212
|
+
|
|
213
|
+
## Client Commands (Operations List)
|
|
214
|
+
|
|
215
|
+
<details>
|
|
216
|
+
<summary>
|
|
217
|
+
AddFacetToObject
|
|
218
|
+
</summary>
|
|
219
|
+
|
|
220
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/addfacettoobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/addfacettoobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/addfacettoobjectcommandoutput.html)
|
|
221
|
+
|
|
222
|
+
</details>
|
|
223
|
+
<details>
|
|
224
|
+
<summary>
|
|
225
|
+
ApplySchema
|
|
226
|
+
</summary>
|
|
227
|
+
|
|
228
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/applyschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/applyschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/applyschemacommandoutput.html)
|
|
229
|
+
|
|
230
|
+
</details>
|
|
231
|
+
<details>
|
|
232
|
+
<summary>
|
|
233
|
+
AttachObject
|
|
234
|
+
</summary>
|
|
235
|
+
|
|
236
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/attachobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachobjectcommandoutput.html)
|
|
237
|
+
|
|
238
|
+
</details>
|
|
239
|
+
<details>
|
|
240
|
+
<summary>
|
|
241
|
+
AttachPolicy
|
|
242
|
+
</summary>
|
|
243
|
+
|
|
244
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/attachpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachpolicycommandoutput.html)
|
|
245
|
+
|
|
246
|
+
</details>
|
|
247
|
+
<details>
|
|
248
|
+
<summary>
|
|
249
|
+
AttachToIndex
|
|
250
|
+
</summary>
|
|
251
|
+
|
|
252
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/attachtoindexcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachtoindexcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachtoindexcommandoutput.html)
|
|
253
|
+
|
|
254
|
+
</details>
|
|
255
|
+
<details>
|
|
256
|
+
<summary>
|
|
257
|
+
AttachTypedLink
|
|
258
|
+
</summary>
|
|
259
|
+
|
|
260
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/attachtypedlinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachtypedlinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/attachtypedlinkcommandoutput.html)
|
|
261
|
+
|
|
262
|
+
</details>
|
|
263
|
+
<details>
|
|
264
|
+
<summary>
|
|
265
|
+
BatchRead
|
|
266
|
+
</summary>
|
|
267
|
+
|
|
268
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/batchreadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/batchreadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/batchreadcommandoutput.html)
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
<details>
|
|
272
|
+
<summary>
|
|
273
|
+
BatchWrite
|
|
274
|
+
</summary>
|
|
275
|
+
|
|
276
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/batchwritecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/batchwritecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/batchwritecommandoutput.html)
|
|
277
|
+
|
|
278
|
+
</details>
|
|
279
|
+
<details>
|
|
280
|
+
<summary>
|
|
281
|
+
CreateDirectory
|
|
282
|
+
</summary>
|
|
283
|
+
|
|
284
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/createdirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createdirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createdirectorycommandoutput.html)
|
|
285
|
+
|
|
286
|
+
</details>
|
|
287
|
+
<details>
|
|
288
|
+
<summary>
|
|
289
|
+
CreateFacet
|
|
290
|
+
</summary>
|
|
291
|
+
|
|
292
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/createfacetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createfacetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createfacetcommandoutput.html)
|
|
293
|
+
|
|
294
|
+
</details>
|
|
295
|
+
<details>
|
|
296
|
+
<summary>
|
|
297
|
+
CreateIndex
|
|
298
|
+
</summary>
|
|
299
|
+
|
|
300
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/createindexcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createindexcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createindexcommandoutput.html)
|
|
301
|
+
|
|
302
|
+
</details>
|
|
303
|
+
<details>
|
|
304
|
+
<summary>
|
|
305
|
+
CreateObject
|
|
306
|
+
</summary>
|
|
307
|
+
|
|
308
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/createobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createobjectcommandoutput.html)
|
|
309
|
+
|
|
310
|
+
</details>
|
|
311
|
+
<details>
|
|
312
|
+
<summary>
|
|
313
|
+
CreateSchema
|
|
314
|
+
</summary>
|
|
315
|
+
|
|
316
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/createschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createschemacommandoutput.html)
|
|
317
|
+
|
|
318
|
+
</details>
|
|
319
|
+
<details>
|
|
320
|
+
<summary>
|
|
321
|
+
CreateTypedLinkFacet
|
|
322
|
+
</summary>
|
|
323
|
+
|
|
324
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/createtypedlinkfacetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createtypedlinkfacetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/createtypedlinkfacetcommandoutput.html)
|
|
325
|
+
|
|
326
|
+
</details>
|
|
327
|
+
<details>
|
|
328
|
+
<summary>
|
|
329
|
+
DeleteDirectory
|
|
330
|
+
</summary>
|
|
331
|
+
|
|
332
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/deletedirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deletedirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deletedirectorycommandoutput.html)
|
|
333
|
+
|
|
334
|
+
</details>
|
|
335
|
+
<details>
|
|
336
|
+
<summary>
|
|
337
|
+
DeleteFacet
|
|
338
|
+
</summary>
|
|
339
|
+
|
|
340
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/deletefacetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deletefacetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deletefacetcommandoutput.html)
|
|
341
|
+
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
DeleteObject
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/deleteobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deleteobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deleteobjectcommandoutput.html)
|
|
349
|
+
|
|
350
|
+
</details>
|
|
351
|
+
<details>
|
|
352
|
+
<summary>
|
|
353
|
+
DeleteSchema
|
|
354
|
+
</summary>
|
|
355
|
+
|
|
356
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/deleteschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deleteschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deleteschemacommandoutput.html)
|
|
357
|
+
|
|
358
|
+
</details>
|
|
359
|
+
<details>
|
|
360
|
+
<summary>
|
|
361
|
+
DeleteTypedLinkFacet
|
|
362
|
+
</summary>
|
|
363
|
+
|
|
364
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/deletetypedlinkfacetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deletetypedlinkfacetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/deletetypedlinkfacetcommandoutput.html)
|
|
365
|
+
|
|
366
|
+
</details>
|
|
367
|
+
<details>
|
|
368
|
+
<summary>
|
|
369
|
+
DetachFromIndex
|
|
370
|
+
</summary>
|
|
371
|
+
|
|
372
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/detachfromindexcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachfromindexcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachfromindexcommandoutput.html)
|
|
373
|
+
|
|
374
|
+
</details>
|
|
375
|
+
<details>
|
|
376
|
+
<summary>
|
|
377
|
+
DetachObject
|
|
378
|
+
</summary>
|
|
379
|
+
|
|
380
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/detachobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachobjectcommandoutput.html)
|
|
381
|
+
|
|
382
|
+
</details>
|
|
383
|
+
<details>
|
|
384
|
+
<summary>
|
|
385
|
+
DetachPolicy
|
|
386
|
+
</summary>
|
|
387
|
+
|
|
388
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/detachpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachpolicycommandoutput.html)
|
|
389
|
+
|
|
390
|
+
</details>
|
|
391
|
+
<details>
|
|
392
|
+
<summary>
|
|
393
|
+
DetachTypedLink
|
|
394
|
+
</summary>
|
|
395
|
+
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/detachtypedlinkcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachtypedlinkcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/detachtypedlinkcommandoutput.html)
|
|
397
|
+
|
|
398
|
+
</details>
|
|
399
|
+
<details>
|
|
400
|
+
<summary>
|
|
401
|
+
DisableDirectory
|
|
402
|
+
</summary>
|
|
403
|
+
|
|
404
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/disabledirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/disabledirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/disabledirectorycommandoutput.html)
|
|
405
|
+
|
|
406
|
+
</details>
|
|
407
|
+
<details>
|
|
408
|
+
<summary>
|
|
409
|
+
EnableDirectory
|
|
410
|
+
</summary>
|
|
411
|
+
|
|
412
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/enabledirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/enabledirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/enabledirectorycommandoutput.html)
|
|
413
|
+
|
|
414
|
+
</details>
|
|
415
|
+
<details>
|
|
416
|
+
<summary>
|
|
417
|
+
GetAppliedSchemaVersion
|
|
418
|
+
</summary>
|
|
419
|
+
|
|
420
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/getappliedschemaversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getappliedschemaversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getappliedschemaversioncommandoutput.html)
|
|
421
|
+
|
|
422
|
+
</details>
|
|
423
|
+
<details>
|
|
424
|
+
<summary>
|
|
425
|
+
GetDirectory
|
|
426
|
+
</summary>
|
|
427
|
+
|
|
428
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/getdirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getdirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getdirectorycommandoutput.html)
|
|
429
|
+
|
|
430
|
+
</details>
|
|
431
|
+
<details>
|
|
432
|
+
<summary>
|
|
433
|
+
GetFacet
|
|
434
|
+
</summary>
|
|
435
|
+
|
|
436
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/getfacetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getfacetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getfacetcommandoutput.html)
|
|
437
|
+
|
|
438
|
+
</details>
|
|
439
|
+
<details>
|
|
440
|
+
<summary>
|
|
441
|
+
GetLinkAttributes
|
|
442
|
+
</summary>
|
|
443
|
+
|
|
444
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/getlinkattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getlinkattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getlinkattributescommandoutput.html)
|
|
445
|
+
|
|
446
|
+
</details>
|
|
447
|
+
<details>
|
|
448
|
+
<summary>
|
|
449
|
+
GetObjectAttributes
|
|
450
|
+
</summary>
|
|
451
|
+
|
|
452
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/getobjectattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getobjectattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getobjectattributescommandoutput.html)
|
|
453
|
+
|
|
454
|
+
</details>
|
|
455
|
+
<details>
|
|
456
|
+
<summary>
|
|
457
|
+
GetObjectInformation
|
|
458
|
+
</summary>
|
|
459
|
+
|
|
460
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/getobjectinformationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getobjectinformationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getobjectinformationcommandoutput.html)
|
|
461
|
+
|
|
462
|
+
</details>
|
|
463
|
+
<details>
|
|
464
|
+
<summary>
|
|
465
|
+
GetSchemaAsJson
|
|
466
|
+
</summary>
|
|
467
|
+
|
|
468
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/getschemaasjsoncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getschemaasjsoncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/getschemaasjsoncommandoutput.html)
|
|
469
|
+
|
|
470
|
+
</details>
|
|
471
|
+
<details>
|
|
472
|
+
<summary>
|
|
473
|
+
GetTypedLinkFacetInformation
|
|
474
|
+
</summary>
|
|
475
|
+
|
|
476
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/gettypedlinkfacetinformationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/gettypedlinkfacetinformationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/gettypedlinkfacetinformationcommandoutput.html)
|
|
477
|
+
|
|
478
|
+
</details>
|
|
479
|
+
<details>
|
|
480
|
+
<summary>
|
|
481
|
+
ListAppliedSchemaArns
|
|
482
|
+
</summary>
|
|
483
|
+
|
|
484
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listappliedschemaarnscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listappliedschemaarnscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listappliedschemaarnscommandoutput.html)
|
|
485
|
+
|
|
486
|
+
</details>
|
|
487
|
+
<details>
|
|
488
|
+
<summary>
|
|
489
|
+
ListAttachedIndices
|
|
490
|
+
</summary>
|
|
491
|
+
|
|
492
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listattachedindicescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listattachedindicescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listattachedindicescommandoutput.html)
|
|
493
|
+
|
|
494
|
+
</details>
|
|
495
|
+
<details>
|
|
496
|
+
<summary>
|
|
497
|
+
ListDevelopmentSchemaArns
|
|
498
|
+
</summary>
|
|
499
|
+
|
|
500
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listdevelopmentschemaarnscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listdevelopmentschemaarnscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listdevelopmentschemaarnscommandoutput.html)
|
|
501
|
+
|
|
502
|
+
</details>
|
|
503
|
+
<details>
|
|
504
|
+
<summary>
|
|
505
|
+
ListDirectories
|
|
506
|
+
</summary>
|
|
507
|
+
|
|
508
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listdirectoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listdirectoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listdirectoriescommandoutput.html)
|
|
509
|
+
|
|
510
|
+
</details>
|
|
511
|
+
<details>
|
|
512
|
+
<summary>
|
|
513
|
+
ListFacetAttributes
|
|
514
|
+
</summary>
|
|
515
|
+
|
|
516
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listfacetattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listfacetattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listfacetattributescommandoutput.html)
|
|
517
|
+
|
|
518
|
+
</details>
|
|
519
|
+
<details>
|
|
520
|
+
<summary>
|
|
521
|
+
ListFacetNames
|
|
522
|
+
</summary>
|
|
523
|
+
|
|
524
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listfacetnamescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listfacetnamescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listfacetnamescommandoutput.html)
|
|
525
|
+
|
|
526
|
+
</details>
|
|
527
|
+
<details>
|
|
528
|
+
<summary>
|
|
529
|
+
ListIncomingTypedLinks
|
|
530
|
+
</summary>
|
|
531
|
+
|
|
532
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listincomingtypedlinkscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listincomingtypedlinkscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listincomingtypedlinkscommandoutput.html)
|
|
533
|
+
|
|
534
|
+
</details>
|
|
535
|
+
<details>
|
|
536
|
+
<summary>
|
|
537
|
+
ListIndex
|
|
538
|
+
</summary>
|
|
539
|
+
|
|
540
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listindexcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listindexcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listindexcommandoutput.html)
|
|
541
|
+
|
|
542
|
+
</details>
|
|
543
|
+
<details>
|
|
544
|
+
<summary>
|
|
545
|
+
ListManagedSchemaArns
|
|
546
|
+
</summary>
|
|
547
|
+
|
|
548
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listmanagedschemaarnscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listmanagedschemaarnscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listmanagedschemaarnscommandoutput.html)
|
|
549
|
+
|
|
550
|
+
</details>
|
|
551
|
+
<details>
|
|
552
|
+
<summary>
|
|
553
|
+
ListObjectAttributes
|
|
554
|
+
</summary>
|
|
555
|
+
|
|
556
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listobjectattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectattributescommandoutput.html)
|
|
557
|
+
|
|
558
|
+
</details>
|
|
559
|
+
<details>
|
|
560
|
+
<summary>
|
|
561
|
+
ListObjectChildren
|
|
562
|
+
</summary>
|
|
563
|
+
|
|
564
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listobjectchildrencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectchildrencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectchildrencommandoutput.html)
|
|
565
|
+
|
|
566
|
+
</details>
|
|
567
|
+
<details>
|
|
568
|
+
<summary>
|
|
569
|
+
ListObjectParentPaths
|
|
570
|
+
</summary>
|
|
571
|
+
|
|
572
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listobjectparentpathscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectparentpathscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectparentpathscommandoutput.html)
|
|
573
|
+
|
|
574
|
+
</details>
|
|
575
|
+
<details>
|
|
576
|
+
<summary>
|
|
577
|
+
ListObjectParents
|
|
578
|
+
</summary>
|
|
579
|
+
|
|
580
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listobjectparentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectparentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectparentscommandoutput.html)
|
|
581
|
+
|
|
582
|
+
</details>
|
|
583
|
+
<details>
|
|
584
|
+
<summary>
|
|
585
|
+
ListObjectPolicies
|
|
586
|
+
</summary>
|
|
587
|
+
|
|
588
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listobjectpoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectpoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listobjectpoliciescommandoutput.html)
|
|
589
|
+
|
|
590
|
+
</details>
|
|
591
|
+
<details>
|
|
592
|
+
<summary>
|
|
593
|
+
ListOutgoingTypedLinks
|
|
594
|
+
</summary>
|
|
595
|
+
|
|
596
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listoutgoingtypedlinkscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listoutgoingtypedlinkscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listoutgoingtypedlinkscommandoutput.html)
|
|
597
|
+
|
|
598
|
+
</details>
|
|
599
|
+
<details>
|
|
600
|
+
<summary>
|
|
601
|
+
ListPolicyAttachments
|
|
602
|
+
</summary>
|
|
603
|
+
|
|
604
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listpolicyattachmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listpolicyattachmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listpolicyattachmentscommandoutput.html)
|
|
605
|
+
|
|
606
|
+
</details>
|
|
607
|
+
<details>
|
|
608
|
+
<summary>
|
|
609
|
+
ListPublishedSchemaArns
|
|
610
|
+
</summary>
|
|
611
|
+
|
|
612
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listpublishedschemaarnscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listpublishedschemaarnscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listpublishedschemaarnscommandoutput.html)
|
|
613
|
+
|
|
614
|
+
</details>
|
|
615
|
+
<details>
|
|
616
|
+
<summary>
|
|
617
|
+
ListTagsForResource
|
|
618
|
+
</summary>
|
|
619
|
+
|
|
620
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listtagsforresourcecommandoutput.html)
|
|
621
|
+
|
|
622
|
+
</details>
|
|
623
|
+
<details>
|
|
624
|
+
<summary>
|
|
625
|
+
ListTypedLinkFacetAttributes
|
|
626
|
+
</summary>
|
|
627
|
+
|
|
628
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listtypedlinkfacetattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listtypedlinkfacetattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listtypedlinkfacetattributescommandoutput.html)
|
|
629
|
+
|
|
630
|
+
</details>
|
|
631
|
+
<details>
|
|
632
|
+
<summary>
|
|
633
|
+
ListTypedLinkFacetNames
|
|
634
|
+
</summary>
|
|
635
|
+
|
|
636
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/listtypedlinkfacetnamescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listtypedlinkfacetnamescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/listtypedlinkfacetnamescommandoutput.html)
|
|
637
|
+
|
|
638
|
+
</details>
|
|
639
|
+
<details>
|
|
640
|
+
<summary>
|
|
641
|
+
LookupPolicy
|
|
642
|
+
</summary>
|
|
643
|
+
|
|
644
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/lookuppolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/lookuppolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/lookuppolicycommandoutput.html)
|
|
645
|
+
|
|
646
|
+
</details>
|
|
647
|
+
<details>
|
|
648
|
+
<summary>
|
|
649
|
+
PublishSchema
|
|
650
|
+
</summary>
|
|
651
|
+
|
|
652
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/publishschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/publishschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/publishschemacommandoutput.html)
|
|
653
|
+
|
|
654
|
+
</details>
|
|
655
|
+
<details>
|
|
656
|
+
<summary>
|
|
657
|
+
PutSchemaFromJson
|
|
658
|
+
</summary>
|
|
659
|
+
|
|
660
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/putschemafromjsoncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/putschemafromjsoncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/putschemafromjsoncommandoutput.html)
|
|
661
|
+
|
|
662
|
+
</details>
|
|
663
|
+
<details>
|
|
664
|
+
<summary>
|
|
665
|
+
RemoveFacetFromObject
|
|
666
|
+
</summary>
|
|
667
|
+
|
|
668
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/removefacetfromobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/removefacetfromobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/removefacetfromobjectcommandoutput.html)
|
|
669
|
+
|
|
670
|
+
</details>
|
|
671
|
+
<details>
|
|
672
|
+
<summary>
|
|
673
|
+
TagResource
|
|
674
|
+
</summary>
|
|
675
|
+
|
|
676
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/tagresourcecommandoutput.html)
|
|
677
|
+
|
|
678
|
+
</details>
|
|
679
|
+
<details>
|
|
680
|
+
<summary>
|
|
681
|
+
UntagResource
|
|
682
|
+
</summary>
|
|
683
|
+
|
|
684
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/untagresourcecommandoutput.html)
|
|
685
|
+
|
|
686
|
+
</details>
|
|
687
|
+
<details>
|
|
688
|
+
<summary>
|
|
689
|
+
UpdateFacet
|
|
690
|
+
</summary>
|
|
691
|
+
|
|
692
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/updatefacetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updatefacetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updatefacetcommandoutput.html)
|
|
693
|
+
|
|
694
|
+
</details>
|
|
695
|
+
<details>
|
|
696
|
+
<summary>
|
|
697
|
+
UpdateLinkAttributes
|
|
698
|
+
</summary>
|
|
699
|
+
|
|
700
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/updatelinkattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updatelinkattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updatelinkattributescommandoutput.html)
|
|
701
|
+
|
|
702
|
+
</details>
|
|
703
|
+
<details>
|
|
704
|
+
<summary>
|
|
705
|
+
UpdateObjectAttributes
|
|
706
|
+
</summary>
|
|
707
|
+
|
|
708
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/updateobjectattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updateobjectattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updateobjectattributescommandoutput.html)
|
|
709
|
+
|
|
710
|
+
</details>
|
|
711
|
+
<details>
|
|
712
|
+
<summary>
|
|
713
|
+
UpdateSchema
|
|
714
|
+
</summary>
|
|
715
|
+
|
|
716
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/updateschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updateschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updateschemacommandoutput.html)
|
|
717
|
+
|
|
718
|
+
</details>
|
|
719
|
+
<details>
|
|
720
|
+
<summary>
|
|
721
|
+
UpdateTypedLinkFacet
|
|
722
|
+
</summary>
|
|
723
|
+
|
|
724
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/updatetypedlinkfacetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updatetypedlinkfacetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/updatetypedlinkfacetcommandoutput.html)
|
|
725
|
+
|
|
726
|
+
</details>
|
|
727
|
+
<details>
|
|
728
|
+
<summary>
|
|
729
|
+
UpgradeAppliedSchema
|
|
730
|
+
</summary>
|
|
731
|
+
|
|
732
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/upgradeappliedschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/upgradeappliedschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/upgradeappliedschemacommandoutput.html)
|
|
733
|
+
|
|
734
|
+
</details>
|
|
735
|
+
<details>
|
|
736
|
+
<summary>
|
|
737
|
+
UpgradePublishedSchema
|
|
738
|
+
</summary>
|
|
739
|
+
|
|
740
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/classes/upgradepublishedschemacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/upgradepublishedschemacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-clouddirectory/interfaces/upgradepublishedschemacommandoutput.html)
|
|
741
|
+
|
|
742
|
+
</details>
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AddFacetToObjectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AddFacetToObjectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ApplySchemaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ApplySchemaCommandInput extends ApplySchemaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ApplySchemaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AttachObjectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AttachObjectCommandInput extends AttachObjectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AttachObjectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AttachObjectCommandOutput extends AttachObjectResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AttachPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AttachPolicyCommandInput extends AttachPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AttachPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AttachToIndexCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AttachToIndexCommandInput extends AttachToIndexRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AttachToIndexCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AttachTypedLinkCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AttachTypedLinkCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|