@aws-sdk/client-clouddirectory 3.306.0 → 3.310.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 (137) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -2
  2. package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
  3. package/dist-cjs/commands/AttachObjectCommand.js +2 -2
  4. package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
  5. package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
  7. package/dist-cjs/commands/BatchReadCommand.js +2 -2
  8. package/dist-cjs/commands/BatchWriteCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFacetCommand.js +2 -2
  11. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  12. package/dist-cjs/commands/CreateObjectCommand.js +2 -2
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
  21. package/dist-cjs/commands/DetachObjectCommand.js +2 -2
  22. package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +2 -2
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
  27. package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
  28. package/dist-cjs/commands/GetFacetCommand.js +2 -2
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
  41. package/dist-cjs/commands/ListIndexCommand.js +2 -2
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
  54. package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
  55. package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
  67. package/dist-cjs/protocols/Aws_restJson1.js +1471 -1731
  68. package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
  69. package/dist-es/commands/ApplySchemaCommand.js +3 -3
  70. package/dist-es/commands/AttachObjectCommand.js +3 -3
  71. package/dist-es/commands/AttachPolicyCommand.js +3 -3
  72. package/dist-es/commands/AttachToIndexCommand.js +3 -3
  73. package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
  74. package/dist-es/commands/BatchReadCommand.js +3 -3
  75. package/dist-es/commands/BatchWriteCommand.js +3 -3
  76. package/dist-es/commands/CreateDirectoryCommand.js +3 -3
  77. package/dist-es/commands/CreateFacetCommand.js +3 -3
  78. package/dist-es/commands/CreateIndexCommand.js +3 -3
  79. package/dist-es/commands/CreateObjectCommand.js +3 -3
  80. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
  82. package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
  83. package/dist-es/commands/DeleteFacetCommand.js +3 -3
  84. package/dist-es/commands/DeleteObjectCommand.js +3 -3
  85. package/dist-es/commands/DeleteSchemaCommand.js +3 -3
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
  87. package/dist-es/commands/DetachFromIndexCommand.js +3 -3
  88. package/dist-es/commands/DetachObjectCommand.js +3 -3
  89. package/dist-es/commands/DetachPolicyCommand.js +3 -3
  90. package/dist-es/commands/DetachTypedLinkCommand.js +3 -3
  91. package/dist-es/commands/DisableDirectoryCommand.js +3 -3
  92. package/dist-es/commands/EnableDirectoryCommand.js +3 -3
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
  94. package/dist-es/commands/GetDirectoryCommand.js +3 -3
  95. package/dist-es/commands/GetFacetCommand.js +3 -3
  96. package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
  97. package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
  98. package/dist-es/commands/GetObjectInformationCommand.js +3 -3
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
  104. package/dist-es/commands/ListDirectoriesCommand.js +3 -3
  105. package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
  106. package/dist-es/commands/ListFacetNamesCommand.js +3 -3
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
  108. package/dist-es/commands/ListIndexCommand.js +3 -3
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
  110. package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
  111. package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
  113. package/dist-es/commands/ListObjectParentsCommand.js +3 -3
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
  121. package/dist-es/commands/LookupPolicyCommand.js +3 -3
  122. package/dist-es/commands/PublishSchemaCommand.js +3 -3
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
  125. package/dist-es/commands/TagResourceCommand.js +3 -3
  126. package/dist-es/commands/UntagResourceCommand.js +3 -3
  127. package/dist-es/commands/UpdateFacetCommand.js +3 -3
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
  130. package/dist-es/commands/UpdateSchemaCommand.js +3 -3
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
  134. package/dist-es/protocols/Aws_restJson1.js +1336 -1596
  135. package/dist-types/protocols/Aws_restJson1.d.ts +528 -132
  136. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -132
  137. package/package.json +35 -35
@@ -267,531 +267,531 @@ import {
267
267
  UpgradePublishedSchemaCommandInput,
268
268
  UpgradePublishedSchemaCommandOutput,
269
269
  } from "../commands/UpgradePublishedSchemaCommand";
