@aws-sdk/client-clouddirectory 3.169.0 → 3.170.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 (102) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudDirectory.d.ts +1192 -335
  3. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +526 -139
  4. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2825 -2534
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/index.d.ts +20 -20
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  102. package/package.json +34 -34
@@ -1,200 +1,797 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "../commands/AddFacetToObjectCommand";
4
- import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "../commands/ApplySchemaCommand";
5
- import { AttachObjectCommandInput, AttachObjectCommandOutput } from "../commands/AttachObjectCommand";
6
- import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "../commands/AttachPolicyCommand";
7
- import { AttachToIndexCommandInput, AttachToIndexCommandOutput } from "../commands/AttachToIndexCommand";
8
- import { AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput } from "../commands/AttachTypedLinkCommand";
9
- import { BatchReadCommandInput, BatchReadCommandOutput } from "../commands/BatchReadCommand";
10
- import { BatchWriteCommandInput, BatchWriteCommandOutput } from "../commands/BatchWriteCommand";
11
- import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "../commands/CreateDirectoryCommand";
12
- import { CreateFacetCommandInput, CreateFacetCommandOutput } from "../commands/CreateFacetCommand";
13
- import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
14
- import { CreateObjectCommandInput, CreateObjectCommandOutput } from "../commands/CreateObjectCommand";
15
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
16
- import { CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput } from "../commands/CreateTypedLinkFacetCommand";
17
- import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "../commands/DeleteDirectoryCommand";
18
- import { DeleteFacetCommandInput, DeleteFacetCommandOutput } from "../commands/DeleteFacetCommand";
19
- import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "../commands/DeleteObjectCommand";
20
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
21
- import { DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput } from "../commands/DeleteTypedLinkFacetCommand";
22
- import { DetachFromIndexCommandInput, DetachFromIndexCommandOutput } from "../commands/DetachFromIndexCommand";
23
- import { DetachObjectCommandInput, DetachObjectCommandOutput } from "../commands/DetachObjectCommand";
24
- import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "../commands/DetachPolicyCommand";
25
- import { DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput } from "../commands/DetachTypedLinkCommand";
26
- import { DisableDirectoryCommandInput, DisableDirectoryCommandOutput } from "../commands/DisableDirectoryCommand";
27
- import { EnableDirectoryCommandInput, EnableDirectoryCommandOutput } from "../commands/EnableDirectoryCommand";
28
- import { GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput } from "../commands/GetAppliedSchemaVersionCommand";
29
- import { GetDirectoryCommandInput, GetDirectoryCommandOutput } from "../commands/GetDirectoryCommand";
30
- import { GetFacetCommandInput, GetFacetCommandOutput } from "../commands/GetFacetCommand";
31
- import { GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput } from "../commands/GetLinkAttributesCommand";
32
- import { GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput } from "../commands/GetObjectAttributesCommand";
33
- import { GetObjectInformationCommandInput, GetObjectInformationCommandOutput } from "../commands/GetObjectInformationCommand";
34
- import { GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput } from "../commands/GetSchemaAsJsonCommand";
35
- import { GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput } from "../commands/GetTypedLinkFacetInformationCommand";
36
- import { ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput } from "../commands/ListAppliedSchemaArnsCommand";
37
- import { ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput } from "../commands/ListAttachedIndicesCommand";
38
- import { ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput } from "../commands/ListDevelopmentSchemaArnsCommand";
39
- import { ListDirectoriesCommandInput, ListDirectoriesCommandOutput } from "../commands/ListDirectoriesCommand";
40
- import { ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput } from "../commands/ListFacetAttributesCommand";
41
- import { ListFacetNamesCommandInput, ListFacetNamesCommandOutput } from "../commands/ListFacetNamesCommand";
42
- import { ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput } from "../commands/ListIncomingTypedLinksCommand";
43
- import { ListIndexCommandInput, ListIndexCommandOutput } from "../commands/ListIndexCommand";
44
- import { ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput } from "../commands/ListManagedSchemaArnsCommand";
45
- import { ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput } from "../commands/ListObjectAttributesCommand";
46
- import { ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput } from "../commands/ListObjectChildrenCommand";
47
- import { ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput } from "../commands/ListObjectParentPathsCommand";
48
- import { ListObjectParentsCommandInput, ListObjectParentsCommandOutput } from "../commands/ListObjectParentsCommand";
49
- import { ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput } from "../commands/ListObjectPoliciesCommand";
50
- import { ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput } from "../commands/ListOutgoingTypedLinksCommand";
51
- import { ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput } from "../commands/ListPolicyAttachmentsCommand";
52
- import { ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput } from "../commands/ListPublishedSchemaArnsCommand";
53
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
54
- import { ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput } from "../commands/ListTypedLinkFacetAttributesCommand";
55
- import { ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput } from "../commands/ListTypedLinkFacetNamesCommand";
56
- import { LookupPolicyCommandInput, LookupPolicyCommandOutput } from "../commands/LookupPolicyCommand";
57
- import { PublishSchemaCommandInput, PublishSchemaCommandOutput } from "../commands/PublishSchemaCommand";
58
- import { PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput } from "../commands/PutSchemaFromJsonCommand";
59
- import { RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput } from "../commands/RemoveFacetFromObjectCommand";
60
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
61
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
62
- import { UpdateFacetCommandInput, UpdateFacetCommandOutput } from "../commands/UpdateFacetCommand";
63
- import { UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput } from "../commands/UpdateLinkAttributesCommand";
64
- import { UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput } from "../commands/UpdateObjectAttributesCommand";
65
- import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "../commands/UpdateSchemaCommand";
66
- import { UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput } from "../commands/UpdateTypedLinkFacetCommand";
67
- import { UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput } from "../commands/UpgradeAppliedSchemaCommand";
68
- import { UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput } from "../commands/UpgradePublishedSchemaCommand";
69
- export declare const serializeAws_restJson1AddFacetToObjectCommand: (input: AddFacetToObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1ApplySchemaCommand: (input: ApplySchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1AttachObjectCommand: (input: AttachObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1AttachPolicyCommand: (input: AttachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1AttachToIndexCommand: (input: AttachToIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1AttachTypedLinkCommand: (input: AttachTypedLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1BatchReadCommand: (input: BatchReadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1BatchWriteCommand: (input: BatchWriteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1CreateDirectoryCommand: (input: CreateDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1CreateFacetCommand: (input: CreateFacetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1CreateIndexCommand: (input: CreateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1CreateObjectCommand: (input: CreateObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1CreateTypedLinkFacetCommand: (input: CreateTypedLinkFacetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DeleteDirectoryCommand: (input: DeleteDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DeleteFacetCommand: (input: DeleteFacetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DeleteObjectCommand: (input: DeleteObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DeleteTypedLinkFacetCommand: (input: DeleteTypedLinkFacetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DetachFromIndexCommand: (input: DetachFromIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DetachObjectCommand: (input: DetachObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DetachPolicyCommand: (input: DetachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DetachTypedLinkCommand: (input: DetachTypedLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DisableDirectoryCommand: (input: DisableDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1EnableDirectoryCommand: (input: EnableDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1GetAppliedSchemaVersionCommand: (input: GetAppliedSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetDirectoryCommand: (input: GetDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetFacetCommand: (input: GetFacetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetLinkAttributesCommand: (input: GetLinkAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1GetObjectAttributesCommand: (input: GetObjectAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1GetObjectInformationCommand: (input: GetObjectInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1GetSchemaAsJsonCommand: (input: GetSchemaAsJsonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1GetTypedLinkFacetInformationCommand: (input: GetTypedLinkFacetInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1ListAppliedSchemaArnsCommand: (input: ListAppliedSchemaArnsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1ListAttachedIndicesCommand: (input: ListAttachedIndicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1ListDevelopmentSchemaArnsCommand: (input: ListDevelopmentSchemaArnsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1ListDirectoriesCommand: (input: ListDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1ListFacetAttributesCommand: (input: ListFacetAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1ListFacetNamesCommand: (input: ListFacetNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1ListIncomingTypedLinksCommand: (input: ListIncomingTypedLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1ListIndexCommand: (input: ListIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1ListManagedSchemaArnsCommand: (input: ListManagedSchemaArnsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1ListObjectAttributesCommand: (input: ListObjectAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1ListObjectChildrenCommand: (input: ListObjectChildrenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1ListObjectParentPathsCommand: (input: ListObjectParentPathsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListObjectParentsCommand: (input: ListObjectParentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListObjectPoliciesCommand: (input: ListObjectPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListOutgoingTypedLinksCommand: (input: ListOutgoingTypedLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListPolicyAttachmentsCommand: (input: ListPolicyAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListPublishedSchemaArnsCommand: (input: ListPublishedSchemaArnsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1ListTypedLinkFacetAttributesCommand: (input: ListTypedLinkFacetAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListTypedLinkFacetNamesCommand: (input: ListTypedLinkFacetNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1LookupPolicyCommand: (input: LookupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1PublishSchemaCommand: (input: PublishSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1PutSchemaFromJsonCommand: (input: PutSchemaFromJsonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1RemoveFacetFromObjectCommand: (input: RemoveFacetFromObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1UpdateFacetCommand: (input: UpdateFacetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1UpdateLinkAttributesCommand: (input: UpdateLinkAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1UpdateObjectAttributesCommand: (input: UpdateObjectAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UpdateSchemaCommand: (input: UpdateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1UpdateTypedLinkFacetCommand: (input: UpdateTypedLinkFacetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1UpgradeAppliedSchemaCommand: (input: UpgradeAppliedSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1UpgradePublishedSchemaCommand: (input: UpgradePublishedSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const deserializeAws_restJson1AddFacetToObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddFacetToObjectCommandOutput>;
136
- export declare const deserializeAws_restJson1ApplySchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplySchemaCommandOutput>;
137
- export declare const deserializeAws_restJson1AttachObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachObjectCommandOutput>;
138
- export declare const deserializeAws_restJson1AttachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachPolicyCommandOutput>;
139
- export declare const deserializeAws_restJson1AttachToIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachToIndexCommandOutput>;
140
- export declare const deserializeAws_restJson1AttachTypedLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachTypedLinkCommandOutput>;
141
- export declare const deserializeAws_restJson1BatchReadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchReadCommandOutput>;
142
- export declare const deserializeAws_restJson1BatchWriteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchWriteCommandOutput>;
143
- export declare const deserializeAws_restJson1CreateDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDirectoryCommandOutput>;
144
- export declare const deserializeAws_restJson1CreateFacetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFacetCommandOutput>;
145
- export declare const deserializeAws_restJson1CreateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIndexCommandOutput>;
146
- export declare const deserializeAws_restJson1CreateObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateObjectCommandOutput>;
147
- export declare const deserializeAws_restJson1CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
148
- export declare const deserializeAws_restJson1CreateTypedLinkFacetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTypedLinkFacetCommandOutput>;
149
- export declare const deserializeAws_restJson1DeleteDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDirectoryCommandOutput>;
150
- export declare const deserializeAws_restJson1DeleteFacetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFacetCommandOutput>;
151
- export declare const deserializeAws_restJson1DeleteObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteObjectCommandOutput>;
152
- export declare const deserializeAws_restJson1DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
153
- export declare const deserializeAws_restJson1DeleteTypedLinkFacetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTypedLinkFacetCommandOutput>;
154
- export declare const deserializeAws_restJson1DetachFromIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachFromIndexCommandOutput>;
155
- export declare const deserializeAws_restJson1DetachObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachObjectCommandOutput>;
156
- export declare const deserializeAws_restJson1DetachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachPolicyCommandOutput>;
157
- export declare const deserializeAws_restJson1DetachTypedLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachTypedLinkCommandOutput>;
158
- export declare const deserializeAws_restJson1DisableDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDirectoryCommandOutput>;
159
- export declare const deserializeAws_restJson1EnableDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDirectoryCommandOutput>;
160
- export declare const deserializeAws_restJson1GetAppliedSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppliedSchemaVersionCommandOutput>;
161
- export declare const deserializeAws_restJson1GetDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDirectoryCommandOutput>;
162
- export declare const deserializeAws_restJson1GetFacetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFacetCommandOutput>;
163
- export declare const deserializeAws_restJson1GetLinkAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinkAttributesCommandOutput>;
164
- export declare const deserializeAws_restJson1GetObjectAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetObjectAttributesCommandOutput>;
165
- export declare const deserializeAws_restJson1GetObjectInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetObjectInformationCommandOutput>;
166
- export declare const deserializeAws_restJson1GetSchemaAsJsonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaAsJsonCommandOutput>;
167
- export declare const deserializeAws_restJson1GetTypedLinkFacetInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTypedLinkFacetInformationCommandOutput>;
168
- export declare const deserializeAws_restJson1ListAppliedSchemaArnsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppliedSchemaArnsCommandOutput>;
169
- export declare const deserializeAws_restJson1ListAttachedIndicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedIndicesCommandOutput>;
170
- export declare const deserializeAws_restJson1ListDevelopmentSchemaArnsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevelopmentSchemaArnsCommandOutput>;
171
- export declare const deserializeAws_restJson1ListDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDirectoriesCommandOutput>;
172
- export declare const deserializeAws_restJson1ListFacetAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFacetAttributesCommandOutput>;
173
- export declare const deserializeAws_restJson1ListFacetNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFacetNamesCommandOutput>;
174
- export declare const deserializeAws_restJson1ListIncomingTypedLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIncomingTypedLinksCommandOutput>;
175
- export declare const deserializeAws_restJson1ListIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIndexCommandOutput>;
176
- export declare const deserializeAws_restJson1ListManagedSchemaArnsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedSchemaArnsCommandOutput>;
177
- export declare const deserializeAws_restJson1ListObjectAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectAttributesCommandOutput>;
178
- export declare const deserializeAws_restJson1ListObjectChildrenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectChildrenCommandOutput>;
179
- export declare const deserializeAws_restJson1ListObjectParentPathsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectParentPathsCommandOutput>;
180
- export declare const deserializeAws_restJson1ListObjectParentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectParentsCommandOutput>;
181
- export declare const deserializeAws_restJson1ListObjectPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectPoliciesCommandOutput>;
182
- export declare const deserializeAws_restJson1ListOutgoingTypedLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOutgoingTypedLinksCommandOutput>;
183
- export declare const deserializeAws_restJson1ListPolicyAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyAttachmentsCommandOutput>;
184
- export declare const deserializeAws_restJson1ListPublishedSchemaArnsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublishedSchemaArnsCommandOutput>;
185
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
186
- export declare const deserializeAws_restJson1ListTypedLinkFacetAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypedLinkFacetAttributesCommandOutput>;
187
- export declare const deserializeAws_restJson1ListTypedLinkFacetNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypedLinkFacetNamesCommandOutput>;
188
- export declare const deserializeAws_restJson1LookupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LookupPolicyCommandOutput>;
189
- export declare const deserializeAws_restJson1PublishSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishSchemaCommandOutput>;
190
- export declare const deserializeAws_restJson1PutSchemaFromJsonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSchemaFromJsonCommandOutput>;
191
- export declare const deserializeAws_restJson1RemoveFacetFromObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFacetFromObjectCommandOutput>;
192
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
193
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
194
- export declare const deserializeAws_restJson1UpdateFacetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFacetCommandOutput>;
195
- export declare const deserializeAws_restJson1UpdateLinkAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLinkAttributesCommandOutput>;
196
- export declare const deserializeAws_restJson1UpdateObjectAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateObjectAttributesCommandOutput>;
197
- export declare const deserializeAws_restJson1UpdateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchemaCommandOutput>;
198
- export declare const deserializeAws_restJson1UpdateTypedLinkFacetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTypedLinkFacetCommandOutput>;
199
- export declare const deserializeAws_restJson1UpgradeAppliedSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradeAppliedSchemaCommandOutput>;
200
- export declare const deserializeAws_restJson1UpgradePublishedSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpgradePublishedSchemaCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddFacetToObjectCommandInput,
8
+ AddFacetToObjectCommandOutput,
9
+ } from "../commands/AddFacetToObjectCommand";
10
+ import {
11
+ ApplySchemaCommandInput,
12
+ ApplySchemaCommandOutput,
13
+ } from "../commands/ApplySchemaCommand";
14
+ import {
15
+ AttachObjectCommandInput,
16
+ AttachObjectCommandOutput,
17
+ } from "../commands/AttachObjectCommand";
18
+ import {
19
+ AttachPolicyCommandInput,
20
+ AttachPolicyCommandOutput,
21
+ } from "../commands/AttachPolicyCommand";
22
+ import {
23
+ AttachToIndexCommandInput,
24
+ AttachToIndexCommandOutput,
25
+ } from "../commands/AttachToIndexCommand";
26
+ import {
27
+ AttachTypedLinkCommandInput,
28
+ AttachTypedLinkCommandOutput,
29
+ } from "../commands/AttachTypedLinkCommand";
30
+ import {
31
+ BatchReadCommandInput,
32
+ BatchReadCommandOutput,
33
+ } from "../commands/BatchReadCommand";
34
+ import {
35
+ BatchWriteCommandInput,
36
+ BatchWriteCommandOutput,
37
+ } from "../commands/BatchWriteCommand";
38
+ import {
39
+ CreateDirectoryCommandInput,
40
+ CreateDirectoryCommandOutput,
41
+ } from "../commands/CreateDirectoryCommand";
42
+ import {
43
+ CreateFacetCommandInput,
44
+ CreateFacetCommandOutput,
45
+ } from "../commands/CreateFacetCommand";
46
+ import {
47
+ CreateIndexCommandInput,
48
+ CreateIndexCommandOutput,
49
+ } from "../commands/CreateIndexCommand";
50
+ import {
51
+ CreateObjectCommandInput,
52
+ CreateObjectCommandOutput,
53
+ } from "../commands/CreateObjectCommand";
54
+ import {
55
+ CreateSchemaCommandInput,
56
+ CreateSchemaCommandOutput,
57
+ } from "../commands/CreateSchemaCommand";
58
+ import {
59
+ CreateTypedLinkFacetCommandInput,
60
+ CreateTypedLinkFacetCommandOutput,
61
+ } from "../commands/CreateTypedLinkFacetCommand";
62
+ import {
63
+ DeleteDirectoryCommandInput,
64
+ DeleteDirectoryCommandOutput,
65
+ } from "../commands/DeleteDirectoryCommand";
66
+ import {
67
+ DeleteFacetCommandInput,
68
+ DeleteFacetCommandOutput,
69
+ } from "../commands/DeleteFacetCommand";
70
+ import {
71
+ DeleteObjectCommandInput,
72
+ DeleteObjectCommandOutput,
73
+ } from "../commands/DeleteObjectCommand";
74
+ import {
75
+ DeleteSchemaCommandInput,
76
+ DeleteSchemaCommandOutput,
77
+ } from "../commands/DeleteSchemaCommand";
78
+ import {
79
+ DeleteTypedLinkFacetCommandInput,
80
+ DeleteTypedLinkFacetCommandOutput,
81
+ } from "../commands/DeleteTypedLinkFacetCommand";
82
+ import {
83
+ DetachFromIndexCommandInput,
84
+ DetachFromIndexCommandOutput,
85
+ } from "../commands/DetachFromIndexCommand";
86
+ import {
87
+ DetachObjectCommandInput,
88
+ DetachObjectCommandOutput,
89
+ } from "../commands/DetachObjectCommand";
90
+ import {
91
+ DetachPolicyCommandInput,
92
+ DetachPolicyCommandOutput,
93
+ } from "../commands/DetachPolicyCommand";
94
+ import {
95
+ DetachTypedLinkCommandInput,
96
+ DetachTypedLinkCommandOutput,
97
+ } from "../commands/DetachTypedLinkCommand";
98
+ import {
99
+ DisableDirectoryCommandInput,
100
+ DisableDirectoryCommandOutput,
101
+ } from "../commands/DisableDirectoryCommand";
102
+ import {
103
+ EnableDirectoryCommandInput,
104
+ EnableDirectoryCommandOutput,
105
+ } from "../commands/EnableDirectoryCommand";
106
+ import {
107
+ GetAppliedSchemaVersionCommandInput,
108
+ GetAppliedSchemaVersionCommandOutput,
109
+ } from "../commands/GetAppliedSchemaVersionCommand";
110
+ import {
111
+ GetDirectoryCommandInput,
112
+ GetDirectoryCommandOutput,
113
+ } from "../commands/GetDirectoryCommand";
114
+ import {
115
+ GetFacetCommandInput,
116
+ GetFacetCommandOutput,
117
+ } from "../commands/GetFacetCommand";
118
+ import {
119
+ GetLinkAttributesCommandInput,
120
+ GetLinkAttributesCommandOutput,
121
+ } from "../commands/GetLinkAttributesCommand";
122
+ import {
123
+ GetObjectAttributesCommandInput,
124
+ GetObjectAttributesCommandOutput,
125
+ } from "../commands/GetObjectAttributesCommand";
126
+ import {
127
+ GetObjectInformationCommandInput,
128
+ GetObjectInformationCommandOutput,
129
+ } from "../commands/GetObjectInformationCommand";
130
+ import {
131
+ GetSchemaAsJsonCommandInput,
132
+ GetSchemaAsJsonCommandOutput,
133
+ } from "../commands/GetSchemaAsJsonCommand";
134
+ import {
135
+ GetTypedLinkFacetInformationCommandInput,
136
+ GetTypedLinkFacetInformationCommandOutput,
137
+ } from "../commands/GetTypedLinkFacetInformationCommand";
138
+ import {
139
+ ListAppliedSchemaArnsCommandInput,
140
+ ListAppliedSchemaArnsCommandOutput,
141
+ } from "../commands/ListAppliedSchemaArnsCommand";
142
+ import {
143
+ ListAttachedIndicesCommandInput,
144
+ ListAttachedIndicesCommandOutput,
145
+ } from "../commands/ListAttachedIndicesCommand";
146
+ import {
147
+ ListDevelopmentSchemaArnsCommandInput,
148
+ ListDevelopmentSchemaArnsCommandOutput,
149
+ } from "../commands/ListDevelopmentSchemaArnsCommand";
150
+ import {
151
+ ListDirectoriesCommandInput,
152
+ ListDirectoriesCommandOutput,
153
+ } from "../commands/ListDirectoriesCommand";
154
+ import {
155
+ ListFacetAttributesCommandInput,
156
+ ListFacetAttributesCommandOutput,
157
+ } from "../commands/ListFacetAttributesCommand";
158
+ import {
159
+ ListFacetNamesCommandInput,
160
+ ListFacetNamesCommandOutput,
161
+ } from "../commands/ListFacetNamesCommand";
162
+ import {
163
+ ListIncomingTypedLinksCommandInput,
164
+ ListIncomingTypedLinksCommandOutput,
165
+ } from "../commands/ListIncomingTypedLinksCommand";
166
+ import {
167
+ ListIndexCommandInput,
168
+ ListIndexCommandOutput,
169
+ } from "../commands/ListIndexCommand";
170
+ import {
171
+ ListManagedSchemaArnsCommandInput,
172
+ ListManagedSchemaArnsCommandOutput,
173
+ } from "../commands/ListManagedSchemaArnsCommand";
174
+ import {
175
+ ListObjectAttributesCommandInput,
176
+ ListObjectAttributesCommandOutput,
177
+ } from "../commands/ListObjectAttributesCommand";
178
+ import {
179
+ ListObjectChildrenCommandInput,
180
+ ListObjectChildrenCommandOutput,
181
+ } from "../commands/ListObjectChildrenCommand";
182
+ import {
183
+ ListObjectParentPathsCommandInput,
184
+ ListObjectParentPathsCommandOutput,
185
+ } from "../commands/ListObjectParentPathsCommand";
186
+ import {
187
+ ListObjectParentsCommandInput,
188
+ ListObjectParentsCommandOutput,
189
+ } from "../commands/ListObjectParentsCommand";
190
+ import {
191
+ ListObjectPoliciesCommandInput,
192
+ ListObjectPoliciesCommandOutput,
193
+ } from "../commands/ListObjectPoliciesCommand";
194
+ import {
195
+ ListOutgoingTypedLinksCommandInput,
196
+ ListOutgoingTypedLinksCommandOutput,
197
+ } from "../commands/ListOutgoingTypedLinksCommand";
198
+ import {
199
+ ListPolicyAttachmentsCommandInput,
200
+ ListPolicyAttachmentsCommandOutput,
201
+ } from "../commands/ListPolicyAttachmentsCommand";
202
+ import {
203
+ ListPublishedSchemaArnsCommandInput,
204
+ ListPublishedSchemaArnsCommandOutput,
205
+ } from "../commands/ListPublishedSchemaArnsCommand";
206
+ import {
207
+ ListTagsForResourceCommandInput,
208
+ ListTagsForResourceCommandOutput,
209
+ } from "../commands/ListTagsForResourceCommand";
210
+ import {
211
+ ListTypedLinkFacetAttributesCommandInput,
212
+ ListTypedLinkFacetAttributesCommandOutput,
213
+ } from "../commands/ListTypedLinkFacetAttributesCommand";
214
+ import {
215
+ ListTypedLinkFacetNamesCommandInput,
216
+ ListTypedLinkFacetNamesCommandOutput,
217
+ } from "../commands/ListTypedLinkFacetNamesCommand";
218
+ import {
219
+ LookupPolicyCommandInput,
220
+ LookupPolicyCommandOutput,
221
+ } from "../commands/LookupPolicyCommand";
222
+ import {
223
+ PublishSchemaCommandInput,
224
+ PublishSchemaCommandOutput,
225
+ } from "../commands/PublishSchemaCommand";
226
+ import {
227
+ PutSchemaFromJsonCommandInput,
228
+ PutSchemaFromJsonCommandOutput,
229
+ } from "../commands/PutSchemaFromJsonCommand";
230
+ import {
231
+ RemoveFacetFromObjectCommandInput,
232
+ RemoveFacetFromObjectCommandOutput,
233
+ } from "../commands/RemoveFacetFromObjectCommand";
234
+ import {
235
+ TagResourceCommandInput,
236
+ TagResourceCommandOutput,
237
+ } from "../commands/TagResourceCommand";
238
+ import {
239
+ UntagResourceCommandInput,
240
+ UntagResourceCommandOutput,
241
+ } from "../commands/UntagResourceCommand";
242
+ import {
243
+ UpdateFacetCommandInput,
244
+ UpdateFacetCommandOutput,
245
+ } from "../commands/UpdateFacetCommand";
246
+ import {
247
+ UpdateLinkAttributesCommandInput,
248
+ UpdateLinkAttributesCommandOutput,
249
+ } from "../commands/UpdateLinkAttributesCommand";
250
+ import {
251
+ UpdateObjectAttributesCommandInput,
252
+ UpdateObjectAttributesCommandOutput,
253
+ } from "../commands/UpdateObjectAttributesCommand";
254
+ import {
255
+ UpdateSchemaCommandInput,
256
+ UpdateSchemaCommandOutput,
257
+ } from "../commands/UpdateSchemaCommand";
258
+ import {
259
+ UpdateTypedLinkFacetCommandInput,
260
+ UpdateTypedLinkFacetCommandOutput,
261
+ } from "../commands/UpdateTypedLinkFacetCommand";
262
+ import {
263
+ UpgradeAppliedSchemaCommandInput,
264
+ UpgradeAppliedSchemaCommandOutput,
265
+ } from "../commands/UpgradeAppliedSchemaCommand";
266
+ import {
267
+ UpgradePublishedSchemaCommandInput,
268
+ UpgradePublishedSchemaCommandOutput,
269
+ } from "../commands/UpgradePublishedSchemaCommand";
270
+ export declare const serializeAws_restJson1AddFacetToObjectCommand: (
271
+ input: AddFacetToObjectCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1ApplySchemaCommand: (
275
+ input: ApplySchemaCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1AttachObjectCommand: (
279
+ input: AttachObjectCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1AttachPolicyCommand: (
283
+ input: AttachPolicyCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1AttachToIndexCommand: (
287
+ input: AttachToIndexCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1AttachTypedLinkCommand: (
291
+ input: AttachTypedLinkCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1BatchReadCommand: (
295
+ input: BatchReadCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1BatchWriteCommand: (
299
+ input: BatchWriteCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1CreateDirectoryCommand: (
303
+ input: CreateDirectoryCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1CreateFacetCommand: (
307
+ input: CreateFacetCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1CreateIndexCommand: (
311
+ input: CreateIndexCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1CreateObjectCommand: (
315
+ input: CreateObjectCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1CreateSchemaCommand: (
319
+ input: CreateSchemaCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1CreateTypedLinkFacetCommand: (
323
+ input: CreateTypedLinkFacetCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1DeleteDirectoryCommand: (
327
+ input: DeleteDirectoryCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1DeleteFacetCommand: (
331
+ input: DeleteFacetCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1DeleteObjectCommand: (
335
+ input: DeleteObjectCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1DeleteSchemaCommand: (
339
+ input: DeleteSchemaCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1DeleteTypedLinkFacetCommand: (
343
+ input: DeleteTypedLinkFacetCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1DetachFromIndexCommand: (
347
+ input: DetachFromIndexCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1DetachObjectCommand: (
351
+ input: DetachObjectCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DetachPolicyCommand: (
355
+ input: DetachPolicyCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DetachTypedLinkCommand: (
359
+ input: DetachTypedLinkCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1DisableDirectoryCommand: (
363
+ input: DisableDirectoryCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1EnableDirectoryCommand: (
367
+ input: EnableDirectoryCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1GetAppliedSchemaVersionCommand: (
371
+ input: GetAppliedSchemaVersionCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1GetDirectoryCommand: (
375
+ input: GetDirectoryCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1GetFacetCommand: (
379
+ input: GetFacetCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1GetLinkAttributesCommand: (
383
+ input: GetLinkAttributesCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1GetObjectAttributesCommand: (
387
+ input: GetObjectAttributesCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1GetObjectInformationCommand: (
391
+ input: GetObjectInformationCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1GetSchemaAsJsonCommand: (
395
+ input: GetSchemaAsJsonCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1GetTypedLinkFacetInformationCommand: (
399
+ input: GetTypedLinkFacetInformationCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1ListAppliedSchemaArnsCommand: (
403
+ input: ListAppliedSchemaArnsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1ListAttachedIndicesCommand: (
407
+ input: ListAttachedIndicesCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1ListDevelopmentSchemaArnsCommand: (
411
+ input: ListDevelopmentSchemaArnsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1ListDirectoriesCommand: (
415
+ input: ListDirectoriesCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1ListFacetAttributesCommand: (
419
+ input: ListFacetAttributesCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1ListFacetNamesCommand: (
423
+ input: ListFacetNamesCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1ListIncomingTypedLinksCommand: (
427
+ input: ListIncomingTypedLinksCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1ListIndexCommand: (
431
+ input: ListIndexCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1ListManagedSchemaArnsCommand: (
435
+ input: ListManagedSchemaArnsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1ListObjectAttributesCommand: (
439
+ input: ListObjectAttributesCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1ListObjectChildrenCommand: (
443
+ input: ListObjectChildrenCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1ListObjectParentPathsCommand: (
447
+ input: ListObjectParentPathsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1ListObjectParentsCommand: (
451
+ input: ListObjectParentsCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1ListObjectPoliciesCommand: (
455
+ input: ListObjectPoliciesCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1ListOutgoingTypedLinksCommand: (
459
+ input: ListOutgoingTypedLinksCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1ListPolicyAttachmentsCommand: (
463
+ input: ListPolicyAttachmentsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1ListPublishedSchemaArnsCommand: (
467
+ input: ListPublishedSchemaArnsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
471
+ input: ListTagsForResourceCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1ListTypedLinkFacetAttributesCommand: (
475
+ input: ListTypedLinkFacetAttributesCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1ListTypedLinkFacetNamesCommand: (
479
+ input: ListTypedLinkFacetNamesCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1LookupPolicyCommand: (
483
+ input: LookupPolicyCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1PublishSchemaCommand: (
487
+ input: PublishSchemaCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1PutSchemaFromJsonCommand: (
491
+ input: PutSchemaFromJsonCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1RemoveFacetFromObjectCommand: (
495
+ input: RemoveFacetFromObjectCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1TagResourceCommand: (
499
+ input: TagResourceCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1UntagResourceCommand: (
503
+ input: UntagResourceCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1UpdateFacetCommand: (
507
+ input: UpdateFacetCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1UpdateLinkAttributesCommand: (
511
+ input: UpdateLinkAttributesCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1UpdateObjectAttributesCommand: (
515
+ input: UpdateObjectAttributesCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1UpdateSchemaCommand: (
519
+ input: UpdateSchemaCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1UpdateTypedLinkFacetCommand: (
523
+ input: UpdateTypedLinkFacetCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1UpgradeAppliedSchemaCommand: (
527
+ input: UpgradeAppliedSchemaCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1UpgradePublishedSchemaCommand: (
531
+ input: UpgradePublishedSchemaCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const deserializeAws_restJson1AddFacetToObjectCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<AddFacetToObjectCommandOutput>;
538
+ export declare const deserializeAws_restJson1ApplySchemaCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<ApplySchemaCommandOutput>;
542
+ export declare const deserializeAws_restJson1AttachObjectCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<AttachObjectCommandOutput>;
546
+ export declare const deserializeAws_restJson1AttachPolicyCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<AttachPolicyCommandOutput>;
550
+ export declare const deserializeAws_restJson1AttachToIndexCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<AttachToIndexCommandOutput>;
554
+ export declare const deserializeAws_restJson1AttachTypedLinkCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<AttachTypedLinkCommandOutput>;
558
+ export declare const deserializeAws_restJson1BatchReadCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<BatchReadCommandOutput>;
562
+ export declare const deserializeAws_restJson1BatchWriteCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<BatchWriteCommandOutput>;
566
+ export declare const deserializeAws_restJson1CreateDirectoryCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<CreateDirectoryCommandOutput>;
570
+ export declare const deserializeAws_restJson1CreateFacetCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<CreateFacetCommandOutput>;
574
+ export declare const deserializeAws_restJson1CreateIndexCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<CreateIndexCommandOutput>;
578
+ export declare const deserializeAws_restJson1CreateObjectCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<CreateObjectCommandOutput>;
582
+ export declare const deserializeAws_restJson1CreateSchemaCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<CreateSchemaCommandOutput>;
586
+ export declare const deserializeAws_restJson1CreateTypedLinkFacetCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<CreateTypedLinkFacetCommandOutput>;
590
+ export declare const deserializeAws_restJson1DeleteDirectoryCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DeleteDirectoryCommandOutput>;
594
+ export declare const deserializeAws_restJson1DeleteFacetCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DeleteFacetCommandOutput>;
598
+ export declare const deserializeAws_restJson1DeleteObjectCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DeleteObjectCommandOutput>;
602
+ export declare const deserializeAws_restJson1DeleteSchemaCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DeleteSchemaCommandOutput>;
606
+ export declare const deserializeAws_restJson1DeleteTypedLinkFacetCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DeleteTypedLinkFacetCommandOutput>;
610
+ export declare const deserializeAws_restJson1DetachFromIndexCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DetachFromIndexCommandOutput>;
614
+ export declare const deserializeAws_restJson1DetachObjectCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DetachObjectCommandOutput>;
618
+ export declare const deserializeAws_restJson1DetachPolicyCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DetachPolicyCommandOutput>;
622
+ export declare const deserializeAws_restJson1DetachTypedLinkCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DetachTypedLinkCommandOutput>;
626
+ export declare const deserializeAws_restJson1DisableDirectoryCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DisableDirectoryCommandOutput>;
630
+ export declare const deserializeAws_restJson1EnableDirectoryCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<EnableDirectoryCommandOutput>;
634
+ export declare const deserializeAws_restJson1GetAppliedSchemaVersionCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<GetAppliedSchemaVersionCommandOutput>;
638
+ export declare const deserializeAws_restJson1GetDirectoryCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<GetDirectoryCommandOutput>;
642
+ export declare const deserializeAws_restJson1GetFacetCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<GetFacetCommandOutput>;
646
+ export declare const deserializeAws_restJson1GetLinkAttributesCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<GetLinkAttributesCommandOutput>;
650
+ export declare const deserializeAws_restJson1GetObjectAttributesCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<GetObjectAttributesCommandOutput>;
654
+ export declare const deserializeAws_restJson1GetObjectInformationCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<GetObjectInformationCommandOutput>;
658
+ export declare const deserializeAws_restJson1GetSchemaAsJsonCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<GetSchemaAsJsonCommandOutput>;
662
+ export declare const deserializeAws_restJson1GetTypedLinkFacetInformationCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<GetTypedLinkFacetInformationCommandOutput>;
666
+ export declare const deserializeAws_restJson1ListAppliedSchemaArnsCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<ListAppliedSchemaArnsCommandOutput>;
670
+ export declare const deserializeAws_restJson1ListAttachedIndicesCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<ListAttachedIndicesCommandOutput>;
674
+ export declare const deserializeAws_restJson1ListDevelopmentSchemaArnsCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<ListDevelopmentSchemaArnsCommandOutput>;
678
+ export declare const deserializeAws_restJson1ListDirectoriesCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<ListDirectoriesCommandOutput>;
682
+ export declare const deserializeAws_restJson1ListFacetAttributesCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<ListFacetAttributesCommandOutput>;
686
+ export declare const deserializeAws_restJson1ListFacetNamesCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<ListFacetNamesCommandOutput>;
690
+ export declare const deserializeAws_restJson1ListIncomingTypedLinksCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ListIncomingTypedLinksCommandOutput>;
694
+ export declare const deserializeAws_restJson1ListIndexCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ListIndexCommandOutput>;
698
+ export declare const deserializeAws_restJson1ListManagedSchemaArnsCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<ListManagedSchemaArnsCommandOutput>;
702
+ export declare const deserializeAws_restJson1ListObjectAttributesCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<ListObjectAttributesCommandOutput>;
706
+ export declare const deserializeAws_restJson1ListObjectChildrenCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ListObjectChildrenCommandOutput>;
710
+ export declare const deserializeAws_restJson1ListObjectParentPathsCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListObjectParentPathsCommandOutput>;
714
+ export declare const deserializeAws_restJson1ListObjectParentsCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListObjectParentsCommandOutput>;
718
+ export declare const deserializeAws_restJson1ListObjectPoliciesCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListObjectPoliciesCommandOutput>;
722
+ export declare const deserializeAws_restJson1ListOutgoingTypedLinksCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListOutgoingTypedLinksCommandOutput>;
726
+ export declare const deserializeAws_restJson1ListPolicyAttachmentsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListPolicyAttachmentsCommandOutput>;
730
+ export declare const deserializeAws_restJson1ListPublishedSchemaArnsCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListPublishedSchemaArnsCommandOutput>;
734
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ListTagsForResourceCommandOutput>;
738
+ export declare const deserializeAws_restJson1ListTypedLinkFacetAttributesCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<ListTypedLinkFacetAttributesCommandOutput>;
742
+ export declare const deserializeAws_restJson1ListTypedLinkFacetNamesCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ListTypedLinkFacetNamesCommandOutput>;
746
+ export declare const deserializeAws_restJson1LookupPolicyCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<LookupPolicyCommandOutput>;
750
+ export declare const deserializeAws_restJson1PublishSchemaCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<PublishSchemaCommandOutput>;
754
+ export declare const deserializeAws_restJson1PutSchemaFromJsonCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<PutSchemaFromJsonCommandOutput>;
758
+ export declare const deserializeAws_restJson1RemoveFacetFromObjectCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<RemoveFacetFromObjectCommandOutput>;
762
+ export declare const deserializeAws_restJson1TagResourceCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<TagResourceCommandOutput>;
766
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<UntagResourceCommandOutput>;
770
+ export declare const deserializeAws_restJson1UpdateFacetCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<UpdateFacetCommandOutput>;
774
+ export declare const deserializeAws_restJson1UpdateLinkAttributesCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<UpdateLinkAttributesCommandOutput>;
778
+ export declare const deserializeAws_restJson1UpdateObjectAttributesCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<UpdateObjectAttributesCommandOutput>;
782
+ export declare const deserializeAws_restJson1UpdateSchemaCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<UpdateSchemaCommandOutput>;
786
+ export declare const deserializeAws_restJson1UpdateTypedLinkFacetCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<UpdateTypedLinkFacetCommandOutput>;
790
+ export declare const deserializeAws_restJson1UpgradeAppliedSchemaCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<UpgradeAppliedSchemaCommandOutput>;
794
+ export declare const deserializeAws_restJson1UpgradePublishedSchemaCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<UpgradePublishedSchemaCommandOutput>;