@aws-sdk/client-clouddirectory 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudDirectory.d.ts +1126 -335
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +501 -139
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2083 -2534
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +20 -20
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,2534 +1,2083 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
export
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
export declare class
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
export
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
-
export interface
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
}
|
|
242
|
-
export interface
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
export interface
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
}
|
|
321
|
-
export
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
export interface
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
export interface
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
export interface
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
export interface
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
export interface
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
export interface
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
export interface
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
export interface
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
export interface
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
export interface
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
export interface
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
export interface
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
export interface
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
export interface
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
export interface
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
export interface
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
export interface
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
export interface
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
export interface
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
}
|
|
1273
|
-
export interface
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
}
|
|
1351
|
-
export interface
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
}
|
|
1387
|
-
export interface
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
}
|
|
1407
|
-
export interface
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
}
|
|
1411
|
-
export interface
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
export
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
export
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
export
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
export
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
export
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
export
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
export
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
export
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
export
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
export
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
export
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
export
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
export declare
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
export
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
export
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
export
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
export
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
export
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
export declare
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
export
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
export
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
export
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
export
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
export
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
export declare
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
export
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
export
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
export
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
export
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
export
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
export
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
export
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
export
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
export
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
export
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
export declare
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
export
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
export
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
export declare const AttributeKeyFilterSensitiveLog: (obj: AttributeKey) => any;
|
|
2085
|
-
|
|
2086
|
-
export declare const TypedAttributeValueFilterSensitiveLog: (obj: TypedAttributeValue) => any;
|
|
2087
|
-
|
|
2088
|
-
export declare const AttributeKeyAndValueFilterSensitiveLog: (obj: AttributeKeyAndValue) => any;
|
|
2089
|
-
|
|
2090
|
-
export declare const ObjectReferenceFilterSensitiveLog: (obj: ObjectReference) => any;
|
|
2091
|
-
|
|
2092
|
-
export declare const SchemaFacetFilterSensitiveLog: (obj: SchemaFacet) => any;
|
|
2093
|
-
|
|
2094
|
-
export declare const AddFacetToObjectRequestFilterSensitiveLog: (obj: AddFacetToObjectRequest) => any;
|
|
2095
|
-
|
|
2096
|
-
export declare const AddFacetToObjectResponseFilterSensitiveLog: (obj: AddFacetToObjectResponse) => any;
|
|
2097
|
-
|
|
2098
|
-
export declare const ApplySchemaRequestFilterSensitiveLog: (obj: ApplySchemaRequest) => any;
|
|
2099
|
-
|
|
2100
|
-
export declare const ApplySchemaResponseFilterSensitiveLog: (obj: ApplySchemaResponse) => any;
|
|
2101
|
-
|
|
2102
|
-
export declare const AttachObjectRequestFilterSensitiveLog: (obj: AttachObjectRequest) => any;
|
|
2103
|
-
|
|
2104
|
-
export declare const AttachObjectResponseFilterSensitiveLog: (obj: AttachObjectResponse) => any;
|
|
2105
|
-
|
|
2106
|
-
export declare const AttachPolicyRequestFilterSensitiveLog: (obj: AttachPolicyRequest) => any;
|
|
2107
|
-
|
|
2108
|
-
export declare const AttachPolicyResponseFilterSensitiveLog: (obj: AttachPolicyResponse) => any;
|
|
2109
|
-
|
|
2110
|
-
export declare const AttachToIndexRequestFilterSensitiveLog: (obj: AttachToIndexRequest) => any;
|
|
2111
|
-
|
|
2112
|
-
export declare const AttachToIndexResponseFilterSensitiveLog: (obj: AttachToIndexResponse) => any;
|
|
2113
|
-
|
|
2114
|
-
export declare const AttributeNameAndValueFilterSensitiveLog: (obj: AttributeNameAndValue) => any;
|
|
2115
|
-
|
|
2116
|
-
export declare const TypedLinkSchemaAndFacetNameFilterSensitiveLog: (obj: TypedLinkSchemaAndFacetName) => any;
|
|
2117
|
-
|
|
2118
|
-
export declare const AttachTypedLinkRequestFilterSensitiveLog: (obj: AttachTypedLinkRequest) => any;
|
|
2119
|
-
|
|
2120
|
-
export declare const TypedLinkSpecifierFilterSensitiveLog: (obj: TypedLinkSpecifier) => any;
|
|
2121
|
-
|
|
2122
|
-
export declare const AttachTypedLinkResponseFilterSensitiveLog: (obj: AttachTypedLinkResponse) => any;
|
|
2123
|
-
|
|
2124
|
-
export declare const BatchGetLinkAttributesFilterSensitiveLog: (obj: BatchGetLinkAttributes) => any;
|
|
2125
|
-
|
|
2126
|
-
export declare const BatchGetObjectAttributesFilterSensitiveLog: (obj: BatchGetObjectAttributes) => any;
|
|
2127
|
-
|
|
2128
|
-
export declare const BatchGetObjectInformationFilterSensitiveLog: (obj: BatchGetObjectInformation) => any;
|
|
2129
|
-
|
|
2130
|
-
export declare const BatchListAttachedIndicesFilterSensitiveLog: (obj: BatchListAttachedIndices) => any;
|
|
2131
|
-
|
|
2132
|
-
export declare const TypedAttributeValueRangeFilterSensitiveLog: (obj: TypedAttributeValueRange) => any;
|
|
2133
|
-
|
|
2134
|
-
export declare const TypedLinkAttributeRangeFilterSensitiveLog: (obj: TypedLinkAttributeRange) => any;
|
|
2135
|
-
|
|
2136
|
-
export declare const BatchListIncomingTypedLinksFilterSensitiveLog: (obj: BatchListIncomingTypedLinks) => any;
|
|
2137
|
-
|
|
2138
|
-
export declare const ObjectAttributeRangeFilterSensitiveLog: (obj: ObjectAttributeRange) => any;
|
|
2139
|
-
|
|
2140
|
-
export declare const BatchListIndexFilterSensitiveLog: (obj: BatchListIndex) => any;
|
|
2141
|
-
|
|
2142
|
-
export declare const BatchListObjectAttributesFilterSensitiveLog: (obj: BatchListObjectAttributes) => any;
|
|
2143
|
-
|
|
2144
|
-
export declare const BatchListObjectChildrenFilterSensitiveLog: (obj: BatchListObjectChildren) => any;
|
|
2145
|
-
|
|
2146
|
-
export declare const BatchListObjectParentPathsFilterSensitiveLog: (obj: BatchListObjectParentPaths) => any;
|
|
2147
|
-
|
|
2148
|
-
export declare const BatchListObjectParentsFilterSensitiveLog: (obj: BatchListObjectParents) => any;
|
|
2149
|
-
|
|
2150
|
-
export declare const BatchListObjectPoliciesFilterSensitiveLog: (obj: BatchListObjectPolicies) => any;
|
|
2151
|
-
|
|
2152
|
-
export declare const BatchListOutgoingTypedLinksFilterSensitiveLog: (obj: BatchListOutgoingTypedLinks) => any;
|
|
2153
|
-
|
|
2154
|
-
export declare const BatchListPolicyAttachmentsFilterSensitiveLog: (obj: BatchListPolicyAttachments) => any;
|
|
2155
|
-
|
|
2156
|
-
export declare const BatchLookupPolicyFilterSensitiveLog: (obj: BatchLookupPolicy) => any;
|
|
2157
|
-
|
|
2158
|
-
export declare const BatchReadOperationFilterSensitiveLog: (obj: BatchReadOperation) => any;
|
|
2159
|
-
|
|
2160
|
-
export declare const BatchReadRequestFilterSensitiveLog: (obj: BatchReadRequest) => any;
|
|
2161
|
-
|
|
2162
|
-
export declare const BatchReadExceptionFilterSensitiveLog: (obj: BatchReadException) => any;
|
|
2163
|
-
|
|
2164
|
-
export declare const BatchGetLinkAttributesResponseFilterSensitiveLog: (obj: BatchGetLinkAttributesResponse) => any;
|
|
2165
|
-
|
|
2166
|
-
export declare const BatchGetObjectAttributesResponseFilterSensitiveLog: (obj: BatchGetObjectAttributesResponse) => any;
|
|
2167
|
-
|
|
2168
|
-
export declare const BatchGetObjectInformationResponseFilterSensitiveLog: (obj: BatchGetObjectInformationResponse) => any;
|
|
2169
|
-
|
|
2170
|
-
export declare const IndexAttachmentFilterSensitiveLog: (obj: IndexAttachment) => any;
|
|
2171
|
-
|
|
2172
|
-
export declare const BatchListAttachedIndicesResponseFilterSensitiveLog: (obj: BatchListAttachedIndicesResponse) => any;
|
|
2173
|
-
|
|
2174
|
-
export declare const BatchListIncomingTypedLinksResponseFilterSensitiveLog: (obj: BatchListIncomingTypedLinksResponse) => any;
|
|
2175
|
-
|
|
2176
|
-
export declare const BatchListIndexResponseFilterSensitiveLog: (obj: BatchListIndexResponse) => any;
|
|
2177
|
-
|
|
2178
|
-
export declare const BatchListObjectAttributesResponseFilterSensitiveLog: (obj: BatchListObjectAttributesResponse) => any;
|
|
2179
|
-
|
|
2180
|
-
export declare const BatchListObjectChildrenResponseFilterSensitiveLog: (obj: BatchListObjectChildrenResponse) => any;
|
|
2181
|
-
|
|
2182
|
-
export declare const PathToObjectIdentifiersFilterSensitiveLog: (obj: PathToObjectIdentifiers) => any;
|
|
2183
|
-
|
|
2184
|
-
export declare const BatchListObjectParentPathsResponseFilterSensitiveLog: (obj: BatchListObjectParentPathsResponse) => any;
|
|
2185
|
-
|
|
2186
|
-
export declare const ObjectIdentifierAndLinkNameTupleFilterSensitiveLog: (obj: ObjectIdentifierAndLinkNameTuple) => any;
|
|
2187
|
-
|
|
2188
|
-
export declare const BatchListObjectParentsResponseFilterSensitiveLog: (obj: BatchListObjectParentsResponse) => any;
|
|
2189
|
-
|
|
2190
|
-
export declare const BatchListObjectPoliciesResponseFilterSensitiveLog: (obj: BatchListObjectPoliciesResponse) => any;
|
|
2191
|
-
|
|
2192
|
-
export declare const BatchListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: BatchListOutgoingTypedLinksResponse) => any;
|
|
2193
|
-
|
|
2194
|
-
export declare const BatchListPolicyAttachmentsResponseFilterSensitiveLog: (obj: BatchListPolicyAttachmentsResponse) => any;
|
|
2195
|
-
|
|
2196
|
-
export declare const PolicyAttachmentFilterSensitiveLog: (obj: PolicyAttachment) => any;
|
|
2197
|
-
|
|
2198
|
-
export declare const PolicyToPathFilterSensitiveLog: (obj: PolicyToPath) => any;
|
|
2199
|
-
|
|
2200
|
-
export declare const BatchLookupPolicyResponseFilterSensitiveLog: (obj: BatchLookupPolicyResponse) => any;
|
|
2201
|
-
|
|
2202
|
-
export declare const BatchReadSuccessfulResponseFilterSensitiveLog: (obj: BatchReadSuccessfulResponse) => any;
|
|
2203
|
-
|
|
2204
|
-
export declare const BatchReadOperationResponseFilterSensitiveLog: (obj: BatchReadOperationResponse) => any;
|
|
2205
|
-
|
|
2206
|
-
export declare const BatchReadResponseFilterSensitiveLog: (obj: BatchReadResponse) => any;
|
|
2207
|
-
|
|
2208
|
-
export declare const BatchAddFacetToObjectFilterSensitiveLog: (obj: BatchAddFacetToObject) => any;
|
|
2209
|
-
|
|
2210
|
-
export declare const BatchAttachObjectFilterSensitiveLog: (obj: BatchAttachObject) => any;
|
|
2211
|
-
|
|
2212
|
-
export declare const BatchAttachPolicyFilterSensitiveLog: (obj: BatchAttachPolicy) => any;
|
|
2213
|
-
|
|
2214
|
-
export declare const BatchAttachToIndexFilterSensitiveLog: (obj: BatchAttachToIndex) => any;
|
|
2215
|
-
|
|
2216
|
-
export declare const BatchAttachTypedLinkFilterSensitiveLog: (obj: BatchAttachTypedLink) => any;
|
|
2217
|
-
|
|
2218
|
-
export declare const BatchCreateIndexFilterSensitiveLog: (obj: BatchCreateIndex) => any;
|
|
2219
|
-
|
|
2220
|
-
export declare const BatchCreateObjectFilterSensitiveLog: (obj: BatchCreateObject) => any;
|
|
2221
|
-
|
|
2222
|
-
export declare const BatchDeleteObjectFilterSensitiveLog: (obj: BatchDeleteObject) => any;
|
|
2223
|
-
|
|
2224
|
-
export declare const BatchDetachFromIndexFilterSensitiveLog: (obj: BatchDetachFromIndex) => any;
|
|
2225
|
-
|
|
2226
|
-
export declare const BatchDetachObjectFilterSensitiveLog: (obj: BatchDetachObject) => any;
|
|
2227
|
-
|
|
2228
|
-
export declare const BatchDetachPolicyFilterSensitiveLog: (obj: BatchDetachPolicy) => any;
|
|
2229
|
-
|
|
2230
|
-
export declare const BatchDetachTypedLinkFilterSensitiveLog: (obj: BatchDetachTypedLink) => any;
|
|
2231
|
-
|
|
2232
|
-
export declare const BatchRemoveFacetFromObjectFilterSensitiveLog: (obj: BatchRemoveFacetFromObject) => any;
|
|
2233
|
-
|
|
2234
|
-
export declare const LinkAttributeActionFilterSensitiveLog: (obj: LinkAttributeAction) => any;
|
|
2235
|
-
|
|
2236
|
-
export declare const LinkAttributeUpdateFilterSensitiveLog: (obj: LinkAttributeUpdate) => any;
|
|
2237
|
-
|
|
2238
|
-
export declare const BatchUpdateLinkAttributesFilterSensitiveLog: (obj: BatchUpdateLinkAttributes) => any;
|
|
2239
|
-
|
|
2240
|
-
export declare const ObjectAttributeActionFilterSensitiveLog: (obj: ObjectAttributeAction) => any;
|
|
2241
|
-
|
|
2242
|
-
export declare const ObjectAttributeUpdateFilterSensitiveLog: (obj: ObjectAttributeUpdate) => any;
|
|
2243
|
-
|
|
2244
|
-
export declare const BatchUpdateObjectAttributesFilterSensitiveLog: (obj: BatchUpdateObjectAttributes) => any;
|
|
2245
|
-
|
|
2246
|
-
export declare const BatchWriteOperationFilterSensitiveLog: (obj: BatchWriteOperation) => any;
|
|
2247
|
-
|
|
2248
|
-
export declare const BatchWriteRequestFilterSensitiveLog: (obj: BatchWriteRequest) => any;
|
|
2249
|
-
|
|
2250
|
-
export declare const BatchAddFacetToObjectResponseFilterSensitiveLog: (obj: BatchAddFacetToObjectResponse) => any;
|
|
2251
|
-
|
|
2252
|
-
export declare const BatchAttachObjectResponseFilterSensitiveLog: (obj: BatchAttachObjectResponse) => any;
|
|
2253
|
-
|
|
2254
|
-
export declare const BatchAttachPolicyResponseFilterSensitiveLog: (obj: BatchAttachPolicyResponse) => any;
|
|
2255
|
-
|
|
2256
|
-
export declare const BatchAttachToIndexResponseFilterSensitiveLog: (obj: BatchAttachToIndexResponse) => any;
|
|
2257
|
-
|
|
2258
|
-
export declare const BatchAttachTypedLinkResponseFilterSensitiveLog: (obj: BatchAttachTypedLinkResponse) => any;
|
|
2259
|
-
|
|
2260
|
-
export declare const BatchCreateIndexResponseFilterSensitiveLog: (obj: BatchCreateIndexResponse) => any;
|
|
2261
|
-
|
|
2262
|
-
export declare const BatchCreateObjectResponseFilterSensitiveLog: (obj: BatchCreateObjectResponse) => any;
|
|
2263
|
-
|
|
2264
|
-
export declare const BatchDeleteObjectResponseFilterSensitiveLog: (obj: BatchDeleteObjectResponse) => any;
|
|
2265
|
-
|
|
2266
|
-
export declare const BatchDetachFromIndexResponseFilterSensitiveLog: (obj: BatchDetachFromIndexResponse) => any;
|
|
2267
|
-
|
|
2268
|
-
export declare const BatchDetachObjectResponseFilterSensitiveLog: (obj: BatchDetachObjectResponse) => any;
|
|
2269
|
-
|
|
2270
|
-
export declare const BatchDetachPolicyResponseFilterSensitiveLog: (obj: BatchDetachPolicyResponse) => any;
|
|
2271
|
-
|
|
2272
|
-
export declare const BatchDetachTypedLinkResponseFilterSensitiveLog: (obj: BatchDetachTypedLinkResponse) => any;
|
|
2273
|
-
|
|
2274
|
-
export declare const BatchRemoveFacetFromObjectResponseFilterSensitiveLog: (obj: BatchRemoveFacetFromObjectResponse) => any;
|
|
2275
|
-
|
|
2276
|
-
export declare const BatchUpdateLinkAttributesResponseFilterSensitiveLog: (obj: BatchUpdateLinkAttributesResponse) => any;
|
|
2277
|
-
|
|
2278
|
-
export declare const BatchUpdateObjectAttributesResponseFilterSensitiveLog: (obj: BatchUpdateObjectAttributesResponse) => any;
|
|
2279
|
-
|
|
2280
|
-
export declare const BatchWriteOperationResponseFilterSensitiveLog: (obj: BatchWriteOperationResponse) => any;
|
|
2281
|
-
|
|
2282
|
-
export declare const BatchWriteResponseFilterSensitiveLog: (obj: BatchWriteResponse) => any;
|
|
2283
|
-
|
|
2284
|
-
export declare const CreateDirectoryRequestFilterSensitiveLog: (obj: CreateDirectoryRequest) => any;
|
|
2285
|
-
|
|
2286
|
-
export declare const CreateDirectoryResponseFilterSensitiveLog: (obj: CreateDirectoryResponse) => any;
|
|
2287
|
-
|
|
2288
|
-
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
2289
|
-
|
|
2290
|
-
export declare const FacetAttributeDefinitionFilterSensitiveLog: (obj: FacetAttributeDefinition) => any;
|
|
2291
|
-
|
|
2292
|
-
export declare const FacetAttributeReferenceFilterSensitiveLog: (obj: FacetAttributeReference) => any;
|
|
2293
|
-
|
|
2294
|
-
export declare const FacetAttributeFilterSensitiveLog: (obj: FacetAttribute) => any;
|
|
2295
|
-
|
|
2296
|
-
export declare const CreateFacetRequestFilterSensitiveLog: (obj: CreateFacetRequest) => any;
|
|
2297
|
-
|
|
2298
|
-
export declare const CreateFacetResponseFilterSensitiveLog: (obj: CreateFacetResponse) => any;
|
|
2299
|
-
|
|
2300
|
-
export declare const CreateIndexRequestFilterSensitiveLog: (obj: CreateIndexRequest) => any;
|
|
2301
|
-
|
|
2302
|
-
export declare const CreateIndexResponseFilterSensitiveLog: (obj: CreateIndexResponse) => any;
|
|
2303
|
-
|
|
2304
|
-
export declare const CreateObjectRequestFilterSensitiveLog: (obj: CreateObjectRequest) => any;
|
|
2305
|
-
|
|
2306
|
-
export declare const CreateObjectResponseFilterSensitiveLog: (obj: CreateObjectResponse) => any;
|
|
2307
|
-
|
|
2308
|
-
export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
|
|
2309
|
-
|
|
2310
|
-
export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
|
|
2311
|
-
|
|
2312
|
-
export declare const TypedLinkAttributeDefinitionFilterSensitiveLog: (obj: TypedLinkAttributeDefinition) => any;
|
|
2313
|
-
|
|
2314
|
-
export declare const TypedLinkFacetFilterSensitiveLog: (obj: TypedLinkFacet) => any;
|
|
2315
|
-
|
|
2316
|
-
export declare const CreateTypedLinkFacetRequestFilterSensitiveLog: (obj: CreateTypedLinkFacetRequest) => any;
|
|
2317
|
-
|
|
2318
|
-
export declare const CreateTypedLinkFacetResponseFilterSensitiveLog: (obj: CreateTypedLinkFacetResponse) => any;
|
|
2319
|
-
|
|
2320
|
-
export declare const DeleteDirectoryRequestFilterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
|
|
2321
|
-
|
|
2322
|
-
export declare const DeleteDirectoryResponseFilterSensitiveLog: (obj: DeleteDirectoryResponse) => any;
|
|
2323
|
-
|
|
2324
|
-
export declare const DeleteFacetRequestFilterSensitiveLog: (obj: DeleteFacetRequest) => any;
|
|
2325
|
-
|
|
2326
|
-
export declare const DeleteFacetResponseFilterSensitiveLog: (obj: DeleteFacetResponse) => any;
|
|
2327
|
-
|
|
2328
|
-
export declare const DeleteObjectRequestFilterSensitiveLog: (obj: DeleteObjectRequest) => any;
|
|
2329
|
-
|
|
2330
|
-
export declare const DeleteObjectResponseFilterSensitiveLog: (obj: DeleteObjectResponse) => any;
|
|
2331
|
-
|
|
2332
|
-
export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
|
|
2333
|
-
|
|
2334
|
-
export declare const DeleteSchemaResponseFilterSensitiveLog: (obj: DeleteSchemaResponse) => any;
|
|
2335
|
-
|
|
2336
|
-
export declare const DeleteTypedLinkFacetRequestFilterSensitiveLog: (obj: DeleteTypedLinkFacetRequest) => any;
|
|
2337
|
-
|
|
2338
|
-
export declare const DeleteTypedLinkFacetResponseFilterSensitiveLog: (obj: DeleteTypedLinkFacetResponse) => any;
|
|
2339
|
-
|
|
2340
|
-
export declare const DetachFromIndexRequestFilterSensitiveLog: (obj: DetachFromIndexRequest) => any;
|
|
2341
|
-
|
|
2342
|
-
export declare const DetachFromIndexResponseFilterSensitiveLog: (obj: DetachFromIndexResponse) => any;
|
|
2343
|
-
|
|
2344
|
-
export declare const DetachObjectRequestFilterSensitiveLog: (obj: DetachObjectRequest) => any;
|
|
2345
|
-
|
|
2346
|
-
export declare const DetachObjectResponseFilterSensitiveLog: (obj: DetachObjectResponse) => any;
|
|
2347
|
-
|
|
2348
|
-
export declare const DetachPolicyRequestFilterSensitiveLog: (obj: DetachPolicyRequest) => any;
|
|
2349
|
-
|
|
2350
|
-
export declare const DetachPolicyResponseFilterSensitiveLog: (obj: DetachPolicyResponse) => any;
|
|
2351
|
-
|
|
2352
|
-
export declare const DetachTypedLinkRequestFilterSensitiveLog: (obj: DetachTypedLinkRequest) => any;
|
|
2353
|
-
|
|
2354
|
-
export declare const DisableDirectoryRequestFilterSensitiveLog: (obj: DisableDirectoryRequest) => any;
|
|
2355
|
-
|
|
2356
|
-
export declare const DisableDirectoryResponseFilterSensitiveLog: (obj: DisableDirectoryResponse) => any;
|
|
2357
|
-
|
|
2358
|
-
export declare const EnableDirectoryRequestFilterSensitiveLog: (obj: EnableDirectoryRequest) => any;
|
|
2359
|
-
|
|
2360
|
-
export declare const EnableDirectoryResponseFilterSensitiveLog: (obj: EnableDirectoryResponse) => any;
|
|
2361
|
-
|
|
2362
|
-
export declare const GetAppliedSchemaVersionRequestFilterSensitiveLog: (obj: GetAppliedSchemaVersionRequest) => any;
|
|
2363
|
-
|
|
2364
|
-
export declare const GetAppliedSchemaVersionResponseFilterSensitiveLog: (obj: GetAppliedSchemaVersionResponse) => any;
|
|
2365
|
-
|
|
2366
|
-
export declare const GetDirectoryRequestFilterSensitiveLog: (obj: GetDirectoryRequest) => any;
|
|
2367
|
-
|
|
2368
|
-
export declare const DirectoryFilterSensitiveLog: (obj: Directory) => any;
|
|
2369
|
-
|
|
2370
|
-
export declare const GetDirectoryResponseFilterSensitiveLog: (obj: GetDirectoryResponse) => any;
|
|
2371
|
-
|
|
2372
|
-
export declare const GetFacetRequestFilterSensitiveLog: (obj: GetFacetRequest) => any;
|
|
2373
|
-
|
|
2374
|
-
export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
|
|
2375
|
-
|
|
2376
|
-
export declare const GetFacetResponseFilterSensitiveLog: (obj: GetFacetResponse) => any;
|
|
2377
|
-
|
|
2378
|
-
export declare const GetLinkAttributesRequestFilterSensitiveLog: (obj: GetLinkAttributesRequest) => any;
|
|
2379
|
-
|
|
2380
|
-
export declare const GetLinkAttributesResponseFilterSensitiveLog: (obj: GetLinkAttributesResponse) => any;
|
|
2381
|
-
|
|
2382
|
-
export declare const GetObjectAttributesRequestFilterSensitiveLog: (obj: GetObjectAttributesRequest) => any;
|
|
2383
|
-
|
|
2384
|
-
export declare const GetObjectAttributesResponseFilterSensitiveLog: (obj: GetObjectAttributesResponse) => any;
|
|
2385
|
-
|
|
2386
|
-
export declare const GetObjectInformationRequestFilterSensitiveLog: (obj: GetObjectInformationRequest) => any;
|
|
2387
|
-
|
|
2388
|
-
export declare const GetObjectInformationResponseFilterSensitiveLog: (obj: GetObjectInformationResponse) => any;
|
|
2389
|
-
|
|
2390
|
-
export declare const GetSchemaAsJsonRequestFilterSensitiveLog: (obj: GetSchemaAsJsonRequest) => any;
|
|
2391
|
-
|
|
2392
|
-
export declare const GetSchemaAsJsonResponseFilterSensitiveLog: (obj: GetSchemaAsJsonResponse) => any;
|
|
2393
|
-
|
|
2394
|
-
export declare const GetTypedLinkFacetInformationRequestFilterSensitiveLog: (obj: GetTypedLinkFacetInformationRequest) => any;
|
|
2395
|
-
|
|
2396
|
-
export declare const GetTypedLinkFacetInformationResponseFilterSensitiveLog: (obj: GetTypedLinkFacetInformationResponse) => any;
|
|
2397
|
-
|
|
2398
|
-
export declare const ListAppliedSchemaArnsRequestFilterSensitiveLog: (obj: ListAppliedSchemaArnsRequest) => any;
|
|
2399
|
-
|
|
2400
|
-
export declare const ListAppliedSchemaArnsResponseFilterSensitiveLog: (obj: ListAppliedSchemaArnsResponse) => any;
|
|
2401
|
-
|
|
2402
|
-
export declare const ListAttachedIndicesRequestFilterSensitiveLog: (obj: ListAttachedIndicesRequest) => any;
|
|
2403
|
-
|
|
2404
|
-
export declare const ListAttachedIndicesResponseFilterSensitiveLog: (obj: ListAttachedIndicesResponse) => any;
|
|
2405
|
-
|
|
2406
|
-
export declare const ListDevelopmentSchemaArnsRequestFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsRequest) => any;
|
|
2407
|
-
|
|
2408
|
-
export declare const ListDevelopmentSchemaArnsResponseFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsResponse) => any;
|
|
2409
|
-
|
|
2410
|
-
export declare const ListDirectoriesRequestFilterSensitiveLog: (obj: ListDirectoriesRequest) => any;
|
|
2411
|
-
|
|
2412
|
-
export declare const ListDirectoriesResponseFilterSensitiveLog: (obj: ListDirectoriesResponse) => any;
|
|
2413
|
-
|
|
2414
|
-
export declare const ListFacetAttributesRequestFilterSensitiveLog: (obj: ListFacetAttributesRequest) => any;
|
|
2415
|
-
|
|
2416
|
-
export declare const ListFacetAttributesResponseFilterSensitiveLog: (obj: ListFacetAttributesResponse) => any;
|
|
2417
|
-
|
|
2418
|
-
export declare const ListFacetNamesRequestFilterSensitiveLog: (obj: ListFacetNamesRequest) => any;
|
|
2419
|
-
|
|
2420
|
-
export declare const ListFacetNamesResponseFilterSensitiveLog: (obj: ListFacetNamesResponse) => any;
|
|
2421
|
-
|
|
2422
|
-
export declare const ListIncomingTypedLinksRequestFilterSensitiveLog: (obj: ListIncomingTypedLinksRequest) => any;
|
|
2423
|
-
|
|
2424
|
-
export declare const ListIncomingTypedLinksResponseFilterSensitiveLog: (obj: ListIncomingTypedLinksResponse) => any;
|
|
2425
|
-
|
|
2426
|
-
export declare const ListIndexRequestFilterSensitiveLog: (obj: ListIndexRequest) => any;
|
|
2427
|
-
|
|
2428
|
-
export declare const ListIndexResponseFilterSensitiveLog: (obj: ListIndexResponse) => any;
|
|
2429
|
-
|
|
2430
|
-
export declare const ListManagedSchemaArnsRequestFilterSensitiveLog: (obj: ListManagedSchemaArnsRequest) => any;
|
|
2431
|
-
|
|
2432
|
-
export declare const ListManagedSchemaArnsResponseFilterSensitiveLog: (obj: ListManagedSchemaArnsResponse) => any;
|
|
2433
|
-
|
|
2434
|
-
export declare const ListObjectAttributesRequestFilterSensitiveLog: (obj: ListObjectAttributesRequest) => any;
|
|
2435
|
-
|
|
2436
|
-
export declare const ListObjectAttributesResponseFilterSensitiveLog: (obj: ListObjectAttributesResponse) => any;
|
|
2437
|
-
|
|
2438
|
-
export declare const ListObjectChildrenRequestFilterSensitiveLog: (obj: ListObjectChildrenRequest) => any;
|
|
2439
|
-
|
|
2440
|
-
export declare const ListObjectChildrenResponseFilterSensitiveLog: (obj: ListObjectChildrenResponse) => any;
|
|
2441
|
-
|
|
2442
|
-
export declare const ListObjectParentPathsRequestFilterSensitiveLog: (obj: ListObjectParentPathsRequest) => any;
|
|
2443
|
-
|
|
2444
|
-
export declare const ListObjectParentPathsResponseFilterSensitiveLog: (obj: ListObjectParentPathsResponse) => any;
|
|
2445
|
-
|
|
2446
|
-
export declare const ListObjectParentsRequestFilterSensitiveLog: (obj: ListObjectParentsRequest) => any;
|
|
2447
|
-
|
|
2448
|
-
export declare const ListObjectParentsResponseFilterSensitiveLog: (obj: ListObjectParentsResponse) => any;
|
|
2449
|
-
|
|
2450
|
-
export declare const ListObjectPoliciesRequestFilterSensitiveLog: (obj: ListObjectPoliciesRequest) => any;
|
|
2451
|
-
|
|
2452
|
-
export declare const ListObjectPoliciesResponseFilterSensitiveLog: (obj: ListObjectPoliciesResponse) => any;
|
|
2453
|
-
|
|
2454
|
-
export declare const ListOutgoingTypedLinksRequestFilterSensitiveLog: (obj: ListOutgoingTypedLinksRequest) => any;
|
|
2455
|
-
|
|
2456
|
-
export declare const ListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: ListOutgoingTypedLinksResponse) => any;
|
|
2457
|
-
|
|
2458
|
-
export declare const ListPolicyAttachmentsRequestFilterSensitiveLog: (obj: ListPolicyAttachmentsRequest) => any;
|
|
2459
|
-
|
|
2460
|
-
export declare const ListPolicyAttachmentsResponseFilterSensitiveLog: (obj: ListPolicyAttachmentsResponse) => any;
|
|
2461
|
-
|
|
2462
|
-
export declare const ListPublishedSchemaArnsRequestFilterSensitiveLog: (obj: ListPublishedSchemaArnsRequest) => any;
|
|
2463
|
-
|
|
2464
|
-
export declare const ListPublishedSchemaArnsResponseFilterSensitiveLog: (obj: ListPublishedSchemaArnsResponse) => any;
|
|
2465
|
-
|
|
2466
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2467
|
-
|
|
2468
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2469
|
-
|
|
2470
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2471
|
-
|
|
2472
|
-
export declare const ListTypedLinkFacetAttributesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesRequest) => any;
|
|
2473
|
-
|
|
2474
|
-
export declare const ListTypedLinkFacetAttributesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesResponse) => any;
|
|
2475
|
-
|
|
2476
|
-
export declare const ListTypedLinkFacetNamesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetNamesRequest) => any;
|
|
2477
|
-
|
|
2478
|
-
export declare const ListTypedLinkFacetNamesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetNamesResponse) => any;
|
|
2479
|
-
|
|
2480
|
-
export declare const LookupPolicyRequestFilterSensitiveLog: (obj: LookupPolicyRequest) => any;
|
|
2481
|
-
|
|
2482
|
-
export declare const LookupPolicyResponseFilterSensitiveLog: (obj: LookupPolicyResponse) => any;
|
|
2483
|
-
|
|
2484
|
-
export declare const PublishSchemaRequestFilterSensitiveLog: (obj: PublishSchemaRequest) => any;
|
|
2485
|
-
|
|
2486
|
-
export declare const PublishSchemaResponseFilterSensitiveLog: (obj: PublishSchemaResponse) => any;
|
|
2487
|
-
|
|
2488
|
-
export declare const PutSchemaFromJsonRequestFilterSensitiveLog: (obj: PutSchemaFromJsonRequest) => any;
|
|
2489
|
-
|
|
2490
|
-
export declare const PutSchemaFromJsonResponseFilterSensitiveLog: (obj: PutSchemaFromJsonResponse) => any;
|
|
2491
|
-
|
|
2492
|
-
export declare const RemoveFacetFromObjectRequestFilterSensitiveLog: (obj: RemoveFacetFromObjectRequest) => any;
|
|
2493
|
-
|
|
2494
|
-
export declare const RemoveFacetFromObjectResponseFilterSensitiveLog: (obj: RemoveFacetFromObjectResponse) => any;
|
|
2495
|
-
|
|
2496
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2497
|
-
|
|
2498
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2499
|
-
|
|
2500
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2501
|
-
|
|
2502
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2503
|
-
|
|
2504
|
-
export declare const FacetAttributeUpdateFilterSensitiveLog: (obj: FacetAttributeUpdate) => any;
|
|
2505
|
-
|
|
2506
|
-
export declare const UpdateFacetRequestFilterSensitiveLog: (obj: UpdateFacetRequest) => any;
|
|
2507
|
-
|
|
2508
|
-
export declare const UpdateFacetResponseFilterSensitiveLog: (obj: UpdateFacetResponse) => any;
|
|
2509
|
-
|
|
2510
|
-
export declare const UpdateLinkAttributesRequestFilterSensitiveLog: (obj: UpdateLinkAttributesRequest) => any;
|
|
2511
|
-
|
|
2512
|
-
export declare const UpdateLinkAttributesResponseFilterSensitiveLog: (obj: UpdateLinkAttributesResponse) => any;
|
|
2513
|
-
|
|
2514
|
-
export declare const UpdateObjectAttributesRequestFilterSensitiveLog: (obj: UpdateObjectAttributesRequest) => any;
|
|
2515
|
-
|
|
2516
|
-
export declare const UpdateObjectAttributesResponseFilterSensitiveLog: (obj: UpdateObjectAttributesResponse) => any;
|
|
2517
|
-
|
|
2518
|
-
export declare const UpdateSchemaRequestFilterSensitiveLog: (obj: UpdateSchemaRequest) => any;
|
|
2519
|
-
|
|
2520
|
-
export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;
|
|
2521
|
-
|
|
2522
|
-
export declare const TypedLinkFacetAttributeUpdateFilterSensitiveLog: (obj: TypedLinkFacetAttributeUpdate) => any;
|
|
2523
|
-
|
|
2524
|
-
export declare const UpdateTypedLinkFacetRequestFilterSensitiveLog: (obj: UpdateTypedLinkFacetRequest) => any;
|
|
2525
|
-
|
|
2526
|
-
export declare const UpdateTypedLinkFacetResponseFilterSensitiveLog: (obj: UpdateTypedLinkFacetResponse) => any;
|
|
2527
|
-
|
|
2528
|
-
export declare const UpgradeAppliedSchemaRequestFilterSensitiveLog: (obj: UpgradeAppliedSchemaRequest) => any;
|
|
2529
|
-
|
|
2530
|
-
export declare const UpgradeAppliedSchemaResponseFilterSensitiveLog: (obj: UpgradeAppliedSchemaResponse) => any;
|
|
2531
|
-
|
|
2532
|
-
export declare const UpgradePublishedSchemaRequestFilterSensitiveLog: (obj: UpgradePublishedSchemaRequest) => any;
|
|
2533
|
-
|
|
2534
|
-
export declare const UpgradePublishedSchemaResponseFilterSensitiveLog: (obj: UpgradePublishedSchemaResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export interface AttributeKey {
|
|
12
|
+
SchemaArn: string | undefined;
|
|
13
|
+
FacetName: string | undefined;
|
|
14
|
+
Name: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare type TypedAttributeValue =
|
|
17
|
+
| TypedAttributeValue.BinaryValueMember
|
|
18
|
+
| TypedAttributeValue.BooleanValueMember
|
|
19
|
+
| TypedAttributeValue.DatetimeValueMember
|
|
20
|
+
| TypedAttributeValue.NumberValueMember
|
|
21
|
+
| TypedAttributeValue.StringValueMember
|
|
22
|
+
| TypedAttributeValue.$UnknownMember;
|
|
23
|
+
export declare namespace TypedAttributeValue {
|
|
24
|
+
interface StringValueMember {
|
|
25
|
+
StringValue: string;
|
|
26
|
+
BinaryValue?: never;
|
|
27
|
+
BooleanValue?: never;
|
|
28
|
+
NumberValue?: never;
|
|
29
|
+
DatetimeValue?: never;
|
|
30
|
+
$unknown?: never;
|
|
31
|
+
}
|
|
32
|
+
interface BinaryValueMember {
|
|
33
|
+
StringValue?: never;
|
|
34
|
+
BinaryValue: Uint8Array;
|
|
35
|
+
BooleanValue?: never;
|
|
36
|
+
NumberValue?: never;
|
|
37
|
+
DatetimeValue?: never;
|
|
38
|
+
$unknown?: never;
|
|
39
|
+
}
|
|
40
|
+
interface BooleanValueMember {
|
|
41
|
+
StringValue?: never;
|
|
42
|
+
BinaryValue?: never;
|
|
43
|
+
BooleanValue: boolean;
|
|
44
|
+
NumberValue?: never;
|
|
45
|
+
DatetimeValue?: never;
|
|
46
|
+
$unknown?: never;
|
|
47
|
+
}
|
|
48
|
+
interface NumberValueMember {
|
|
49
|
+
StringValue?: never;
|
|
50
|
+
BinaryValue?: never;
|
|
51
|
+
BooleanValue?: never;
|
|
52
|
+
NumberValue: string;
|
|
53
|
+
DatetimeValue?: never;
|
|
54
|
+
$unknown?: never;
|
|
55
|
+
}
|
|
56
|
+
interface DatetimeValueMember {
|
|
57
|
+
StringValue?: never;
|
|
58
|
+
BinaryValue?: never;
|
|
59
|
+
BooleanValue?: never;
|
|
60
|
+
NumberValue?: never;
|
|
61
|
+
DatetimeValue: Date;
|
|
62
|
+
$unknown?: never;
|
|
63
|
+
}
|
|
64
|
+
interface $UnknownMember {
|
|
65
|
+
StringValue?: never;
|
|
66
|
+
BinaryValue?: never;
|
|
67
|
+
BooleanValue?: never;
|
|
68
|
+
NumberValue?: never;
|
|
69
|
+
DatetimeValue?: never;
|
|
70
|
+
$unknown: [string, any];
|
|
71
|
+
}
|
|
72
|
+
interface Visitor<T> {
|
|
73
|
+
StringValue: (value: string) => T;
|
|
74
|
+
BinaryValue: (value: Uint8Array) => T;
|
|
75
|
+
BooleanValue: (value: boolean) => T;
|
|
76
|
+
NumberValue: (value: string) => T;
|
|
77
|
+
DatetimeValue: (value: Date) => T;
|
|
78
|
+
_: (name: string, value: any) => T;
|
|
79
|
+
}
|
|
80
|
+
const visit: <T>(value: TypedAttributeValue, visitor: Visitor<T>) => T;
|
|
81
|
+
}
|
|
82
|
+
export interface AttributeKeyAndValue {
|
|
83
|
+
Key: AttributeKey | undefined;
|
|
84
|
+
Value: TypedAttributeValue | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface ObjectReference {
|
|
87
|
+
Selector?: string;
|
|
88
|
+
}
|
|
89
|
+
export interface SchemaFacet {
|
|
90
|
+
SchemaArn?: string;
|
|
91
|
+
FacetName?: string;
|
|
92
|
+
}
|
|
93
|
+
export interface AddFacetToObjectRequest {
|
|
94
|
+
DirectoryArn: string | undefined;
|
|
95
|
+
SchemaFacet: SchemaFacet | undefined;
|
|
96
|
+
ObjectAttributeList?: AttributeKeyAndValue[];
|
|
97
|
+
ObjectReference: ObjectReference | undefined;
|
|
98
|
+
}
|
|
99
|
+
export interface AddFacetToObjectResponse {}
|
|
100
|
+
export declare class DirectoryNotEnabledException extends __BaseException {
|
|
101
|
+
readonly name: "DirectoryNotEnabledException";
|
|
102
|
+
readonly $fault: "client";
|
|
103
|
+
Message?: string;
|
|
104
|
+
constructor(
|
|
105
|
+
opts: __ExceptionOptionType<DirectoryNotEnabledException, __BaseException>
|
|
106
|
+
);
|
|
107
|
+
}
|
|
108
|
+
export declare class FacetValidationException extends __BaseException {
|
|
109
|
+
readonly name: "FacetValidationException";
|
|
110
|
+
readonly $fault: "client";
|
|
111
|
+
Message?: string;
|
|
112
|
+
constructor(
|
|
113
|
+
opts: __ExceptionOptionType<FacetValidationException, __BaseException>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
export declare class InternalServiceException extends __BaseException {
|
|
117
|
+
readonly name: "InternalServiceException";
|
|
118
|
+
readonly $fault: "server";
|
|
119
|
+
Message?: string;
|
|
120
|
+
constructor(
|
|
121
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
122
|
+
);
|
|
123
|
+
}
|
|
124
|
+
export declare class InvalidArnException extends __BaseException {
|
|
125
|
+
readonly name: "InvalidArnException";
|
|
126
|
+
readonly $fault: "client";
|
|
127
|
+
Message?: string;
|
|
128
|
+
constructor(
|
|
129
|
+
opts: __ExceptionOptionType<InvalidArnException, __BaseException>
|
|
130
|
+
);
|
|
131
|
+
}
|
|
132
|
+
export declare class LimitExceededException extends __BaseException {
|
|
133
|
+
readonly name: "LimitExceededException";
|
|
134
|
+
readonly $fault: "client";
|
|
135
|
+
Message?: string;
|
|
136
|
+
constructor(
|
|
137
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
141
|
+
readonly name: "ResourceNotFoundException";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
Message?: string;
|
|
144
|
+
constructor(
|
|
145
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
export declare class RetryableConflictException extends __BaseException {
|
|
149
|
+
readonly name: "RetryableConflictException";
|
|
150
|
+
readonly $fault: "client";
|
|
151
|
+
Message?: string;
|
|
152
|
+
constructor(
|
|
153
|
+
opts: __ExceptionOptionType<RetryableConflictException, __BaseException>
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
export declare class ValidationException extends __BaseException {
|
|
157
|
+
readonly name: "ValidationException";
|
|
158
|
+
readonly $fault: "client";
|
|
159
|
+
Message?: string;
|
|
160
|
+
constructor(
|
|
161
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
export interface ApplySchemaRequest {
|
|
165
|
+
PublishedSchemaArn: string | undefined;
|
|
166
|
+
DirectoryArn: string | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface ApplySchemaResponse {
|
|
169
|
+
AppliedSchemaArn?: string;
|
|
170
|
+
DirectoryArn?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare class InvalidAttachmentException extends __BaseException {
|
|
173
|
+
readonly name: "InvalidAttachmentException";
|
|
174
|
+
readonly $fault: "client";
|
|
175
|
+
Message?: string;
|
|
176
|
+
constructor(
|
|
177
|
+
opts: __ExceptionOptionType<InvalidAttachmentException, __BaseException>
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
export declare class SchemaAlreadyExistsException extends __BaseException {
|
|
181
|
+
readonly name: "SchemaAlreadyExistsException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
Message?: string;
|
|
184
|
+
constructor(
|
|
185
|
+
opts: __ExceptionOptionType<SchemaAlreadyExistsException, __BaseException>
|
|
186
|
+
);
|
|
187
|
+
}
|
|
188
|
+
export interface AttachObjectRequest {
|
|
189
|
+
DirectoryArn: string | undefined;
|
|
190
|
+
ParentReference: ObjectReference | undefined;
|
|
191
|
+
ChildReference: ObjectReference | undefined;
|
|
192
|
+
LinkName: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface AttachObjectResponse {
|
|
195
|
+
AttachedObjectIdentifier?: string;
|
|
196
|
+
}
|
|
197
|
+
export declare class LinkNameAlreadyInUseException extends __BaseException {
|
|
198
|
+
readonly name: "LinkNameAlreadyInUseException";
|
|
199
|
+
readonly $fault: "client";
|
|
200
|
+
Message?: string;
|
|
201
|
+
constructor(
|
|
202
|
+
opts: __ExceptionOptionType<LinkNameAlreadyInUseException, __BaseException>
|
|
203
|
+
);
|
|
204
|
+
}
|
|
205
|
+
export interface AttachPolicyRequest {
|
|
206
|
+
DirectoryArn: string | undefined;
|
|
207
|
+
PolicyReference: ObjectReference | undefined;
|
|
208
|
+
ObjectReference: ObjectReference | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface AttachPolicyResponse {}
|
|
211
|
+
export declare class NotPolicyException extends __BaseException {
|
|
212
|
+
readonly name: "NotPolicyException";
|
|
213
|
+
readonly $fault: "client";
|
|
214
|
+
Message?: string;
|
|
215
|
+
constructor(opts: __ExceptionOptionType<NotPolicyException, __BaseException>);
|
|
216
|
+
}
|
|
217
|
+
export interface AttachToIndexRequest {
|
|
218
|
+
DirectoryArn: string | undefined;
|
|
219
|
+
IndexReference: ObjectReference | undefined;
|
|
220
|
+
TargetReference: ObjectReference | undefined;
|
|
221
|
+
}
|
|
222
|
+
export interface AttachToIndexResponse {
|
|
223
|
+
AttachedObjectIdentifier?: string;
|
|
224
|
+
}
|
|
225
|
+
export declare class IndexedAttributeMissingException extends __BaseException {
|
|
226
|
+
readonly name: "IndexedAttributeMissingException";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
Message?: string;
|
|
229
|
+
constructor(
|
|
230
|
+
opts: __ExceptionOptionType<
|
|
231
|
+
IndexedAttributeMissingException,
|
|
232
|
+
__BaseException
|
|
233
|
+
>
|
|
234
|
+
);
|
|
235
|
+
}
|
|
236
|
+
export declare class NotIndexException extends __BaseException {
|
|
237
|
+
readonly name: "NotIndexException";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
Message?: string;
|
|
240
|
+
constructor(opts: __ExceptionOptionType<NotIndexException, __BaseException>);
|
|
241
|
+
}
|
|
242
|
+
export interface AttributeNameAndValue {
|
|
243
|
+
AttributeName: string | undefined;
|
|
244
|
+
Value: TypedAttributeValue | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface TypedLinkSchemaAndFacetName {
|
|
247
|
+
SchemaArn: string | undefined;
|
|
248
|
+
TypedLinkName: string | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface AttachTypedLinkRequest {
|
|
251
|
+
DirectoryArn: string | undefined;
|
|
252
|
+
SourceObjectReference: ObjectReference | undefined;
|
|
253
|
+
TargetObjectReference: ObjectReference | undefined;
|
|
254
|
+
TypedLinkFacet: TypedLinkSchemaAndFacetName | undefined;
|
|
255
|
+
Attributes: AttributeNameAndValue[] | undefined;
|
|
256
|
+
}
|
|
257
|
+
export interface TypedLinkSpecifier {
|
|
258
|
+
TypedLinkFacet: TypedLinkSchemaAndFacetName | undefined;
|
|
259
|
+
SourceObjectReference: ObjectReference | undefined;
|
|
260
|
+
TargetObjectReference: ObjectReference | undefined;
|
|
261
|
+
IdentityAttributeValues: AttributeNameAndValue[] | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface AttachTypedLinkResponse {
|
|
264
|
+
TypedLinkSpecifier?: TypedLinkSpecifier;
|
|
265
|
+
}
|
|
266
|
+
export declare enum ConsistencyLevel {
|
|
267
|
+
EVENTUAL = "EVENTUAL",
|
|
268
|
+
SERIALIZABLE = "SERIALIZABLE",
|
|
269
|
+
}
|
|
270
|
+
export interface BatchGetLinkAttributes {
|
|
271
|
+
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
272
|
+
AttributeNames: string[] | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface BatchGetObjectAttributes {
|
|
275
|
+
ObjectReference: ObjectReference | undefined;
|
|
276
|
+
SchemaFacet: SchemaFacet | undefined;
|
|
277
|
+
AttributeNames: string[] | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface BatchGetObjectInformation {
|
|
280
|
+
ObjectReference: ObjectReference | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface BatchListAttachedIndices {
|
|
283
|
+
TargetReference: ObjectReference | undefined;
|
|
284
|
+
NextToken?: string;
|
|
285
|
+
MaxResults?: number;
|
|
286
|
+
}
|
|
287
|
+
export declare enum RangeMode {
|
|
288
|
+
EXCLUSIVE = "EXCLUSIVE",
|
|
289
|
+
FIRST = "FIRST",
|
|
290
|
+
INCLUSIVE = "INCLUSIVE",
|
|
291
|
+
LAST = "LAST",
|
|
292
|
+
LAST_BEFORE_MISSING_VALUES = "LAST_BEFORE_MISSING_VALUES",
|
|
293
|
+
}
|
|
294
|
+
export interface TypedAttributeValueRange {
|
|
295
|
+
StartMode: RangeMode | string | undefined;
|
|
296
|
+
StartValue?: TypedAttributeValue;
|
|
297
|
+
EndMode: RangeMode | string | undefined;
|
|
298
|
+
EndValue?: TypedAttributeValue;
|
|
299
|
+
}
|
|
300
|
+
export interface TypedLinkAttributeRange {
|
|
301
|
+
AttributeName?: string;
|
|
302
|
+
Range: TypedAttributeValueRange | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface BatchListIncomingTypedLinks {
|
|
305
|
+
ObjectReference: ObjectReference | undefined;
|
|
306
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
307
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
308
|
+
NextToken?: string;
|
|
309
|
+
MaxResults?: number;
|
|
310
|
+
}
|
|
311
|
+
export interface ObjectAttributeRange {
|
|
312
|
+
AttributeKey?: AttributeKey;
|
|
313
|
+
Range?: TypedAttributeValueRange;
|
|
314
|
+
}
|
|
315
|
+
export interface BatchListIndex {
|
|
316
|
+
RangesOnIndexedValues?: ObjectAttributeRange[];
|
|
317
|
+
IndexReference: ObjectReference | undefined;
|
|
318
|
+
MaxResults?: number;
|
|
319
|
+
NextToken?: string;
|
|
320
|
+
}
|
|
321
|
+
export interface BatchListObjectAttributes {
|
|
322
|
+
ObjectReference: ObjectReference | undefined;
|
|
323
|
+
NextToken?: string;
|
|
324
|
+
MaxResults?: number;
|
|
325
|
+
FacetFilter?: SchemaFacet;
|
|
326
|
+
}
|
|
327
|
+
export interface BatchListObjectChildren {
|
|
328
|
+
ObjectReference: ObjectReference | undefined;
|
|
329
|
+
NextToken?: string;
|
|
330
|
+
MaxResults?: number;
|
|
331
|
+
}
|
|
332
|
+
export interface BatchListObjectParentPaths {
|
|
333
|
+
ObjectReference: ObjectReference | undefined;
|
|
334
|
+
NextToken?: string;
|
|
335
|
+
MaxResults?: number;
|
|
336
|
+
}
|
|
337
|
+
export interface BatchListObjectParents {
|
|
338
|
+
ObjectReference: ObjectReference | undefined;
|
|
339
|
+
NextToken?: string;
|
|
340
|
+
MaxResults?: number;
|
|
341
|
+
}
|
|
342
|
+
export interface BatchListObjectPolicies {
|
|
343
|
+
ObjectReference: ObjectReference | undefined;
|
|
344
|
+
NextToken?: string;
|
|
345
|
+
MaxResults?: number;
|
|
346
|
+
}
|
|
347
|
+
export interface BatchListOutgoingTypedLinks {
|
|
348
|
+
ObjectReference: ObjectReference | undefined;
|
|
349
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
350
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
351
|
+
NextToken?: string;
|
|
352
|
+
MaxResults?: number;
|
|
353
|
+
}
|
|
354
|
+
export interface BatchListPolicyAttachments {
|
|
355
|
+
PolicyReference: ObjectReference | undefined;
|
|
356
|
+
NextToken?: string;
|
|
357
|
+
MaxResults?: number;
|
|
358
|
+
}
|
|
359
|
+
export interface BatchLookupPolicy {
|
|
360
|
+
ObjectReference: ObjectReference | undefined;
|
|
361
|
+
NextToken?: string;
|
|
362
|
+
MaxResults?: number;
|
|
363
|
+
}
|
|
364
|
+
export interface BatchReadOperation {
|
|
365
|
+
ListObjectAttributes?: BatchListObjectAttributes;
|
|
366
|
+
ListObjectChildren?: BatchListObjectChildren;
|
|
367
|
+
ListAttachedIndices?: BatchListAttachedIndices;
|
|
368
|
+
ListObjectParentPaths?: BatchListObjectParentPaths;
|
|
369
|
+
GetObjectInformation?: BatchGetObjectInformation;
|
|
370
|
+
GetObjectAttributes?: BatchGetObjectAttributes;
|
|
371
|
+
ListObjectParents?: BatchListObjectParents;
|
|
372
|
+
ListObjectPolicies?: BatchListObjectPolicies;
|
|
373
|
+
ListPolicyAttachments?: BatchListPolicyAttachments;
|
|
374
|
+
LookupPolicy?: BatchLookupPolicy;
|
|
375
|
+
ListIndex?: BatchListIndex;
|
|
376
|
+
ListOutgoingTypedLinks?: BatchListOutgoingTypedLinks;
|
|
377
|
+
ListIncomingTypedLinks?: BatchListIncomingTypedLinks;
|
|
378
|
+
GetLinkAttributes?: BatchGetLinkAttributes;
|
|
379
|
+
}
|
|
380
|
+
export interface BatchReadRequest {
|
|
381
|
+
DirectoryArn: string | undefined;
|
|
382
|
+
Operations: BatchReadOperation[] | undefined;
|
|
383
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
384
|
+
}
|
|
385
|
+
export declare enum BatchReadExceptionType {
|
|
386
|
+
AccessDeniedException = "AccessDeniedException",
|
|
387
|
+
CannotListParentOfRootException = "CannotListParentOfRootException",
|
|
388
|
+
DirectoryNotEnabledException = "DirectoryNotEnabledException",
|
|
389
|
+
FacetValidationException = "FacetValidationException",
|
|
390
|
+
InternalServiceException = "InternalServiceException",
|
|
391
|
+
InvalidArnException = "InvalidArnException",
|
|
392
|
+
InvalidNextTokenException = "InvalidNextTokenException",
|
|
393
|
+
LimitExceededException = "LimitExceededException",
|
|
394
|
+
NotIndexException = "NotIndexException",
|
|
395
|
+
NotNodeException = "NotNodeException",
|
|
396
|
+
NotPolicyException = "NotPolicyException",
|
|
397
|
+
ResourceNotFoundException = "ResourceNotFoundException",
|
|
398
|
+
ValidationException = "ValidationException",
|
|
399
|
+
}
|
|
400
|
+
export interface BatchReadException {
|
|
401
|
+
Type?: BatchReadExceptionType | string;
|
|
402
|
+
Message?: string;
|
|
403
|
+
}
|
|
404
|
+
export interface BatchGetLinkAttributesResponse {
|
|
405
|
+
Attributes?: AttributeKeyAndValue[];
|
|
406
|
+
}
|
|
407
|
+
export interface BatchGetObjectAttributesResponse {
|
|
408
|
+
Attributes?: AttributeKeyAndValue[];
|
|
409
|
+
}
|
|
410
|
+
export interface BatchGetObjectInformationResponse {
|
|
411
|
+
SchemaFacets?: SchemaFacet[];
|
|
412
|
+
ObjectIdentifier?: string;
|
|
413
|
+
}
|
|
414
|
+
export interface IndexAttachment {
|
|
415
|
+
IndexedAttributes?: AttributeKeyAndValue[];
|
|
416
|
+
ObjectIdentifier?: string;
|
|
417
|
+
}
|
|
418
|
+
export interface BatchListAttachedIndicesResponse {
|
|
419
|
+
IndexAttachments?: IndexAttachment[];
|
|
420
|
+
NextToken?: string;
|
|
421
|
+
}
|
|
422
|
+
export interface BatchListIncomingTypedLinksResponse {
|
|
423
|
+
LinkSpecifiers?: TypedLinkSpecifier[];
|
|
424
|
+
NextToken?: string;
|
|
425
|
+
}
|
|
426
|
+
export interface BatchListIndexResponse {
|
|
427
|
+
IndexAttachments?: IndexAttachment[];
|
|
428
|
+
NextToken?: string;
|
|
429
|
+
}
|
|
430
|
+
export interface BatchListObjectAttributesResponse {
|
|
431
|
+
Attributes?: AttributeKeyAndValue[];
|
|
432
|
+
NextToken?: string;
|
|
433
|
+
}
|
|
434
|
+
export interface BatchListObjectChildrenResponse {
|
|
435
|
+
Children?: Record<string, string>;
|
|
436
|
+
NextToken?: string;
|
|
437
|
+
}
|
|
438
|
+
export interface PathToObjectIdentifiers {
|
|
439
|
+
Path?: string;
|
|
440
|
+
ObjectIdentifiers?: string[];
|
|
441
|
+
}
|
|
442
|
+
export interface BatchListObjectParentPathsResponse {
|
|
443
|
+
PathToObjectIdentifiersList?: PathToObjectIdentifiers[];
|
|
444
|
+
NextToken?: string;
|
|
445
|
+
}
|
|
446
|
+
export interface ObjectIdentifierAndLinkNameTuple {
|
|
447
|
+
ObjectIdentifier?: string;
|
|
448
|
+
LinkName?: string;
|
|
449
|
+
}
|
|
450
|
+
export interface BatchListObjectParentsResponse {
|
|
451
|
+
ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
|
|
452
|
+
NextToken?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface BatchListObjectPoliciesResponse {
|
|
455
|
+
AttachedPolicyIds?: string[];
|
|
456
|
+
NextToken?: string;
|
|
457
|
+
}
|
|
458
|
+
export interface BatchListOutgoingTypedLinksResponse {
|
|
459
|
+
TypedLinkSpecifiers?: TypedLinkSpecifier[];
|
|
460
|
+
NextToken?: string;
|
|
461
|
+
}
|
|
462
|
+
export interface BatchListPolicyAttachmentsResponse {
|
|
463
|
+
ObjectIdentifiers?: string[];
|
|
464
|
+
NextToken?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface PolicyAttachment {
|
|
467
|
+
PolicyId?: string;
|
|
468
|
+
ObjectIdentifier?: string;
|
|
469
|
+
PolicyType?: string;
|
|
470
|
+
}
|
|
471
|
+
export interface PolicyToPath {
|
|
472
|
+
Path?: string;
|
|
473
|
+
Policies?: PolicyAttachment[];
|
|
474
|
+
}
|
|
475
|
+
export interface BatchLookupPolicyResponse {
|
|
476
|
+
PolicyToPathList?: PolicyToPath[];
|
|
477
|
+
NextToken?: string;
|
|
478
|
+
}
|
|
479
|
+
export interface BatchReadSuccessfulResponse {
|
|
480
|
+
ListObjectAttributes?: BatchListObjectAttributesResponse;
|
|
481
|
+
ListObjectChildren?: BatchListObjectChildrenResponse;
|
|
482
|
+
GetObjectInformation?: BatchGetObjectInformationResponse;
|
|
483
|
+
GetObjectAttributes?: BatchGetObjectAttributesResponse;
|
|
484
|
+
ListAttachedIndices?: BatchListAttachedIndicesResponse;
|
|
485
|
+
ListObjectParentPaths?: BatchListObjectParentPathsResponse;
|
|
486
|
+
ListObjectPolicies?: BatchListObjectPoliciesResponse;
|
|
487
|
+
ListPolicyAttachments?: BatchListPolicyAttachmentsResponse;
|
|
488
|
+
LookupPolicy?: BatchLookupPolicyResponse;
|
|
489
|
+
ListIndex?: BatchListIndexResponse;
|
|
490
|
+
ListOutgoingTypedLinks?: BatchListOutgoingTypedLinksResponse;
|
|
491
|
+
ListIncomingTypedLinks?: BatchListIncomingTypedLinksResponse;
|
|
492
|
+
GetLinkAttributes?: BatchGetLinkAttributesResponse;
|
|
493
|
+
ListObjectParents?: BatchListObjectParentsResponse;
|
|
494
|
+
}
|
|
495
|
+
export interface BatchReadOperationResponse {
|
|
496
|
+
SuccessfulResponse?: BatchReadSuccessfulResponse;
|
|
497
|
+
ExceptionResponse?: BatchReadException;
|
|
498
|
+
}
|
|
499
|
+
export interface BatchReadResponse {
|
|
500
|
+
Responses?: BatchReadOperationResponse[];
|
|
501
|
+
}
|
|
502
|
+
export declare enum BatchWriteExceptionType {
|
|
503
|
+
AccessDeniedException = "AccessDeniedException",
|
|
504
|
+
DirectoryNotEnabledException = "DirectoryNotEnabledException",
|
|
505
|
+
FacetValidationException = "FacetValidationException",
|
|
506
|
+
IndexedAttributeMissingException = "IndexedAttributeMissingException",
|
|
507
|
+
InternalServiceException = "InternalServiceException",
|
|
508
|
+
InvalidArnException = "InvalidArnException",
|
|
509
|
+
InvalidAttachmentException = "InvalidAttachmentException",
|
|
510
|
+
LimitExceededException = "LimitExceededException",
|
|
511
|
+
LinkNameAlreadyInUseException = "LinkNameAlreadyInUseException",
|
|
512
|
+
NotIndexException = "NotIndexException",
|
|
513
|
+
NotNodeException = "NotNodeException",
|
|
514
|
+
NotPolicyException = "NotPolicyException",
|
|
515
|
+
ObjectAlreadyDetachedException = "ObjectAlreadyDetachedException",
|
|
516
|
+
ObjectNotDetachedException = "ObjectNotDetachedException",
|
|
517
|
+
ResourceNotFoundException = "ResourceNotFoundException",
|
|
518
|
+
StillContainsLinksException = "StillContainsLinksException",
|
|
519
|
+
UnsupportedIndexTypeException = "UnsupportedIndexTypeException",
|
|
520
|
+
ValidationException = "ValidationException",
|
|
521
|
+
}
|
|
522
|
+
export declare class BatchWriteException extends __BaseException {
|
|
523
|
+
readonly name: "BatchWriteException";
|
|
524
|
+
readonly $fault: "client";
|
|
525
|
+
Index?: number;
|
|
526
|
+
Type?: BatchWriteExceptionType | string;
|
|
527
|
+
Message?: string;
|
|
528
|
+
constructor(
|
|
529
|
+
opts: __ExceptionOptionType<BatchWriteException, __BaseException>
|
|
530
|
+
);
|
|
531
|
+
}
|
|
532
|
+
export interface BatchAddFacetToObject {
|
|
533
|
+
SchemaFacet: SchemaFacet | undefined;
|
|
534
|
+
ObjectAttributeList: AttributeKeyAndValue[] | undefined;
|
|
535
|
+
ObjectReference: ObjectReference | undefined;
|
|
536
|
+
}
|
|
537
|
+
export interface BatchAttachObject {
|
|
538
|
+
ParentReference: ObjectReference | undefined;
|
|
539
|
+
ChildReference: ObjectReference | undefined;
|
|
540
|
+
LinkName: string | undefined;
|
|
541
|
+
}
|
|
542
|
+
export interface BatchAttachPolicy {
|
|
543
|
+
PolicyReference: ObjectReference | undefined;
|
|
544
|
+
ObjectReference: ObjectReference | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface BatchAttachToIndex {
|
|
547
|
+
IndexReference: ObjectReference | undefined;
|
|
548
|
+
TargetReference: ObjectReference | undefined;
|
|
549
|
+
}
|
|
550
|
+
export interface BatchAttachTypedLink {
|
|
551
|
+
SourceObjectReference: ObjectReference | undefined;
|
|
552
|
+
TargetObjectReference: ObjectReference | undefined;
|
|
553
|
+
TypedLinkFacet: TypedLinkSchemaAndFacetName | undefined;
|
|
554
|
+
Attributes: AttributeNameAndValue[] | undefined;
|
|
555
|
+
}
|
|
556
|
+
export interface BatchCreateIndex {
|
|
557
|
+
OrderedIndexedAttributeList: AttributeKey[] | undefined;
|
|
558
|
+
IsUnique: boolean | undefined;
|
|
559
|
+
ParentReference?: ObjectReference;
|
|
560
|
+
LinkName?: string;
|
|
561
|
+
BatchReferenceName?: string;
|
|
562
|
+
}
|
|
563
|
+
export interface BatchCreateObject {
|
|
564
|
+
SchemaFacet: SchemaFacet[] | undefined;
|
|
565
|
+
ObjectAttributeList: AttributeKeyAndValue[] | undefined;
|
|
566
|
+
ParentReference?: ObjectReference;
|
|
567
|
+
LinkName?: string;
|
|
568
|
+
BatchReferenceName?: string;
|
|
569
|
+
}
|
|
570
|
+
export interface BatchDeleteObject {
|
|
571
|
+
ObjectReference: ObjectReference | undefined;
|
|
572
|
+
}
|
|
573
|
+
export interface BatchDetachFromIndex {
|
|
574
|
+
IndexReference: ObjectReference | undefined;
|
|
575
|
+
TargetReference: ObjectReference | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface BatchDetachObject {
|
|
578
|
+
ParentReference: ObjectReference | undefined;
|
|
579
|
+
LinkName: string | undefined;
|
|
580
|
+
BatchReferenceName?: string;
|
|
581
|
+
}
|
|
582
|
+
export interface BatchDetachPolicy {
|
|
583
|
+
PolicyReference: ObjectReference | undefined;
|
|
584
|
+
ObjectReference: ObjectReference | undefined;
|
|
585
|
+
}
|
|
586
|
+
export interface BatchDetachTypedLink {
|
|
587
|
+
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
588
|
+
}
|
|
589
|
+
export interface BatchRemoveFacetFromObject {
|
|
590
|
+
SchemaFacet: SchemaFacet | undefined;
|
|
591
|
+
ObjectReference: ObjectReference | undefined;
|
|
592
|
+
}
|
|
593
|
+
export declare enum UpdateActionType {
|
|
594
|
+
CREATE_OR_UPDATE = "CREATE_OR_UPDATE",
|
|
595
|
+
DELETE = "DELETE",
|
|
596
|
+
}
|
|
597
|
+
export interface LinkAttributeAction {
|
|
598
|
+
AttributeActionType?: UpdateActionType | string;
|
|
599
|
+
AttributeUpdateValue?: TypedAttributeValue;
|
|
600
|
+
}
|
|
601
|
+
export interface LinkAttributeUpdate {
|
|
602
|
+
AttributeKey?: AttributeKey;
|
|
603
|
+
AttributeAction?: LinkAttributeAction;
|
|
604
|
+
}
|
|
605
|
+
export interface BatchUpdateLinkAttributes {
|
|
606
|
+
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
607
|
+
AttributeUpdates: LinkAttributeUpdate[] | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface ObjectAttributeAction {
|
|
610
|
+
ObjectAttributeActionType?: UpdateActionType | string;
|
|
611
|
+
ObjectAttributeUpdateValue?: TypedAttributeValue;
|
|
612
|
+
}
|
|
613
|
+
export interface ObjectAttributeUpdate {
|
|
614
|
+
ObjectAttributeKey?: AttributeKey;
|
|
615
|
+
ObjectAttributeAction?: ObjectAttributeAction;
|
|
616
|
+
}
|
|
617
|
+
export interface BatchUpdateObjectAttributes {
|
|
618
|
+
ObjectReference: ObjectReference | undefined;
|
|
619
|
+
AttributeUpdates: ObjectAttributeUpdate[] | undefined;
|
|
620
|
+
}
|
|
621
|
+
export interface BatchWriteOperation {
|
|
622
|
+
CreateObject?: BatchCreateObject;
|
|
623
|
+
AttachObject?: BatchAttachObject;
|
|
624
|
+
DetachObject?: BatchDetachObject;
|
|
625
|
+
UpdateObjectAttributes?: BatchUpdateObjectAttributes;
|
|
626
|
+
DeleteObject?: BatchDeleteObject;
|
|
627
|
+
AddFacetToObject?: BatchAddFacetToObject;
|
|
628
|
+
RemoveFacetFromObject?: BatchRemoveFacetFromObject;
|
|
629
|
+
AttachPolicy?: BatchAttachPolicy;
|
|
630
|
+
DetachPolicy?: BatchDetachPolicy;
|
|
631
|
+
CreateIndex?: BatchCreateIndex;
|
|
632
|
+
AttachToIndex?: BatchAttachToIndex;
|
|
633
|
+
DetachFromIndex?: BatchDetachFromIndex;
|
|
634
|
+
AttachTypedLink?: BatchAttachTypedLink;
|
|
635
|
+
DetachTypedLink?: BatchDetachTypedLink;
|
|
636
|
+
UpdateLinkAttributes?: BatchUpdateLinkAttributes;
|
|
637
|
+
}
|
|
638
|
+
export interface BatchWriteRequest {
|
|
639
|
+
DirectoryArn: string | undefined;
|
|
640
|
+
Operations: BatchWriteOperation[] | undefined;
|
|
641
|
+
}
|
|
642
|
+
export interface BatchAddFacetToObjectResponse {}
|
|
643
|
+
export interface BatchAttachObjectResponse {
|
|
644
|
+
attachedObjectIdentifier?: string;
|
|
645
|
+
}
|
|
646
|
+
export interface BatchAttachPolicyResponse {}
|
|
647
|
+
export interface BatchAttachToIndexResponse {
|
|
648
|
+
AttachedObjectIdentifier?: string;
|
|
649
|
+
}
|
|
650
|
+
export interface BatchAttachTypedLinkResponse {
|
|
651
|
+
TypedLinkSpecifier?: TypedLinkSpecifier;
|
|
652
|
+
}
|
|
653
|
+
export interface BatchCreateIndexResponse {
|
|
654
|
+
ObjectIdentifier?: string;
|
|
655
|
+
}
|
|
656
|
+
export interface BatchCreateObjectResponse {
|
|
657
|
+
ObjectIdentifier?: string;
|
|
658
|
+
}
|
|
659
|
+
export interface BatchDeleteObjectResponse {}
|
|
660
|
+
export interface BatchDetachFromIndexResponse {
|
|
661
|
+
DetachedObjectIdentifier?: string;
|
|
662
|
+
}
|
|
663
|
+
export interface BatchDetachObjectResponse {
|
|
664
|
+
detachedObjectIdentifier?: string;
|
|
665
|
+
}
|
|
666
|
+
export interface BatchDetachPolicyResponse {}
|
|
667
|
+
export interface BatchDetachTypedLinkResponse {}
|
|
668
|
+
export interface BatchRemoveFacetFromObjectResponse {}
|
|
669
|
+
export interface BatchUpdateLinkAttributesResponse {}
|
|
670
|
+
export interface BatchUpdateObjectAttributesResponse {
|
|
671
|
+
ObjectIdentifier?: string;
|
|
672
|
+
}
|
|
673
|
+
export interface BatchWriteOperationResponse {
|
|
674
|
+
CreateObject?: BatchCreateObjectResponse;
|
|
675
|
+
AttachObject?: BatchAttachObjectResponse;
|
|
676
|
+
DetachObject?: BatchDetachObjectResponse;
|
|
677
|
+
UpdateObjectAttributes?: BatchUpdateObjectAttributesResponse;
|
|
678
|
+
DeleteObject?: BatchDeleteObjectResponse;
|
|
679
|
+
AddFacetToObject?: BatchAddFacetToObjectResponse;
|
|
680
|
+
RemoveFacetFromObject?: BatchRemoveFacetFromObjectResponse;
|
|
681
|
+
AttachPolicy?: BatchAttachPolicyResponse;
|
|
682
|
+
DetachPolicy?: BatchDetachPolicyResponse;
|
|
683
|
+
CreateIndex?: BatchCreateIndexResponse;
|
|
684
|
+
AttachToIndex?: BatchAttachToIndexResponse;
|
|
685
|
+
DetachFromIndex?: BatchDetachFromIndexResponse;
|
|
686
|
+
AttachTypedLink?: BatchAttachTypedLinkResponse;
|
|
687
|
+
DetachTypedLink?: BatchDetachTypedLinkResponse;
|
|
688
|
+
UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse;
|
|
689
|
+
}
|
|
690
|
+
export interface BatchWriteResponse {
|
|
691
|
+
Responses?: BatchWriteOperationResponse[];
|
|
692
|
+
}
|
|
693
|
+
export interface CreateDirectoryRequest {
|
|
694
|
+
Name: string | undefined;
|
|
695
|
+
SchemaArn: string | undefined;
|
|
696
|
+
}
|
|
697
|
+
export interface CreateDirectoryResponse {
|
|
698
|
+
DirectoryArn: string | undefined;
|
|
699
|
+
Name: string | undefined;
|
|
700
|
+
ObjectIdentifier: string | undefined;
|
|
701
|
+
AppliedSchemaArn: string | undefined;
|
|
702
|
+
}
|
|
703
|
+
export declare class DirectoryAlreadyExistsException extends __BaseException {
|
|
704
|
+
readonly name: "DirectoryAlreadyExistsException";
|
|
705
|
+
readonly $fault: "client";
|
|
706
|
+
Message?: string;
|
|
707
|
+
constructor(
|
|
708
|
+
opts: __ExceptionOptionType<
|
|
709
|
+
DirectoryAlreadyExistsException,
|
|
710
|
+
__BaseException
|
|
711
|
+
>
|
|
712
|
+
);
|
|
713
|
+
}
|
|
714
|
+
export declare enum RuleType {
|
|
715
|
+
BINARY_LENGTH = "BINARY_LENGTH",
|
|
716
|
+
NUMBER_COMPARISON = "NUMBER_COMPARISON",
|
|
717
|
+
STRING_FROM_SET = "STRING_FROM_SET",
|
|
718
|
+
STRING_LENGTH = "STRING_LENGTH",
|
|
719
|
+
}
|
|
720
|
+
export interface Rule {
|
|
721
|
+
Type?: RuleType | string;
|
|
722
|
+
Parameters?: Record<string, string>;
|
|
723
|
+
}
|
|
724
|
+
export declare enum FacetAttributeType {
|
|
725
|
+
BINARY = "BINARY",
|
|
726
|
+
BOOLEAN = "BOOLEAN",
|
|
727
|
+
DATETIME = "DATETIME",
|
|
728
|
+
NUMBER = "NUMBER",
|
|
729
|
+
STRING = "STRING",
|
|
730
|
+
VARIANT = "VARIANT",
|
|
731
|
+
}
|
|
732
|
+
export interface FacetAttributeDefinition {
|
|
733
|
+
Type: FacetAttributeType | string | undefined;
|
|
734
|
+
DefaultValue?: TypedAttributeValue;
|
|
735
|
+
IsImmutable?: boolean;
|
|
736
|
+
Rules?: Record<string, Rule>;
|
|
737
|
+
}
|
|
738
|
+
export interface FacetAttributeReference {
|
|
739
|
+
TargetFacetName: string | undefined;
|
|
740
|
+
TargetAttributeName: string | undefined;
|
|
741
|
+
}
|
|
742
|
+
export declare enum RequiredAttributeBehavior {
|
|
743
|
+
NOT_REQUIRED = "NOT_REQUIRED",
|
|
744
|
+
REQUIRED_ALWAYS = "REQUIRED_ALWAYS",
|
|
745
|
+
}
|
|
746
|
+
export interface FacetAttribute {
|
|
747
|
+
Name: string | undefined;
|
|
748
|
+
AttributeDefinition?: FacetAttributeDefinition;
|
|
749
|
+
AttributeReference?: FacetAttributeReference;
|
|
750
|
+
RequiredBehavior?: RequiredAttributeBehavior | string;
|
|
751
|
+
}
|
|
752
|
+
export declare enum FacetStyle {
|
|
753
|
+
DYNAMIC = "DYNAMIC",
|
|
754
|
+
STATIC = "STATIC",
|
|
755
|
+
}
|
|
756
|
+
export declare enum ObjectType {
|
|
757
|
+
INDEX = "INDEX",
|
|
758
|
+
LEAF_NODE = "LEAF_NODE",
|
|
759
|
+
NODE = "NODE",
|
|
760
|
+
POLICY = "POLICY",
|
|
761
|
+
}
|
|
762
|
+
export interface CreateFacetRequest {
|
|
763
|
+
SchemaArn: string | undefined;
|
|
764
|
+
Name: string | undefined;
|
|
765
|
+
Attributes?: FacetAttribute[];
|
|
766
|
+
ObjectType?: ObjectType | string;
|
|
767
|
+
FacetStyle?: FacetStyle | string;
|
|
768
|
+
}
|
|
769
|
+
export interface CreateFacetResponse {}
|
|
770
|
+
export declare class FacetAlreadyExistsException extends __BaseException {
|
|
771
|
+
readonly name: "FacetAlreadyExistsException";
|
|
772
|
+
readonly $fault: "client";
|
|
773
|
+
Message?: string;
|
|
774
|
+
constructor(
|
|
775
|
+
opts: __ExceptionOptionType<FacetAlreadyExistsException, __BaseException>
|
|
776
|
+
);
|
|
777
|
+
}
|
|
778
|
+
export declare class InvalidRuleException extends __BaseException {
|
|
779
|
+
readonly name: "InvalidRuleException";
|
|
780
|
+
readonly $fault: "client";
|
|
781
|
+
Message?: string;
|
|
782
|
+
constructor(
|
|
783
|
+
opts: __ExceptionOptionType<InvalidRuleException, __BaseException>
|
|
784
|
+
);
|
|
785
|
+
}
|
|
786
|
+
export interface CreateIndexRequest {
|
|
787
|
+
DirectoryArn: string | undefined;
|
|
788
|
+
OrderedIndexedAttributeList: AttributeKey[] | undefined;
|
|
789
|
+
IsUnique: boolean | undefined;
|
|
790
|
+
ParentReference?: ObjectReference;
|
|
791
|
+
LinkName?: string;
|
|
792
|
+
}
|
|
793
|
+
export interface CreateIndexResponse {
|
|
794
|
+
ObjectIdentifier?: string;
|
|
795
|
+
}
|
|
796
|
+
export declare class UnsupportedIndexTypeException extends __BaseException {
|
|
797
|
+
readonly name: "UnsupportedIndexTypeException";
|
|
798
|
+
readonly $fault: "client";
|
|
799
|
+
Message?: string;
|
|
800
|
+
constructor(
|
|
801
|
+
opts: __ExceptionOptionType<UnsupportedIndexTypeException, __BaseException>
|
|
802
|
+
);
|
|
803
|
+
}
|
|
804
|
+
export interface CreateObjectRequest {
|
|
805
|
+
DirectoryArn: string | undefined;
|
|
806
|
+
SchemaFacets: SchemaFacet[] | undefined;
|
|
807
|
+
ObjectAttributeList?: AttributeKeyAndValue[];
|
|
808
|
+
ParentReference?: ObjectReference;
|
|
809
|
+
LinkName?: string;
|
|
810
|
+
}
|
|
811
|
+
export interface CreateObjectResponse {
|
|
812
|
+
ObjectIdentifier?: string;
|
|
813
|
+
}
|
|
814
|
+
export interface CreateSchemaRequest {
|
|
815
|
+
Name: string | undefined;
|
|
816
|
+
}
|
|
817
|
+
export interface CreateSchemaResponse {
|
|
818
|
+
SchemaArn?: string;
|
|
819
|
+
}
|
|
820
|
+
export interface TypedLinkAttributeDefinition {
|
|
821
|
+
Name: string | undefined;
|
|
822
|
+
Type: FacetAttributeType | string | undefined;
|
|
823
|
+
DefaultValue?: TypedAttributeValue;
|
|
824
|
+
IsImmutable?: boolean;
|
|
825
|
+
Rules?: Record<string, Rule>;
|
|
826
|
+
RequiredBehavior: RequiredAttributeBehavior | string | undefined;
|
|
827
|
+
}
|
|
828
|
+
export interface TypedLinkFacet {
|
|
829
|
+
Name: string | undefined;
|
|
830
|
+
Attributes: TypedLinkAttributeDefinition[] | undefined;
|
|
831
|
+
IdentityAttributeOrder: string[] | undefined;
|
|
832
|
+
}
|
|
833
|
+
export interface CreateTypedLinkFacetRequest {
|
|
834
|
+
SchemaArn: string | undefined;
|
|
835
|
+
Facet: TypedLinkFacet | undefined;
|
|
836
|
+
}
|
|
837
|
+
export interface CreateTypedLinkFacetResponse {}
|
|
838
|
+
export interface DeleteDirectoryRequest {
|
|
839
|
+
DirectoryArn: string | undefined;
|
|
840
|
+
}
|
|
841
|
+
export interface DeleteDirectoryResponse {
|
|
842
|
+
DirectoryArn: string | undefined;
|
|
843
|
+
}
|
|
844
|
+
export declare class DirectoryDeletedException extends __BaseException {
|
|
845
|
+
readonly name: "DirectoryDeletedException";
|
|
846
|
+
readonly $fault: "client";
|
|
847
|
+
Message?: string;
|
|
848
|
+
constructor(
|
|
849
|
+
opts: __ExceptionOptionType<DirectoryDeletedException, __BaseException>
|
|
850
|
+
);
|
|
851
|
+
}
|
|
852
|
+
export declare class DirectoryNotDisabledException extends __BaseException {
|
|
853
|
+
readonly name: "DirectoryNotDisabledException";
|
|
854
|
+
readonly $fault: "client";
|
|
855
|
+
Message?: string;
|
|
856
|
+
constructor(
|
|
857
|
+
opts: __ExceptionOptionType<DirectoryNotDisabledException, __BaseException>
|
|
858
|
+
);
|
|
859
|
+
}
|
|
860
|
+
export interface DeleteFacetRequest {
|
|
861
|
+
SchemaArn: string | undefined;
|
|
862
|
+
Name: string | undefined;
|
|
863
|
+
}
|
|
864
|
+
export interface DeleteFacetResponse {}
|
|
865
|
+
export declare class FacetInUseException extends __BaseException {
|
|
866
|
+
readonly name: "FacetInUseException";
|
|
867
|
+
readonly $fault: "client";
|
|
868
|
+
Message?: string;
|
|
869
|
+
constructor(
|
|
870
|
+
opts: __ExceptionOptionType<FacetInUseException, __BaseException>
|
|
871
|
+
);
|
|
872
|
+
}
|
|
873
|
+
export declare class FacetNotFoundException extends __BaseException {
|
|
874
|
+
readonly name: "FacetNotFoundException";
|
|
875
|
+
readonly $fault: "client";
|
|
876
|
+
Message?: string;
|
|
877
|
+
constructor(
|
|
878
|
+
opts: __ExceptionOptionType<FacetNotFoundException, __BaseException>
|
|
879
|
+
);
|
|
880
|
+
}
|
|
881
|
+
export interface DeleteObjectRequest {
|
|
882
|
+
DirectoryArn: string | undefined;
|
|
883
|
+
ObjectReference: ObjectReference | undefined;
|
|
884
|
+
}
|
|
885
|
+
export interface DeleteObjectResponse {}
|
|
886
|
+
export declare class ObjectNotDetachedException extends __BaseException {
|
|
887
|
+
readonly name: "ObjectNotDetachedException";
|
|
888
|
+
readonly $fault: "client";
|
|
889
|
+
Message?: string;
|
|
890
|
+
constructor(
|
|
891
|
+
opts: __ExceptionOptionType<ObjectNotDetachedException, __BaseException>
|
|
892
|
+
);
|
|
893
|
+
}
|
|
894
|
+
export interface DeleteSchemaRequest {
|
|
895
|
+
SchemaArn: string | undefined;
|
|
896
|
+
}
|
|
897
|
+
export interface DeleteSchemaResponse {
|
|
898
|
+
SchemaArn?: string;
|
|
899
|
+
}
|
|
900
|
+
export declare class StillContainsLinksException extends __BaseException {
|
|
901
|
+
readonly name: "StillContainsLinksException";
|
|
902
|
+
readonly $fault: "client";
|
|
903
|
+
Message?: string;
|
|
904
|
+
constructor(
|
|
905
|
+
opts: __ExceptionOptionType<StillContainsLinksException, __BaseException>
|
|
906
|
+
);
|
|
907
|
+
}
|
|
908
|
+
export interface DeleteTypedLinkFacetRequest {
|
|
909
|
+
SchemaArn: string | undefined;
|
|
910
|
+
Name: string | undefined;
|
|
911
|
+
}
|
|
912
|
+
export interface DeleteTypedLinkFacetResponse {}
|
|
913
|
+
export interface DetachFromIndexRequest {
|
|
914
|
+
DirectoryArn: string | undefined;
|
|
915
|
+
IndexReference: ObjectReference | undefined;
|
|
916
|
+
TargetReference: ObjectReference | undefined;
|
|
917
|
+
}
|
|
918
|
+
export interface DetachFromIndexResponse {
|
|
919
|
+
DetachedObjectIdentifier?: string;
|
|
920
|
+
}
|
|
921
|
+
export declare class ObjectAlreadyDetachedException extends __BaseException {
|
|
922
|
+
readonly name: "ObjectAlreadyDetachedException";
|
|
923
|
+
readonly $fault: "client";
|
|
924
|
+
Message?: string;
|
|
925
|
+
constructor(
|
|
926
|
+
opts: __ExceptionOptionType<ObjectAlreadyDetachedException, __BaseException>
|
|
927
|
+
);
|
|
928
|
+
}
|
|
929
|
+
export interface DetachObjectRequest {
|
|
930
|
+
DirectoryArn: string | undefined;
|
|
931
|
+
ParentReference: ObjectReference | undefined;
|
|
932
|
+
LinkName: string | undefined;
|
|
933
|
+
}
|
|
934
|
+
export interface DetachObjectResponse {
|
|
935
|
+
DetachedObjectIdentifier?: string;
|
|
936
|
+
}
|
|
937
|
+
export declare class NotNodeException extends __BaseException {
|
|
938
|
+
readonly name: "NotNodeException";
|
|
939
|
+
readonly $fault: "client";
|
|
940
|
+
Message?: string;
|
|
941
|
+
constructor(opts: __ExceptionOptionType<NotNodeException, __BaseException>);
|
|
942
|
+
}
|
|
943
|
+
export interface DetachPolicyRequest {
|
|
944
|
+
DirectoryArn: string | undefined;
|
|
945
|
+
PolicyReference: ObjectReference | undefined;
|
|
946
|
+
ObjectReference: ObjectReference | undefined;
|
|
947
|
+
}
|
|
948
|
+
export interface DetachPolicyResponse {}
|
|
949
|
+
export interface DetachTypedLinkRequest {
|
|
950
|
+
DirectoryArn: string | undefined;
|
|
951
|
+
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
952
|
+
}
|
|
953
|
+
export interface DisableDirectoryRequest {
|
|
954
|
+
DirectoryArn: string | undefined;
|
|
955
|
+
}
|
|
956
|
+
export interface DisableDirectoryResponse {
|
|
957
|
+
DirectoryArn: string | undefined;
|
|
958
|
+
}
|
|
959
|
+
export interface EnableDirectoryRequest {
|
|
960
|
+
DirectoryArn: string | undefined;
|
|
961
|
+
}
|
|
962
|
+
export interface EnableDirectoryResponse {
|
|
963
|
+
DirectoryArn: string | undefined;
|
|
964
|
+
}
|
|
965
|
+
export interface GetAppliedSchemaVersionRequest {
|
|
966
|
+
SchemaArn: string | undefined;
|
|
967
|
+
}
|
|
968
|
+
export interface GetAppliedSchemaVersionResponse {
|
|
969
|
+
AppliedSchemaArn?: string;
|
|
970
|
+
}
|
|
971
|
+
export interface GetDirectoryRequest {
|
|
972
|
+
DirectoryArn: string | undefined;
|
|
973
|
+
}
|
|
974
|
+
export declare enum DirectoryState {
|
|
975
|
+
DELETED = "DELETED",
|
|
976
|
+
DISABLED = "DISABLED",
|
|
977
|
+
ENABLED = "ENABLED",
|
|
978
|
+
}
|
|
979
|
+
export interface Directory {
|
|
980
|
+
Name?: string;
|
|
981
|
+
DirectoryArn?: string;
|
|
982
|
+
State?: DirectoryState | string;
|
|
983
|
+
CreationDateTime?: Date;
|
|
984
|
+
}
|
|
985
|
+
export interface GetDirectoryResponse {
|
|
986
|
+
Directory: Directory | undefined;
|
|
987
|
+
}
|
|
988
|
+
export interface GetFacetRequest {
|
|
989
|
+
SchemaArn: string | undefined;
|
|
990
|
+
Name: string | undefined;
|
|
991
|
+
}
|
|
992
|
+
export interface Facet {
|
|
993
|
+
Name?: string;
|
|
994
|
+
ObjectType?: ObjectType | string;
|
|
995
|
+
FacetStyle?: FacetStyle | string;
|
|
996
|
+
}
|
|
997
|
+
export interface GetFacetResponse {
|
|
998
|
+
Facet?: Facet;
|
|
999
|
+
}
|
|
1000
|
+
export interface GetLinkAttributesRequest {
|
|
1001
|
+
DirectoryArn: string | undefined;
|
|
1002
|
+
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
1003
|
+
AttributeNames: string[] | undefined;
|
|
1004
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1005
|
+
}
|
|
1006
|
+
export interface GetLinkAttributesResponse {
|
|
1007
|
+
Attributes?: AttributeKeyAndValue[];
|
|
1008
|
+
}
|
|
1009
|
+
export interface GetObjectAttributesRequest {
|
|
1010
|
+
DirectoryArn: string | undefined;
|
|
1011
|
+
ObjectReference: ObjectReference | undefined;
|
|
1012
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1013
|
+
SchemaFacet: SchemaFacet | undefined;
|
|
1014
|
+
AttributeNames: string[] | undefined;
|
|
1015
|
+
}
|
|
1016
|
+
export interface GetObjectAttributesResponse {
|
|
1017
|
+
Attributes?: AttributeKeyAndValue[];
|
|
1018
|
+
}
|
|
1019
|
+
export interface GetObjectInformationRequest {
|
|
1020
|
+
DirectoryArn: string | undefined;
|
|
1021
|
+
ObjectReference: ObjectReference | undefined;
|
|
1022
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1023
|
+
}
|
|
1024
|
+
export interface GetObjectInformationResponse {
|
|
1025
|
+
SchemaFacets?: SchemaFacet[];
|
|
1026
|
+
ObjectIdentifier?: string;
|
|
1027
|
+
}
|
|
1028
|
+
export interface GetSchemaAsJsonRequest {
|
|
1029
|
+
SchemaArn: string | undefined;
|
|
1030
|
+
}
|
|
1031
|
+
export interface GetSchemaAsJsonResponse {
|
|
1032
|
+
Name?: string;
|
|
1033
|
+
Document?: string;
|
|
1034
|
+
}
|
|
1035
|
+
export interface GetTypedLinkFacetInformationRequest {
|
|
1036
|
+
SchemaArn: string | undefined;
|
|
1037
|
+
Name: string | undefined;
|
|
1038
|
+
}
|
|
1039
|
+
export interface GetTypedLinkFacetInformationResponse {
|
|
1040
|
+
IdentityAttributeOrder?: string[];
|
|
1041
|
+
}
|
|
1042
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
1043
|
+
readonly name: "InvalidNextTokenException";
|
|
1044
|
+
readonly $fault: "client";
|
|
1045
|
+
Message?: string;
|
|
1046
|
+
constructor(
|
|
1047
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
1048
|
+
);
|
|
1049
|
+
}
|
|
1050
|
+
export interface ListAppliedSchemaArnsRequest {
|
|
1051
|
+
DirectoryArn: string | undefined;
|
|
1052
|
+
SchemaArn?: string;
|
|
1053
|
+
NextToken?: string;
|
|
1054
|
+
MaxResults?: number;
|
|
1055
|
+
}
|
|
1056
|
+
export interface ListAppliedSchemaArnsResponse {
|
|
1057
|
+
SchemaArns?: string[];
|
|
1058
|
+
NextToken?: string;
|
|
1059
|
+
}
|
|
1060
|
+
export interface ListAttachedIndicesRequest {
|
|
1061
|
+
DirectoryArn: string | undefined;
|
|
1062
|
+
TargetReference: ObjectReference | undefined;
|
|
1063
|
+
NextToken?: string;
|
|
1064
|
+
MaxResults?: number;
|
|
1065
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1066
|
+
}
|
|
1067
|
+
export interface ListAttachedIndicesResponse {
|
|
1068
|
+
IndexAttachments?: IndexAttachment[];
|
|
1069
|
+
NextToken?: string;
|
|
1070
|
+
}
|
|
1071
|
+
export interface ListDevelopmentSchemaArnsRequest {
|
|
1072
|
+
NextToken?: string;
|
|
1073
|
+
MaxResults?: number;
|
|
1074
|
+
}
|
|
1075
|
+
export interface ListDevelopmentSchemaArnsResponse {
|
|
1076
|
+
SchemaArns?: string[];
|
|
1077
|
+
NextToken?: string;
|
|
1078
|
+
}
|
|
1079
|
+
export interface ListDirectoriesRequest {
|
|
1080
|
+
NextToken?: string;
|
|
1081
|
+
MaxResults?: number;
|
|
1082
|
+
state?: DirectoryState | string;
|
|
1083
|
+
}
|
|
1084
|
+
export interface ListDirectoriesResponse {
|
|
1085
|
+
Directories: Directory[] | undefined;
|
|
1086
|
+
NextToken?: string;
|
|
1087
|
+
}
|
|
1088
|
+
export interface ListFacetAttributesRequest {
|
|
1089
|
+
SchemaArn: string | undefined;
|
|
1090
|
+
Name: string | undefined;
|
|
1091
|
+
NextToken?: string;
|
|
1092
|
+
MaxResults?: number;
|
|
1093
|
+
}
|
|
1094
|
+
export interface ListFacetAttributesResponse {
|
|
1095
|
+
Attributes?: FacetAttribute[];
|
|
1096
|
+
NextToken?: string;
|
|
1097
|
+
}
|
|
1098
|
+
export interface ListFacetNamesRequest {
|
|
1099
|
+
SchemaArn: string | undefined;
|
|
1100
|
+
NextToken?: string;
|
|
1101
|
+
MaxResults?: number;
|
|
1102
|
+
}
|
|
1103
|
+
export interface ListFacetNamesResponse {
|
|
1104
|
+
FacetNames?: string[];
|
|
1105
|
+
NextToken?: string;
|
|
1106
|
+
}
|
|
1107
|
+
export interface ListIncomingTypedLinksRequest {
|
|
1108
|
+
DirectoryArn: string | undefined;
|
|
1109
|
+
ObjectReference: ObjectReference | undefined;
|
|
1110
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
1111
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
1112
|
+
NextToken?: string;
|
|
1113
|
+
MaxResults?: number;
|
|
1114
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1115
|
+
}
|
|
1116
|
+
export interface ListIncomingTypedLinksResponse {
|
|
1117
|
+
LinkSpecifiers?: TypedLinkSpecifier[];
|
|
1118
|
+
NextToken?: string;
|
|
1119
|
+
}
|
|
1120
|
+
export interface ListIndexRequest {
|
|
1121
|
+
DirectoryArn: string | undefined;
|
|
1122
|
+
RangesOnIndexedValues?: ObjectAttributeRange[];
|
|
1123
|
+
IndexReference: ObjectReference | undefined;
|
|
1124
|
+
MaxResults?: number;
|
|
1125
|
+
NextToken?: string;
|
|
1126
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1127
|
+
}
|
|
1128
|
+
export interface ListIndexResponse {
|
|
1129
|
+
IndexAttachments?: IndexAttachment[];
|
|
1130
|
+
NextToken?: string;
|
|
1131
|
+
}
|
|
1132
|
+
export interface ListManagedSchemaArnsRequest {
|
|
1133
|
+
SchemaArn?: string;
|
|
1134
|
+
NextToken?: string;
|
|
1135
|
+
MaxResults?: number;
|
|
1136
|
+
}
|
|
1137
|
+
export interface ListManagedSchemaArnsResponse {
|
|
1138
|
+
SchemaArns?: string[];
|
|
1139
|
+
NextToken?: string;
|
|
1140
|
+
}
|
|
1141
|
+
export interface ListObjectAttributesRequest {
|
|
1142
|
+
DirectoryArn: string | undefined;
|
|
1143
|
+
ObjectReference: ObjectReference | undefined;
|
|
1144
|
+
NextToken?: string;
|
|
1145
|
+
MaxResults?: number;
|
|
1146
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1147
|
+
FacetFilter?: SchemaFacet;
|
|
1148
|
+
}
|
|
1149
|
+
export interface ListObjectAttributesResponse {
|
|
1150
|
+
Attributes?: AttributeKeyAndValue[];
|
|
1151
|
+
NextToken?: string;
|
|
1152
|
+
}
|
|
1153
|
+
export interface ListObjectChildrenRequest {
|
|
1154
|
+
DirectoryArn: string | undefined;
|
|
1155
|
+
ObjectReference: ObjectReference | undefined;
|
|
1156
|
+
NextToken?: string;
|
|
1157
|
+
MaxResults?: number;
|
|
1158
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1159
|
+
}
|
|
1160
|
+
export interface ListObjectChildrenResponse {
|
|
1161
|
+
Children?: Record<string, string>;
|
|
1162
|
+
NextToken?: string;
|
|
1163
|
+
}
|
|
1164
|
+
export interface ListObjectParentPathsRequest {
|
|
1165
|
+
DirectoryArn: string | undefined;
|
|
1166
|
+
ObjectReference: ObjectReference | undefined;
|
|
1167
|
+
NextToken?: string;
|
|
1168
|
+
MaxResults?: number;
|
|
1169
|
+
}
|
|
1170
|
+
export interface ListObjectParentPathsResponse {
|
|
1171
|
+
PathToObjectIdentifiersList?: PathToObjectIdentifiers[];
|
|
1172
|
+
NextToken?: string;
|
|
1173
|
+
}
|
|
1174
|
+
export declare class CannotListParentOfRootException extends __BaseException {
|
|
1175
|
+
readonly name: "CannotListParentOfRootException";
|
|
1176
|
+
readonly $fault: "client";
|
|
1177
|
+
Message?: string;
|
|
1178
|
+
constructor(
|
|
1179
|
+
opts: __ExceptionOptionType<
|
|
1180
|
+
CannotListParentOfRootException,
|
|
1181
|
+
__BaseException
|
|
1182
|
+
>
|
|
1183
|
+
);
|
|
1184
|
+
}
|
|
1185
|
+
export interface ListObjectParentsRequest {
|
|
1186
|
+
DirectoryArn: string | undefined;
|
|
1187
|
+
ObjectReference: ObjectReference | undefined;
|
|
1188
|
+
NextToken?: string;
|
|
1189
|
+
MaxResults?: number;
|
|
1190
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1191
|
+
IncludeAllLinksToEachParent?: boolean;
|
|
1192
|
+
}
|
|
1193
|
+
export interface ListObjectParentsResponse {
|
|
1194
|
+
Parents?: Record<string, string>;
|
|
1195
|
+
NextToken?: string;
|
|
1196
|
+
ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
|
|
1197
|
+
}
|
|
1198
|
+
export interface ListObjectPoliciesRequest {
|
|
1199
|
+
DirectoryArn: string | undefined;
|
|
1200
|
+
ObjectReference: ObjectReference | undefined;
|
|
1201
|
+
NextToken?: string;
|
|
1202
|
+
MaxResults?: number;
|
|
1203
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1204
|
+
}
|
|
1205
|
+
export interface ListObjectPoliciesResponse {
|
|
1206
|
+
AttachedPolicyIds?: string[];
|
|
1207
|
+
NextToken?: string;
|
|
1208
|
+
}
|
|
1209
|
+
export interface ListOutgoingTypedLinksRequest {
|
|
1210
|
+
DirectoryArn: string | undefined;
|
|
1211
|
+
ObjectReference: ObjectReference | undefined;
|
|
1212
|
+
FilterAttributeRanges?: TypedLinkAttributeRange[];
|
|
1213
|
+
FilterTypedLink?: TypedLinkSchemaAndFacetName;
|
|
1214
|
+
NextToken?: string;
|
|
1215
|
+
MaxResults?: number;
|
|
1216
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1217
|
+
}
|
|
1218
|
+
export interface ListOutgoingTypedLinksResponse {
|
|
1219
|
+
TypedLinkSpecifiers?: TypedLinkSpecifier[];
|
|
1220
|
+
NextToken?: string;
|
|
1221
|
+
}
|
|
1222
|
+
export interface ListPolicyAttachmentsRequest {
|
|
1223
|
+
DirectoryArn: string | undefined;
|
|
1224
|
+
PolicyReference: ObjectReference | undefined;
|
|
1225
|
+
NextToken?: string;
|
|
1226
|
+
MaxResults?: number;
|
|
1227
|
+
ConsistencyLevel?: ConsistencyLevel | string;
|
|
1228
|
+
}
|
|
1229
|
+
export interface ListPolicyAttachmentsResponse {
|
|
1230
|
+
ObjectIdentifiers?: string[];
|
|
1231
|
+
NextToken?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export interface ListPublishedSchemaArnsRequest {
|
|
1234
|
+
SchemaArn?: string;
|
|
1235
|
+
NextToken?: string;
|
|
1236
|
+
MaxResults?: number;
|
|
1237
|
+
}
|
|
1238
|
+
export interface ListPublishedSchemaArnsResponse {
|
|
1239
|
+
SchemaArns?: string[];
|
|
1240
|
+
NextToken?: string;
|
|
1241
|
+
}
|
|
1242
|
+
export declare class InvalidTaggingRequestException extends __BaseException {
|
|
1243
|
+
readonly name: "InvalidTaggingRequestException";
|
|
1244
|
+
readonly $fault: "client";
|
|
1245
|
+
Message?: string;
|
|
1246
|
+
constructor(
|
|
1247
|
+
opts: __ExceptionOptionType<InvalidTaggingRequestException, __BaseException>
|
|
1248
|
+
);
|
|
1249
|
+
}
|
|
1250
|
+
export interface ListTagsForResourceRequest {
|
|
1251
|
+
ResourceArn: string | undefined;
|
|
1252
|
+
NextToken?: string;
|
|
1253
|
+
MaxResults?: number;
|
|
1254
|
+
}
|
|
1255
|
+
export interface Tag {
|
|
1256
|
+
Key?: string;
|
|
1257
|
+
Value?: string;
|
|
1258
|
+
}
|
|
1259
|
+
export interface ListTagsForResourceResponse {
|
|
1260
|
+
Tags?: Tag[];
|
|
1261
|
+
NextToken?: string;
|
|
1262
|
+
}
|
|
1263
|
+
export interface ListTypedLinkFacetAttributesRequest {
|
|
1264
|
+
SchemaArn: string | undefined;
|
|
1265
|
+
Name: string | undefined;
|
|
1266
|
+
NextToken?: string;
|
|
1267
|
+
MaxResults?: number;
|
|
1268
|
+
}
|
|
1269
|
+
export interface ListTypedLinkFacetAttributesResponse {
|
|
1270
|
+
Attributes?: TypedLinkAttributeDefinition[];
|
|
1271
|
+
NextToken?: string;
|
|
1272
|
+
}
|
|
1273
|
+
export interface ListTypedLinkFacetNamesRequest {
|
|
1274
|
+
SchemaArn: string | undefined;
|
|
1275
|
+
NextToken?: string;
|
|
1276
|
+
MaxResults?: number;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ListTypedLinkFacetNamesResponse {
|
|
1279
|
+
FacetNames?: string[];
|
|
1280
|
+
NextToken?: string;
|
|
1281
|
+
}
|
|
1282
|
+
export interface LookupPolicyRequest {
|
|
1283
|
+
DirectoryArn: string | undefined;
|
|
1284
|
+
ObjectReference: ObjectReference | undefined;
|
|
1285
|
+
NextToken?: string;
|
|
1286
|
+
MaxResults?: number;
|
|
1287
|
+
}
|
|
1288
|
+
export interface LookupPolicyResponse {
|
|
1289
|
+
PolicyToPathList?: PolicyToPath[];
|
|
1290
|
+
NextToken?: string;
|
|
1291
|
+
}
|
|
1292
|
+
export interface PublishSchemaRequest {
|
|
1293
|
+
DevelopmentSchemaArn: string | undefined;
|
|
1294
|
+
Version: string | undefined;
|
|
1295
|
+
MinorVersion?: string;
|
|
1296
|
+
Name?: string;
|
|
1297
|
+
}
|
|
1298
|
+
export interface PublishSchemaResponse {
|
|
1299
|
+
PublishedSchemaArn?: string;
|
|
1300
|
+
}
|
|
1301
|
+
export declare class SchemaAlreadyPublishedException extends __BaseException {
|
|
1302
|
+
readonly name: "SchemaAlreadyPublishedException";
|
|
1303
|
+
readonly $fault: "client";
|
|
1304
|
+
Message?: string;
|
|
1305
|
+
constructor(
|
|
1306
|
+
opts: __ExceptionOptionType<
|
|
1307
|
+
SchemaAlreadyPublishedException,
|
|
1308
|
+
__BaseException
|
|
1309
|
+
>
|
|
1310
|
+
);
|
|
1311
|
+
}
|
|
1312
|
+
export declare class InvalidSchemaDocException extends __BaseException {
|
|
1313
|
+
readonly name: "InvalidSchemaDocException";
|
|
1314
|
+
readonly $fault: "client";
|
|
1315
|
+
Message?: string;
|
|
1316
|
+
constructor(
|
|
1317
|
+
opts: __ExceptionOptionType<InvalidSchemaDocException, __BaseException>
|
|
1318
|
+
);
|
|
1319
|
+
}
|
|
1320
|
+
export interface PutSchemaFromJsonRequest {
|
|
1321
|
+
SchemaArn: string | undefined;
|
|
1322
|
+
Document: string | undefined;
|
|
1323
|
+
}
|
|
1324
|
+
export interface PutSchemaFromJsonResponse {
|
|
1325
|
+
Arn?: string;
|
|
1326
|
+
}
|
|
1327
|
+
export interface RemoveFacetFromObjectRequest {
|
|
1328
|
+
DirectoryArn: string | undefined;
|
|
1329
|
+
SchemaFacet: SchemaFacet | undefined;
|
|
1330
|
+
ObjectReference: ObjectReference | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface RemoveFacetFromObjectResponse {}
|
|
1333
|
+
export interface TagResourceRequest {
|
|
1334
|
+
ResourceArn: string | undefined;
|
|
1335
|
+
Tags: Tag[] | undefined;
|
|
1336
|
+
}
|
|
1337
|
+
export interface TagResourceResponse {}
|
|
1338
|
+
export interface UntagResourceRequest {
|
|
1339
|
+
ResourceArn: string | undefined;
|
|
1340
|
+
TagKeys: string[] | undefined;
|
|
1341
|
+
}
|
|
1342
|
+
export interface UntagResourceResponse {}
|
|
1343
|
+
export declare class InvalidFacetUpdateException extends __BaseException {
|
|
1344
|
+
readonly name: "InvalidFacetUpdateException";
|
|
1345
|
+
readonly $fault: "client";
|
|
1346
|
+
Message?: string;
|
|
1347
|
+
constructor(
|
|
1348
|
+
opts: __ExceptionOptionType<InvalidFacetUpdateException, __BaseException>
|
|
1349
|
+
);
|
|
1350
|
+
}
|
|
1351
|
+
export interface FacetAttributeUpdate {
|
|
1352
|
+
Attribute?: FacetAttribute;
|
|
1353
|
+
Action?: UpdateActionType | string;
|
|
1354
|
+
}
|
|
1355
|
+
export interface UpdateFacetRequest {
|
|
1356
|
+
SchemaArn: string | undefined;
|
|
1357
|
+
Name: string | undefined;
|
|
1358
|
+
AttributeUpdates?: FacetAttributeUpdate[];
|
|
1359
|
+
ObjectType?: ObjectType | string;
|
|
1360
|
+
}
|
|
1361
|
+
export interface UpdateFacetResponse {}
|
|
1362
|
+
export interface UpdateLinkAttributesRequest {
|
|
1363
|
+
DirectoryArn: string | undefined;
|
|
1364
|
+
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
1365
|
+
AttributeUpdates: LinkAttributeUpdate[] | undefined;
|
|
1366
|
+
}
|
|
1367
|
+
export interface UpdateLinkAttributesResponse {}
|
|
1368
|
+
export interface UpdateObjectAttributesRequest {
|
|
1369
|
+
DirectoryArn: string | undefined;
|
|
1370
|
+
ObjectReference: ObjectReference | undefined;
|
|
1371
|
+
AttributeUpdates: ObjectAttributeUpdate[] | undefined;
|
|
1372
|
+
}
|
|
1373
|
+
export interface UpdateObjectAttributesResponse {
|
|
1374
|
+
ObjectIdentifier?: string;
|
|
1375
|
+
}
|
|
1376
|
+
export interface UpdateSchemaRequest {
|
|
1377
|
+
SchemaArn: string | undefined;
|
|
1378
|
+
Name: string | undefined;
|
|
1379
|
+
}
|
|
1380
|
+
export interface UpdateSchemaResponse {
|
|
1381
|
+
SchemaArn?: string;
|
|
1382
|
+
}
|
|
1383
|
+
export interface TypedLinkFacetAttributeUpdate {
|
|
1384
|
+
Attribute: TypedLinkAttributeDefinition | undefined;
|
|
1385
|
+
Action: UpdateActionType | string | undefined;
|
|
1386
|
+
}
|
|
1387
|
+
export interface UpdateTypedLinkFacetRequest {
|
|
1388
|
+
SchemaArn: string | undefined;
|
|
1389
|
+
Name: string | undefined;
|
|
1390
|
+
AttributeUpdates: TypedLinkFacetAttributeUpdate[] | undefined;
|
|
1391
|
+
IdentityAttributeOrder: string[] | undefined;
|
|
1392
|
+
}
|
|
1393
|
+
export interface UpdateTypedLinkFacetResponse {}
|
|
1394
|
+
export declare class IncompatibleSchemaException extends __BaseException {
|
|
1395
|
+
readonly name: "IncompatibleSchemaException";
|
|
1396
|
+
readonly $fault: "client";
|
|
1397
|
+
Message?: string;
|
|
1398
|
+
constructor(
|
|
1399
|
+
opts: __ExceptionOptionType<IncompatibleSchemaException, __BaseException>
|
|
1400
|
+
);
|
|
1401
|
+
}
|
|
1402
|
+
export interface UpgradeAppliedSchemaRequest {
|
|
1403
|
+
PublishedSchemaArn: string | undefined;
|
|
1404
|
+
DirectoryArn: string | undefined;
|
|
1405
|
+
DryRun?: boolean;
|
|
1406
|
+
}
|
|
1407
|
+
export interface UpgradeAppliedSchemaResponse {
|
|
1408
|
+
UpgradedSchemaArn?: string;
|
|
1409
|
+
DirectoryArn?: string;
|
|
1410
|
+
}
|
|
1411
|
+
export interface UpgradePublishedSchemaRequest {
|
|
1412
|
+
DevelopmentSchemaArn: string | undefined;
|
|
1413
|
+
PublishedSchemaArn: string | undefined;
|
|
1414
|
+
MinorVersion: string | undefined;
|
|
1415
|
+
DryRun?: boolean;
|
|
1416
|
+
}
|
|
1417
|
+
export interface UpgradePublishedSchemaResponse {
|
|
1418
|
+
UpgradedSchemaArn?: string;
|
|
1419
|
+
}
|
|
1420
|
+
export declare const AttributeKeyFilterSensitiveLog: (obj: AttributeKey) => any;
|
|
1421
|
+
export declare const TypedAttributeValueFilterSensitiveLog: (
|
|
1422
|
+
obj: TypedAttributeValue
|
|
1423
|
+
) => any;
|
|
1424
|
+
export declare const AttributeKeyAndValueFilterSensitiveLog: (
|
|
1425
|
+
obj: AttributeKeyAndValue
|
|
1426
|
+
) => any;
|
|
1427
|
+
export declare const ObjectReferenceFilterSensitiveLog: (
|
|
1428
|
+
obj: ObjectReference
|
|
1429
|
+
) => any;
|
|
1430
|
+
export declare const SchemaFacetFilterSensitiveLog: (obj: SchemaFacet) => any;
|
|
1431
|
+
export declare const AddFacetToObjectRequestFilterSensitiveLog: (
|
|
1432
|
+
obj: AddFacetToObjectRequest
|
|
1433
|
+
) => any;
|
|
1434
|
+
export declare const AddFacetToObjectResponseFilterSensitiveLog: (
|
|
1435
|
+
obj: AddFacetToObjectResponse
|
|
1436
|
+
) => any;
|
|
1437
|
+
export declare const ApplySchemaRequestFilterSensitiveLog: (
|
|
1438
|
+
obj: ApplySchemaRequest
|
|
1439
|
+
) => any;
|
|
1440
|
+
export declare const ApplySchemaResponseFilterSensitiveLog: (
|
|
1441
|
+
obj: ApplySchemaResponse
|
|
1442
|
+
) => any;
|
|
1443
|
+
export declare const AttachObjectRequestFilterSensitiveLog: (
|
|
1444
|
+
obj: AttachObjectRequest
|
|
1445
|
+
) => any;
|
|
1446
|
+
export declare const AttachObjectResponseFilterSensitiveLog: (
|
|
1447
|
+
obj: AttachObjectResponse
|
|
1448
|
+
) => any;
|
|
1449
|
+
export declare const AttachPolicyRequestFilterSensitiveLog: (
|
|
1450
|
+
obj: AttachPolicyRequest
|
|
1451
|
+
) => any;
|
|
1452
|
+
export declare const AttachPolicyResponseFilterSensitiveLog: (
|
|
1453
|
+
obj: AttachPolicyResponse
|
|
1454
|
+
) => any;
|
|
1455
|
+
export declare const AttachToIndexRequestFilterSensitiveLog: (
|
|
1456
|
+
obj: AttachToIndexRequest
|
|
1457
|
+
) => any;
|
|
1458
|
+
export declare const AttachToIndexResponseFilterSensitiveLog: (
|
|
1459
|
+
obj: AttachToIndexResponse
|
|
1460
|
+
) => any;
|
|
1461
|
+
export declare const AttributeNameAndValueFilterSensitiveLog: (
|
|
1462
|
+
obj: AttributeNameAndValue
|
|
1463
|
+
) => any;
|
|
1464
|
+
export declare const TypedLinkSchemaAndFacetNameFilterSensitiveLog: (
|
|
1465
|
+
obj: TypedLinkSchemaAndFacetName
|
|
1466
|
+
) => any;
|
|
1467
|
+
export declare const AttachTypedLinkRequestFilterSensitiveLog: (
|
|
1468
|
+
obj: AttachTypedLinkRequest
|
|
1469
|
+
) => any;
|
|
1470
|
+
export declare const TypedLinkSpecifierFilterSensitiveLog: (
|
|
1471
|
+
obj: TypedLinkSpecifier
|
|
1472
|
+
) => any;
|
|
1473
|
+
export declare const AttachTypedLinkResponseFilterSensitiveLog: (
|
|
1474
|
+
obj: AttachTypedLinkResponse
|
|
1475
|
+
) => any;
|
|
1476
|
+
export declare const BatchGetLinkAttributesFilterSensitiveLog: (
|
|
1477
|
+
obj: BatchGetLinkAttributes
|
|
1478
|
+
) => any;
|
|
1479
|
+
export declare const BatchGetObjectAttributesFilterSensitiveLog: (
|
|
1480
|
+
obj: BatchGetObjectAttributes
|
|
1481
|
+
) => any;
|
|
1482
|
+
export declare const BatchGetObjectInformationFilterSensitiveLog: (
|
|
1483
|
+
obj: BatchGetObjectInformation
|
|
1484
|
+
) => any;
|
|
1485
|
+
export declare const BatchListAttachedIndicesFilterSensitiveLog: (
|
|
1486
|
+
obj: BatchListAttachedIndices
|
|
1487
|
+
) => any;
|
|
1488
|
+
export declare const TypedAttributeValueRangeFilterSensitiveLog: (
|
|
1489
|
+
obj: TypedAttributeValueRange
|
|
1490
|
+
) => any;
|
|
1491
|
+
export declare const TypedLinkAttributeRangeFilterSensitiveLog: (
|
|
1492
|
+
obj: TypedLinkAttributeRange
|
|
1493
|
+
) => any;
|
|
1494
|
+
export declare const BatchListIncomingTypedLinksFilterSensitiveLog: (
|
|
1495
|
+
obj: BatchListIncomingTypedLinks
|
|
1496
|
+
) => any;
|
|
1497
|
+
export declare const ObjectAttributeRangeFilterSensitiveLog: (
|
|
1498
|
+
obj: ObjectAttributeRange
|
|
1499
|
+
) => any;
|
|
1500
|
+
export declare const BatchListIndexFilterSensitiveLog: (
|
|
1501
|
+
obj: BatchListIndex
|
|
1502
|
+
) => any;
|
|
1503
|
+
export declare const BatchListObjectAttributesFilterSensitiveLog: (
|
|
1504
|
+
obj: BatchListObjectAttributes
|
|
1505
|
+
) => any;
|
|
1506
|
+
export declare const BatchListObjectChildrenFilterSensitiveLog: (
|
|
1507
|
+
obj: BatchListObjectChildren
|
|
1508
|
+
) => any;
|
|
1509
|
+
export declare const BatchListObjectParentPathsFilterSensitiveLog: (
|
|
1510
|
+
obj: BatchListObjectParentPaths
|
|
1511
|
+
) => any;
|
|
1512
|
+
export declare const BatchListObjectParentsFilterSensitiveLog: (
|
|
1513
|
+
obj: BatchListObjectParents
|
|
1514
|
+
) => any;
|
|
1515
|
+
export declare const BatchListObjectPoliciesFilterSensitiveLog: (
|
|
1516
|
+
obj: BatchListObjectPolicies
|
|
1517
|
+
) => any;
|
|
1518
|
+
export declare const BatchListOutgoingTypedLinksFilterSensitiveLog: (
|
|
1519
|
+
obj: BatchListOutgoingTypedLinks
|
|
1520
|
+
) => any;
|
|
1521
|
+
export declare const BatchListPolicyAttachmentsFilterSensitiveLog: (
|
|
1522
|
+
obj: BatchListPolicyAttachments
|
|
1523
|
+
) => any;
|
|
1524
|
+
export declare const BatchLookupPolicyFilterSensitiveLog: (
|
|
1525
|
+
obj: BatchLookupPolicy
|
|
1526
|
+
) => any;
|
|
1527
|
+
export declare const BatchReadOperationFilterSensitiveLog: (
|
|
1528
|
+
obj: BatchReadOperation
|
|
1529
|
+
) => any;
|
|
1530
|
+
export declare const BatchReadRequestFilterSensitiveLog: (
|
|
1531
|
+
obj: BatchReadRequest
|
|
1532
|
+
) => any;
|
|
1533
|
+
export declare const BatchReadExceptionFilterSensitiveLog: (
|
|
1534
|
+
obj: BatchReadException
|
|
1535
|
+
) => any;
|
|
1536
|
+
export declare const BatchGetLinkAttributesResponseFilterSensitiveLog: (
|
|
1537
|
+
obj: BatchGetLinkAttributesResponse
|
|
1538
|
+
) => any;
|
|
1539
|
+
export declare const BatchGetObjectAttributesResponseFilterSensitiveLog: (
|
|
1540
|
+
obj: BatchGetObjectAttributesResponse
|
|
1541
|
+
) => any;
|
|
1542
|
+
export declare const BatchGetObjectInformationResponseFilterSensitiveLog: (
|
|
1543
|
+
obj: BatchGetObjectInformationResponse
|
|
1544
|
+
) => any;
|
|
1545
|
+
export declare const IndexAttachmentFilterSensitiveLog: (
|
|
1546
|
+
obj: IndexAttachment
|
|
1547
|
+
) => any;
|
|
1548
|
+
export declare const BatchListAttachedIndicesResponseFilterSensitiveLog: (
|
|
1549
|
+
obj: BatchListAttachedIndicesResponse
|
|
1550
|
+
) => any;
|
|
1551
|
+
export declare const BatchListIncomingTypedLinksResponseFilterSensitiveLog: (
|
|
1552
|
+
obj: BatchListIncomingTypedLinksResponse
|
|
1553
|
+
) => any;
|
|
1554
|
+
export declare const BatchListIndexResponseFilterSensitiveLog: (
|
|
1555
|
+
obj: BatchListIndexResponse
|
|
1556
|
+
) => any;
|
|
1557
|
+
export declare const BatchListObjectAttributesResponseFilterSensitiveLog: (
|
|
1558
|
+
obj: BatchListObjectAttributesResponse
|
|
1559
|
+
) => any;
|
|
1560
|
+
export declare const BatchListObjectChildrenResponseFilterSensitiveLog: (
|
|
1561
|
+
obj: BatchListObjectChildrenResponse
|
|
1562
|
+
) => any;
|
|
1563
|
+
export declare const PathToObjectIdentifiersFilterSensitiveLog: (
|
|
1564
|
+
obj: PathToObjectIdentifiers
|
|
1565
|
+
) => any;
|
|
1566
|
+
export declare const BatchListObjectParentPathsResponseFilterSensitiveLog: (
|
|
1567
|
+
obj: BatchListObjectParentPathsResponse
|
|
1568
|
+
) => any;
|
|
1569
|
+
export declare const ObjectIdentifierAndLinkNameTupleFilterSensitiveLog: (
|
|
1570
|
+
obj: ObjectIdentifierAndLinkNameTuple
|
|
1571
|
+
) => any;
|
|
1572
|
+
export declare const BatchListObjectParentsResponseFilterSensitiveLog: (
|
|
1573
|
+
obj: BatchListObjectParentsResponse
|
|
1574
|
+
) => any;
|
|
1575
|
+
export declare const BatchListObjectPoliciesResponseFilterSensitiveLog: (
|
|
1576
|
+
obj: BatchListObjectPoliciesResponse
|
|
1577
|
+
) => any;
|
|
1578
|
+
export declare const BatchListOutgoingTypedLinksResponseFilterSensitiveLog: (
|
|
1579
|
+
obj: BatchListOutgoingTypedLinksResponse
|
|
1580
|
+
) => any;
|
|
1581
|
+
export declare const BatchListPolicyAttachmentsResponseFilterSensitiveLog: (
|
|
1582
|
+
obj: BatchListPolicyAttachmentsResponse
|
|
1583
|
+
) => any;
|
|
1584
|
+
export declare const PolicyAttachmentFilterSensitiveLog: (
|
|
1585
|
+
obj: PolicyAttachment
|
|
1586
|
+
) => any;
|
|
1587
|
+
export declare const PolicyToPathFilterSensitiveLog: (obj: PolicyToPath) => any;
|
|
1588
|
+
export declare const BatchLookupPolicyResponseFilterSensitiveLog: (
|
|
1589
|
+
obj: BatchLookupPolicyResponse
|
|
1590
|
+
) => any;
|
|
1591
|
+
export declare const BatchReadSuccessfulResponseFilterSensitiveLog: (
|
|
1592
|
+
obj: BatchReadSuccessfulResponse
|
|
1593
|
+
) => any;
|
|
1594
|
+
export declare const BatchReadOperationResponseFilterSensitiveLog: (
|
|
1595
|
+
obj: BatchReadOperationResponse
|
|
1596
|
+
) => any;
|
|
1597
|
+
export declare const BatchReadResponseFilterSensitiveLog: (
|
|
1598
|
+
obj: BatchReadResponse
|
|
1599
|
+
) => any;
|
|
1600
|
+
export declare const BatchAddFacetToObjectFilterSensitiveLog: (
|
|
1601
|
+
obj: BatchAddFacetToObject
|
|
1602
|
+
) => any;
|
|
1603
|
+
export declare const BatchAttachObjectFilterSensitiveLog: (
|
|
1604
|
+
obj: BatchAttachObject
|
|
1605
|
+
) => any;
|
|
1606
|
+
export declare const BatchAttachPolicyFilterSensitiveLog: (
|
|
1607
|
+
obj: BatchAttachPolicy
|
|
1608
|
+
) => any;
|
|
1609
|
+
export declare const BatchAttachToIndexFilterSensitiveLog: (
|
|
1610
|
+
obj: BatchAttachToIndex
|
|
1611
|
+
) => any;
|
|
1612
|
+
export declare const BatchAttachTypedLinkFilterSensitiveLog: (
|
|
1613
|
+
obj: BatchAttachTypedLink
|
|
1614
|
+
) => any;
|
|
1615
|
+
export declare const BatchCreateIndexFilterSensitiveLog: (
|
|
1616
|
+
obj: BatchCreateIndex
|
|
1617
|
+
) => any;
|
|
1618
|
+
export declare const BatchCreateObjectFilterSensitiveLog: (
|
|
1619
|
+
obj: BatchCreateObject
|
|
1620
|
+
) => any;
|
|
1621
|
+
export declare const BatchDeleteObjectFilterSensitiveLog: (
|
|
1622
|
+
obj: BatchDeleteObject
|
|
1623
|
+
) => any;
|
|
1624
|
+
export declare const BatchDetachFromIndexFilterSensitiveLog: (
|
|
1625
|
+
obj: BatchDetachFromIndex
|
|
1626
|
+
) => any;
|
|
1627
|
+
export declare const BatchDetachObjectFilterSensitiveLog: (
|
|
1628
|
+
obj: BatchDetachObject
|
|
1629
|
+
) => any;
|
|
1630
|
+
export declare const BatchDetachPolicyFilterSensitiveLog: (
|
|
1631
|
+
obj: BatchDetachPolicy
|
|
1632
|
+
) => any;
|
|
1633
|
+
export declare const BatchDetachTypedLinkFilterSensitiveLog: (
|
|
1634
|
+
obj: BatchDetachTypedLink
|
|
1635
|
+
) => any;
|
|
1636
|
+
export declare const BatchRemoveFacetFromObjectFilterSensitiveLog: (
|
|
1637
|
+
obj: BatchRemoveFacetFromObject
|
|
1638
|
+
) => any;
|
|
1639
|
+
export declare const LinkAttributeActionFilterSensitiveLog: (
|
|
1640
|
+
obj: LinkAttributeAction
|
|
1641
|
+
) => any;
|
|
1642
|
+
export declare const LinkAttributeUpdateFilterSensitiveLog: (
|
|
1643
|
+
obj: LinkAttributeUpdate
|
|
1644
|
+
) => any;
|
|
1645
|
+
export declare const BatchUpdateLinkAttributesFilterSensitiveLog: (
|
|
1646
|
+
obj: BatchUpdateLinkAttributes
|
|
1647
|
+
) => any;
|
|
1648
|
+
export declare const ObjectAttributeActionFilterSensitiveLog: (
|
|
1649
|
+
obj: ObjectAttributeAction
|
|
1650
|
+
) => any;
|
|
1651
|
+
export declare const ObjectAttributeUpdateFilterSensitiveLog: (
|
|
1652
|
+
obj: ObjectAttributeUpdate
|
|
1653
|
+
) => any;
|
|
1654
|
+
export declare const BatchUpdateObjectAttributesFilterSensitiveLog: (
|
|
1655
|
+
obj: BatchUpdateObjectAttributes
|
|
1656
|
+
) => any;
|
|
1657
|
+
export declare const BatchWriteOperationFilterSensitiveLog: (
|
|
1658
|
+
obj: BatchWriteOperation
|
|
1659
|
+
) => any;
|
|
1660
|
+
export declare const BatchWriteRequestFilterSensitiveLog: (
|
|
1661
|
+
obj: BatchWriteRequest
|
|
1662
|
+
) => any;
|
|
1663
|
+
export declare const BatchAddFacetToObjectResponseFilterSensitiveLog: (
|
|
1664
|
+
obj: BatchAddFacetToObjectResponse
|
|
1665
|
+
) => any;
|
|
1666
|
+
export declare const BatchAttachObjectResponseFilterSensitiveLog: (
|
|
1667
|
+
obj: BatchAttachObjectResponse
|
|
1668
|
+
) => any;
|
|
1669
|
+
export declare const BatchAttachPolicyResponseFilterSensitiveLog: (
|
|
1670
|
+
obj: BatchAttachPolicyResponse
|
|
1671
|
+
) => any;
|
|
1672
|
+
export declare const BatchAttachToIndexResponseFilterSensitiveLog: (
|
|
1673
|
+
obj: BatchAttachToIndexResponse
|
|
1674
|
+
) => any;
|
|
1675
|
+
export declare const BatchAttachTypedLinkResponseFilterSensitiveLog: (
|
|
1676
|
+
obj: BatchAttachTypedLinkResponse
|
|
1677
|
+
) => any;
|
|
1678
|
+
export declare const BatchCreateIndexResponseFilterSensitiveLog: (
|
|
1679
|
+
obj: BatchCreateIndexResponse
|
|
1680
|
+
) => any;
|
|
1681
|
+
export declare const BatchCreateObjectResponseFilterSensitiveLog: (
|
|
1682
|
+
obj: BatchCreateObjectResponse
|
|
1683
|
+
) => any;
|
|
1684
|
+
export declare const BatchDeleteObjectResponseFilterSensitiveLog: (
|
|
1685
|
+
obj: BatchDeleteObjectResponse
|
|
1686
|
+
) => any;
|
|
1687
|
+
export declare const BatchDetachFromIndexResponseFilterSensitiveLog: (
|
|
1688
|
+
obj: BatchDetachFromIndexResponse
|
|
1689
|
+
) => any;
|
|
1690
|
+
export declare const BatchDetachObjectResponseFilterSensitiveLog: (
|
|
1691
|
+
obj: BatchDetachObjectResponse
|
|
1692
|
+
) => any;
|
|
1693
|
+
export declare const BatchDetachPolicyResponseFilterSensitiveLog: (
|
|
1694
|
+
obj: BatchDetachPolicyResponse
|
|
1695
|
+
) => any;
|
|
1696
|
+
export declare const BatchDetachTypedLinkResponseFilterSensitiveLog: (
|
|
1697
|
+
obj: BatchDetachTypedLinkResponse
|
|
1698
|
+
) => any;
|
|
1699
|
+
export declare const BatchRemoveFacetFromObjectResponseFilterSensitiveLog: (
|
|
1700
|
+
obj: BatchRemoveFacetFromObjectResponse
|
|
1701
|
+
) => any;
|
|
1702
|
+
export declare const BatchUpdateLinkAttributesResponseFilterSensitiveLog: (
|
|
1703
|
+
obj: BatchUpdateLinkAttributesResponse
|
|
1704
|
+
) => any;
|
|
1705
|
+
export declare const BatchUpdateObjectAttributesResponseFilterSensitiveLog: (
|
|
1706
|
+
obj: BatchUpdateObjectAttributesResponse
|
|
1707
|
+
) => any;
|
|
1708
|
+
export declare const BatchWriteOperationResponseFilterSensitiveLog: (
|
|
1709
|
+
obj: BatchWriteOperationResponse
|
|
1710
|
+
) => any;
|
|
1711
|
+
export declare const BatchWriteResponseFilterSensitiveLog: (
|
|
1712
|
+
obj: BatchWriteResponse
|
|
1713
|
+
) => any;
|
|
1714
|
+
export declare const CreateDirectoryRequestFilterSensitiveLog: (
|
|
1715
|
+
obj: CreateDirectoryRequest
|
|
1716
|
+
) => any;
|
|
1717
|
+
export declare const CreateDirectoryResponseFilterSensitiveLog: (
|
|
1718
|
+
obj: CreateDirectoryResponse
|
|
1719
|
+
) => any;
|
|
1720
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1721
|
+
export declare const FacetAttributeDefinitionFilterSensitiveLog: (
|
|
1722
|
+
obj: FacetAttributeDefinition
|
|
1723
|
+
) => any;
|
|
1724
|
+
export declare const FacetAttributeReferenceFilterSensitiveLog: (
|
|
1725
|
+
obj: FacetAttributeReference
|
|
1726
|
+
) => any;
|
|
1727
|
+
export declare const FacetAttributeFilterSensitiveLog: (
|
|
1728
|
+
obj: FacetAttribute
|
|
1729
|
+
) => any;
|
|
1730
|
+
export declare const CreateFacetRequestFilterSensitiveLog: (
|
|
1731
|
+
obj: CreateFacetRequest
|
|
1732
|
+
) => any;
|
|
1733
|
+
export declare const CreateFacetResponseFilterSensitiveLog: (
|
|
1734
|
+
obj: CreateFacetResponse
|
|
1735
|
+
) => any;
|
|
1736
|
+
export declare const CreateIndexRequestFilterSensitiveLog: (
|
|
1737
|
+
obj: CreateIndexRequest
|
|
1738
|
+
) => any;
|
|
1739
|
+
export declare const CreateIndexResponseFilterSensitiveLog: (
|
|
1740
|
+
obj: CreateIndexResponse
|
|
1741
|
+
) => any;
|
|
1742
|
+
export declare const CreateObjectRequestFilterSensitiveLog: (
|
|
1743
|
+
obj: CreateObjectRequest
|
|
1744
|
+
) => any;
|
|
1745
|
+
export declare const CreateObjectResponseFilterSensitiveLog: (
|
|
1746
|
+
obj: CreateObjectResponse
|
|
1747
|
+
) => any;
|
|
1748
|
+
export declare const CreateSchemaRequestFilterSensitiveLog: (
|
|
1749
|
+
obj: CreateSchemaRequest
|
|
1750
|
+
) => any;
|
|
1751
|
+
export declare const CreateSchemaResponseFilterSensitiveLog: (
|
|
1752
|
+
obj: CreateSchemaResponse
|
|
1753
|
+
) => any;
|
|
1754
|
+
export declare const TypedLinkAttributeDefinitionFilterSensitiveLog: (
|
|
1755
|
+
obj: TypedLinkAttributeDefinition
|
|
1756
|
+
) => any;
|
|
1757
|
+
export declare const TypedLinkFacetFilterSensitiveLog: (
|
|
1758
|
+
obj: TypedLinkFacet
|
|
1759
|
+
) => any;
|
|
1760
|
+
export declare const CreateTypedLinkFacetRequestFilterSensitiveLog: (
|
|
1761
|
+
obj: CreateTypedLinkFacetRequest
|
|
1762
|
+
) => any;
|
|
1763
|
+
export declare const CreateTypedLinkFacetResponseFilterSensitiveLog: (
|
|
1764
|
+
obj: CreateTypedLinkFacetResponse
|
|
1765
|
+
) => any;
|
|
1766
|
+
export declare const DeleteDirectoryRequestFilterSensitiveLog: (
|
|
1767
|
+
obj: DeleteDirectoryRequest
|
|
1768
|
+
) => any;
|
|
1769
|
+
export declare const DeleteDirectoryResponseFilterSensitiveLog: (
|
|
1770
|
+
obj: DeleteDirectoryResponse
|
|
1771
|
+
) => any;
|
|
1772
|
+
export declare const DeleteFacetRequestFilterSensitiveLog: (
|
|
1773
|
+
obj: DeleteFacetRequest
|
|
1774
|
+
) => any;
|
|
1775
|
+
export declare const DeleteFacetResponseFilterSensitiveLog: (
|
|
1776
|
+
obj: DeleteFacetResponse
|
|
1777
|
+
) => any;
|
|
1778
|
+
export declare const DeleteObjectRequestFilterSensitiveLog: (
|
|
1779
|
+
obj: DeleteObjectRequest
|
|
1780
|
+
) => any;
|
|
1781
|
+
export declare const DeleteObjectResponseFilterSensitiveLog: (
|
|
1782
|
+
obj: DeleteObjectResponse
|
|
1783
|
+
) => any;
|
|
1784
|
+
export declare const DeleteSchemaRequestFilterSensitiveLog: (
|
|
1785
|
+
obj: DeleteSchemaRequest
|
|
1786
|
+
) => any;
|
|
1787
|
+
export declare const DeleteSchemaResponseFilterSensitiveLog: (
|
|
1788
|
+
obj: DeleteSchemaResponse
|
|
1789
|
+
) => any;
|
|
1790
|
+
export declare const DeleteTypedLinkFacetRequestFilterSensitiveLog: (
|
|
1791
|
+
obj: DeleteTypedLinkFacetRequest
|
|
1792
|
+
) => any;
|
|
1793
|
+
export declare const DeleteTypedLinkFacetResponseFilterSensitiveLog: (
|
|
1794
|
+
obj: DeleteTypedLinkFacetResponse
|
|
1795
|
+
) => any;
|
|
1796
|
+
export declare const DetachFromIndexRequestFilterSensitiveLog: (
|
|
1797
|
+
obj: DetachFromIndexRequest
|
|
1798
|
+
) => any;
|
|
1799
|
+
export declare const DetachFromIndexResponseFilterSensitiveLog: (
|
|
1800
|
+
obj: DetachFromIndexResponse
|
|
1801
|
+
) => any;
|
|
1802
|
+
export declare const DetachObjectRequestFilterSensitiveLog: (
|
|
1803
|
+
obj: DetachObjectRequest
|
|
1804
|
+
) => any;
|
|
1805
|
+
export declare const DetachObjectResponseFilterSensitiveLog: (
|
|
1806
|
+
obj: DetachObjectResponse
|
|
1807
|
+
) => any;
|
|
1808
|
+
export declare const DetachPolicyRequestFilterSensitiveLog: (
|
|
1809
|
+
obj: DetachPolicyRequest
|
|
1810
|
+
) => any;
|
|
1811
|
+
export declare const DetachPolicyResponseFilterSensitiveLog: (
|
|
1812
|
+
obj: DetachPolicyResponse
|
|
1813
|
+
) => any;
|
|
1814
|
+
export declare const DetachTypedLinkRequestFilterSensitiveLog: (
|
|
1815
|
+
obj: DetachTypedLinkRequest
|
|
1816
|
+
) => any;
|
|
1817
|
+
export declare const DisableDirectoryRequestFilterSensitiveLog: (
|
|
1818
|
+
obj: DisableDirectoryRequest
|
|
1819
|
+
) => any;
|
|
1820
|
+
export declare const DisableDirectoryResponseFilterSensitiveLog: (
|
|
1821
|
+
obj: DisableDirectoryResponse
|
|
1822
|
+
) => any;
|
|
1823
|
+
export declare const EnableDirectoryRequestFilterSensitiveLog: (
|
|
1824
|
+
obj: EnableDirectoryRequest
|
|
1825
|
+
) => any;
|
|
1826
|
+
export declare const EnableDirectoryResponseFilterSensitiveLog: (
|
|
1827
|
+
obj: EnableDirectoryResponse
|
|
1828
|
+
) => any;
|
|
1829
|
+
export declare const GetAppliedSchemaVersionRequestFilterSensitiveLog: (
|
|
1830
|
+
obj: GetAppliedSchemaVersionRequest
|
|
1831
|
+
) => any;
|
|
1832
|
+
export declare const GetAppliedSchemaVersionResponseFilterSensitiveLog: (
|
|
1833
|
+
obj: GetAppliedSchemaVersionResponse
|
|
1834
|
+
) => any;
|
|
1835
|
+
export declare const GetDirectoryRequestFilterSensitiveLog: (
|
|
1836
|
+
obj: GetDirectoryRequest
|
|
1837
|
+
) => any;
|
|
1838
|
+
export declare const DirectoryFilterSensitiveLog: (obj: Directory) => any;
|
|
1839
|
+
export declare const GetDirectoryResponseFilterSensitiveLog: (
|
|
1840
|
+
obj: GetDirectoryResponse
|
|
1841
|
+
) => any;
|
|
1842
|
+
export declare const GetFacetRequestFilterSensitiveLog: (
|
|
1843
|
+
obj: GetFacetRequest
|
|
1844
|
+
) => any;
|
|
1845
|
+
export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
|
|
1846
|
+
export declare const GetFacetResponseFilterSensitiveLog: (
|
|
1847
|
+
obj: GetFacetResponse
|
|
1848
|
+
) => any;
|
|
1849
|
+
export declare const GetLinkAttributesRequestFilterSensitiveLog: (
|
|
1850
|
+
obj: GetLinkAttributesRequest
|
|
1851
|
+
) => any;
|
|
1852
|
+
export declare const GetLinkAttributesResponseFilterSensitiveLog: (
|
|
1853
|
+
obj: GetLinkAttributesResponse
|
|
1854
|
+
) => any;
|
|
1855
|
+
export declare const GetObjectAttributesRequestFilterSensitiveLog: (
|
|
1856
|
+
obj: GetObjectAttributesRequest
|
|
1857
|
+
) => any;
|
|
1858
|
+
export declare const GetObjectAttributesResponseFilterSensitiveLog: (
|
|
1859
|
+
obj: GetObjectAttributesResponse
|
|
1860
|
+
) => any;
|
|
1861
|
+
export declare const GetObjectInformationRequestFilterSensitiveLog: (
|
|
1862
|
+
obj: GetObjectInformationRequest
|
|
1863
|
+
) => any;
|
|
1864
|
+
export declare const GetObjectInformationResponseFilterSensitiveLog: (
|
|
1865
|
+
obj: GetObjectInformationResponse
|
|
1866
|
+
) => any;
|
|
1867
|
+
export declare const GetSchemaAsJsonRequestFilterSensitiveLog: (
|
|
1868
|
+
obj: GetSchemaAsJsonRequest
|
|
1869
|
+
) => any;
|
|
1870
|
+
export declare const GetSchemaAsJsonResponseFilterSensitiveLog: (
|
|
1871
|
+
obj: GetSchemaAsJsonResponse
|
|
1872
|
+
) => any;
|
|
1873
|
+
export declare const GetTypedLinkFacetInformationRequestFilterSensitiveLog: (
|
|
1874
|
+
obj: GetTypedLinkFacetInformationRequest
|
|
1875
|
+
) => any;
|
|
1876
|
+
export declare const GetTypedLinkFacetInformationResponseFilterSensitiveLog: (
|
|
1877
|
+
obj: GetTypedLinkFacetInformationResponse
|
|
1878
|
+
) => any;
|
|
1879
|
+
export declare const ListAppliedSchemaArnsRequestFilterSensitiveLog: (
|
|
1880
|
+
obj: ListAppliedSchemaArnsRequest
|
|
1881
|
+
) => any;
|
|
1882
|
+
export declare const ListAppliedSchemaArnsResponseFilterSensitiveLog: (
|
|
1883
|
+
obj: ListAppliedSchemaArnsResponse
|
|
1884
|
+
) => any;
|
|
1885
|
+
export declare const ListAttachedIndicesRequestFilterSensitiveLog: (
|
|
1886
|
+
obj: ListAttachedIndicesRequest
|
|
1887
|
+
) => any;
|
|
1888
|
+
export declare const ListAttachedIndicesResponseFilterSensitiveLog: (
|
|
1889
|
+
obj: ListAttachedIndicesResponse
|
|
1890
|
+
) => any;
|
|
1891
|
+
export declare const ListDevelopmentSchemaArnsRequestFilterSensitiveLog: (
|
|
1892
|
+
obj: ListDevelopmentSchemaArnsRequest
|
|
1893
|
+
) => any;
|
|
1894
|
+
export declare const ListDevelopmentSchemaArnsResponseFilterSensitiveLog: (
|
|
1895
|
+
obj: ListDevelopmentSchemaArnsResponse
|
|
1896
|
+
) => any;
|
|
1897
|
+
export declare const ListDirectoriesRequestFilterSensitiveLog: (
|
|
1898
|
+
obj: ListDirectoriesRequest
|
|
1899
|
+
) => any;
|
|
1900
|
+
export declare const ListDirectoriesResponseFilterSensitiveLog: (
|
|
1901
|
+
obj: ListDirectoriesResponse
|
|
1902
|
+
) => any;
|
|
1903
|
+
export declare const ListFacetAttributesRequestFilterSensitiveLog: (
|
|
1904
|
+
obj: ListFacetAttributesRequest
|
|
1905
|
+
) => any;
|
|
1906
|
+
export declare const ListFacetAttributesResponseFilterSensitiveLog: (
|
|
1907
|
+
obj: ListFacetAttributesResponse
|
|
1908
|
+
) => any;
|
|
1909
|
+
export declare const ListFacetNamesRequestFilterSensitiveLog: (
|
|
1910
|
+
obj: ListFacetNamesRequest
|
|
1911
|
+
) => any;
|
|
1912
|
+
export declare const ListFacetNamesResponseFilterSensitiveLog: (
|
|
1913
|
+
obj: ListFacetNamesResponse
|
|
1914
|
+
) => any;
|
|
1915
|
+
export declare const ListIncomingTypedLinksRequestFilterSensitiveLog: (
|
|
1916
|
+
obj: ListIncomingTypedLinksRequest
|
|
1917
|
+
) => any;
|
|
1918
|
+
export declare const ListIncomingTypedLinksResponseFilterSensitiveLog: (
|
|
1919
|
+
obj: ListIncomingTypedLinksResponse
|
|
1920
|
+
) => any;
|
|
1921
|
+
export declare const ListIndexRequestFilterSensitiveLog: (
|
|
1922
|
+
obj: ListIndexRequest
|
|
1923
|
+
) => any;
|
|
1924
|
+
export declare const ListIndexResponseFilterSensitiveLog: (
|
|
1925
|
+
obj: ListIndexResponse
|
|
1926
|
+
) => any;
|
|
1927
|
+
export declare const ListManagedSchemaArnsRequestFilterSensitiveLog: (
|
|
1928
|
+
obj: ListManagedSchemaArnsRequest
|
|
1929
|
+
) => any;
|
|
1930
|
+
export declare const ListManagedSchemaArnsResponseFilterSensitiveLog: (
|
|
1931
|
+
obj: ListManagedSchemaArnsResponse
|
|
1932
|
+
) => any;
|
|
1933
|
+
export declare const ListObjectAttributesRequestFilterSensitiveLog: (
|
|
1934
|
+
obj: ListObjectAttributesRequest
|
|
1935
|
+
) => any;
|
|
1936
|
+
export declare const ListObjectAttributesResponseFilterSensitiveLog: (
|
|
1937
|
+
obj: ListObjectAttributesResponse
|
|
1938
|
+
) => any;
|
|
1939
|
+
export declare const ListObjectChildrenRequestFilterSensitiveLog: (
|
|
1940
|
+
obj: ListObjectChildrenRequest
|
|
1941
|
+
) => any;
|
|
1942
|
+
export declare const ListObjectChildrenResponseFilterSensitiveLog: (
|
|
1943
|
+
obj: ListObjectChildrenResponse
|
|
1944
|
+
) => any;
|
|
1945
|
+
export declare const ListObjectParentPathsRequestFilterSensitiveLog: (
|
|
1946
|
+
obj: ListObjectParentPathsRequest
|
|
1947
|
+
) => any;
|
|
1948
|
+
export declare const ListObjectParentPathsResponseFilterSensitiveLog: (
|
|
1949
|
+
obj: ListObjectParentPathsResponse
|
|
1950
|
+
) => any;
|
|
1951
|
+
export declare const ListObjectParentsRequestFilterSensitiveLog: (
|
|
1952
|
+
obj: ListObjectParentsRequest
|
|
1953
|
+
) => any;
|
|
1954
|
+
export declare const ListObjectParentsResponseFilterSensitiveLog: (
|
|
1955
|
+
obj: ListObjectParentsResponse
|
|
1956
|
+
) => any;
|
|
1957
|
+
export declare const ListObjectPoliciesRequestFilterSensitiveLog: (
|
|
1958
|
+
obj: ListObjectPoliciesRequest
|
|
1959
|
+
) => any;
|
|
1960
|
+
export declare const ListObjectPoliciesResponseFilterSensitiveLog: (
|
|
1961
|
+
obj: ListObjectPoliciesResponse
|
|
1962
|
+
) => any;
|
|
1963
|
+
export declare const ListOutgoingTypedLinksRequestFilterSensitiveLog: (
|
|
1964
|
+
obj: ListOutgoingTypedLinksRequest
|
|
1965
|
+
) => any;
|
|
1966
|
+
export declare const ListOutgoingTypedLinksResponseFilterSensitiveLog: (
|
|
1967
|
+
obj: ListOutgoingTypedLinksResponse
|
|
1968
|
+
) => any;
|
|
1969
|
+
export declare const ListPolicyAttachmentsRequestFilterSensitiveLog: (
|
|
1970
|
+
obj: ListPolicyAttachmentsRequest
|
|
1971
|
+
) => any;
|
|
1972
|
+
export declare const ListPolicyAttachmentsResponseFilterSensitiveLog: (
|
|
1973
|
+
obj: ListPolicyAttachmentsResponse
|
|
1974
|
+
) => any;
|
|
1975
|
+
export declare const ListPublishedSchemaArnsRequestFilterSensitiveLog: (
|
|
1976
|
+
obj: ListPublishedSchemaArnsRequest
|
|
1977
|
+
) => any;
|
|
1978
|
+
export declare const ListPublishedSchemaArnsResponseFilterSensitiveLog: (
|
|
1979
|
+
obj: ListPublishedSchemaArnsResponse
|
|
1980
|
+
) => any;
|
|
1981
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1982
|
+
obj: ListTagsForResourceRequest
|
|
1983
|
+
) => any;
|
|
1984
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1985
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1986
|
+
obj: ListTagsForResourceResponse
|
|
1987
|
+
) => any;
|
|
1988
|
+
export declare const ListTypedLinkFacetAttributesRequestFilterSensitiveLog: (
|
|
1989
|
+
obj: ListTypedLinkFacetAttributesRequest
|
|
1990
|
+
) => any;
|
|
1991
|
+
export declare const ListTypedLinkFacetAttributesResponseFilterSensitiveLog: (
|
|
1992
|
+
obj: ListTypedLinkFacetAttributesResponse
|
|
1993
|
+
) => any;
|
|
1994
|
+
export declare const ListTypedLinkFacetNamesRequestFilterSensitiveLog: (
|
|
1995
|
+
obj: ListTypedLinkFacetNamesRequest
|
|
1996
|
+
) => any;
|
|
1997
|
+
export declare const ListTypedLinkFacetNamesResponseFilterSensitiveLog: (
|
|
1998
|
+
obj: ListTypedLinkFacetNamesResponse
|
|
1999
|
+
) => any;
|
|
2000
|
+
export declare const LookupPolicyRequestFilterSensitiveLog: (
|
|
2001
|
+
obj: LookupPolicyRequest
|
|
2002
|
+
) => any;
|
|
2003
|
+
export declare const LookupPolicyResponseFilterSensitiveLog: (
|
|
2004
|
+
obj: LookupPolicyResponse
|
|
2005
|
+
) => any;
|
|
2006
|
+
export declare const PublishSchemaRequestFilterSensitiveLog: (
|
|
2007
|
+
obj: PublishSchemaRequest
|
|
2008
|
+
) => any;
|
|
2009
|
+
export declare const PublishSchemaResponseFilterSensitiveLog: (
|
|
2010
|
+
obj: PublishSchemaResponse
|
|
2011
|
+
) => any;
|
|
2012
|
+
export declare const PutSchemaFromJsonRequestFilterSensitiveLog: (
|
|
2013
|
+
obj: PutSchemaFromJsonRequest
|
|
2014
|
+
) => any;
|
|
2015
|
+
export declare const PutSchemaFromJsonResponseFilterSensitiveLog: (
|
|
2016
|
+
obj: PutSchemaFromJsonResponse
|
|
2017
|
+
) => any;
|
|
2018
|
+
export declare const RemoveFacetFromObjectRequestFilterSensitiveLog: (
|
|
2019
|
+
obj: RemoveFacetFromObjectRequest
|
|
2020
|
+
) => any;
|
|
2021
|
+
export declare const RemoveFacetFromObjectResponseFilterSensitiveLog: (
|
|
2022
|
+
obj: RemoveFacetFromObjectResponse
|
|
2023
|
+
) => any;
|
|
2024
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2025
|
+
obj: TagResourceRequest
|
|
2026
|
+
) => any;
|
|
2027
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2028
|
+
obj: TagResourceResponse
|
|
2029
|
+
) => any;
|
|
2030
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2031
|
+
obj: UntagResourceRequest
|
|
2032
|
+
) => any;
|
|
2033
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2034
|
+
obj: UntagResourceResponse
|
|
2035
|
+
) => any;
|
|
2036
|
+
export declare const FacetAttributeUpdateFilterSensitiveLog: (
|
|
2037
|
+
obj: FacetAttributeUpdate
|
|
2038
|
+
) => any;
|
|
2039
|
+
export declare const UpdateFacetRequestFilterSensitiveLog: (
|
|
2040
|
+
obj: UpdateFacetRequest
|
|
2041
|
+
) => any;
|
|
2042
|
+
export declare const UpdateFacetResponseFilterSensitiveLog: (
|
|
2043
|
+
obj: UpdateFacetResponse
|
|
2044
|
+
) => any;
|
|
2045
|
+
export declare const UpdateLinkAttributesRequestFilterSensitiveLog: (
|
|
2046
|
+
obj: UpdateLinkAttributesRequest
|
|
2047
|
+
) => any;
|
|
2048
|
+
export declare const UpdateLinkAttributesResponseFilterSensitiveLog: (
|
|
2049
|
+
obj: UpdateLinkAttributesResponse
|
|
2050
|
+
) => any;
|
|
2051
|
+
export declare const UpdateObjectAttributesRequestFilterSensitiveLog: (
|
|
2052
|
+
obj: UpdateObjectAttributesRequest
|
|
2053
|
+
) => any;
|
|
2054
|
+
export declare const UpdateObjectAttributesResponseFilterSensitiveLog: (
|
|
2055
|
+
obj: UpdateObjectAttributesResponse
|
|
2056
|
+
) => any;
|
|
2057
|
+
export declare const UpdateSchemaRequestFilterSensitiveLog: (
|
|
2058
|
+
obj: UpdateSchemaRequest
|
|
2059
|
+
) => any;
|
|
2060
|
+
export declare const UpdateSchemaResponseFilterSensitiveLog: (
|
|
2061
|
+
obj: UpdateSchemaResponse
|
|
2062
|
+
) => any;
|
|
2063
|
+
export declare const TypedLinkFacetAttributeUpdateFilterSensitiveLog: (
|
|
2064
|
+
obj: TypedLinkFacetAttributeUpdate
|
|
2065
|
+
) => any;
|
|
2066
|
+
export declare const UpdateTypedLinkFacetRequestFilterSensitiveLog: (
|
|
2067
|
+
obj: UpdateTypedLinkFacetRequest
|
|
2068
|
+
) => any;
|
|
2069
|
+
export declare const UpdateTypedLinkFacetResponseFilterSensitiveLog: (
|
|
2070
|
+
obj: UpdateTypedLinkFacetResponse
|
|
2071
|
+
) => any;
|
|
2072
|
+
export declare const UpgradeAppliedSchemaRequestFilterSensitiveLog: (
|
|
2073
|
+
obj: UpgradeAppliedSchemaRequest
|
|
2074
|
+
) => any;
|
|
2075
|
+
export declare const UpgradeAppliedSchemaResponseFilterSensitiveLog: (
|
|
2076
|
+
obj: UpgradeAppliedSchemaResponse
|
|
2077
|
+
) => any;
|
|
2078
|
+
export declare const UpgradePublishedSchemaRequestFilterSensitiveLog: (
|
|
2079
|
+
obj: UpgradePublishedSchemaRequest
|
|
2080
|
+
) => any;
|
|
2081
|
+
export declare const UpgradePublishedSchemaResponseFilterSensitiveLog: (
|
|
2082
|
+
obj: UpgradePublishedSchemaResponse
|
|
2083
|
+
) => any;
|