@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.
Files changed (102) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudDirectory.d.ts +1126 -335
  3. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +501 -139
  4. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2083 -2534
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/index.d.ts +20 -20
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  102. 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
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
-
12
- export interface AttributeKey {
13
-
14
- SchemaArn: string | undefined;
15
-
16
- FacetName: string | undefined;
17
-
18
- Name: string | undefined;
19
- }
20
-
21
- export declare type TypedAttributeValue = TypedAttributeValue.BinaryValueMember | TypedAttributeValue.BooleanValueMember | TypedAttributeValue.DatetimeValueMember | TypedAttributeValue.NumberValueMember | TypedAttributeValue.StringValueMember | TypedAttributeValue.$UnknownMember;
22
- export declare namespace TypedAttributeValue {
23
-
24
- interface StringValueMember {
25
- StringValue: string;
26
- BinaryValue?: never;
27
- BooleanValue?: never;
28
- NumberValue?: never;
29
- DatetimeValue?: never;
30
- $unknown?: never;
31
- }
32
-
33
- interface BinaryValueMember {
34
- StringValue?: never;
35
- BinaryValue: Uint8Array;
36
- BooleanValue?: never;
37
- NumberValue?: never;
38
- DatetimeValue?: never;
39
- $unknown?: never;
40
- }
41
-
42
- interface BooleanValueMember {
43
- StringValue?: never;
44
- BinaryValue?: never;
45
- BooleanValue: boolean;
46
- NumberValue?: never;
47
- DatetimeValue?: never;
48
- $unknown?: never;
49
- }
50
-
51
- interface NumberValueMember {
52
- StringValue?: never;
53
- BinaryValue?: never;
54
- BooleanValue?: never;
55
- NumberValue: string;
56
- DatetimeValue?: never;
57
- $unknown?: never;
58
- }
59
-
60
- interface DatetimeValueMember {
61
- StringValue?: never;
62
- BinaryValue?: never;
63
- BooleanValue?: never;
64
- NumberValue?: never;
65
- DatetimeValue: Date;
66
- $unknown?: never;
67
- }
68
- interface $UnknownMember {
69
- StringValue?: never;
70
- BinaryValue?: never;
71
- BooleanValue?: never;
72
- NumberValue?: never;
73
- DatetimeValue?: never;
74
- $unknown: [
75
- string,
76
- any
77
- ];
78
- }
79
- interface Visitor<T> {
80
- StringValue: (value: string) => T;
81
- BinaryValue: (value: Uint8Array) => T;
82
- BooleanValue: (value: boolean) => T;
83
- NumberValue: (value: string) => T;
84
- DatetimeValue: (value: Date) => T;
85
- _: (name: string, value: any) => T;
86
- }
87
- const visit: <T>(value: TypedAttributeValue, visitor: Visitor<T>) => T;
88
- }
89
-
90
- export interface AttributeKeyAndValue {
91
-
92
- Key: AttributeKey | undefined;
93
-
94
- Value: TypedAttributeValue | undefined;
95
- }
96
-
97
- export interface ObjectReference {
98
-
99
- Selector?: string;
100
- }
101
-
102
- export interface SchemaFacet {
103
-
104
- SchemaArn?: string;
105
-
106
- FacetName?: string;
107
- }
108
- export interface AddFacetToObjectRequest {
109
-
110
- DirectoryArn: string | undefined;
111
-
112
- SchemaFacet: SchemaFacet | undefined;
113
-
114
- ObjectAttributeList?: AttributeKeyAndValue[];
115
-
116
- ObjectReference: ObjectReference | undefined;
117
- }
118
- export interface AddFacetToObjectResponse {
119
- }
120
-
121
- export declare class DirectoryNotEnabledException extends __BaseException {
122
- readonly name: "DirectoryNotEnabledException";
123
- readonly $fault: "client";
124
- Message?: string;
125
-
126
- constructor(opts: __ExceptionOptionType<DirectoryNotEnabledException, __BaseException>);
127
- }
128
-
129
- export declare class FacetValidationException extends __BaseException {
130
- readonly name: "FacetValidationException";
131
- readonly $fault: "client";
132
- Message?: string;
133
-
134
- constructor(opts: __ExceptionOptionType<FacetValidationException, __BaseException>);
135
- }
136
-
137
- export declare class InternalServiceException extends __BaseException {
138
- readonly name: "InternalServiceException";
139
- readonly $fault: "server";
140
- Message?: string;
141
-
142
- constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
143
- }
144
-
145
- export declare class InvalidArnException extends __BaseException {
146
- readonly name: "InvalidArnException";
147
- readonly $fault: "client";
148
- Message?: string;
149
-
150
- constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
151
- }
152
-
153
- export declare class LimitExceededException extends __BaseException {
154
- readonly name: "LimitExceededException";
155
- readonly $fault: "client";
156
- Message?: string;
157
-
158
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
159
- }
160
-
161
- export declare class ResourceNotFoundException extends __BaseException {
162
- readonly name: "ResourceNotFoundException";
163
- readonly $fault: "client";
164
- Message?: string;
165
-
166
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
167
- }
168
-
169
- export declare class RetryableConflictException extends __BaseException {
170
- readonly name: "RetryableConflictException";
171
- readonly $fault: "client";
172
- Message?: string;
173
-
174
- constructor(opts: __ExceptionOptionType<RetryableConflictException, __BaseException>);
175
- }
176
-
177
- export declare class ValidationException extends __BaseException {
178
- readonly name: "ValidationException";
179
- readonly $fault: "client";
180
- Message?: string;
181
-
182
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
183
- }
184
- export interface ApplySchemaRequest {
185
-
186
- PublishedSchemaArn: string | undefined;
187
-
188
- DirectoryArn: string | undefined;
189
- }
190
- export interface ApplySchemaResponse {
191
-
192
- AppliedSchemaArn?: string;
193
-
194
- DirectoryArn?: string;
195
- }
196
-
197
- export declare class InvalidAttachmentException extends __BaseException {
198
- readonly name: "InvalidAttachmentException";
199
- readonly $fault: "client";
200
- Message?: string;
201
-
202
- constructor(opts: __ExceptionOptionType<InvalidAttachmentException, __BaseException>);
203
- }
204
-
205
- export declare class SchemaAlreadyExistsException extends __BaseException {
206
- readonly name: "SchemaAlreadyExistsException";
207
- readonly $fault: "client";
208
- Message?: string;
209
-
210
- constructor(opts: __ExceptionOptionType<SchemaAlreadyExistsException, __BaseException>);
211
- }
212
- export interface AttachObjectRequest {
213
-
214
- DirectoryArn: string | undefined;
215
-
216
- ParentReference: ObjectReference | undefined;
217
-
218
- ChildReference: ObjectReference | undefined;
219
-
220
- LinkName: string | undefined;
221
- }
222
- export interface AttachObjectResponse {
223
-
224
- AttachedObjectIdentifier?: string;
225
- }
226
-
227
- export declare class LinkNameAlreadyInUseException extends __BaseException {
228
- readonly name: "LinkNameAlreadyInUseException";
229
- readonly $fault: "client";
230
- Message?: string;
231
-
232
- constructor(opts: __ExceptionOptionType<LinkNameAlreadyInUseException, __BaseException>);
233
- }
234
- export interface AttachPolicyRequest {
235
-
236
- DirectoryArn: string | undefined;
237
-
238
- PolicyReference: ObjectReference | undefined;
239
-
240
- ObjectReference: ObjectReference | undefined;
241
- }
242
- export interface AttachPolicyResponse {
243
- }
244
-
245
- export declare class NotPolicyException extends __BaseException {
246
- readonly name: "NotPolicyException";
247
- readonly $fault: "client";
248
- Message?: string;
249
-
250
- constructor(opts: __ExceptionOptionType<NotPolicyException, __BaseException>);
251
- }
252
- export interface AttachToIndexRequest {
253
-
254
- DirectoryArn: string | undefined;
255
-
256
- IndexReference: ObjectReference | undefined;
257
-
258
- TargetReference: ObjectReference | undefined;
259
- }
260
- export interface AttachToIndexResponse {
261
-
262
- AttachedObjectIdentifier?: string;
263
- }
264
-
265
- export declare class IndexedAttributeMissingException extends __BaseException {
266
- readonly name: "IndexedAttributeMissingException";
267
- readonly $fault: "client";
268
- Message?: string;
269
-
270
- constructor(opts: __ExceptionOptionType<IndexedAttributeMissingException, __BaseException>);
271
- }
272
-
273
- export declare class NotIndexException extends __BaseException {
274
- readonly name: "NotIndexException";
275
- readonly $fault: "client";
276
- Message?: string;
277
-
278
- constructor(opts: __ExceptionOptionType<NotIndexException, __BaseException>);
279
- }
280
-
281
- export interface AttributeNameAndValue {
282
-
283
- AttributeName: string | undefined;
284
-
285
- Value: TypedAttributeValue | undefined;
286
- }
287
-
288
- export interface TypedLinkSchemaAndFacetName {
289
-
290
- SchemaArn: string | undefined;
291
-
292
- TypedLinkName: string | undefined;
293
- }
294
- export interface AttachTypedLinkRequest {
295
-
296
- DirectoryArn: string | undefined;
297
-
298
- SourceObjectReference: ObjectReference | undefined;
299
-
300
- TargetObjectReference: ObjectReference | undefined;
301
-
302
- TypedLinkFacet: TypedLinkSchemaAndFacetName | undefined;
303
-
304
- Attributes: AttributeNameAndValue[] | undefined;
305
- }
306
-
307
- export interface TypedLinkSpecifier {
308
-
309
- TypedLinkFacet: TypedLinkSchemaAndFacetName | undefined;
310
-
311
- SourceObjectReference: ObjectReference | undefined;
312
-
313
- TargetObjectReference: ObjectReference | undefined;
314
-
315
- IdentityAttributeValues: AttributeNameAndValue[] | undefined;
316
- }
317
- export interface AttachTypedLinkResponse {
318
-
319
- TypedLinkSpecifier?: TypedLinkSpecifier;
320
- }
321
- export declare enum ConsistencyLevel {
322
- EVENTUAL = "EVENTUAL",
323
- SERIALIZABLE = "SERIALIZABLE"
324
- }
325
-
326
- export interface BatchGetLinkAttributes {
327
-
328
- TypedLinkSpecifier: TypedLinkSpecifier | undefined;
329
-
330
- AttributeNames: string[] | undefined;
331
- }
332
-
333
- export interface BatchGetObjectAttributes {
334
-
335
- ObjectReference: ObjectReference | undefined;
336
-
337
- SchemaFacet: SchemaFacet | undefined;
338
-
339
- AttributeNames: string[] | undefined;
340
- }
341
-
342
- export interface BatchGetObjectInformation {
343
-
344
- ObjectReference: ObjectReference | undefined;
345
- }
346
-
347
- export interface BatchListAttachedIndices {
348
-
349
- TargetReference: ObjectReference | undefined;
350
-
351
- NextToken?: string;
352
-
353
- MaxResults?: number;
354
- }
355
- export declare enum RangeMode {
356
- EXCLUSIVE = "EXCLUSIVE",
357
- FIRST = "FIRST",
358
- INCLUSIVE = "INCLUSIVE",
359
- LAST = "LAST",
360
- LAST_BEFORE_MISSING_VALUES = "LAST_BEFORE_MISSING_VALUES"
361
- }
362
-
363
- export interface TypedAttributeValueRange {
364
-
365
- StartMode: RangeMode | string | undefined;
366
-
367
- StartValue?: TypedAttributeValue;
368
-
369
- EndMode: RangeMode | string | undefined;
370
-
371
- EndValue?: TypedAttributeValue;
372
- }
373
-
374
- export interface TypedLinkAttributeRange {
375
-
376
- AttributeName?: string;
377
-
378
- Range: TypedAttributeValueRange | undefined;
379
- }
380
-
381
- export interface BatchListIncomingTypedLinks {
382
-
383
- ObjectReference: ObjectReference | undefined;
384
-
385
- FilterAttributeRanges?: TypedLinkAttributeRange[];
386
-
387
- FilterTypedLink?: TypedLinkSchemaAndFacetName;
388
-
389
- NextToken?: string;
390
-
391
- MaxResults?: number;
392
- }
393
-
394
- export interface ObjectAttributeRange {
395
-
396
- AttributeKey?: AttributeKey;
397
-
398
- Range?: TypedAttributeValueRange;
399
- }
400
-
401
- export interface BatchListIndex {
402
-
403
- RangesOnIndexedValues?: ObjectAttributeRange[];
404
-
405
- IndexReference: ObjectReference | undefined;
406
-
407
- MaxResults?: number;
408
-
409
- NextToken?: string;
410
- }
411
-
412
- export interface BatchListObjectAttributes {
413
-
414
- ObjectReference: ObjectReference | undefined;
415
-
416
- NextToken?: string;
417
-
418
- MaxResults?: number;
419
-
420
- FacetFilter?: SchemaFacet;
421
- }
422
-
423
- export interface BatchListObjectChildren {
424
-
425
- ObjectReference: ObjectReference | undefined;
426
-
427
- NextToken?: string;
428
-
429
- MaxResults?: number;
430
- }
431
-
432
- export interface BatchListObjectParentPaths {
433
-
434
- ObjectReference: ObjectReference | undefined;
435
-
436
- NextToken?: string;
437
-
438
- MaxResults?: number;
439
- }
440
-
441
- export interface BatchListObjectParents {
442
-
443
- ObjectReference: ObjectReference | undefined;
444
-
445
- NextToken?: string;
446
-
447
- MaxResults?: number;
448
- }
449
-
450
- export interface BatchListObjectPolicies {
451
-
452
- ObjectReference: ObjectReference | undefined;
453
-
454
- NextToken?: string;
455
-
456
- MaxResults?: number;
457
- }
458
-
459
- export interface BatchListOutgoingTypedLinks {
460
-
461
- ObjectReference: ObjectReference | undefined;
462
-
463
- FilterAttributeRanges?: TypedLinkAttributeRange[];
464
-
465
- FilterTypedLink?: TypedLinkSchemaAndFacetName;
466
-
467
- NextToken?: string;
468
-
469
- MaxResults?: number;
470
- }
471
-
472
- export interface BatchListPolicyAttachments {
473
-
474
- PolicyReference: ObjectReference | undefined;
475
-
476
- NextToken?: string;
477
-
478
- MaxResults?: number;
479
- }
480
-
481
- export interface BatchLookupPolicy {
482
-
483
- ObjectReference: ObjectReference | undefined;
484
-
485
- NextToken?: string;
486
-
487
- MaxResults?: number;
488
- }
489
-
490
- export interface BatchReadOperation {
491
-
492
- ListObjectAttributes?: BatchListObjectAttributes;
493
-
494
- ListObjectChildren?: BatchListObjectChildren;
495
-
496
- ListAttachedIndices?: BatchListAttachedIndices;
497
-
498
- ListObjectParentPaths?: BatchListObjectParentPaths;
499
-
500
- GetObjectInformation?: BatchGetObjectInformation;
501
-
502
- GetObjectAttributes?: BatchGetObjectAttributes;
503
-
504
- ListObjectParents?: BatchListObjectParents;
505
-
506
- ListObjectPolicies?: BatchListObjectPolicies;
507
-
508
- ListPolicyAttachments?: BatchListPolicyAttachments;
509
-
510
- LookupPolicy?: BatchLookupPolicy;
511
-
512
- ListIndex?: BatchListIndex;
513
-
514
- ListOutgoingTypedLinks?: BatchListOutgoingTypedLinks;
515
-
516
- ListIncomingTypedLinks?: BatchListIncomingTypedLinks;
517
-
518
- GetLinkAttributes?: BatchGetLinkAttributes;
519
- }
520
- export interface BatchReadRequest {
521
-
522
- DirectoryArn: string | undefined;
523
-
524
- Operations: BatchReadOperation[] | undefined;
525
-
526
- ConsistencyLevel?: ConsistencyLevel | string;
527
- }
528
- export declare enum BatchReadExceptionType {
529
- AccessDeniedException = "AccessDeniedException",
530
- CannotListParentOfRootException = "CannotListParentOfRootException",
531
- DirectoryNotEnabledException = "DirectoryNotEnabledException",
532
- FacetValidationException = "FacetValidationException",
533
- InternalServiceException = "InternalServiceException",
534
- InvalidArnException = "InvalidArnException",
535
- InvalidNextTokenException = "InvalidNextTokenException",
536
- LimitExceededException = "LimitExceededException",
537
- NotIndexException = "NotIndexException",
538
- NotNodeException = "NotNodeException",
539
- NotPolicyException = "NotPolicyException",
540
- ResourceNotFoundException = "ResourceNotFoundException",
541
- ValidationException = "ValidationException"
542
- }
543
-
544
- export interface BatchReadException {
545
-
546
- Type?: BatchReadExceptionType | string;
547
-
548
- Message?: string;
549
- }
550
-
551
- export interface BatchGetLinkAttributesResponse {
552
-
553
- Attributes?: AttributeKeyAndValue[];
554
- }
555
-
556
- export interface BatchGetObjectAttributesResponse {
557
-
558
- Attributes?: AttributeKeyAndValue[];
559
- }
560
-
561
- export interface BatchGetObjectInformationResponse {
562
-
563
- SchemaFacets?: SchemaFacet[];
564
-
565
- ObjectIdentifier?: string;
566
- }
567
-
568
- export interface IndexAttachment {
569
-
570
- IndexedAttributes?: AttributeKeyAndValue[];
571
-
572
- ObjectIdentifier?: string;
573
- }
574
-
575
- export interface BatchListAttachedIndicesResponse {
576
-
577
- IndexAttachments?: IndexAttachment[];
578
-
579
- NextToken?: string;
580
- }
581
-
582
- export interface BatchListIncomingTypedLinksResponse {
583
-
584
- LinkSpecifiers?: TypedLinkSpecifier[];
585
-
586
- NextToken?: string;
587
- }
588
-
589
- export interface BatchListIndexResponse {
590
-
591
- IndexAttachments?: IndexAttachment[];
592
-
593
- NextToken?: string;
594
- }
595
-
596
- export interface BatchListObjectAttributesResponse {
597
-
598
- Attributes?: AttributeKeyAndValue[];
599
-
600
- NextToken?: string;
601
- }
602
-
603
- export interface BatchListObjectChildrenResponse {
604
-
605
- Children?: Record<string, string>;
606
-
607
- NextToken?: string;
608
- }
609
-
610
- export interface PathToObjectIdentifiers {
611
-
612
- Path?: string;
613
-
614
- ObjectIdentifiers?: string[];
615
- }
616
-
617
- export interface BatchListObjectParentPathsResponse {
618
-
619
- PathToObjectIdentifiersList?: PathToObjectIdentifiers[];
620
-
621
- NextToken?: string;
622
- }
623
-
624
- export interface ObjectIdentifierAndLinkNameTuple {
625
-
626
- ObjectIdentifier?: string;
627
-
628
- LinkName?: string;
629
- }
630
-
631
- export interface BatchListObjectParentsResponse {
632
-
633
- ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
634
-
635
- NextToken?: string;
636
- }
637
-
638
- export interface BatchListObjectPoliciesResponse {
639
-
640
- AttachedPolicyIds?: string[];
641
-
642
- NextToken?: string;
643
- }
644
-
645
- export interface BatchListOutgoingTypedLinksResponse {
646
-
647
- TypedLinkSpecifiers?: TypedLinkSpecifier[];
648
-
649
- NextToken?: string;
650
- }
651
-
652
- export interface BatchListPolicyAttachmentsResponse {
653
-
654
- ObjectIdentifiers?: string[];
655
-
656
- NextToken?: string;
657
- }
658
-
659
- export interface PolicyAttachment {
660
-
661
- PolicyId?: string;
662
-
663
- ObjectIdentifier?: string;
664
-
665
- PolicyType?: string;
666
- }
667
-
668
- export interface PolicyToPath {
669
-
670
- Path?: string;
671
-
672
- Policies?: PolicyAttachment[];
673
- }
674
-
675
- export interface BatchLookupPolicyResponse {
676
-
677
- PolicyToPathList?: PolicyToPath[];
678
-
679
- NextToken?: string;
680
- }
681
-
682
- export interface BatchReadSuccessfulResponse {
683
-
684
- ListObjectAttributes?: BatchListObjectAttributesResponse;
685
-
686
- ListObjectChildren?: BatchListObjectChildrenResponse;
687
-
688
- GetObjectInformation?: BatchGetObjectInformationResponse;
689
-
690
- GetObjectAttributes?: BatchGetObjectAttributesResponse;
691
-
692
- ListAttachedIndices?: BatchListAttachedIndicesResponse;
693
-
694
- ListObjectParentPaths?: BatchListObjectParentPathsResponse;
695
-
696
- ListObjectPolicies?: BatchListObjectPoliciesResponse;
697
-
698
- ListPolicyAttachments?: BatchListPolicyAttachmentsResponse;
699
-
700
- LookupPolicy?: BatchLookupPolicyResponse;
701
-
702
- ListIndex?: BatchListIndexResponse;
703
-
704
- ListOutgoingTypedLinks?: BatchListOutgoingTypedLinksResponse;
705
-
706
- ListIncomingTypedLinks?: BatchListIncomingTypedLinksResponse;
707
-
708
- GetLinkAttributes?: BatchGetLinkAttributesResponse;
709
-
710
- ListObjectParents?: BatchListObjectParentsResponse;
711
- }
712
-
713
- export interface BatchReadOperationResponse {
714
-
715
- SuccessfulResponse?: BatchReadSuccessfulResponse;
716
-
717
- ExceptionResponse?: BatchReadException;
718
- }
719
- export interface BatchReadResponse {
720
-
721
- Responses?: BatchReadOperationResponse[];
722
- }
723
- export declare enum BatchWriteExceptionType {
724
- AccessDeniedException = "AccessDeniedException",
725
- DirectoryNotEnabledException = "DirectoryNotEnabledException",
726
- FacetValidationException = "FacetValidationException",
727
- IndexedAttributeMissingException = "IndexedAttributeMissingException",
728
- InternalServiceException = "InternalServiceException",
729
- InvalidArnException = "InvalidArnException",
730
- InvalidAttachmentException = "InvalidAttachmentException",
731
- LimitExceededException = "LimitExceededException",
732
- LinkNameAlreadyInUseException = "LinkNameAlreadyInUseException",
733
- NotIndexException = "NotIndexException",
734
- NotNodeException = "NotNodeException",
735
- NotPolicyException = "NotPolicyException",
736
- ObjectAlreadyDetachedException = "ObjectAlreadyDetachedException",
737
- ObjectNotDetachedException = "ObjectNotDetachedException",
738
- ResourceNotFoundException = "ResourceNotFoundException",
739
- StillContainsLinksException = "StillContainsLinksException",
740
- UnsupportedIndexTypeException = "UnsupportedIndexTypeException",
741
- ValidationException = "ValidationException"
742
- }
743
-
744
- export declare class BatchWriteException extends __BaseException {
745
- readonly name: "BatchWriteException";
746
- readonly $fault: "client";
747
- Index?: number;
748
- Type?: BatchWriteExceptionType | string;
749
- Message?: string;
750
-
751
- constructor(opts: __ExceptionOptionType<BatchWriteException, __BaseException>);
752
- }
753
-
754
- export interface BatchAddFacetToObject {
755
-
756
- SchemaFacet: SchemaFacet | undefined;
757
-
758
- ObjectAttributeList: AttributeKeyAndValue[] | undefined;
759
-
760
- ObjectReference: ObjectReference | undefined;
761
- }
762
-
763
- export interface BatchAttachObject {
764
-
765
- ParentReference: ObjectReference | undefined;
766
-
767
- ChildReference: ObjectReference | undefined;
768
-
769
- LinkName: string | undefined;
770
- }
771
-
772
- export interface BatchAttachPolicy {
773
-
774
- PolicyReference: ObjectReference | undefined;
775
-
776
- ObjectReference: ObjectReference | undefined;
777
- }
778
-
779
- export interface BatchAttachToIndex {
780
-
781
- IndexReference: ObjectReference | undefined;
782
-
783
- TargetReference: ObjectReference | undefined;
784
- }
785
-
786
- export interface BatchAttachTypedLink {
787
-
788
- SourceObjectReference: ObjectReference | undefined;
789
-
790
- TargetObjectReference: ObjectReference | undefined;
791
-
792
- TypedLinkFacet: TypedLinkSchemaAndFacetName | undefined;
793
-
794
- Attributes: AttributeNameAndValue[] | undefined;
795
- }
796
-
797
- export interface BatchCreateIndex {
798
-
799
- OrderedIndexedAttributeList: AttributeKey[] | undefined;
800
-
801
- IsUnique: boolean | undefined;
802
-
803
- ParentReference?: ObjectReference;
804
-
805
- LinkName?: string;
806
-
807
- BatchReferenceName?: string;
808
- }
809
-
810
- export interface BatchCreateObject {
811
-
812
- SchemaFacet: SchemaFacet[] | undefined;
813
-
814
- ObjectAttributeList: AttributeKeyAndValue[] | undefined;
815
-
816
- ParentReference?: ObjectReference;
817
-
818
- LinkName?: string;
819
-
820
- BatchReferenceName?: string;
821
- }
822
-
823
- export interface BatchDeleteObject {
824
-
825
- ObjectReference: ObjectReference | undefined;
826
- }
827
-
828
- export interface BatchDetachFromIndex {
829
-
830
- IndexReference: ObjectReference | undefined;
831
-
832
- TargetReference: ObjectReference | undefined;
833
- }
834
-
835
- export interface BatchDetachObject {
836
-
837
- ParentReference: ObjectReference | undefined;
838
-
839
- LinkName: string | undefined;
840
-
841
- BatchReferenceName?: string;
842
- }
843
-
844
- export interface BatchDetachPolicy {
845
-
846
- PolicyReference: ObjectReference | undefined;
847
-
848
- ObjectReference: ObjectReference | undefined;
849
- }
850
-
851
- export interface BatchDetachTypedLink {
852
-
853
- TypedLinkSpecifier: TypedLinkSpecifier | undefined;
854
- }
855
-
856
- export interface BatchRemoveFacetFromObject {
857
-
858
- SchemaFacet: SchemaFacet | undefined;
859
-
860
- ObjectReference: ObjectReference | undefined;
861
- }
862
- export declare enum UpdateActionType {
863
- CREATE_OR_UPDATE = "CREATE_OR_UPDATE",
864
- DELETE = "DELETE"
865
- }
866
-
867
- export interface LinkAttributeAction {
868
-
869
- AttributeActionType?: UpdateActionType | string;
870
-
871
- AttributeUpdateValue?: TypedAttributeValue;
872
- }
873
-
874
- export interface LinkAttributeUpdate {
875
-
876
- AttributeKey?: AttributeKey;
877
-
878
- AttributeAction?: LinkAttributeAction;
879
- }
880
-
881
- export interface BatchUpdateLinkAttributes {
882
-
883
- TypedLinkSpecifier: TypedLinkSpecifier | undefined;
884
-
885
- AttributeUpdates: LinkAttributeUpdate[] | undefined;
886
- }
887
-
888
- export interface ObjectAttributeAction {
889
-
890
- ObjectAttributeActionType?: UpdateActionType | string;
891
-
892
- ObjectAttributeUpdateValue?: TypedAttributeValue;
893
- }
894
-
895
- export interface ObjectAttributeUpdate {
896
-
897
- ObjectAttributeKey?: AttributeKey;
898
-
899
- ObjectAttributeAction?: ObjectAttributeAction;
900
- }
901
-
902
- export interface BatchUpdateObjectAttributes {
903
-
904
- ObjectReference: ObjectReference | undefined;
905
-
906
- AttributeUpdates: ObjectAttributeUpdate[] | undefined;
907
- }
908
-
909
- export interface BatchWriteOperation {
910
-
911
- CreateObject?: BatchCreateObject;
912
-
913
- AttachObject?: BatchAttachObject;
914
-
915
- DetachObject?: BatchDetachObject;
916
-
917
- UpdateObjectAttributes?: BatchUpdateObjectAttributes;
918
-
919
- DeleteObject?: BatchDeleteObject;
920
-
921
- AddFacetToObject?: BatchAddFacetToObject;
922
-
923
- RemoveFacetFromObject?: BatchRemoveFacetFromObject;
924
-
925
- AttachPolicy?: BatchAttachPolicy;
926
-
927
- DetachPolicy?: BatchDetachPolicy;
928
-
929
- CreateIndex?: BatchCreateIndex;
930
-
931
- AttachToIndex?: BatchAttachToIndex;
932
-
933
- DetachFromIndex?: BatchDetachFromIndex;
934
-
935
- AttachTypedLink?: BatchAttachTypedLink;
936
-
937
- DetachTypedLink?: BatchDetachTypedLink;
938
-
939
- UpdateLinkAttributes?: BatchUpdateLinkAttributes;
940
- }
941
- export interface BatchWriteRequest {
942
-
943
- DirectoryArn: string | undefined;
944
-
945
- Operations: BatchWriteOperation[] | undefined;
946
- }
947
-
948
- export interface BatchAddFacetToObjectResponse {
949
- }
950
-
951
- export interface BatchAttachObjectResponse {
952
-
953
- attachedObjectIdentifier?: string;
954
- }
955
-
956
- export interface BatchAttachPolicyResponse {
957
- }
958
-
959
- export interface BatchAttachToIndexResponse {
960
-
961
- AttachedObjectIdentifier?: string;
962
- }
963
-
964
- export interface BatchAttachTypedLinkResponse {
965
-
966
- TypedLinkSpecifier?: TypedLinkSpecifier;
967
- }
968
-
969
- export interface BatchCreateIndexResponse {
970
-
971
- ObjectIdentifier?: string;
972
- }
973
-
974
- export interface BatchCreateObjectResponse {
975
-
976
- ObjectIdentifier?: string;
977
- }
978
-
979
- export interface BatchDeleteObjectResponse {
980
- }
981
-
982
- export interface BatchDetachFromIndexResponse {
983
-
984
- DetachedObjectIdentifier?: string;
985
- }
986
-
987
- export interface BatchDetachObjectResponse {
988
-
989
- detachedObjectIdentifier?: string;
990
- }
991
-
992
- export interface BatchDetachPolicyResponse {
993
- }
994
-
995
- export interface BatchDetachTypedLinkResponse {
996
- }
997
-
998
- export interface BatchRemoveFacetFromObjectResponse {
999
- }
1000
-
1001
- export interface BatchUpdateLinkAttributesResponse {
1002
- }
1003
-
1004
- export interface BatchUpdateObjectAttributesResponse {
1005
-
1006
- ObjectIdentifier?: string;
1007
- }
1008
-
1009
- export interface BatchWriteOperationResponse {
1010
-
1011
- CreateObject?: BatchCreateObjectResponse;
1012
-
1013
- AttachObject?: BatchAttachObjectResponse;
1014
-
1015
- DetachObject?: BatchDetachObjectResponse;
1016
-
1017
- UpdateObjectAttributes?: BatchUpdateObjectAttributesResponse;
1018
-
1019
- DeleteObject?: BatchDeleteObjectResponse;
1020
-
1021
- AddFacetToObject?: BatchAddFacetToObjectResponse;
1022
-
1023
- RemoveFacetFromObject?: BatchRemoveFacetFromObjectResponse;
1024
-
1025
- AttachPolicy?: BatchAttachPolicyResponse;
1026
-
1027
- DetachPolicy?: BatchDetachPolicyResponse;
1028
-
1029
- CreateIndex?: BatchCreateIndexResponse;
1030
-
1031
- AttachToIndex?: BatchAttachToIndexResponse;
1032
-
1033
- DetachFromIndex?: BatchDetachFromIndexResponse;
1034
-
1035
- AttachTypedLink?: BatchAttachTypedLinkResponse;
1036
-
1037
- DetachTypedLink?: BatchDetachTypedLinkResponse;
1038
-
1039
- UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse;
1040
- }
1041
- export interface BatchWriteResponse {
1042
-
1043
- Responses?: BatchWriteOperationResponse[];
1044
- }
1045
- export interface CreateDirectoryRequest {
1046
-
1047
- Name: string | undefined;
1048
-
1049
- SchemaArn: string | undefined;
1050
- }
1051
- export interface CreateDirectoryResponse {
1052
-
1053
- DirectoryArn: string | undefined;
1054
-
1055
- Name: string | undefined;
1056
-
1057
- ObjectIdentifier: string | undefined;
1058
-
1059
- AppliedSchemaArn: string | undefined;
1060
- }
1061
-
1062
- export declare class DirectoryAlreadyExistsException extends __BaseException {
1063
- readonly name: "DirectoryAlreadyExistsException";
1064
- readonly $fault: "client";
1065
- Message?: string;
1066
-
1067
- constructor(opts: __ExceptionOptionType<DirectoryAlreadyExistsException, __BaseException>);
1068
- }
1069
- export declare enum RuleType {
1070
- BINARY_LENGTH = "BINARY_LENGTH",
1071
- NUMBER_COMPARISON = "NUMBER_COMPARISON",
1072
- STRING_FROM_SET = "STRING_FROM_SET",
1073
- STRING_LENGTH = "STRING_LENGTH"
1074
- }
1075
-
1076
- export interface Rule {
1077
-
1078
- Type?: RuleType | string;
1079
-
1080
- Parameters?: Record<string, string>;
1081
- }
1082
- export declare enum FacetAttributeType {
1083
- BINARY = "BINARY",
1084
- BOOLEAN = "BOOLEAN",
1085
- DATETIME = "DATETIME",
1086
- NUMBER = "NUMBER",
1087
- STRING = "STRING",
1088
- VARIANT = "VARIANT"
1089
- }
1090
-
1091
- export interface FacetAttributeDefinition {
1092
-
1093
- Type: FacetAttributeType | string | undefined;
1094
-
1095
- DefaultValue?: TypedAttributeValue;
1096
-
1097
- IsImmutable?: boolean;
1098
-
1099
- Rules?: Record<string, Rule>;
1100
- }
1101
-
1102
- export interface FacetAttributeReference {
1103
-
1104
- TargetFacetName: string | undefined;
1105
-
1106
- TargetAttributeName: string | undefined;
1107
- }
1108
- export declare enum RequiredAttributeBehavior {
1109
- NOT_REQUIRED = "NOT_REQUIRED",
1110
- REQUIRED_ALWAYS = "REQUIRED_ALWAYS"
1111
- }
1112
-
1113
- export interface FacetAttribute {
1114
-
1115
- Name: string | undefined;
1116
-
1117
- AttributeDefinition?: FacetAttributeDefinition;
1118
-
1119
- AttributeReference?: FacetAttributeReference;
1120
-
1121
- RequiredBehavior?: RequiredAttributeBehavior | string;
1122
- }
1123
- export declare enum FacetStyle {
1124
- DYNAMIC = "DYNAMIC",
1125
- STATIC = "STATIC"
1126
- }
1127
- export declare enum ObjectType {
1128
- INDEX = "INDEX",
1129
- LEAF_NODE = "LEAF_NODE",
1130
- NODE = "NODE",
1131
- POLICY = "POLICY"
1132
- }
1133
- export interface CreateFacetRequest {
1134
-
1135
- SchemaArn: string | undefined;
1136
-
1137
- Name: string | undefined;
1138
-
1139
- Attributes?: FacetAttribute[];
1140
-
1141
- ObjectType?: ObjectType | string;
1142
-
1143
- FacetStyle?: FacetStyle | string;
1144
- }
1145
- export interface CreateFacetResponse {
1146
- }
1147
-
1148
- export declare class FacetAlreadyExistsException extends __BaseException {
1149
- readonly name: "FacetAlreadyExistsException";
1150
- readonly $fault: "client";
1151
- Message?: string;
1152
-
1153
- constructor(opts: __ExceptionOptionType<FacetAlreadyExistsException, __BaseException>);
1154
- }
1155
-
1156
- export declare class InvalidRuleException extends __BaseException {
1157
- readonly name: "InvalidRuleException";
1158
- readonly $fault: "client";
1159
- Message?: string;
1160
-
1161
- constructor(opts: __ExceptionOptionType<InvalidRuleException, __BaseException>);
1162
- }
1163
- export interface CreateIndexRequest {
1164
-
1165
- DirectoryArn: string | undefined;
1166
-
1167
- OrderedIndexedAttributeList: AttributeKey[] | undefined;
1168
-
1169
- IsUnique: boolean | undefined;
1170
-
1171
- ParentReference?: ObjectReference;
1172
-
1173
- LinkName?: string;
1174
- }
1175
- export interface CreateIndexResponse {
1176
-
1177
- ObjectIdentifier?: string;
1178
- }
1179
-
1180
- export declare class UnsupportedIndexTypeException extends __BaseException {
1181
- readonly name: "UnsupportedIndexTypeException";
1182
- readonly $fault: "client";
1183
- Message?: string;
1184
-
1185
- constructor(opts: __ExceptionOptionType<UnsupportedIndexTypeException, __BaseException>);
1186
- }
1187
- export interface CreateObjectRequest {
1188
-
1189
- DirectoryArn: string | undefined;
1190
-
1191
- SchemaFacets: SchemaFacet[] | undefined;
1192
-
1193
- ObjectAttributeList?: AttributeKeyAndValue[];
1194
-
1195
- ParentReference?: ObjectReference;
1196
-
1197
- LinkName?: string;
1198
- }
1199
- export interface CreateObjectResponse {
1200
-
1201
- ObjectIdentifier?: string;
1202
- }
1203
- export interface CreateSchemaRequest {
1204
-
1205
- Name: string | undefined;
1206
- }
1207
- export interface CreateSchemaResponse {
1208
-
1209
- SchemaArn?: string;
1210
- }
1211
-
1212
- export interface TypedLinkAttributeDefinition {
1213
-
1214
- Name: string | undefined;
1215
-
1216
- Type: FacetAttributeType | string | undefined;
1217
-
1218
- DefaultValue?: TypedAttributeValue;
1219
-
1220
- IsImmutable?: boolean;
1221
-
1222
- Rules?: Record<string, Rule>;
1223
-
1224
- RequiredBehavior: RequiredAttributeBehavior | string | undefined;
1225
- }
1226
-
1227
- export interface TypedLinkFacet {
1228
-
1229
- Name: string | undefined;
1230
-
1231
- Attributes: TypedLinkAttributeDefinition[] | undefined;
1232
-
1233
- IdentityAttributeOrder: string[] | undefined;
1234
- }
1235
- export interface CreateTypedLinkFacetRequest {
1236
-
1237
- SchemaArn: string | undefined;
1238
-
1239
- Facet: TypedLinkFacet | undefined;
1240
- }
1241
- export interface CreateTypedLinkFacetResponse {
1242
- }
1243
- export interface DeleteDirectoryRequest {
1244
-
1245
- DirectoryArn: string | undefined;
1246
- }
1247
- export interface DeleteDirectoryResponse {
1248
-
1249
- DirectoryArn: string | undefined;
1250
- }
1251
-
1252
- export declare class DirectoryDeletedException extends __BaseException {
1253
- readonly name: "DirectoryDeletedException";
1254
- readonly $fault: "client";
1255
- Message?: string;
1256
-
1257
- constructor(opts: __ExceptionOptionType<DirectoryDeletedException, __BaseException>);
1258
- }
1259
-
1260
- export declare class DirectoryNotDisabledException extends __BaseException {
1261
- readonly name: "DirectoryNotDisabledException";
1262
- readonly $fault: "client";
1263
- Message?: string;
1264
-
1265
- constructor(opts: __ExceptionOptionType<DirectoryNotDisabledException, __BaseException>);
1266
- }
1267
- export interface DeleteFacetRequest {
1268
-
1269
- SchemaArn: string | undefined;
1270
-
1271
- Name: string | undefined;
1272
- }
1273
- export interface DeleteFacetResponse {
1274
- }
1275
-
1276
- export declare class FacetInUseException extends __BaseException {
1277
- readonly name: "FacetInUseException";
1278
- readonly $fault: "client";
1279
- Message?: string;
1280
-
1281
- constructor(opts: __ExceptionOptionType<FacetInUseException, __BaseException>);
1282
- }
1283
-
1284
- export declare class FacetNotFoundException extends __BaseException {
1285
- readonly name: "FacetNotFoundException";
1286
- readonly $fault: "client";
1287
- Message?: string;
1288
-
1289
- constructor(opts: __ExceptionOptionType<FacetNotFoundException, __BaseException>);
1290
- }
1291
- export interface DeleteObjectRequest {
1292
-
1293
- DirectoryArn: string | undefined;
1294
-
1295
- ObjectReference: ObjectReference | undefined;
1296
- }
1297
- export interface DeleteObjectResponse {
1298
- }
1299
-
1300
- export declare class ObjectNotDetachedException extends __BaseException {
1301
- readonly name: "ObjectNotDetachedException";
1302
- readonly $fault: "client";
1303
- Message?: string;
1304
-
1305
- constructor(opts: __ExceptionOptionType<ObjectNotDetachedException, __BaseException>);
1306
- }
1307
- export interface DeleteSchemaRequest {
1308
-
1309
- SchemaArn: string | undefined;
1310
- }
1311
- export interface DeleteSchemaResponse {
1312
-
1313
- SchemaArn?: string;
1314
- }
1315
-
1316
- export declare class StillContainsLinksException extends __BaseException {
1317
- readonly name: "StillContainsLinksException";
1318
- readonly $fault: "client";
1319
- Message?: string;
1320
-
1321
- constructor(opts: __ExceptionOptionType<StillContainsLinksException, __BaseException>);
1322
- }
1323
- export interface DeleteTypedLinkFacetRequest {
1324
-
1325
- SchemaArn: string | undefined;
1326
-
1327
- Name: string | undefined;
1328
- }
1329
- export interface DeleteTypedLinkFacetResponse {
1330
- }
1331
- export interface DetachFromIndexRequest {
1332
-
1333
- DirectoryArn: string | undefined;
1334
-
1335
- IndexReference: ObjectReference | undefined;
1336
-
1337
- TargetReference: ObjectReference | undefined;
1338
- }
1339
- export interface DetachFromIndexResponse {
1340
-
1341
- DetachedObjectIdentifier?: string;
1342
- }
1343
-
1344
- export declare class ObjectAlreadyDetachedException extends __BaseException {
1345
- readonly name: "ObjectAlreadyDetachedException";
1346
- readonly $fault: "client";
1347
- Message?: string;
1348
-
1349
- constructor(opts: __ExceptionOptionType<ObjectAlreadyDetachedException, __BaseException>);
1350
- }
1351
- export interface DetachObjectRequest {
1352
-
1353
- DirectoryArn: string | undefined;
1354
-
1355
- ParentReference: ObjectReference | undefined;
1356
-
1357
- LinkName: string | undefined;
1358
- }
1359
- export interface DetachObjectResponse {
1360
-
1361
- DetachedObjectIdentifier?: string;
1362
- }
1363
-
1364
- export declare class NotNodeException extends __BaseException {
1365
- readonly name: "NotNodeException";
1366
- readonly $fault: "client";
1367
- Message?: string;
1368
-
1369
- constructor(opts: __ExceptionOptionType<NotNodeException, __BaseException>);
1370
- }
1371
- export interface DetachPolicyRequest {
1372
-
1373
- DirectoryArn: string | undefined;
1374
-
1375
- PolicyReference: ObjectReference | undefined;
1376
-
1377
- ObjectReference: ObjectReference | undefined;
1378
- }
1379
- export interface DetachPolicyResponse {
1380
- }
1381
- export interface DetachTypedLinkRequest {
1382
-
1383
- DirectoryArn: string | undefined;
1384
-
1385
- TypedLinkSpecifier: TypedLinkSpecifier | undefined;
1386
- }
1387
- export interface DisableDirectoryRequest {
1388
-
1389
- DirectoryArn: string | undefined;
1390
- }
1391
- export interface DisableDirectoryResponse {
1392
-
1393
- DirectoryArn: string | undefined;
1394
- }
1395
- export interface EnableDirectoryRequest {
1396
-
1397
- DirectoryArn: string | undefined;
1398
- }
1399
- export interface EnableDirectoryResponse {
1400
-
1401
- DirectoryArn: string | undefined;
1402
- }
1403
- export interface GetAppliedSchemaVersionRequest {
1404
-
1405
- SchemaArn: string | undefined;
1406
- }
1407
- export interface GetAppliedSchemaVersionResponse {
1408
-
1409
- AppliedSchemaArn?: string;
1410
- }
1411
- export interface GetDirectoryRequest {
1412
-
1413
- DirectoryArn: string | undefined;
1414
- }
1415
- export declare enum DirectoryState {
1416
- DELETED = "DELETED",
1417
- DISABLED = "DISABLED",
1418
- ENABLED = "ENABLED"
1419
- }
1420
-
1421
- export interface Directory {
1422
-
1423
- Name?: string;
1424
-
1425
- DirectoryArn?: string;
1426
-
1427
- State?: DirectoryState | string;
1428
-
1429
- CreationDateTime?: Date;
1430
- }
1431
- export interface GetDirectoryResponse {
1432
-
1433
- Directory: Directory | undefined;
1434
- }
1435
- export interface GetFacetRequest {
1436
-
1437
- SchemaArn: string | undefined;
1438
-
1439
- Name: string | undefined;
1440
- }
1441
-
1442
- export interface Facet {
1443
-
1444
- Name?: string;
1445
-
1446
- ObjectType?: ObjectType | string;
1447
-
1448
- FacetStyle?: FacetStyle | string;
1449
- }
1450
- export interface GetFacetResponse {
1451
-
1452
- Facet?: Facet;
1453
- }
1454
- export interface GetLinkAttributesRequest {
1455
-
1456
- DirectoryArn: string | undefined;
1457
-
1458
- TypedLinkSpecifier: TypedLinkSpecifier | undefined;
1459
-
1460
- AttributeNames: string[] | undefined;
1461
-
1462
- ConsistencyLevel?: ConsistencyLevel | string;
1463
- }
1464
- export interface GetLinkAttributesResponse {
1465
-
1466
- Attributes?: AttributeKeyAndValue[];
1467
- }
1468
- export interface GetObjectAttributesRequest {
1469
-
1470
- DirectoryArn: string | undefined;
1471
-
1472
- ObjectReference: ObjectReference | undefined;
1473
-
1474
- ConsistencyLevel?: ConsistencyLevel | string;
1475
-
1476
- SchemaFacet: SchemaFacet | undefined;
1477
-
1478
- AttributeNames: string[] | undefined;
1479
- }
1480
- export interface GetObjectAttributesResponse {
1481
-
1482
- Attributes?: AttributeKeyAndValue[];
1483
- }
1484
- export interface GetObjectInformationRequest {
1485
-
1486
- DirectoryArn: string | undefined;
1487
-
1488
- ObjectReference: ObjectReference | undefined;
1489
-
1490
- ConsistencyLevel?: ConsistencyLevel | string;
1491
- }
1492
- export interface GetObjectInformationResponse {
1493
-
1494
- SchemaFacets?: SchemaFacet[];
1495
-
1496
- ObjectIdentifier?: string;
1497
- }
1498
- export interface GetSchemaAsJsonRequest {
1499
-
1500
- SchemaArn: string | undefined;
1501
- }
1502
- export interface GetSchemaAsJsonResponse {
1503
-
1504
- Name?: string;
1505
-
1506
- Document?: string;
1507
- }
1508
- export interface GetTypedLinkFacetInformationRequest {
1509
-
1510
- SchemaArn: string | undefined;
1511
-
1512
- Name: string | undefined;
1513
- }
1514
- export interface GetTypedLinkFacetInformationResponse {
1515
-
1516
- IdentityAttributeOrder?: string[];
1517
- }
1518
-
1519
- export declare class InvalidNextTokenException extends __BaseException {
1520
- readonly name: "InvalidNextTokenException";
1521
- readonly $fault: "client";
1522
- Message?: string;
1523
-
1524
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
1525
- }
1526
- export interface ListAppliedSchemaArnsRequest {
1527
-
1528
- DirectoryArn: string | undefined;
1529
-
1530
- SchemaArn?: string;
1531
-
1532
- NextToken?: string;
1533
-
1534
- MaxResults?: number;
1535
- }
1536
- export interface ListAppliedSchemaArnsResponse {
1537
-
1538
- SchemaArns?: string[];
1539
-
1540
- NextToken?: string;
1541
- }
1542
- export interface ListAttachedIndicesRequest {
1543
-
1544
- DirectoryArn: string | undefined;
1545
-
1546
- TargetReference: ObjectReference | undefined;
1547
-
1548
- NextToken?: string;
1549
-
1550
- MaxResults?: number;
1551
-
1552
- ConsistencyLevel?: ConsistencyLevel | string;
1553
- }
1554
- export interface ListAttachedIndicesResponse {
1555
-
1556
- IndexAttachments?: IndexAttachment[];
1557
-
1558
- NextToken?: string;
1559
- }
1560
- export interface ListDevelopmentSchemaArnsRequest {
1561
-
1562
- NextToken?: string;
1563
-
1564
- MaxResults?: number;
1565
- }
1566
- export interface ListDevelopmentSchemaArnsResponse {
1567
-
1568
- SchemaArns?: string[];
1569
-
1570
- NextToken?: string;
1571
- }
1572
- export interface ListDirectoriesRequest {
1573
-
1574
- NextToken?: string;
1575
-
1576
- MaxResults?: number;
1577
-
1578
- state?: DirectoryState | string;
1579
- }
1580
- export interface ListDirectoriesResponse {
1581
-
1582
- Directories: Directory[] | undefined;
1583
-
1584
- NextToken?: string;
1585
- }
1586
- export interface ListFacetAttributesRequest {
1587
-
1588
- SchemaArn: string | undefined;
1589
-
1590
- Name: string | undefined;
1591
-
1592
- NextToken?: string;
1593
-
1594
- MaxResults?: number;
1595
- }
1596
- export interface ListFacetAttributesResponse {
1597
-
1598
- Attributes?: FacetAttribute[];
1599
-
1600
- NextToken?: string;
1601
- }
1602
- export interface ListFacetNamesRequest {
1603
-
1604
- SchemaArn: string | undefined;
1605
-
1606
- NextToken?: string;
1607
-
1608
- MaxResults?: number;
1609
- }
1610
- export interface ListFacetNamesResponse {
1611
-
1612
- FacetNames?: string[];
1613
-
1614
- NextToken?: string;
1615
- }
1616
- export interface ListIncomingTypedLinksRequest {
1617
-
1618
- DirectoryArn: string | undefined;
1619
-
1620
- ObjectReference: ObjectReference | undefined;
1621
-
1622
- FilterAttributeRanges?: TypedLinkAttributeRange[];
1623
-
1624
- FilterTypedLink?: TypedLinkSchemaAndFacetName;
1625
-
1626
- NextToken?: string;
1627
-
1628
- MaxResults?: number;
1629
-
1630
- ConsistencyLevel?: ConsistencyLevel | string;
1631
- }
1632
- export interface ListIncomingTypedLinksResponse {
1633
-
1634
- LinkSpecifiers?: TypedLinkSpecifier[];
1635
-
1636
- NextToken?: string;
1637
- }
1638
- export interface ListIndexRequest {
1639
-
1640
- DirectoryArn: string | undefined;
1641
-
1642
- RangesOnIndexedValues?: ObjectAttributeRange[];
1643
-
1644
- IndexReference: ObjectReference | undefined;
1645
-
1646
- MaxResults?: number;
1647
-
1648
- NextToken?: string;
1649
-
1650
- ConsistencyLevel?: ConsistencyLevel | string;
1651
- }
1652
- export interface ListIndexResponse {
1653
-
1654
- IndexAttachments?: IndexAttachment[];
1655
-
1656
- NextToken?: string;
1657
- }
1658
- export interface ListManagedSchemaArnsRequest {
1659
-
1660
- SchemaArn?: string;
1661
-
1662
- NextToken?: string;
1663
-
1664
- MaxResults?: number;
1665
- }
1666
- export interface ListManagedSchemaArnsResponse {
1667
-
1668
- SchemaArns?: string[];
1669
-
1670
- NextToken?: string;
1671
- }
1672
- export interface ListObjectAttributesRequest {
1673
-
1674
- DirectoryArn: string | undefined;
1675
-
1676
- ObjectReference: ObjectReference | undefined;
1677
-
1678
- NextToken?: string;
1679
-
1680
- MaxResults?: number;
1681
-
1682
- ConsistencyLevel?: ConsistencyLevel | string;
1683
-
1684
- FacetFilter?: SchemaFacet;
1685
- }
1686
- export interface ListObjectAttributesResponse {
1687
-
1688
- Attributes?: AttributeKeyAndValue[];
1689
-
1690
- NextToken?: string;
1691
- }
1692
- export interface ListObjectChildrenRequest {
1693
-
1694
- DirectoryArn: string | undefined;
1695
-
1696
- ObjectReference: ObjectReference | undefined;
1697
-
1698
- NextToken?: string;
1699
-
1700
- MaxResults?: number;
1701
-
1702
- ConsistencyLevel?: ConsistencyLevel | string;
1703
- }
1704
- export interface ListObjectChildrenResponse {
1705
-
1706
- Children?: Record<string, string>;
1707
-
1708
- NextToken?: string;
1709
- }
1710
- export interface ListObjectParentPathsRequest {
1711
-
1712
- DirectoryArn: string | undefined;
1713
-
1714
- ObjectReference: ObjectReference | undefined;
1715
-
1716
- NextToken?: string;
1717
-
1718
- MaxResults?: number;
1719
- }
1720
- export interface ListObjectParentPathsResponse {
1721
-
1722
- PathToObjectIdentifiersList?: PathToObjectIdentifiers[];
1723
-
1724
- NextToken?: string;
1725
- }
1726
-
1727
- export declare class CannotListParentOfRootException extends __BaseException {
1728
- readonly name: "CannotListParentOfRootException";
1729
- readonly $fault: "client";
1730
- Message?: string;
1731
-
1732
- constructor(opts: __ExceptionOptionType<CannotListParentOfRootException, __BaseException>);
1733
- }
1734
- export interface ListObjectParentsRequest {
1735
-
1736
- DirectoryArn: string | undefined;
1737
-
1738
- ObjectReference: ObjectReference | undefined;
1739
-
1740
- NextToken?: string;
1741
-
1742
- MaxResults?: number;
1743
-
1744
- ConsistencyLevel?: ConsistencyLevel | string;
1745
-
1746
- IncludeAllLinksToEachParent?: boolean;
1747
- }
1748
- export interface ListObjectParentsResponse {
1749
-
1750
- Parents?: Record<string, string>;
1751
-
1752
- NextToken?: string;
1753
-
1754
- ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
1755
- }
1756
- export interface ListObjectPoliciesRequest {
1757
-
1758
- DirectoryArn: string | undefined;
1759
-
1760
- ObjectReference: ObjectReference | undefined;
1761
-
1762
- NextToken?: string;
1763
-
1764
- MaxResults?: number;
1765
-
1766
- ConsistencyLevel?: ConsistencyLevel | string;
1767
- }
1768
- export interface ListObjectPoliciesResponse {
1769
-
1770
- AttachedPolicyIds?: string[];
1771
-
1772
- NextToken?: string;
1773
- }
1774
- export interface ListOutgoingTypedLinksRequest {
1775
-
1776
- DirectoryArn: string | undefined;
1777
-
1778
- ObjectReference: ObjectReference | undefined;
1779
-
1780
- FilterAttributeRanges?: TypedLinkAttributeRange[];
1781
-
1782
- FilterTypedLink?: TypedLinkSchemaAndFacetName;
1783
-
1784
- NextToken?: string;
1785
-
1786
- MaxResults?: number;
1787
-
1788
- ConsistencyLevel?: ConsistencyLevel | string;
1789
- }
1790
- export interface ListOutgoingTypedLinksResponse {
1791
-
1792
- TypedLinkSpecifiers?: TypedLinkSpecifier[];
1793
-
1794
- NextToken?: string;
1795
- }
1796
- export interface ListPolicyAttachmentsRequest {
1797
-
1798
- DirectoryArn: string | undefined;
1799
-
1800
- PolicyReference: ObjectReference | undefined;
1801
-
1802
- NextToken?: string;
1803
-
1804
- MaxResults?: number;
1805
-
1806
- ConsistencyLevel?: ConsistencyLevel | string;
1807
- }
1808
- export interface ListPolicyAttachmentsResponse {
1809
-
1810
- ObjectIdentifiers?: string[];
1811
-
1812
- NextToken?: string;
1813
- }
1814
- export interface ListPublishedSchemaArnsRequest {
1815
-
1816
- SchemaArn?: string;
1817
-
1818
- NextToken?: string;
1819
-
1820
- MaxResults?: number;
1821
- }
1822
- export interface ListPublishedSchemaArnsResponse {
1823
-
1824
- SchemaArns?: string[];
1825
-
1826
- NextToken?: string;
1827
- }
1828
-
1829
- export declare class InvalidTaggingRequestException extends __BaseException {
1830
- readonly name: "InvalidTaggingRequestException";
1831
- readonly $fault: "client";
1832
- Message?: string;
1833
-
1834
- constructor(opts: __ExceptionOptionType<InvalidTaggingRequestException, __BaseException>);
1835
- }
1836
- export interface ListTagsForResourceRequest {
1837
-
1838
- ResourceArn: string | undefined;
1839
-
1840
- NextToken?: string;
1841
-
1842
- MaxResults?: number;
1843
- }
1844
-
1845
- export interface Tag {
1846
-
1847
- Key?: string;
1848
-
1849
- Value?: string;
1850
- }
1851
- export interface ListTagsForResourceResponse {
1852
-
1853
- Tags?: Tag[];
1854
-
1855
- NextToken?: string;
1856
- }
1857
- export interface ListTypedLinkFacetAttributesRequest {
1858
-
1859
- SchemaArn: string | undefined;
1860
-
1861
- Name: string | undefined;
1862
-
1863
- NextToken?: string;
1864
-
1865
- MaxResults?: number;
1866
- }
1867
- export interface ListTypedLinkFacetAttributesResponse {
1868
-
1869
- Attributes?: TypedLinkAttributeDefinition[];
1870
-
1871
- NextToken?: string;
1872
- }
1873
- export interface ListTypedLinkFacetNamesRequest {
1874
-
1875
- SchemaArn: string | undefined;
1876
-
1877
- NextToken?: string;
1878
-
1879
- MaxResults?: number;
1880
- }
1881
- export interface ListTypedLinkFacetNamesResponse {
1882
-
1883
- FacetNames?: string[];
1884
-
1885
- NextToken?: string;
1886
- }
1887
- export interface LookupPolicyRequest {
1888
-
1889
- DirectoryArn: string | undefined;
1890
-
1891
- ObjectReference: ObjectReference | undefined;
1892
-
1893
- NextToken?: string;
1894
-
1895
- MaxResults?: number;
1896
- }
1897
- export interface LookupPolicyResponse {
1898
-
1899
- PolicyToPathList?: PolicyToPath[];
1900
-
1901
- NextToken?: string;
1902
- }
1903
- export interface PublishSchemaRequest {
1904
-
1905
- DevelopmentSchemaArn: string | undefined;
1906
-
1907
- Version: string | undefined;
1908
-
1909
- MinorVersion?: string;
1910
-
1911
- Name?: string;
1912
- }
1913
- export interface PublishSchemaResponse {
1914
-
1915
- PublishedSchemaArn?: string;
1916
- }
1917
-
1918
- export declare class SchemaAlreadyPublishedException extends __BaseException {
1919
- readonly name: "SchemaAlreadyPublishedException";
1920
- readonly $fault: "client";
1921
- Message?: string;
1922
-
1923
- constructor(opts: __ExceptionOptionType<SchemaAlreadyPublishedException, __BaseException>);
1924
- }
1925
-
1926
- export declare class InvalidSchemaDocException extends __BaseException {
1927
- readonly name: "InvalidSchemaDocException";
1928
- readonly $fault: "client";
1929
- Message?: string;
1930
-
1931
- constructor(opts: __ExceptionOptionType<InvalidSchemaDocException, __BaseException>);
1932
- }
1933
- export interface PutSchemaFromJsonRequest {
1934
-
1935
- SchemaArn: string | undefined;
1936
-
1937
- Document: string | undefined;
1938
- }
1939
- export interface PutSchemaFromJsonResponse {
1940
-
1941
- Arn?: string;
1942
- }
1943
- export interface RemoveFacetFromObjectRequest {
1944
-
1945
- DirectoryArn: string | undefined;
1946
-
1947
- SchemaFacet: SchemaFacet | undefined;
1948
-
1949
- ObjectReference: ObjectReference | undefined;
1950
- }
1951
- export interface RemoveFacetFromObjectResponse {
1952
- }
1953
- export interface TagResourceRequest {
1954
-
1955
- ResourceArn: string | undefined;
1956
-
1957
- Tags: Tag[] | undefined;
1958
- }
1959
- export interface TagResourceResponse {
1960
- }
1961
- export interface UntagResourceRequest {
1962
-
1963
- ResourceArn: string | undefined;
1964
-
1965
- TagKeys: string[] | undefined;
1966
- }
1967
- export interface UntagResourceResponse {
1968
- }
1969
-
1970
- export declare class InvalidFacetUpdateException extends __BaseException {
1971
- readonly name: "InvalidFacetUpdateException";
1972
- readonly $fault: "client";
1973
- Message?: string;
1974
-
1975
- constructor(opts: __ExceptionOptionType<InvalidFacetUpdateException, __BaseException>);
1976
- }
1977
-
1978
- export interface FacetAttributeUpdate {
1979
-
1980
- Attribute?: FacetAttribute;
1981
-
1982
- Action?: UpdateActionType | string;
1983
- }
1984
- export interface UpdateFacetRequest {
1985
-
1986
- SchemaArn: string | undefined;
1987
-
1988
- Name: string | undefined;
1989
-
1990
- AttributeUpdates?: FacetAttributeUpdate[];
1991
-
1992
- ObjectType?: ObjectType | string;
1993
- }
1994
- export interface UpdateFacetResponse {
1995
- }
1996
- export interface UpdateLinkAttributesRequest {
1997
-
1998
- DirectoryArn: string | undefined;
1999
-
2000
- TypedLinkSpecifier: TypedLinkSpecifier | undefined;
2001
-
2002
- AttributeUpdates: LinkAttributeUpdate[] | undefined;
2003
- }
2004
- export interface UpdateLinkAttributesResponse {
2005
- }
2006
- export interface UpdateObjectAttributesRequest {
2007
-
2008
- DirectoryArn: string | undefined;
2009
-
2010
- ObjectReference: ObjectReference | undefined;
2011
-
2012
- AttributeUpdates: ObjectAttributeUpdate[] | undefined;
2013
- }
2014
- export interface UpdateObjectAttributesResponse {
2015
-
2016
- ObjectIdentifier?: string;
2017
- }
2018
- export interface UpdateSchemaRequest {
2019
-
2020
- SchemaArn: string | undefined;
2021
-
2022
- Name: string | undefined;
2023
- }
2024
- export interface UpdateSchemaResponse {
2025
-
2026
- SchemaArn?: string;
2027
- }
2028
-
2029
- export interface TypedLinkFacetAttributeUpdate {
2030
-
2031
- Attribute: TypedLinkAttributeDefinition | undefined;
2032
-
2033
- Action: UpdateActionType | string | undefined;
2034
- }
2035
- export interface UpdateTypedLinkFacetRequest {
2036
-
2037
- SchemaArn: string | undefined;
2038
-
2039
- Name: string | undefined;
2040
-
2041
- AttributeUpdates: TypedLinkFacetAttributeUpdate[] | undefined;
2042
-
2043
- IdentityAttributeOrder: string[] | undefined;
2044
- }
2045
- export interface UpdateTypedLinkFacetResponse {
2046
- }
2047
-
2048
- export declare class IncompatibleSchemaException extends __BaseException {
2049
- readonly name: "IncompatibleSchemaException";
2050
- readonly $fault: "client";
2051
- Message?: string;
2052
-
2053
- constructor(opts: __ExceptionOptionType<IncompatibleSchemaException, __BaseException>);
2054
- }
2055
- export interface UpgradeAppliedSchemaRequest {
2056
-
2057
- PublishedSchemaArn: string | undefined;
2058
-
2059
- DirectoryArn: string | undefined;
2060
-
2061
- DryRun?: boolean;
2062
- }
2063
- export interface UpgradeAppliedSchemaResponse {
2064
-
2065
- UpgradedSchemaArn?: string;
2066
-
2067
- DirectoryArn?: string;
2068
- }
2069
- export interface UpgradePublishedSchemaRequest {
2070
-
2071
- DevelopmentSchemaArn: string | undefined;
2072
-
2073
- PublishedSchemaArn: string | undefined;
2074
-
2075
- MinorVersion: string | undefined;
2076
-
2077
- DryRun?: boolean;
2078
- }
2079
- export interface UpgradePublishedSchemaResponse {
2080
-
2081
- UpgradedSchemaArn?: string;
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;