@aws-sdk/client-clouddirectory 3.957.0 → 3.958.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 CHANGED
@@ -7,7 +7,6 @@
7
7
  AWS SDK for JavaScript CloudDirectory Client for Node.js, Browser and React Native.
8
8
 
9
9
  <fullname>Amazon Cloud Directory</fullname>
10
-
11
10
  <p>Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the
12
11
  development and management of cloud-scale web, mobile, and IoT applications. This guide
13
12
  describes the Cloud Directory operations that you can call programmatically and includes
@@ -15,10 +14,8 @@ detailed information on data types and errors. For information about Cloud Direc
15
14
  Service</a> and the <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/what_is_cloud_directory.html">Amazon Cloud Directory Developer Guide</a>.</p>
16
15
 
17
16
  ## Installing
18
-
19
17
  To install this package, simply type add or install @aws-sdk/client-clouddirectory
20
18
  using your favorite package manager:
21
-
22
19
  - `npm install @aws-sdk/client-clouddirectory`
23
20
  - `yarn add @aws-sdk/client-clouddirectory`
24
21
  - `pnpm add @aws-sdk/client-clouddirectory`
@@ -54,9 +51,7 @@ To send a request, you:
54
51
  // a client can be shared by different commands.
55
52
  const client = new CloudDirectoryClient({ region: "REGION" });
56
53
 
57
- const params = {
58
- /** input parameters */
59
- };
54
+ const params = { /** input parameters */ };
60
55
  const command = new ListDirectoriesCommand(params);
