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