@aws-sdk/client-clouddirectory 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3516 -3609
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CloudDirectoryClient.js +2 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +3 -9
- package/dist-es/commands/ApplySchemaCommand.js +3 -9
- package/dist-es/commands/AttachObjectCommand.js +3 -9
- package/dist-es/commands/AttachPolicyCommand.js +3 -9
- package/dist-es/commands/AttachToIndexCommand.js +3 -9
- package/dist-es/commands/AttachTypedLinkCommand.js +3 -9
- package/dist-es/commands/BatchReadCommand.js +3 -9
- package/dist-es/commands/BatchWriteCommand.js +3 -9
- package/dist-es/commands/CreateDirectoryCommand.js +3 -9
- package/dist-es/commands/CreateFacetCommand.js +3 -9
- package/dist-es/commands/CreateIndexCommand.js +3 -9
- package/dist-es/commands/CreateObjectCommand.js +3 -9
- package/dist-es/commands/CreateSchemaCommand.js +3 -9
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -9
- package/dist-es/commands/DeleteFacetCommand.js +3 -9
- package/dist-es/commands/DeleteObjectCommand.js +3 -9
- package/dist-es/commands/DeleteSchemaCommand.js +3 -9
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/DetachFromIndexCommand.js +3 -9
- package/dist-es/commands/DetachObjectCommand.js +3 -9
- package/dist-es/commands/DetachPolicyCommand.js +3 -9
- package/dist-es/commands/DetachTypedLinkCommand.js +3 -9
- package/dist-es/commands/DisableDirectoryCommand.js +3 -9
- package/dist-es/commands/EnableDirectoryCommand.js +3 -9
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -9
- package/dist-es/commands/GetDirectoryCommand.js +3 -9
- package/dist-es/commands/GetFacetCommand.js +3 -9
- package/dist-es/commands/GetLinkAttributesCommand.js +3 -9
- package/dist-es/commands/GetObjectAttributesCommand.js +3 -9
- package/dist-es/commands/GetObjectInformationCommand.js +3 -9
- package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -9
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -9
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListAttachedIndicesCommand.js +3 -9
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListDirectoriesCommand.js +3 -9
- package/dist-es/commands/ListFacetAttributesCommand.js +3 -9
- package/dist-es/commands/ListFacetNamesCommand.js +3 -9
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -9
- package/dist-es/commands/ListIndexCommand.js +3 -9
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListObjectAttributesCommand.js +3 -9
- package/dist-es/commands/ListObjectChildrenCommand.js +3 -9
- package/dist-es/commands/ListObjectParentPathsCommand.js +3 -9
- package/dist-es/commands/ListObjectParentsCommand.js +3 -9
- package/dist-es/commands/ListObjectPoliciesCommand.js +3 -9
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -9
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -9
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -9
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -9
- package/dist-es/commands/LookupPolicyCommand.js +3 -9
- package/dist-es/commands/PublishSchemaCommand.js +3 -9
- package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -9
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateFacetCommand.js +3 -9
- package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateSchemaCommand.js +3 -9
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -9
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -16
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3292 -0
- package/dist-types/CloudDirectoryClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +364 -0
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +370 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -3033
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -596
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -797
|
@@ -1,797 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/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 se_AddFacetToObjectCommand: (
|
|
271
|
-
input: AddFacetToObjectCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_ApplySchemaCommand: (
|
|
275
|
-
input: ApplySchemaCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_AttachObjectCommand: (
|
|
279
|
-
input: AttachObjectCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_AttachPolicyCommand: (
|
|
283
|
-
input: AttachPolicyCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_AttachToIndexCommand: (
|
|
287
|
-
input: AttachToIndexCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_AttachTypedLinkCommand: (
|
|
291
|
-
input: AttachTypedLinkCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_BatchReadCommand: (
|
|
295
|
-
input: BatchReadCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_BatchWriteCommand: (
|
|
299
|
-
input: BatchWriteCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_CreateDirectoryCommand: (
|
|
303
|
-
input: CreateDirectoryCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_CreateFacetCommand: (
|
|
307
|
-
input: CreateFacetCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_CreateIndexCommand: (
|
|
311
|
-
input: CreateIndexCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_CreateObjectCommand: (
|
|
315
|
-
input: CreateObjectCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_CreateSchemaCommand: (
|
|
319
|
-
input: CreateSchemaCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_CreateTypedLinkFacetCommand: (
|
|
323
|
-
input: CreateTypedLinkFacetCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_DeleteDirectoryCommand: (
|
|
327
|
-
input: DeleteDirectoryCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_DeleteFacetCommand: (
|
|
331
|
-
input: DeleteFacetCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_DeleteObjectCommand: (
|
|
335
|
-
input: DeleteObjectCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_DeleteSchemaCommand: (
|
|
339
|
-
input: DeleteSchemaCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_DeleteTypedLinkFacetCommand: (
|
|
343
|
-
input: DeleteTypedLinkFacetCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_DetachFromIndexCommand: (
|
|
347
|
-
input: DetachFromIndexCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_DetachObjectCommand: (
|
|
351
|
-
input: DetachObjectCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_DetachPolicyCommand: (
|
|
355
|
-
input: DetachPolicyCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_DetachTypedLinkCommand: (
|
|
359
|
-
input: DetachTypedLinkCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_DisableDirectoryCommand: (
|
|
363
|
-
input: DisableDirectoryCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_EnableDirectoryCommand: (
|
|
367
|
-
input: EnableDirectoryCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_GetAppliedSchemaVersionCommand: (
|
|
371
|
-
input: GetAppliedSchemaVersionCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_GetDirectoryCommand: (
|
|
375
|
-
input: GetDirectoryCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_GetFacetCommand: (
|
|
379
|
-
input: GetFacetCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_GetLinkAttributesCommand: (
|
|
383
|
-
input: GetLinkAttributesCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_GetObjectAttributesCommand: (
|
|
387
|
-
input: GetObjectAttributesCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_GetObjectInformationCommand: (
|
|
391
|
-
input: GetObjectInformationCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_GetSchemaAsJsonCommand: (
|
|
395
|
-
input: GetSchemaAsJsonCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_GetTypedLinkFacetInformationCommand: (
|
|
399
|
-
input: GetTypedLinkFacetInformationCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_ListAppliedSchemaArnsCommand: (
|
|
403
|
-
input: ListAppliedSchemaArnsCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const se_ListAttachedIndicesCommand: (
|
|
407
|
-
input: ListAttachedIndicesCommandInput,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const se_ListDevelopmentSchemaArnsCommand: (
|
|
411
|
-
input: ListDevelopmentSchemaArnsCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const se_ListDirectoriesCommand: (
|
|
415
|
-
input: ListDirectoriesCommandInput,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const se_ListFacetAttributesCommand: (
|
|
419
|
-
input: ListFacetAttributesCommandInput,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const se_ListFacetNamesCommand: (
|
|
423
|
-
input: ListFacetNamesCommandInput,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const se_ListIncomingTypedLinksCommand: (
|
|
427
|
-
input: ListIncomingTypedLinksCommandInput,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const se_ListIndexCommand: (
|
|
431
|
-
input: ListIndexCommandInput,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const se_ListManagedSchemaArnsCommand: (
|
|
435
|
-
input: ListManagedSchemaArnsCommandInput,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const se_ListObjectAttributesCommand: (
|
|
439
|
-
input: ListObjectAttributesCommandInput,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const se_ListObjectChildrenCommand: (
|
|
443
|
-
input: ListObjectChildrenCommandInput,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const se_ListObjectParentPathsCommand: (
|
|
447
|
-
input: ListObjectParentPathsCommandInput,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const se_ListObjectParentsCommand: (
|
|
451
|
-
input: ListObjectParentsCommandInput,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const se_ListObjectPoliciesCommand: (
|
|
455
|
-
input: ListObjectPoliciesCommandInput,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const se_ListOutgoingTypedLinksCommand: (
|
|
459
|
-
input: ListOutgoingTypedLinksCommandInput,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const se_ListPolicyAttachmentsCommand: (
|
|
463
|
-
input: ListPolicyAttachmentsCommandInput,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const se_ListPublishedSchemaArnsCommand: (
|
|
467
|
-
input: ListPublishedSchemaArnsCommandInput,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
471
|
-
input: ListTagsForResourceCommandInput,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const se_ListTypedLinkFacetAttributesCommand: (
|
|
475
|
-
input: ListTypedLinkFacetAttributesCommandInput,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const se_ListTypedLinkFacetNamesCommand: (
|
|
479
|
-
input: ListTypedLinkFacetNamesCommandInput,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const se_LookupPolicyCommand: (
|
|
483
|
-
input: LookupPolicyCommandInput,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const se_PublishSchemaCommand: (
|
|
487
|
-
input: PublishSchemaCommandInput,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<__HttpRequest>;
|
|
490
|
-
export declare const se_PutSchemaFromJsonCommand: (
|
|
491
|
-
input: PutSchemaFromJsonCommandInput,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<__HttpRequest>;
|
|
494
|
-
export declare const se_RemoveFacetFromObjectCommand: (
|
|
495
|
-
input: RemoveFacetFromObjectCommandInput,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<__HttpRequest>;
|
|
498
|
-
export declare const se_TagResourceCommand: (
|
|
499
|
-
input: TagResourceCommandInput,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<__HttpRequest>;
|
|
502
|
-
export declare const se_UntagResourceCommand: (
|
|
503
|
-
input: UntagResourceCommandInput,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<__HttpRequest>;
|
|
506
|
-
export declare const se_UpdateFacetCommand: (
|
|
507
|
-
input: UpdateFacetCommandInput,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<__HttpRequest>;
|
|
510
|
-
export declare const se_UpdateLinkAttributesCommand: (
|
|
511
|
-
input: UpdateLinkAttributesCommandInput,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<__HttpRequest>;
|
|
514
|
-
export declare const se_UpdateObjectAttributesCommand: (
|
|
515
|
-
input: UpdateObjectAttributesCommandInput,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<__HttpRequest>;
|
|
518
|
-
export declare const se_UpdateSchemaCommand: (
|
|
519
|
-
input: UpdateSchemaCommandInput,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<__HttpRequest>;
|
|
522
|
-
export declare const se_UpdateTypedLinkFacetCommand: (
|
|
523
|
-
input: UpdateTypedLinkFacetCommandInput,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const se_UpgradeAppliedSchemaCommand: (
|
|
527
|
-
input: UpgradeAppliedSchemaCommandInput,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<__HttpRequest>;
|
|
530
|
-
export declare const se_UpgradePublishedSchemaCommand: (
|
|
531
|
-
input: UpgradePublishedSchemaCommandInput,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<__HttpRequest>;
|
|
534
|
-
export declare const de_AddFacetToObjectCommand: (
|
|
535
|
-
output: __HttpResponse,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<AddFacetToObjectCommandOutput>;
|
|
538
|
-
export declare const de_ApplySchemaCommand: (
|
|
539
|
-
output: __HttpResponse,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<ApplySchemaCommandOutput>;
|
|
542
|
-
export declare const de_AttachObjectCommand: (
|
|
543
|
-
output: __HttpResponse,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<AttachObjectCommandOutput>;
|
|
546
|
-
export declare const de_AttachPolicyCommand: (
|
|
547
|
-
output: __HttpResponse,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<AttachPolicyCommandOutput>;
|
|
550
|
-
export declare const de_AttachToIndexCommand: (
|
|
551
|
-
output: __HttpResponse,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<AttachToIndexCommandOutput>;
|
|
554
|
-
export declare const de_AttachTypedLinkCommand: (
|
|
555
|
-
output: __HttpResponse,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<AttachTypedLinkCommandOutput>;
|
|
558
|
-
export declare const de_BatchReadCommand: (
|
|
559
|
-
output: __HttpResponse,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<BatchReadCommandOutput>;
|
|
562
|
-
export declare const de_BatchWriteCommand: (
|
|
563
|
-
output: __HttpResponse,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<BatchWriteCommandOutput>;
|
|
566
|
-
export declare const de_CreateDirectoryCommand: (
|
|
567
|
-
output: __HttpResponse,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<CreateDirectoryCommandOutput>;
|
|
570
|
-
export declare const de_CreateFacetCommand: (
|
|
571
|
-
output: __HttpResponse,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<CreateFacetCommandOutput>;
|
|
574
|
-
export declare const de_CreateIndexCommand: (
|
|
575
|
-
output: __HttpResponse,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<CreateIndexCommandOutput>;
|
|
578
|
-
export declare const de_CreateObjectCommand: (
|
|
579
|
-
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<CreateObjectCommandOutput>;
|
|
582
|
-
export declare const de_CreateSchemaCommand: (
|
|
583
|
-
output: __HttpResponse,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<CreateSchemaCommandOutput>;
|
|
586
|
-
export declare const de_CreateTypedLinkFacetCommand: (
|
|
587
|
-
output: __HttpResponse,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<CreateTypedLinkFacetCommandOutput>;
|
|
590
|
-
export declare const de_DeleteDirectoryCommand: (
|
|
591
|
-
output: __HttpResponse,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<DeleteDirectoryCommandOutput>;
|
|
594
|
-
export declare const de_DeleteFacetCommand: (
|
|
595
|
-
output: __HttpResponse,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<DeleteFacetCommandOutput>;
|
|
598
|
-
export declare const de_DeleteObjectCommand: (
|
|
599
|
-
output: __HttpResponse,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<DeleteObjectCommandOutput>;
|
|
602
|
-
export declare const de_DeleteSchemaCommand: (
|
|
603
|
-
output: __HttpResponse,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<DeleteSchemaCommandOutput>;
|
|
606
|
-
export declare const de_DeleteTypedLinkFacetCommand: (
|
|
607
|
-
output: __HttpResponse,
|
|
608
|
-
context: __SerdeContext
|
|
609
|
-
) => Promise<DeleteTypedLinkFacetCommandOutput>;
|
|
610
|
-
export declare const de_DetachFromIndexCommand: (
|
|
611
|
-
output: __HttpResponse,
|
|
612
|
-
context: __SerdeContext
|
|
613
|
-
) => Promise<DetachFromIndexCommandOutput>;
|
|
614
|
-
export declare const de_DetachObjectCommand: (
|
|
615
|
-
output: __HttpResponse,
|
|
616
|
-
context: __SerdeContext
|
|
617
|
-
) => Promise<DetachObjectCommandOutput>;
|
|
618
|
-
export declare const de_DetachPolicyCommand: (
|
|
619
|
-
output: __HttpResponse,
|
|
620
|
-
context: __SerdeContext
|
|
621
|
-
) => Promise<DetachPolicyCommandOutput>;
|
|
622
|
-
export declare const de_DetachTypedLinkCommand: (
|
|
623
|
-
output: __HttpResponse,
|
|
624
|
-
context: __SerdeContext
|
|
625
|
-
) => Promise<DetachTypedLinkCommandOutput>;
|
|
626
|
-
export declare const de_DisableDirectoryCommand: (
|
|
627
|
-
output: __HttpResponse,
|
|
628
|
-
context: __SerdeContext
|
|
629
|
-
) => Promise<DisableDirectoryCommandOutput>;
|
|
630
|
-
export declare const de_EnableDirectoryCommand: (
|
|
631
|
-
output: __HttpResponse,
|
|
632
|
-
context: __SerdeContext
|
|
633
|
-
) => Promise<EnableDirectoryCommandOutput>;
|
|
634
|
-
export declare const de_GetAppliedSchemaVersionCommand: (
|
|
635
|
-
output: __HttpResponse,
|
|
636
|
-
context: __SerdeContext
|
|
637
|
-
) => Promise<GetAppliedSchemaVersionCommandOutput>;
|
|
638
|
-
export declare const de_GetDirectoryCommand: (
|
|
639
|
-
output: __HttpResponse,
|
|
640
|
-
context: __SerdeContext
|
|
641
|
-
) => Promise<GetDirectoryCommandOutput>;
|
|
642
|
-
export declare const de_GetFacetCommand: (
|
|
643
|
-
output: __HttpResponse,
|
|
644
|
-
context: __SerdeContext
|
|
645
|
-
) => Promise<GetFacetCommandOutput>;
|
|
646
|
-
export declare const de_GetLinkAttributesCommand: (
|
|
647
|
-
output: __HttpResponse,
|
|
648
|
-
context: __SerdeContext
|
|
649
|
-
) => Promise<GetLinkAttributesCommandOutput>;
|
|
650
|
-
export declare const de_GetObjectAttributesCommand: (
|
|
651
|
-
output: __HttpResponse,
|
|
652
|
-
context: __SerdeContext
|
|
653
|
-
) => Promise<GetObjectAttributesCommandOutput>;
|
|
654
|
-
export declare const de_GetObjectInformationCommand: (
|
|
655
|
-
output: __HttpResponse,
|
|
656
|
-
context: __SerdeContext
|
|
657
|
-
) => Promise<GetObjectInformationCommandOutput>;
|
|
658
|
-
export declare const de_GetSchemaAsJsonCommand: (
|
|
659
|
-
output: __HttpResponse,
|
|
660
|
-
context: __SerdeContext
|
|
661
|
-
) => Promise<GetSchemaAsJsonCommandOutput>;
|
|
662
|
-
export declare const de_GetTypedLinkFacetInformationCommand: (
|
|
663
|
-
output: __HttpResponse,
|
|
664
|
-
context: __SerdeContext
|
|
665
|
-
) => Promise<GetTypedLinkFacetInformationCommandOutput>;
|
|
666
|
-
export declare const de_ListAppliedSchemaArnsCommand: (
|
|
667
|
-
output: __HttpResponse,
|
|
668
|
-
context: __SerdeContext
|
|
669
|
-
) => Promise<ListAppliedSchemaArnsCommandOutput>;
|
|
670
|
-
export declare const de_ListAttachedIndicesCommand: (
|
|
671
|
-
output: __HttpResponse,
|
|
672
|
-
context: __SerdeContext
|
|
673
|
-
) => Promise<ListAttachedIndicesCommandOutput>;
|
|
674
|
-
export declare const de_ListDevelopmentSchemaArnsCommand: (
|
|
675
|
-
output: __HttpResponse,
|
|
676
|
-
context: __SerdeContext
|
|
677
|
-
) => Promise<ListDevelopmentSchemaArnsCommandOutput>;
|
|
678
|
-
export declare const de_ListDirectoriesCommand: (
|
|
679
|
-
output: __HttpResponse,
|
|
680
|
-
context: __SerdeContext
|
|
681
|
-
) => Promise<ListDirectoriesCommandOutput>;
|
|
682
|
-
export declare const de_ListFacetAttributesCommand: (
|
|
683
|
-
output: __HttpResponse,
|
|
684
|
-
context: __SerdeContext
|
|
685
|
-
) => Promise<ListFacetAttributesCommandOutput>;
|
|
686
|
-
export declare const de_ListFacetNamesCommand: (
|
|
687
|
-
output: __HttpResponse,
|
|
688
|
-
context: __SerdeContext
|
|
689
|
-
) => Promise<ListFacetNamesCommandOutput>;
|
|
690
|
-
export declare const de_ListIncomingTypedLinksCommand: (
|
|
691
|
-
output: __HttpResponse,
|
|
692
|
-
context: __SerdeContext
|
|
693
|
-
) => Promise<ListIncomingTypedLinksCommandOutput>;
|
|
694
|
-
export declare const de_ListIndexCommand: (
|
|
695
|
-
output: __HttpResponse,
|
|
696
|
-
context: __SerdeContext
|
|
697
|
-
) => Promise<ListIndexCommandOutput>;
|
|
698
|
-
export declare const de_ListManagedSchemaArnsCommand: (
|
|
699
|
-
output: __HttpResponse,
|
|
700
|
-
context: __SerdeContext
|
|
701
|
-
) => Promise<ListManagedSchemaArnsCommandOutput>;
|
|
702
|
-
export declare const de_ListObjectAttributesCommand: (
|
|
703
|
-
output: __HttpResponse,
|
|
704
|
-
context: __SerdeContext
|
|
705
|
-
) => Promise<ListObjectAttributesCommandOutput>;
|
|
706
|
-
export declare const de_ListObjectChildrenCommand: (
|
|
707
|
-
output: __HttpResponse,
|
|
708
|
-
context: __SerdeContext
|
|
709
|
-
) => Promise<ListObjectChildrenCommandOutput>;
|
|
710
|
-
export declare const de_ListObjectParentPathsCommand: (
|
|
711
|
-
output: __HttpResponse,
|
|
712
|
-
context: __SerdeContext
|
|
713
|
-
) => Promise<ListObjectParentPathsCommandOutput>;
|
|
714
|
-
export declare const de_ListObjectParentsCommand: (
|
|
715
|
-
output: __HttpResponse,
|
|
716
|
-
context: __SerdeContext
|
|
717
|
-
) => Promise<ListObjectParentsCommandOutput>;
|
|
718
|
-
export declare const de_ListObjectPoliciesCommand: (
|
|
719
|
-
output: __HttpResponse,
|
|
720
|
-
context: __SerdeContext
|
|
721
|
-
) => Promise<ListObjectPoliciesCommandOutput>;
|
|
722
|
-
export declare const de_ListOutgoingTypedLinksCommand: (
|
|
723
|
-
output: __HttpResponse,
|
|
724
|
-
context: __SerdeContext
|
|
725
|
-
) => Promise<ListOutgoingTypedLinksCommandOutput>;
|
|
726
|
-
export declare const de_ListPolicyAttachmentsCommand: (
|
|
727
|
-
output: __HttpResponse,
|
|
728
|
-
context: __SerdeContext
|
|
729
|
-
) => Promise<ListPolicyAttachmentsCommandOutput>;
|
|
730
|
-
export declare const de_ListPublishedSchemaArnsCommand: (
|
|
731
|
-
output: __HttpResponse,
|
|
732
|
-
context: __SerdeContext
|
|
733
|
-
) => Promise<ListPublishedSchemaArnsCommandOutput>;
|
|
734
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
735
|
-
output: __HttpResponse,
|
|
736
|
-
context: __SerdeContext
|
|
737
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
738
|
-
export declare const de_ListTypedLinkFacetAttributesCommand: (
|
|
739
|
-
output: __HttpResponse,
|
|
740
|
-
context: __SerdeContext
|
|
741
|
-
) => Promise<ListTypedLinkFacetAttributesCommandOutput>;
|
|
742
|
-
export declare const de_ListTypedLinkFacetNamesCommand: (
|
|
743
|
-
output: __HttpResponse,
|
|
744
|
-
context: __SerdeContext
|
|
745
|
-
) => Promise<ListTypedLinkFacetNamesCommandOutput>;
|
|
746
|
-
export declare const de_LookupPolicyCommand: (
|
|
747
|
-
output: __HttpResponse,
|
|
748
|
-
context: __SerdeContext
|
|
749
|
-
) => Promise<LookupPolicyCommandOutput>;
|
|
750
|
-
export declare const de_PublishSchemaCommand: (
|
|
751
|
-
output: __HttpResponse,
|
|
752
|
-
context: __SerdeContext
|
|
753
|
-
) => Promise<PublishSchemaCommandOutput>;
|
|
754
|
-
export declare const de_PutSchemaFromJsonCommand: (
|
|
755
|
-
output: __HttpResponse,
|
|
756
|
-
context: __SerdeContext
|
|
757
|
-
) => Promise<PutSchemaFromJsonCommandOutput>;
|
|
758
|
-
export declare const de_RemoveFacetFromObjectCommand: (
|
|
759
|
-
output: __HttpResponse,
|
|
760
|
-
context: __SerdeContext
|
|
761
|
-
) => Promise<RemoveFacetFromObjectCommandOutput>;
|
|
762
|
-
export declare const de_TagResourceCommand: (
|
|
763
|
-
output: __HttpResponse,
|
|
764
|
-
context: __SerdeContext
|
|
765
|
-
) => Promise<TagResourceCommandOutput>;
|
|
766
|
-
export declare const de_UntagResourceCommand: (
|
|
767
|
-
output: __HttpResponse,
|
|
768
|
-
context: __SerdeContext
|
|
769
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
770
|
-
export declare const de_UpdateFacetCommand: (
|
|
771
|
-
output: __HttpResponse,
|
|
772
|
-
context: __SerdeContext
|
|
773
|
-
) => Promise<UpdateFacetCommandOutput>;
|
|
774
|
-
export declare const de_UpdateLinkAttributesCommand: (
|
|
775
|
-
output: __HttpResponse,
|
|
776
|
-
context: __SerdeContext
|
|
777
|
-
) => Promise<UpdateLinkAttributesCommandOutput>;
|
|
778
|
-
export declare const de_UpdateObjectAttributesCommand: (
|
|
779
|
-
output: __HttpResponse,
|
|
780
|
-
context: __SerdeContext
|
|
781
|
-
) => Promise<UpdateObjectAttributesCommandOutput>;
|
|
782
|
-
export declare const de_UpdateSchemaCommand: (
|
|
783
|
-
output: __HttpResponse,
|
|
784
|
-
context: __SerdeContext
|
|
785
|
-
) => Promise<UpdateSchemaCommandOutput>;
|
|
786
|
-
export declare const de_UpdateTypedLinkFacetCommand: (
|
|
787
|
-
output: __HttpResponse,
|
|
788
|
-
context: __SerdeContext
|
|
789
|
-
) => Promise<UpdateTypedLinkFacetCommandOutput>;
|
|
790
|
-
export declare const de_UpgradeAppliedSchemaCommand: (
|
|
791
|
-
output: __HttpResponse,
|
|
792
|
-
context: __SerdeContext
|
|
793
|
-
) => Promise<UpgradeAppliedSchemaCommandOutput>;
|
|
794
|
-
export declare const de_UpgradePublishedSchemaCommand: (
|
|
795
|
-
output: __HttpResponse,
|
|
796
|
-
context: __SerdeContext
|
|
797
|
-
) => Promise<UpgradePublishedSchemaCommandOutput>;
|