61
56
  ```
62
57
 
@@ -215,7 +210,6 @@ AddFacetToObject
215
210
  </summary>
216
211
 
217
212
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/AddFacetToObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AddFacetToObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AddFacetToObjectCommandOutput/)
218
-
219
213
  </details>
220
214
  <details>
221
215
  <summary>
@@ -223,7 +217,6 @@ ApplySchema
223
217
  </summary>
224
218
 
225
219
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ApplySchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ApplySchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ApplySchemaCommandOutput/)
226
-
227
220
  </details>
228
221
  <details>
229
222
  <summary>
@@ -231,7 +224,6 @@ AttachObject
231
224
  </summary>
232
225
 
233
226
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/AttachObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachObjectCommandOutput/)
234
-
235
227
  </details>
236
228
  <details>
237
229
  <summary>
@@ -239,7 +231,6 @@ AttachPolicy
239
231
  </summary>
240
232
 
241
233
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/AttachPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachPolicyCommandOutput/)
242
-
243
234
  </details>
244
235
  <details>
245
236
  <summary>
@@ -247,7 +238,6 @@ AttachToIndex
247
238
  </summary>
248
239
 
249
240
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/AttachToIndexCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachToIndexCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachToIndexCommandOutput/)
250
-
251
241
  </details>
252
242
  <details>
253
243
  <summary>
@@ -255,7 +245,6 @@ AttachTypedLink
255
245
  </summary>
256
246
 
257
247
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/AttachTypedLinkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachTypedLinkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/AttachTypedLinkCommandOutput/)
258
-
259
248
  </details>
260
249
  <details>
261
250
  <summary>
@@ -263,7 +252,6 @@ BatchRead
263
252
  </summary>
264
253
 
265
254
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/BatchReadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/BatchReadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/BatchReadCommandOutput/)
266
-
267
255
  </details>
268
256
  <details>
269
257
  <summary>
@@ -271,7 +259,6 @@ BatchWrite
271
259
  </summary>
272
260
 
273
261
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/BatchWriteCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/BatchWriteCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/BatchWriteCommandOutput/)
274
-
275
262
  </details>
276
263
  <details>
277
264
  <summary>
@@ -279,7 +266,6 @@ CreateDirectory
279
266
  </summary>
280
267
 
281
268
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/CreateDirectoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateDirectoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateDirectoryCommandOutput/)
282
-
283
269
  </details>
284
270
  <details>
285
271
  <summary>
@@ -287,7 +273,6 @@ CreateFacet
287
273
  </summary>
288
274
 
289
275
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/CreateFacetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateFacetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateFacetCommandOutput/)
290
-
291
276
  </details>
292
277
  <details>
293
278
  <summary>
@@ -295,7 +280,6 @@ CreateIndex
295
280
  </summary>
296
281
 
297
282
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/CreateIndexCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateIndexCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateIndexCommandOutput/)
298
-
299
283
  </details>
300
284
  <details>
301
285
  <summary>
@@ -303,7 +287,6 @@ CreateObject
303
287
  </summary>
304
288
 
305
289
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/CreateObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateObjectCommandOutput/)
306
-
307
290
  </details>
308
291
  <details>
309
292
  <summary>
@@ -311,7 +294,6 @@ CreateSchema
311
294
  </summary>
312
295
 
313
296
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/CreateSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateSchemaCommandOutput/)
314
-
315
297
  </details>
316
298
  <details>
317
299
  <summary>
@@ -319,7 +301,6 @@ CreateTypedLinkFacet
319
301
  </summary>
320
302
 
321
303
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/CreateTypedLinkFacetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateTypedLinkFacetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/CreateTypedLinkFacetCommandOutput/)
322
-
323
304
  </details>
324
305
  <details>
325
306
  <summary>
@@ -327,7 +308,6 @@ DeleteDirectory
327
308
  </summary>
328
309
 
329
310
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DeleteDirectoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteDirectoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteDirectoryCommandOutput/)
330
-
331
311
  </details>
332
312
  <details>
333
313
  <summary>
@@ -335,7 +315,6 @@ DeleteFacet
335
315
  </summary>
336
316
 
337
317
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DeleteFacetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteFacetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteFacetCommandOutput/)
338
-
339
318
  </details>
340
319
  <details>
341
320
  <summary>
@@ -343,7 +322,6 @@ DeleteObject
343
322
  </summary>
344
323
 
345
324
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DeleteObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteObjectCommandOutput/)
346
-
347
325
  </details>
348
326
  <details>
349
327
  <summary>
@@ -351,7 +329,6 @@ DeleteSchema
351
329
  </summary>
352
330
 
353
331
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DeleteSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteSchemaCommandOutput/)
354
-
355
332
  </details>
356
333
  <details>
357
334
  <summary>
@@ -359,7 +336,6 @@ DeleteTypedLinkFacet
359
336
  </summary>
360
337
 
361
338
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DeleteTypedLinkFacetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteTypedLinkFacetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DeleteTypedLinkFacetCommandOutput/)
362
-
363
339
  </details>
364
340
  <details>
365
341
  <summary>
@@ -367,7 +343,6 @@ DetachFromIndex
367
343
  </summary>
368
344
 
369
345
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DetachFromIndexCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachFromIndexCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachFromIndexCommandOutput/)
370
-
371
346
  </details>
372
347
  <details>
373
348
  <summary>
@@ -375,7 +350,6 @@ DetachObject
375
350
  </summary>
376
351
 
377
352
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DetachObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachObjectCommandOutput/)
378
-
379
353
  </details>
380
354
  <details>
381
355
  <summary>
@@ -383,7 +357,6 @@ DetachPolicy
383
357
  </summary>
384
358
 
385
359
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DetachPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachPolicyCommandOutput/)
386
-
387
360
  </details>
388
361
  <details>
389
362
  <summary>
@@ -391,7 +364,6 @@ DetachTypedLink
391
364
  </summary>
392
365
 
393
366
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DetachTypedLinkCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachTypedLinkCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DetachTypedLinkCommandOutput/)
394
-
395
367
  </details>
396
368
  <details>
397
369
  <summary>
@@ -399,7 +371,6 @@ DisableDirectory
399
371
  </summary>
400
372
 
401
373
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/DisableDirectoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DisableDirectoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/DisableDirectoryCommandOutput/)
402
-
403
374
  </details>
404
375
  <details>
405
376
  <summary>
@@ -407,7 +378,6 @@ EnableDirectory
407
378
  </summary>
408
379
 
409
380
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/EnableDirectoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/EnableDirectoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/EnableDirectoryCommandOutput/)
410
-
411
381
  </details>
412
382
  <details>
413
383
  <summary>
@@ -415,7 +385,6 @@ GetAppliedSchemaVersion
415
385
  </summary>
416
386
 
417
387
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetAppliedSchemaVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetAppliedSchemaVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetAppliedSchemaVersionCommandOutput/)
418
-
419
388
  </details>
420
389
  <details>
421
390
  <summary>
@@ -423,7 +392,6 @@ GetDirectory
423
392
  </summary>
424
393
 
425
394
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetDirectoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetDirectoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetDirectoryCommandOutput/)
426
-
427
395
  </details>
428
396
  <details>
429
397
  <summary>
@@ -431,7 +399,6 @@ GetFacet
431
399
  </summary>
432
400
 
433
401
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetFacetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetFacetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetFacetCommandOutput/)
434
-
435
402
  </details>
436
403
  <details>
437
404
  <summary>
@@ -439,7 +406,6 @@ GetLinkAttributes
439
406
  </summary>
440
407
 
441
408
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetLinkAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetLinkAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetLinkAttributesCommandOutput/)
442
-
443
409
  </details>
444
410
  <details>
445
411
  <summary>
@@ -447,7 +413,6 @@ GetObjectAttributes
447
413
  </summary>
448
414
 
449
415
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetObjectAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetObjectAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetObjectAttributesCommandOutput/)
450
-
451
416
  </details>
452
417
  <details>
453
418
  <summary>
@@ -455,7 +420,6 @@ GetObjectInformation
455
420
  </summary>
456
421
 
457
422
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetObjectInformationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetObjectInformationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetObjectInformationCommandOutput/)
458
-
459
423
  </details>
460
424
  <details>
461
425
  <summary>
@@ -463,7 +427,6 @@ GetSchemaAsJson
463
427
  </summary>
464
428
 
465
429
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetSchemaAsJsonCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetSchemaAsJsonCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetSchemaAsJsonCommandOutput/)
466
-
467
430
  </details>
468
431
  <details>
469
432
  <summary>
@@ -471,7 +434,6 @@ GetTypedLinkFacetInformation
471
434
  </summary>
472
435
 
473
436
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/GetTypedLinkFacetInformationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetTypedLinkFacetInformationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/GetTypedLinkFacetInformationCommandOutput/)
474
-
475
437
  </details>
476
438
  <details>
477
439
  <summary>
@@ -479,7 +441,6 @@ ListAppliedSchemaArns
479
441
  </summary>
480
442
 
481
443
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListAppliedSchemaArnsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListAppliedSchemaArnsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListAppliedSchemaArnsCommandOutput/)
482
-
483
444
  </details>
484
445
  <details>
485
446
  <summary>
@@ -487,7 +448,6 @@ ListAttachedIndices
487
448
  </summary>
488
449
 
489
450
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListAttachedIndicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListAttachedIndicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListAttachedIndicesCommandOutput/)
490
-
491
451
  </details>
492
452
  <details>
493
453
  <summary>
@@ -495,7 +455,6 @@ ListDevelopmentSchemaArns
495
455
  </summary>
496
456
 
497
457
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListDevelopmentSchemaArnsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListDevelopmentSchemaArnsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListDevelopmentSchemaArnsCommandOutput/)
498
-
499
458
  </details>
500
459
  <details>
501
460
  <summary>
@@ -503,7 +462,6 @@ ListDirectories
503
462
  </summary>
504
463
 
505
464
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListDirectoriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListDirectoriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListDirectoriesCommandOutput/)
506
-
507
465
  </details>
508
466
  <details>
509
467
  <summary>
@@ -511,7 +469,6 @@ ListFacetAttributes
511
469
  </summary>
512
470
 
513
471
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListFacetAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListFacetAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListFacetAttributesCommandOutput/)
514
-
515
472
  </details>
516
473
  <details>
517
474
  <summary>
@@ -519,7 +476,6 @@ ListFacetNames
519
476
  </summary>
520
477
 
521
478
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListFacetNamesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListFacetNamesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListFacetNamesCommandOutput/)
522
-
523
479
  </details>
524
480
  <details>
525
481
  <summary>
@@ -527,7 +483,6 @@ ListIncomingTypedLinks
527
483
  </summary>
528
484
 
529
485
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListIncomingTypedLinksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListIncomingTypedLinksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListIncomingTypedLinksCommandOutput/)
530
-
531
486
  </details>
532
487
  <details>
533
488
  <summary>
@@ -535,7 +490,6 @@ ListIndex
535
490
  </summary>
536
491
 
537
492
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListIndexCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListIndexCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListIndexCommandOutput/)
538
-
539
493
  </details>
540
494
  <details>
541
495
  <summary>
@@ -543,7 +497,6 @@ ListManagedSchemaArns
543
497
  </summary>
544
498
 
545
499
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListManagedSchemaArnsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListManagedSchemaArnsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListManagedSchemaArnsCommandOutput/)
546
-
547
500
  </details>
548
501
  <details>
549
502
  <summary>
@@ -551,7 +504,6 @@ ListObjectAttributes
551
504
  </summary>
552
505
 
553
506
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListObjectAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectAttributesCommandOutput/)
554
-
555
507
  </details>
556
508
  <details>
557
509
  <summary>
@@ -559,7 +511,6 @@ ListObjectChildren
559
511
  </summary>
560
512
 
561
513
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListObjectChildrenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectChildrenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectChildrenCommandOutput/)
562
-
563
514
  </details>
564
515
  <details>
565
516
  <summary>
@@ -567,7 +518,6 @@ ListObjectParentPaths
567
518
  </summary>
568
519
 
569
520
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListObjectParentPathsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectParentPathsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectParentPathsCommandOutput/)
570
-
571
521
  </details>
572
522
  <details>
573
523
  <summary>
@@ -575,7 +525,6 @@ ListObjectParents
575
525
  </summary>
576
526
 
577
527
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListObjectParentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectParentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectParentsCommandOutput/)
578
-
579
528
  </details>
580
529
  <details>
581
530
  <summary>
@@ -583,7 +532,6 @@ ListObjectPolicies
583
532
  </summary>
584
533
 
585
534
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListObjectPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListObjectPoliciesCommandOutput/)
586
-
587
535
  </details>
588
536
  <details>
589
537
  <summary>
@@ -591,7 +539,6 @@ ListOutgoingTypedLinks
591
539
  </summary>
592
540
 
593
541
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListOutgoingTypedLinksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListOutgoingTypedLinksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListOutgoingTypedLinksCommandOutput/)
594
-
595
542
  </details>
596
543
  <details>
597
544
  <summary>
@@ -599,7 +546,6 @@ ListPolicyAttachments
599
546
  </summary>
600
547
 
601
548
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListPolicyAttachmentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListPolicyAttachmentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListPolicyAttachmentsCommandOutput/)
602
-
603
549
  </details>
604
550
  <details>
605
551
  <summary>
@@ -607,7 +553,6 @@ ListPublishedSchemaArns
607
553
  </summary>
608
554
 
609
555
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListPublishedSchemaArnsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListPublishedSchemaArnsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListPublishedSchemaArnsCommandOutput/)
610
-
611
556
  </details>
612
557
  <details>
613
558
  <summary>
@@ -615,7 +560,6 @@ ListTagsForResource
615
560
  </summary>
616
561
 
617
562
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListTagsForResourceCommandOutput/)
618
-
619
563
  </details>
620
564
  <details>
621
565
  <summary>
@@ -623,7 +567,6 @@ ListTypedLinkFacetAttributes
623
567
  </summary>
624
568
 
625
569
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListTypedLinkFacetAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListTypedLinkFacetAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListTypedLinkFacetAttributesCommandOutput/)
626
-
627
570
  </details>
628
571
  <details>
629
572
  <summary>
@@ -631,7 +574,6 @@ ListTypedLinkFacetNames
631
574
  </summary>
632
575
 
633
576
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/ListTypedLinkFacetNamesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListTypedLinkFacetNamesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/ListTypedLinkFacetNamesCommandOutput/)
634
-
635
577
  </details>
636
578
  <details>
637
579
  <summary>
@@ -639,7 +581,6 @@ LookupPolicy
639
581
  </summary>
640
582
 
641
583
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/LookupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/LookupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/LookupPolicyCommandOutput/)
642
-
643
584
  </details>
644
585
  <details>
645
586
  <summary>
@@ -647,7 +588,6 @@ PublishSchema
647
588
  </summary>
648
589
 
649
590
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/PublishSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/PublishSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/PublishSchemaCommandOutput/)
650
-
651
591
  </details>
652
592
  <details>
653
593
  <summary>
@@ -655,7 +595,6 @@ PutSchemaFromJson
655
595
  </summary>
656
596
 
657
597
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/PutSchemaFromJsonCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/PutSchemaFromJsonCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/PutSchemaFromJsonCommandOutput/)
658
-
659
598
  </details>
660
599
  <details>
661
600
  <summary>
@@ -663,7 +602,6 @@ RemoveFacetFromObject
663
602
  </summary>
664
603
 
665
604
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/RemoveFacetFromObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/RemoveFacetFromObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/RemoveFacetFromObjectCommandOutput/)
666
-
667
605
  </details>
668
606
  <details>
669
607
  <summary>
@@ -671,7 +609,6 @@ TagResource
671
609
  </summary>
672
610
 
673
611
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/TagResourceCommandOutput/)
674
-
675
612
  </details>
676
613
  <details>
677
614
  <summary>
@@ -679,7 +616,6 @@ UntagResource
679
616
  </summary>
680
617
 
681
618
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UntagResourceCommandOutput/)
682
-
683
619
  </details>
684
620
  <details>
685
621
  <summary>
@@ -687,7 +623,6 @@ UpdateFacet
687
623
  </summary>
688
624
 
689
625
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UpdateFacetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateFacetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateFacetCommandOutput/)
690
-
691
626
  </details>
692
627
  <details>
693
628
  <summary>
@@ -695,7 +630,6 @@ UpdateLinkAttributes
695
630
  </summary>
696
631
 
697
632
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UpdateLinkAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateLinkAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateLinkAttributesCommandOutput/)
698
-
699
633
  </details>
700
634
  <details>
701
635
  <summary>
@@ -703,7 +637,6 @@ UpdateObjectAttributes
703
637
  </summary>
704
638
 
705
639
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UpdateObjectAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateObjectAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateObjectAttributesCommandOutput/)
706
-
707
640
  </details>
708
641
  <details>
709
642
  <summary>
@@ -711,7 +644,6 @@ UpdateSchema
711
644
  </summary>
712
645
 
713
646
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UpdateSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateSchemaCommandOutput/)
714
-
715
647
  </details>
716
648
  <details>
717
649
  <summary>
@@ -719,7 +651,6 @@ UpdateTypedLinkFacet
719
651
  </summary>
720
652
 
721
653
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UpdateTypedLinkFacetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateTypedLinkFacetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpdateTypedLinkFacetCommandOutput/)
722
-
723
654
  </details>
724
655
  <details>
725
656
  <summary>
@@ -727,7 +658,6 @@ UpgradeAppliedSchema
727
658
  </summary>
728
659
 
729
660
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UpgradeAppliedSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpgradeAppliedSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpgradeAppliedSchemaCommandOutput/)
730
-
731
661
  </details>
732
662
  <details>
733
663
  <summary>
@@ -735,5 +665,4 @@ UpgradePublishedSchema
735
665
  </summary>
736
666
 
737
667
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/clouddirectory/command/UpgradePublishedSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpgradePublishedSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-clouddirectory/Interface/UpgradePublishedSchemaCommandOutput/)
738
-
739
668
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultCloudDirectoryHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultCloudDirectoryHttpAuthSchemeParametersProvider = defaultCloudDirectoryHttpAuthSchemeParametersProvider;