270
- export declare const serializeAws_restJson1AddFacetToObjectCommand: (
270
+ export declare const se_AddFacetToObjectCommand: (
271
271
  input: AddFacetToObjectCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_restJson1ApplySchemaCommand: (
274
+ export declare const se_ApplySchemaCommand: (
275
275
  input: ApplySchemaCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_restJson1AttachObjectCommand: (
278
+ export declare const se_AttachObjectCommand: (
279
279
  input: AttachObjectCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_restJson1AttachPolicyCommand: (
282
+ export declare const se_AttachPolicyCommand: (
283
283
  input: AttachPolicyCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_restJson1AttachToIndexCommand: (
286
+ export declare const se_AttachToIndexCommand: (
287
287
  input: AttachToIndexCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_restJson1AttachTypedLinkCommand: (
290
+ export declare const se_AttachTypedLinkCommand: (
291
291
  input: AttachTypedLinkCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_restJson1BatchReadCommand: (
294
+ export declare const se_BatchReadCommand: (
295
295
  input: BatchReadCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_restJson1BatchWriteCommand: (
298
+ export declare const se_BatchWriteCommand: (
299
299
  input: BatchWriteCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_restJson1CreateDirectoryCommand: (
302
+ export declare const se_CreateDirectoryCommand: (
303
303
  input: CreateDirectoryCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_restJson1CreateFacetCommand: (
306
+ export declare const se_CreateFacetCommand: (
307
307
  input: CreateFacetCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_restJson1CreateIndexCommand: (
310
+ export declare const se_CreateIndexCommand: (
311
311
  input: CreateIndexCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_restJson1CreateObjectCommand: (
314
+ export declare const se_CreateObjectCommand: (
315
315
  input: CreateObjectCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_restJson1CreateSchemaCommand: (
318
+ export declare const se_CreateSchemaCommand: (
319
319
  input: CreateSchemaCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_restJson1CreateTypedLinkFacetCommand: (
322
+ export declare const se_CreateTypedLinkFacetCommand: (
323
323
  input: CreateTypedLinkFacetCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_restJson1DeleteDirectoryCommand: (
326
+ export declare const se_DeleteDirectoryCommand: (
327
327
  input: DeleteDirectoryCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_restJson1DeleteFacetCommand: (
330
+ export declare const se_DeleteFacetCommand: (
331
331
  input: DeleteFacetCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_restJson1DeleteObjectCommand: (
334
+ export declare const se_DeleteObjectCommand: (
335
335
  input: DeleteObjectCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_restJson1DeleteSchemaCommand: (
338
+ export declare const se_DeleteSchemaCommand: (
339
339
  input: DeleteSchemaCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_restJson1DeleteTypedLinkFacetCommand: (
342
+ export declare const se_DeleteTypedLinkFacetCommand: (
343
343
  input: DeleteTypedLinkFacetCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_restJson1DetachFromIndexCommand: (
346
+ export declare const se_DetachFromIndexCommand: (
347
347
  input: DetachFromIndexCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_restJson1DetachObjectCommand: (
350
+ export declare const se_DetachObjectCommand: (
351
351
  input: DetachObjectCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_restJson1DetachPolicyCommand: (
354
+ export declare const se_DetachPolicyCommand: (
355
355
  input: DetachPolicyCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_restJson1DetachTypedLinkCommand: (
358
+ export declare const se_DetachTypedLinkCommand: (
359
359
  input: DetachTypedLinkCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_restJson1DisableDirectoryCommand: (
362
+ export declare const se_DisableDirectoryCommand: (
363
363
  input: DisableDirectoryCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_restJson1EnableDirectoryCommand: (
366
+ export declare const se_EnableDirectoryCommand: (
367
367
  input: EnableDirectoryCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_restJson1GetAppliedSchemaVersionCommand: (
370
+ export declare const se_GetAppliedSchemaVersionCommand: (
371
371
  input: GetAppliedSchemaVersionCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_restJson1GetDirectoryCommand: (
374
+ export declare const se_GetDirectoryCommand: (
375
375
  input: GetDirectoryCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_restJson1GetFacetCommand: (
378
+ export declare const se_GetFacetCommand: (
379
379
  input: GetFacetCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_restJson1GetLinkAttributesCommand: (
382
+ export declare const se_GetLinkAttributesCommand: (
383
383
  input: GetLinkAttributesCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_restJson1GetObjectAttributesCommand: (
386
+ export declare const se_GetObjectAttributesCommand: (
387
387
  input: GetObjectAttributesCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_restJson1GetObjectInformationCommand: (
390
+ export declare const se_GetObjectInformationCommand: (
391
391
  input: GetObjectInformationCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_restJson1GetSchemaAsJsonCommand: (
394
+ export declare const se_GetSchemaAsJsonCommand: (
395
395
  input: GetSchemaAsJsonCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_restJson1GetTypedLinkFacetInformationCommand: (
398
+ export declare const se_GetTypedLinkFacetInformationCommand: (
399
399
  input: GetTypedLinkFacetInformationCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_restJson1ListAppliedSchemaArnsCommand: (
402
+ export declare const se_ListAppliedSchemaArnsCommand: (
403
403
  input: ListAppliedSchemaArnsCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_restJson1ListAttachedIndicesCommand: (
406
+ export declare const se_ListAttachedIndicesCommand: (
407
407
  input: ListAttachedIndicesCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_restJson1ListDevelopmentSchemaArnsCommand: (
410
+ export declare const se_ListDevelopmentSchemaArnsCommand: (
411
411
  input: ListDevelopmentSchemaArnsCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_restJson1ListDirectoriesCommand: (
414
+ export declare const se_ListDirectoriesCommand: (
415
415
  input: ListDirectoriesCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_restJson1ListFacetAttributesCommand: (
418
+ export declare const se_ListFacetAttributesCommand: (
419
419
  input: ListFacetAttributesCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_restJson1ListFacetNamesCommand: (
422
+ export declare const se_ListFacetNamesCommand: (
423
423
  input: ListFacetNamesCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_restJson1ListIncomingTypedLinksCommand: (
426
+ export declare const se_ListIncomingTypedLinksCommand: (
427
427
  input: ListIncomingTypedLinksCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_restJson1ListIndexCommand: (
430
+ export declare const se_ListIndexCommand: (
431
431
  input: ListIndexCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_restJson1ListManagedSchemaArnsCommand: (
434
+ export declare const se_ListManagedSchemaArnsCommand: (
435
435
  input: ListManagedSchemaArnsCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_restJson1ListObjectAttributesCommand: (
438
+ export declare const se_ListObjectAttributesCommand: (
439
439
  input: ListObjectAttributesCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_restJson1ListObjectChildrenCommand: (
442
+ export declare const se_ListObjectChildrenCommand: (
443
443
  input: ListObjectChildrenCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_restJson1ListObjectParentPathsCommand: (
446
+ export declare const se_ListObjectParentPathsCommand: (
447
447
  input: ListObjectParentPathsCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_restJson1ListObjectParentsCommand: (
450
+ export declare const se_ListObjectParentsCommand: (
451
451
  input: ListObjectParentsCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_restJson1ListObjectPoliciesCommand: (
454
+ export declare const se_ListObjectPoliciesCommand: (
455
455
  input: ListObjectPoliciesCommandInput,
456
456
  context: __SerdeContext
457
457
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_restJson1ListOutgoingTypedLinksCommand: (
458
+ export declare const se_ListOutgoingTypedLinksCommand: (
459
459
  input: ListOutgoingTypedLinksCommandInput,
460
460
  context: __SerdeContext
461
461
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_restJson1ListPolicyAttachmentsCommand: (
462
+ export declare const se_ListPolicyAttachmentsCommand: (
463
463
  input: ListPolicyAttachmentsCommandInput,
464
464
  context: __SerdeContext
465
465
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_restJson1ListPublishedSchemaArnsCommand: (
466
+ export declare const se_ListPublishedSchemaArnsCommand: (
467
467
  input: ListPublishedSchemaArnsCommandInput,
468
468
  context: __SerdeContext
469
469
  ) => Promise<__HttpRequest>;
470
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
470
+ export declare const se_ListTagsForResourceCommand: (
471
471
  input: ListTagsForResourceCommandInput,
472
472
  context: __SerdeContext
473
473
  ) => Promise<__HttpRequest>;
474
- export declare const serializeAws_restJson1ListTypedLinkFacetAttributesCommand: (
474
+ export declare const se_ListTypedLinkFacetAttributesCommand: (
475
475
  input: ListTypedLinkFacetAttributesCommandInput,
476
476
  context: __SerdeContext
477
477
  ) => Promise<__HttpRequest>;
478
- export declare const serializeAws_restJson1ListTypedLinkFacetNamesCommand: (
478
+ export declare const se_ListTypedLinkFacetNamesCommand: (
479
479
  input: ListTypedLinkFacetNamesCommandInput,
480
480
  context: __SerdeContext
481
481
  ) => Promise<__HttpRequest>;
482
- export declare const serializeAws_restJson1LookupPolicyCommand: (
482
+ export declare const se_LookupPolicyCommand: (
483
483
  input: LookupPolicyCommandInput,
484
484
  context: __SerdeContext
485
485
  ) => Promise<__HttpRequest>;
486
- export declare const serializeAws_restJson1PublishSchemaCommand: (
486
+ export declare const se_PublishSchemaCommand: (
487
487
  input: PublishSchemaCommandInput,
488
488
  context: __SerdeContext
489
489
  ) => Promise<__HttpRequest>;
490
- export declare const serializeAws_restJson1PutSchemaFromJsonCommand: (
490
+ export declare const se_PutSchemaFromJsonCommand: (
491
491
  input: PutSchemaFromJsonCommandInput,
492
492
  context: __SerdeContext
493
493
  ) => Promise<__HttpRequest>;
494
- export declare const serializeAws_restJson1RemoveFacetFromObjectCommand: (
494
+ export declare const se_RemoveFacetFromObjectCommand: (
495
495
  input: RemoveFacetFromObjectCommandInput,
496
496
  context: __SerdeContext
497
497
  ) => Promise<__HttpRequest>;
498
- export declare const serializeAws_restJson1TagResourceCommand: (
498
+ export declare const se_TagResourceCommand: (
499
499
  input: TagResourceCommandInput,
500
500
  context: __SerdeContext
501
501
  ) => Promise<__HttpRequest>;
502
- export declare const serializeAws_restJson1UntagResourceCommand: (
502
+ export declare const se_UntagResourceCommand: (
503
503
  input: UntagResourceCommandInput,
504
504
  context: __SerdeContext
505
505
  ) => Promise<__HttpRequest>;
506
- export declare const serializeAws_restJson1UpdateFacetCommand: (
506
+ export declare const se_UpdateFacetCommand: (
507
507
  input: UpdateFacetCommandInput,
508
508
  context: __SerdeContext
509
509
  ) => Promise<__HttpRequest>;
510
- export declare const serializeAws_restJson1UpdateLinkAttributesCommand: (
510
+ export declare const se_UpdateLinkAttributesCommand: (
511
511
  input: UpdateLinkAttributesCommandInput,
512
512
  context: __SerdeContext
513
513
  ) => Promise<__HttpRequest>;
514
- export declare const serializeAws_restJson1UpdateObjectAttributesCommand: (
514
+ export declare const se_UpdateObjectAttributesCommand: (
515
515
  input: UpdateObjectAttributesCommandInput,
516
516
  context: __SerdeContext
517
517
  ) => Promise<__HttpRequest>;
518
- export declare const serializeAws_restJson1UpdateSchemaCommand: (
518
+ export declare const se_UpdateSchemaCommand: (
519
519
  input: UpdateSchemaCommandInput,
520
520
  context: __SerdeContext
521
521
  ) => Promise<__HttpRequest>;
522
- export declare const serializeAws_restJson1UpdateTypedLinkFacetCommand: (
522
+ export declare const se_UpdateTypedLinkFacetCommand: (
523
523
  input: UpdateTypedLinkFacetCommandInput,
524
524
  context: __SerdeContext
525
525
  ) => Promise<__HttpRequest>;
526
- export declare const serializeAws_restJson1UpgradeAppliedSchemaCommand: (
526
+ export declare const se_UpgradeAppliedSchemaCommand: (
527
527
  input: UpgradeAppliedSchemaCommandInput,
528
528
  context: __SerdeContext
529
529
  ) => Promise<__HttpRequest>;
530
- export declare const serializeAws_restJson1UpgradePublishedSchemaCommand: (
530
+ export declare const se_UpgradePublishedSchemaCommand: (
531
531
  input: UpgradePublishedSchemaCommandInput,
532
532
  context: __SerdeContext
533
533
  ) => Promise<__HttpRequest>;
534
- export declare const deserializeAws_restJson1AddFacetToObjectCommand: (
534
+ export declare const de_AddFacetToObjectCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<AddFacetToObjectCommandOutput>;
538
- export declare const deserializeAws_restJson1ApplySchemaCommand: (
538
+ export declare const de_ApplySchemaCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<ApplySchemaCommandOutput>;
542
- export declare const deserializeAws_restJson1AttachObjectCommand: (
542
+ export declare const de_AttachObjectCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<AttachObjectCommandOutput>;
546
- export declare const deserializeAws_restJson1AttachPolicyCommand: (
546
+ export declare const de_AttachPolicyCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<AttachPolicyCommandOutput>;
550
- export declare const deserializeAws_restJson1AttachToIndexCommand: (
550
+ export declare const de_AttachToIndexCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<AttachToIndexCommandOutput>;
554
- export declare const deserializeAws_restJson1AttachTypedLinkCommand: (
554
+ export declare const de_AttachTypedLinkCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<AttachTypedLinkCommandOutput>;
558
- export declare const deserializeAws_restJson1BatchReadCommand: (
558
+ export declare const de_BatchReadCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<BatchReadCommandOutput>;
562
- export declare const deserializeAws_restJson1BatchWriteCommand: (
562
+ export declare const de_BatchWriteCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<BatchWriteCommandOutput>;
566
- export declare const deserializeAws_restJson1CreateDirectoryCommand: (
566
+ export declare const de_CreateDirectoryCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<CreateDirectoryCommandOutput>;
570
- export declare const deserializeAws_restJson1CreateFacetCommand: (
570
+ export declare const de_CreateFacetCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<CreateFacetCommandOutput>;
574
- export declare const deserializeAws_restJson1CreateIndexCommand: (
574
+ export declare const de_CreateIndexCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<CreateIndexCommandOutput>;
578
- export declare const deserializeAws_restJson1CreateObjectCommand: (
578
+ export declare const de_CreateObjectCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<CreateObjectCommandOutput>;
582
- export declare const deserializeAws_restJson1CreateSchemaCommand: (
582
+ export declare const de_CreateSchemaCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<CreateSchemaCommandOutput>;
586
- export declare const deserializeAws_restJson1CreateTypedLinkFacetCommand: (
586
+ export declare const de_CreateTypedLinkFacetCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<CreateTypedLinkFacetCommandOutput>;
590
- export declare const deserializeAws_restJson1DeleteDirectoryCommand: (
590
+ export declare const de_DeleteDirectoryCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<DeleteDirectoryCommandOutput>;
594
- export declare const deserializeAws_restJson1DeleteFacetCommand: (
594
+ export declare const de_DeleteFacetCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<DeleteFacetCommandOutput>;
598
- export declare const deserializeAws_restJson1DeleteObjectCommand: (
598
+ export declare const de_DeleteObjectCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<DeleteObjectCommandOutput>;
602
- export declare const deserializeAws_restJson1DeleteSchemaCommand: (
602
+ export declare const de_DeleteSchemaCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<DeleteSchemaCommandOutput>;
606
- export declare const deserializeAws_restJson1DeleteTypedLinkFacetCommand: (
606
+ export declare const de_DeleteTypedLinkFacetCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<DeleteTypedLinkFacetCommandOutput>;
610
- export declare const deserializeAws_restJson1DetachFromIndexCommand: (
610
+ export declare const de_DetachFromIndexCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<DetachFromIndexCommandOutput>;
614
- export declare const deserializeAws_restJson1DetachObjectCommand: (
614
+ export declare const de_DetachObjectCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<DetachObjectCommandOutput>;
618
- export declare const deserializeAws_restJson1DetachPolicyCommand: (
618
+ export declare const de_DetachPolicyCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<DetachPolicyCommandOutput>;
622
- export declare const deserializeAws_restJson1DetachTypedLinkCommand: (
622
+ export declare const de_DetachTypedLinkCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<DetachTypedLinkCommandOutput>;
626
- export declare const deserializeAws_restJson1DisableDirectoryCommand: (
626
+ export declare const de_DisableDirectoryCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<DisableDirectoryCommandOutput>;
630
- export declare const deserializeAws_restJson1EnableDirectoryCommand: (
630
+ export declare const de_EnableDirectoryCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<EnableDirectoryCommandOutput>;
634
- export declare const deserializeAws_restJson1GetAppliedSchemaVersionCommand: (
634
+ export declare const de_GetAppliedSchemaVersionCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<GetAppliedSchemaVersionCommandOutput>;
638
- export declare const deserializeAws_restJson1GetDirectoryCommand: (
638
+ export declare const de_GetDirectoryCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<GetDirectoryCommandOutput>;
642
- export declare const deserializeAws_restJson1GetFacetCommand: (
642
+ export declare const de_GetFacetCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<GetFacetCommandOutput>;
646
- export declare const deserializeAws_restJson1GetLinkAttributesCommand: (
646
+ export declare const de_GetLinkAttributesCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<GetLinkAttributesCommandOutput>;
650
- export declare const deserializeAws_restJson1GetObjectAttributesCommand: (
650
+ export declare const de_GetObjectAttributesCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<GetObjectAttributesCommandOutput>;
654
- export declare const deserializeAws_restJson1GetObjectInformationCommand: (
654
+ export declare const de_GetObjectInformationCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<GetObjectInformationCommandOutput>;
658
- export declare const deserializeAws_restJson1GetSchemaAsJsonCommand: (
658
+ export declare const de_GetSchemaAsJsonCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<GetSchemaAsJsonCommandOutput>;
662
- export declare const deserializeAws_restJson1GetTypedLinkFacetInformationCommand: (
662
+ export declare const de_GetTypedLinkFacetInformationCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<GetTypedLinkFacetInformationCommandOutput>;
666
- export declare const deserializeAws_restJson1ListAppliedSchemaArnsCommand: (
666
+ export declare const de_ListAppliedSchemaArnsCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<ListAppliedSchemaArnsCommandOutput>;
670
- export declare const deserializeAws_restJson1ListAttachedIndicesCommand: (
670
+ export declare const de_ListAttachedIndicesCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<ListAttachedIndicesCommandOutput>;
674
- export declare const deserializeAws_restJson1ListDevelopmentSchemaArnsCommand: (
674
+ export declare const de_ListDevelopmentSchemaArnsCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<ListDevelopmentSchemaArnsCommandOutput>;
678
- export declare const deserializeAws_restJson1ListDirectoriesCommand: (
678
+ export declare const de_ListDirectoriesCommand: (
679
679
  output: __HttpResponse,
680
680
  context: __SerdeContext
681
681
  ) => Promise<ListDirectoriesCommandOutput>;
682
- export declare const deserializeAws_restJson1ListFacetAttributesCommand: (
682
+ export declare const de_ListFacetAttributesCommand: (
683
683
  output: __HttpResponse,
684
684
  context: __SerdeContext
685
685
  ) => Promise<ListFacetAttributesCommandOutput>;
686
- export declare const deserializeAws_restJson1ListFacetNamesCommand: (
686
+ export declare const de_ListFacetNamesCommand: (
687
687
  output: __HttpResponse,
688
688
  context: __SerdeContext
689
689
  ) => Promise<ListFacetNamesCommandOutput>;
690
- export declare const deserializeAws_restJson1ListIncomingTypedLinksCommand: (
690
+ export declare const de_ListIncomingTypedLinksCommand: (
691
691
  output: __HttpResponse,
692
692
  context: __SerdeContext
693
693
  ) => Promise<ListIncomingTypedLinksCommandOutput>;
694
- export declare const deserializeAws_restJson1ListIndexCommand: (
694
+ export declare const de_ListIndexCommand: (
695
695
  output: __HttpResponse,
696
696
  context: __SerdeContext
697
697
  ) => Promise<ListIndexCommandOutput>;
698
- export declare const deserializeAws_restJson1ListManagedSchemaArnsCommand: (
698
+ export declare const de_ListManagedSchemaArnsCommand: (
699
699
  output: __HttpResponse,
700
700
  context: __SerdeContext
701
701
  ) => Promise<ListManagedSchemaArnsCommandOutput>;
702
- export declare const deserializeAws_restJson1ListObjectAttributesCommand: (
702
+ export declare const de_ListObjectAttributesCommand: (
703
703
  output: __HttpResponse,
704
704
  context: __SerdeContext
705
705
  ) => Promise<ListObjectAttributesCommandOutput>;
706
- export declare const deserializeAws_restJson1ListObjectChildrenCommand: (
706
+ export declare const de_ListObjectChildrenCommand: (
707
707
  output: __HttpResponse,
708
708
  context: __SerdeContext
709
709
  ) => Promise<ListObjectChildrenCommandOutput>;
710
- export declare const deserializeAws_restJson1ListObjectParentPathsCommand: (
710
+ export declare const de_ListObjectParentPathsCommand: (
711
711
  output: __HttpResponse,
712
712
  context: __SerdeContext
713
713
  ) => Promise<ListObjectParentPathsCommandOutput>;
714
- export declare const deserializeAws_restJson1ListObjectParentsCommand: (
714
+ export declare const de_ListObjectParentsCommand: (
715
715
  output: __HttpResponse,
716
716
  context: __SerdeContext
717
717
  ) => Promise<ListObjectParentsCommandOutput>;
718
- export declare const deserializeAws_restJson1ListObjectPoliciesCommand: (
718
+ export declare const de_ListObjectPoliciesCommand: (
719
719
  output: __HttpResponse,
720
720
  context: __SerdeContext
721
721
  ) => Promise<ListObjectPoliciesCommandOutput>;
722
- export declare const deserializeAws_restJson1ListOutgoingTypedLinksCommand: (
722
+ export declare const de_ListOutgoingTypedLinksCommand: (
723
723
  output: __HttpResponse,
724
724
  context: __SerdeContext
725
725
  ) => Promise<ListOutgoingTypedLinksCommandOutput>;
726
- export declare const deserializeAws_restJson1ListPolicyAttachmentsCommand: (
726
+ export declare const de_ListPolicyAttachmentsCommand: (
727
727
  output: __HttpResponse,
728
728
  context: __SerdeContext
729
729
  ) => Promise<ListPolicyAttachmentsCommandOutput>;
730
- export declare const deserializeAws_restJson1ListPublishedSchemaArnsCommand: (
730
+ export declare const de_ListPublishedSchemaArnsCommand: (
731
731
  output: __HttpResponse,
732
732
  context: __SerdeContext
733
733
  ) => Promise<ListPublishedSchemaArnsCommandOutput>;
734
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
734
+ export declare const de_ListTagsForResourceCommand: (
735
735
  output: __HttpResponse,
736
736
  context: __SerdeContext
737
737
  ) => Promise<ListTagsForResourceCommandOutput>;
738
- export declare const deserializeAws_restJson1ListTypedLinkFacetAttributesCommand: (
738
+ export declare const de_ListTypedLinkFacetAttributesCommand: (
739
739
  output: __HttpResponse,
740
740
  context: __SerdeContext
741
741
  ) => Promise<ListTypedLinkFacetAttributesCommandOutput>;
742
- export declare const deserializeAws_restJson1ListTypedLinkFacetNamesCommand: (
742
+ export declare const de_ListTypedLinkFacetNamesCommand: (
743
743
  output: __HttpResponse,
744
744
  context: __SerdeContext
745
745
  ) => Promise<ListTypedLinkFacetNamesCommandOutput>;
746
- export declare const deserializeAws_restJson1LookupPolicyCommand: (
746
+ export declare const de_LookupPolicyCommand: (
747
747
  output: __HttpResponse,
748
748
  context: __SerdeContext
749
749
  ) => Promise<LookupPolicyCommandOutput>;
750
- export declare const deserializeAws_restJson1PublishSchemaCommand: (
750
+ export declare const de_PublishSchemaCommand: (
751
751
  output: __HttpResponse,
752
752
  context: __SerdeContext
753
753
  ) => Promise<PublishSchemaCommandOutput>;
754
- export declare const deserializeAws_restJson1PutSchemaFromJsonCommand: (
754
+ export declare const de_PutSchemaFromJsonCommand: (
755
755
  output: __HttpResponse,
756
756
  context: __SerdeContext
757
757
  ) => Promise<PutSchemaFromJsonCommandOutput>;
758
- export declare const deserializeAws_restJson1RemoveFacetFromObjectCommand: (
758
+ export declare const de_RemoveFacetFromObjectCommand: (
759
759
  output: __HttpResponse,
760
760
  context: __SerdeContext
761
761
  ) => Promise<RemoveFacetFromObjectCommandOutput>;
762
- export declare const deserializeAws_restJson1TagResourceCommand: (
762
+ export declare const de_TagResourceCommand: (
763
763
  output: __HttpResponse,
764
764
  context: __SerdeContext
765
765
  ) => Promise<TagResourceCommandOutput>;
766
- export declare const deserializeAws_restJson1UntagResourceCommand: (
766
+ export declare const de_UntagResourceCommand: (
767
767
  output: __HttpResponse,
768
768
  context: __SerdeContext
769
769
  ) => Promise<UntagResourceCommandOutput>;
770
- export declare const deserializeAws_restJson1UpdateFacetCommand: (
770
+ export declare const de_UpdateFacetCommand: (
771
771
  output: __HttpResponse,
772
772
  context: __SerdeContext
773
773
  ) => Promise<UpdateFacetCommandOutput>;
774
- export declare const deserializeAws_restJson1UpdateLinkAttributesCommand: (
774
+ export declare const de_UpdateLinkAttributesCommand: (
775
775
  output: __HttpResponse,
776
776
  context: __SerdeContext
777
777
  ) => Promise<UpdateLinkAttributesCommandOutput>;
778
- export declare const deserializeAws_restJson1UpdateObjectAttributesCommand: (
778
+ export declare const de_UpdateObjectAttributesCommand: (
779
779
  output: __HttpResponse,
780
780
  context: __SerdeContext
781
781
  ) => Promise<UpdateObjectAttributesCommandOutput>;
782
- export declare const deserializeAws_restJson1UpdateSchemaCommand: (
782
+ export declare const de_UpdateSchemaCommand: (
783
783
  output: __HttpResponse,
784
784
  context: __SerdeContext
785
785
  ) => Promise<UpdateSchemaCommandOutput>;
786
- export declare const deserializeAws_restJson1UpdateTypedLinkFacetCommand: (
786
+ export declare const de_UpdateTypedLinkFacetCommand: (
787
787
  output: __HttpResponse,
788
788
  context: __SerdeContext
789
789
  ) => Promise<UpdateTypedLinkFacetCommandOutput>;
790
- export declare const deserializeAws_restJson1UpgradeAppliedSchemaCommand: (
790
+ export declare const de_UpgradeAppliedSchemaCommand: (
791
791
  output: __HttpResponse,
792
792
  context: __SerdeContext
793
793
  ) => Promise<UpgradeAppliedSchemaCommandOutput>;
794
- export declare const deserializeAws_restJson1UpgradePublishedSchemaCommand: (
794
+ export declare const de_UpgradePublishedSchemaCommand: (
795
795
  output: __HttpResponse,
796
796
  context: __SerdeContext
797
797
  ) => Promise<UpgradePublishedSchemaCommandOutput>;