@aws-sdk/client-clouddirectory 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -2
- package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
- package/dist-cjs/commands/AttachObjectCommand.js +2 -2
- package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
- package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
- package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
- package/dist-cjs/commands/BatchReadCommand.js +2 -2
- package/dist-cjs/commands/BatchWriteCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
- package/dist-cjs/commands/CreateFacetCommand.js +2 -2
- package/dist-cjs/commands/CreateIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateObjectCommand.js +2 -2
- package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
- package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
- package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
- package/dist-cjs/commands/DetachObjectCommand.js +2 -2
- package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
- package/dist-cjs/commands/DetachTypedLinkCommand.js +1 -1
- package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetFacetCommand.js +2 -2
- package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
- package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
- package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
- package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListIndexCommand.js +2 -2
- package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
- package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
- package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
- package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
- package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1053 -1522
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
- package/dist-es/commands/ApplySchemaCommand.js +3 -3
- package/dist-es/commands/AttachObjectCommand.js +3 -3
- package/dist-es/commands/AttachPolicyCommand.js +3 -3
- package/dist-es/commands/AttachToIndexCommand.js +3 -3
- package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
- package/dist-es/commands/BatchReadCommand.js +3 -3
- package/dist-es/commands/BatchWriteCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryCommand.js +3 -3
- package/dist-es/commands/CreateFacetCommand.js +3 -3
- package/dist-es/commands/CreateIndexCommand.js +3 -3
- package/dist-es/commands/CreateObjectCommand.js +3 -3
- package/dist-es/commands/CreateSchemaCommand.js +3 -3
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
- package/dist-es/commands/DeleteFacetCommand.js +3 -3
- package/dist-es/commands/DeleteObjectCommand.js +3 -3
- package/dist-es/commands/DeleteSchemaCommand.js +3 -3
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DetachFromIndexCommand.js +3 -3
- package/dist-es/commands/DetachObjectCommand.js +3 -3
- package/dist-es/commands/DetachPolicyCommand.js +3 -3
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
- package/dist-es/commands/DisableDirectoryCommand.js +3 -3
- package/dist-es/commands/EnableDirectoryCommand.js +3 -3
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
- package/dist-es/commands/GetDirectoryCommand.js +3 -3
- package/dist-es/commands/GetFacetCommand.js +3 -3
- package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectInformationCommand.js +3 -3
- package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListDirectoriesCommand.js +3 -3
- package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListFacetNamesCommand.js +3 -3
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListIndexCommand.js +3 -3
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
- package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
- package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
- package/dist-es/commands/ListObjectParentsCommand.js +3 -3
- package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
- package/dist-es/commands/LookupPolicyCommand.js +3 -3
- package/dist-es/commands/PublishSchemaCommand.js +3 -3
- package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFacetCommand.js +3 -3
- package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateSchemaCommand.js +3 -3
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
- package/dist-es/models/models_0.js +304 -1001
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +905 -1355
- package/dist-types/ts3.4/models/models_0.d.ts +453 -903
- package/package.json +9 -9
|
@@ -17,10 +17,6 @@ export interface AttributeKey {
|
|
|
17
17
|
|
|
18
18
|
Name: string | undefined;
|
|
19
19
|
}
|
|
20
|
-
export declare namespace AttributeKey {
|
|
21
|
-
|
|
22
|
-
const filterSensitiveLog: (obj: AttributeKey) => any;
|
|
23
|
-
}
|
|
24
20
|
|
|
25
21
|
export declare type TypedAttributeValue = TypedAttributeValue.BinaryValueMember | TypedAttributeValue.BooleanValueMember | TypedAttributeValue.DatetimeValueMember | TypedAttributeValue.NumberValueMember | TypedAttributeValue.StringValueMember | TypedAttributeValue.$UnknownMember;
|
|
26
22
|
export declare namespace TypedAttributeValue {
|
|
@@ -89,8 +85,6 @@ export declare namespace TypedAttributeValue {
|
|
|
89
85
|
_: (name: string, value: any) => T;
|
|
90
86
|
}
|
|
91
87
|
const visit: <T>(value: TypedAttributeValue, visitor: Visitor<T>) => T;
|
|
92
|
-
|
|
93
|
-
const filterSensitiveLog: (obj: TypedAttributeValue) => any;
|
|
94
88
|
}
|
|
95
89
|
|
|
96
90
|
export interface AttributeKeyAndValue {
|
|
@@ -99,19 +93,11 @@ export interface AttributeKeyAndValue {
|
|
|
99
93
|
|
|
100
94
|
Value: TypedAttributeValue | undefined;
|
|
101
95
|
}
|
|
102
|
-
export declare namespace AttributeKeyAndValue {
|
|
103
|
-
|
|
104
|
-
const filterSensitiveLog: (obj: AttributeKeyAndValue) => any;
|
|
105
|
-
}
|
|
106
96
|
|
|
107
97
|
export interface ObjectReference {
|
|
108
98
|
|
|
109
99
|
Selector?: string;
|
|
110
100
|
}
|
|
111
|
-
export declare namespace ObjectReference {
|
|
112
|
-
|
|
113
|
-
const filterSensitiveLog: (obj: ObjectReference) => any;
|
|
114
|
-
}
|
|
115
101
|
|
|
116
102
|
export interface SchemaFacet {
|
|
117
103
|
|
|
@@ -119,10 +105,6 @@ export interface SchemaFacet {
|
|
|
119
105
|
|
|
120
106
|
FacetName?: string;
|
|
121
107
|
}
|
|
122
|
-
export declare namespace SchemaFacet {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: SchemaFacet) => any;
|
|
125
|
-
}
|
|
126
108
|
export interface AddFacetToObjectRequest {
|
|
127
109
|
|
|
128
110
|
DirectoryArn: string | undefined;
|
|
@@ -133,16 +115,8 @@ export interface AddFacetToObjectRequest {
|
|
|
133
115
|
|
|
134
116
|
ObjectReference: ObjectReference | undefined;
|
|
135
117
|
}
|
|
136
|
-
export declare namespace AddFacetToObjectRequest {
|
|
137
|
-
|
|
138
|
-
const filterSensitiveLog: (obj: AddFacetToObjectRequest) => any;
|
|
139
|
-
}
|
|
140
118
|
export interface AddFacetToObjectResponse {
|
|
141
119
|
}
|
|
142
|
-
export declare namespace AddFacetToObjectResponse {
|
|
143
|
-
|
|
144
|
-
const filterSensitiveLog: (obj: AddFacetToObjectResponse) => any;
|
|
145
|
-
}
|
|
146
120
|
|
|
147
121
|
export declare class DirectoryNotEnabledException extends __BaseException {
|
|
148
122
|
readonly name: "DirectoryNotEnabledException";
|
|
@@ -213,20 +187,12 @@ export interface ApplySchemaRequest {
|
|
|
213
187
|
|
|
214
188
|
DirectoryArn: string | undefined;
|
|
215
189
|
}
|
|
216
|
-
export declare namespace ApplySchemaRequest {
|
|
217
|
-
|
|
218
|
-
const filterSensitiveLog: (obj: ApplySchemaRequest) => any;
|
|
219
|
-
}
|
|
220
190
|
export interface ApplySchemaResponse {
|
|
221
191
|
|
|
222
192
|
AppliedSchemaArn?: string;
|
|
223
193
|
|
|
224
194
|
DirectoryArn?: string;
|
|
225
195
|
}
|
|
226
|
-
export declare namespace ApplySchemaResponse {
|
|
227
|
-
|
|
228
|
-
const filterSensitiveLog: (obj: ApplySchemaResponse) => any;
|
|
229
|
-
}
|
|
230
196
|
|
|
231
197
|
export declare class InvalidAttachmentException extends __BaseException {
|
|
232
198
|
readonly name: "InvalidAttachmentException";
|
|
@@ -253,18 +219,10 @@ export interface AttachObjectRequest {
|
|
|
253
219
|
|
|
254
220
|
LinkName: string | undefined;
|
|
255
221
|
}
|
|
256
|
-
export declare namespace AttachObjectRequest {
|
|
257
|
-
|
|
258
|
-
const filterSensitiveLog: (obj: AttachObjectRequest) => any;
|
|
259
|
-
}
|
|
260
222
|
export interface AttachObjectResponse {
|
|
261
223
|
|
|
262
224
|
AttachedObjectIdentifier?: string;
|
|
263
225
|
}
|
|
264
|
-
export declare namespace AttachObjectResponse {
|
|
265
|
-
|
|
266
|
-
const filterSensitiveLog: (obj: AttachObjectResponse) => any;
|
|
267
|
-
}
|
|
268
226
|
|
|
269
227
|
export declare class LinkNameAlreadyInUseException extends __BaseException {
|
|
270
228
|
readonly name: "LinkNameAlreadyInUseException";
|
|
@@ -281,16 +239,8 @@ export interface AttachPolicyRequest {
|
|
|
281
239
|
|
|
282
240
|
ObjectReference: ObjectReference | undefined;
|
|
283
241
|
}
|
|
284
|
-
export declare namespace AttachPolicyRequest {
|
|
285
|
-
|
|
286
|
-
const filterSensitiveLog: (obj: AttachPolicyRequest) => any;
|
|
287
|
-
}
|
|
288
242
|
export interface AttachPolicyResponse {
|
|
289
243
|
}
|
|
290
|
-
export declare namespace AttachPolicyResponse {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: AttachPolicyResponse) => any;
|
|
293
|
-
}
|
|
294
244
|
|
|
295
245
|
export declare class NotPolicyException extends __BaseException {
|
|
296
246
|
readonly name: "NotPolicyException";
|
|
@@ -307,18 +257,10 @@ export interface AttachToIndexRequest {
|
|
|
307
257
|
|
|
308
258
|
TargetReference: ObjectReference | undefined;
|
|
309
259
|
}
|
|
310
|
-
export declare namespace AttachToIndexRequest {
|
|
311
|
-
|
|
312
|
-
const filterSensitiveLog: (obj: AttachToIndexRequest) => any;
|
|
313
|
-
}
|
|
314
260
|
export interface AttachToIndexResponse {
|
|
315
261
|
|
|
316
262
|
AttachedObjectIdentifier?: string;
|
|
317
263
|
}
|
|
318
|
-
export declare namespace AttachToIndexResponse {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: AttachToIndexResponse) => any;
|
|
321
|
-
}
|
|
322
264
|
|
|
323
265
|
export declare class IndexedAttributeMissingException extends __BaseException {
|
|
324
266
|
readonly name: "IndexedAttributeMissingException";
|
|
@@ -342,10 +284,6 @@ export interface AttributeNameAndValue {
|
|
|
342
284
|
|
|
343
285
|
Value: TypedAttributeValue | undefined;
|
|
344
286
|
}
|
|
345
|
-
export declare namespace AttributeNameAndValue {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: AttributeNameAndValue) => any;
|
|
348
|
-
}
|
|
349
287
|
|
|
350
288
|
export interface TypedLinkSchemaAndFacetName {
|
|
351
289
|
|
|
@@ -353,10 +291,6 @@ export interface TypedLinkSchemaAndFacetName {
|
|
|
353
291
|
|
|
354
292
|
TypedLinkName: string | undefined;
|
|
355
293
|
}
|
|
356
|
-
export declare namespace TypedLinkSchemaAndFacetName {
|
|
357
|
-
|
|
358
|
-
const filterSensitiveLog: (obj: TypedLinkSchemaAndFacetName) => any;
|
|
359
|
-
}
|
|
360
294
|
export interface AttachTypedLinkRequest {
|
|
361
295
|
|
|
362
296
|
DirectoryArn: string | undefined;
|
|
@@ -369,10 +303,6 @@ export interface AttachTypedLinkRequest {
|
|
|
369
303
|
|
|
370
304
|
Attributes: AttributeNameAndValue[] | undefined;
|
|
371
305
|
}
|
|
372
|
-
export declare namespace AttachTypedLinkRequest {
|
|
373
|
-
|
|
374
|
-
const filterSensitiveLog: (obj: AttachTypedLinkRequest) => any;
|
|
375
|
-
}
|
|
376
306
|
|
|
377
307
|
export interface TypedLinkSpecifier {
|
|
378
308
|
|
|
@@ -384,18 +314,10 @@ export interface TypedLinkSpecifier {
|
|
|
384
314
|
|
|
385
315
|
IdentityAttributeValues: AttributeNameAndValue[] | undefined;
|
|
386
316
|
}
|
|
387
|
-
export declare namespace TypedLinkSpecifier {
|
|
388
|
-
|
|
389
|
-
const filterSensitiveLog: (obj: TypedLinkSpecifier) => any;
|
|
390
|
-
}
|
|
391
317
|
export interface AttachTypedLinkResponse {
|
|
392
318
|
|
|
393
319
|
TypedLinkSpecifier?: TypedLinkSpecifier;
|
|
394
320
|
}
|
|
395
|
-
export declare namespace AttachTypedLinkResponse {
|
|
396
|
-
|
|
397
|
-
const filterSensitiveLog: (obj: AttachTypedLinkResponse) => any;
|
|
398
|
-
}
|
|
399
321
|
export declare enum ConsistencyLevel {
|
|
400
322
|
EVENTUAL = "EVENTUAL",
|
|
401
323
|
SERIALIZABLE = "SERIALIZABLE"
|
|
@@ -407,10 +329,6 @@ export interface BatchGetLinkAttributes {
|
|
|
407
329
|
|
|
408
330
|
AttributeNames: string[] | undefined;
|
|
409
331
|
}
|
|
410
|
-
export declare namespace BatchGetLinkAttributes {
|
|
411
|
-
|
|
412
|
-
const filterSensitiveLog: (obj: BatchGetLinkAttributes) => any;
|
|
413
|
-
}
|
|
414
332
|
|
|
415
333
|
export interface BatchGetObjectAttributes {
|
|
416
334
|
|
|
@@ -420,19 +338,11 @@ export interface BatchGetObjectAttributes {
|
|
|
420
338
|
|
|
421
339
|
AttributeNames: string[] | undefined;
|
|
422
340
|
}
|
|
423
|
-
export declare namespace BatchGetObjectAttributes {
|
|
424
|
-
|
|
425
|
-
const filterSensitiveLog: (obj: BatchGetObjectAttributes) => any;
|
|
426
|
-
}
|
|
427
341
|
|
|
428
342
|
export interface BatchGetObjectInformation {
|
|
429
343
|
|
|
430
344
|
ObjectReference: ObjectReference | undefined;
|
|
431
345
|
}
|
|
432
|
-
export declare namespace BatchGetObjectInformation {
|
|
433
|
-
|
|
434
|
-
const filterSensitiveLog: (obj: BatchGetObjectInformation) => any;
|
|
435
|
-
}
|
|
436
346
|
|
|
437
347
|
export interface BatchListAttachedIndices {
|
|
438
348
|
|
|
@@ -442,10 +352,6 @@ export interface BatchListAttachedIndices {
|
|
|
442
352
|
|
|
443
353
|
MaxResults?: number;
|
|
444
354
|
}
|
|
445
|
-
export declare namespace BatchListAttachedIndices {
|
|
446
|
-
|
|
447
|
-
const filterSensitiveLog: (obj: BatchListAttachedIndices) => any;
|
|
448
|
-
}
|
|
449
355
|
export declare enum RangeMode {
|
|
450
356
|
EXCLUSIVE = "EXCLUSIVE",
|
|
451
357
|
FIRST = "FIRST",
|
|
@@ -464,10 +370,6 @@ export interface TypedAttributeValueRange {
|
|
|
464
370
|
|
|
465
371
|
EndValue?: TypedAttributeValue;
|
|
466
372
|
}
|
|
467
|
-
export declare namespace TypedAttributeValueRange {
|
|
468
|
-
|
|
469
|
-
const filterSensitiveLog: (obj: TypedAttributeValueRange) => any;
|
|
470
|
-
}
|
|
471
373
|
|
|
472
374
|
export interface TypedLinkAttributeRange {
|
|
473
375
|
|
|
@@ -475,10 +377,6 @@ export interface TypedLinkAttributeRange {
|
|
|
475
377
|
|
|
476
378
|
Range: TypedAttributeValueRange | undefined;
|
|
477
379
|
}
|
|
478
|
-
export declare namespace TypedLinkAttributeRange {
|
|
479
|
-
|
|
480
|
-
const filterSensitiveLog: (obj: TypedLinkAttributeRange) => any;
|
|
481
|
-
}
|
|
482
380
|
|
|
483
381
|
export interface BatchListIncomingTypedLinks {
|
|
484
382
|
|
|
@@ -492,10 +390,6 @@ export interface BatchListIncomingTypedLinks {
|
|
|
492
390
|
|
|
493
391
|
MaxResults?: number;
|
|
494
392
|
}
|
|
495
|
-
export declare namespace BatchListIncomingTypedLinks {
|
|
496
|
-
|
|
497
|
-
const filterSensitiveLog: (obj: BatchListIncomingTypedLinks) => any;
|
|
498
|
-
}
|
|
499
393
|
|
|
500
394
|
export interface ObjectAttributeRange {
|
|
501
395
|
|
|
@@ -503,10 +397,6 @@ export interface ObjectAttributeRange {
|
|
|
503
397
|
|
|
504
398
|
Range?: TypedAttributeValueRange;
|
|
505
399
|
}
|
|
506
|
-
export declare namespace ObjectAttributeRange {
|
|
507
|
-
|
|
508
|
-
const filterSensitiveLog: (obj: ObjectAttributeRange) => any;
|
|
509
|
-
}
|
|
510
400
|
|
|
511
401
|
export interface BatchListIndex {
|
|
512
402
|
|
|
@@ -518,10 +408,6 @@ export interface BatchListIndex {
|
|
|
518
408
|
|
|
519
409
|
NextToken?: string;
|
|
520
410
|
}
|
|
521
|
-
export declare namespace BatchListIndex {
|
|
522
|
-
|
|
523
|
-
const filterSensitiveLog: (obj: BatchListIndex) => any;
|
|
524
|
-
}
|
|
525
411
|
|
|
526
412
|
export interface BatchListObjectAttributes {
|
|
527
413
|
|
|
@@ -533,10 +419,6 @@ export interface BatchListObjectAttributes {
|
|
|
533
419
|
|
|
534
420
|
FacetFilter?: SchemaFacet;
|
|
535
421
|
}
|
|
536
|
-
export declare namespace BatchListObjectAttributes {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: BatchListObjectAttributes) => any;
|
|
539
|
-
}
|
|
540
422
|
|
|
541
423
|
export interface BatchListObjectChildren {
|
|
542
424
|
|
|
@@ -546,10 +428,6 @@ export interface BatchListObjectChildren {
|
|
|
546
428
|
|
|
547
429
|
MaxResults?: number;
|
|
548
430
|
}
|
|
549
|
-
export declare namespace BatchListObjectChildren {
|
|
550
|
-
|
|
551
|
-
const filterSensitiveLog: (obj: BatchListObjectChildren) => any;
|
|
552
|
-
}
|
|
553
431
|
|
|
554
432
|
export interface BatchListObjectParentPaths {
|
|
555
433
|
|
|
@@ -559,10 +437,6 @@ export interface BatchListObjectParentPaths {
|
|
|
559
437
|
|
|
560
438
|
MaxResults?: number;
|
|
561
439
|
}
|
|
562
|
-
export declare namespace BatchListObjectParentPaths {
|
|
563
|
-
|
|
564
|
-
const filterSensitiveLog: (obj: BatchListObjectParentPaths) => any;
|
|
565
|
-
}
|
|
566
440
|
|
|
567
441
|
export interface BatchListObjectParents {
|
|
568
442
|
|
|
@@ -572,10 +446,6 @@ export interface BatchListObjectParents {
|
|
|
572
446
|
|
|
573
447
|
MaxResults?: number;
|
|
574
448
|
}
|
|
575
|
-
export declare namespace BatchListObjectParents {
|
|
576
|
-
|
|
577
|
-
const filterSensitiveLog: (obj: BatchListObjectParents) => any;
|
|
578
|
-
}
|
|
579
449
|
|
|
580
450
|
export interface BatchListObjectPolicies {
|
|
581
451
|
|
|
@@ -585,10 +455,6 @@ export interface BatchListObjectPolicies {
|
|
|
585
455
|
|
|
586
456
|
MaxResults?: number;
|
|
587
457
|
}
|
|
588
|
-
export declare namespace BatchListObjectPolicies {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: BatchListObjectPolicies) => any;
|
|
591
|
-
}
|
|
592
458
|
|
|
593
459
|
export interface BatchListOutgoingTypedLinks {
|
|
594
460
|
|
|
@@ -602,10 +468,6 @@ export interface BatchListOutgoingTypedLinks {
|
|
|
602
468
|
|
|
603
469
|
MaxResults?: number;
|
|
604
470
|
}
|
|
605
|
-
export declare namespace BatchListOutgoingTypedLinks {
|
|
606
|
-
|
|
607
|
-
const filterSensitiveLog: (obj: BatchListOutgoingTypedLinks) => any;
|
|
608
|
-
}
|
|
609
471
|
|
|
610
472
|
export interface BatchListPolicyAttachments {
|
|
611
473
|
|
|
@@ -615,10 +477,6 @@ export interface BatchListPolicyAttachments {
|
|
|
615
477
|
|
|
616
478
|
MaxResults?: number;
|
|
617
479
|
}
|
|
618
|
-
export declare namespace BatchListPolicyAttachments {
|
|
619
|
-
|
|
620
|
-
const filterSensitiveLog: (obj: BatchListPolicyAttachments) => any;
|
|
621
|
-
}
|
|
622
480
|
|
|
623
481
|
export interface BatchLookupPolicy {
|
|
624
482
|
|
|
@@ -628,10 +486,6 @@ export interface BatchLookupPolicy {
|
|
|
628
486
|
|
|
629
487
|
MaxResults?: number;
|
|
630
488
|
}
|
|
631
|
-
export declare namespace BatchLookupPolicy {
|
|
632
|
-
|
|
633
|
-
const filterSensitiveLog: (obj: BatchLookupPolicy) => any;
|
|
634
|
-
}
|
|
635
489
|
|
|
636
490
|
export interface BatchReadOperation {
|
|
637
491
|
|
|
@@ -663,10 +517,6 @@ export interface BatchReadOperation {
|
|
|
663
517
|
|
|
664
518
|
GetLinkAttributes?: BatchGetLinkAttributes;
|
|
665
519
|
}
|
|
666
|
-
export declare namespace BatchReadOperation {
|
|
667
|
-
|
|
668
|
-
const filterSensitiveLog: (obj: BatchReadOperation) => any;
|
|
669
|
-
}
|
|
670
520
|
export interface BatchReadRequest {
|
|
671
521
|
|
|
672
522
|
DirectoryArn: string | undefined;
|
|
@@ -675,10 +525,6 @@ export interface BatchReadRequest {
|
|
|
675
525
|
|
|
676
526
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
677
527
|
}
|
|
678
|
-
export declare namespace BatchReadRequest {
|
|
679
|
-
|
|
680
|
-
const filterSensitiveLog: (obj: BatchReadRequest) => any;
|
|
681
|
-
}
|
|
682
528
|
export declare enum BatchReadExceptionType {
|
|
683
529
|
AccessDeniedException = "AccessDeniedException",
|
|
684
530
|
CannotListParentOfRootException = "CannotListParentOfRootException",
|
|
@@ -701,28 +547,16 @@ export interface BatchReadException {
|
|
|
701
547
|
|
|
702
548
|
Message?: string;
|
|
703
549
|
}
|
|
704
|
-
export declare namespace BatchReadException {
|
|
705
|
-
|
|
706
|
-
const filterSensitiveLog: (obj: BatchReadException) => any;
|
|
707
|
-
}
|
|
708
550
|
|
|
709
551
|
export interface BatchGetLinkAttributesResponse {
|
|
710
552
|
|
|
711
553
|
Attributes?: AttributeKeyAndValue[];
|
|
712
554
|
}
|
|
713
|
-
export declare namespace BatchGetLinkAttributesResponse {
|
|
714
|
-
|
|
715
|
-
const filterSensitiveLog: (obj: BatchGetLinkAttributesResponse) => any;
|
|
716
|
-
}
|
|
717
555
|
|
|
718
556
|
export interface BatchGetObjectAttributesResponse {
|
|
719
557
|
|
|
720
558
|
Attributes?: AttributeKeyAndValue[];
|
|
721
559
|
}
|
|
722
|
-
export declare namespace BatchGetObjectAttributesResponse {
|
|
723
|
-
|
|
724
|
-
const filterSensitiveLog: (obj: BatchGetObjectAttributesResponse) => any;
|
|
725
|
-
}
|
|
726
560
|
|
|
727
561
|
export interface BatchGetObjectInformationResponse {
|
|
728
562
|
|
|
@@ -730,10 +564,6 @@ export interface BatchGetObjectInformationResponse {
|
|
|
730
564
|
|
|
731
565
|
ObjectIdentifier?: string;
|
|
732
566
|
}
|
|
733
|
-
export declare namespace BatchGetObjectInformationResponse {
|
|
734
|
-
|
|
735
|
-
const filterSensitiveLog: (obj: BatchGetObjectInformationResponse) => any;
|
|
736
|
-
}
|
|
737
567
|
|
|
738
568
|
export interface IndexAttachment {
|
|
739
569
|
|
|
@@ -741,10 +571,6 @@ export interface IndexAttachment {
|
|
|
741
571
|
|
|
742
572
|
ObjectIdentifier?: string;
|
|
743
573
|
}
|
|
744
|
-
export declare namespace IndexAttachment {
|
|
745
|
-
|
|
746
|
-
const filterSensitiveLog: (obj: IndexAttachment) => any;
|
|
747
|
-
}
|
|
748
574
|
|
|
749
575
|
export interface BatchListAttachedIndicesResponse {
|
|
750
576
|
|
|
@@ -752,10 +578,6 @@ export interface BatchListAttachedIndicesResponse {
|
|
|
752
578
|
|
|
753
579
|
NextToken?: string;
|
|
754
580
|
}
|
|
755
|
-
export declare namespace BatchListAttachedIndicesResponse {
|
|
756
|
-
|
|
757
|
-
const filterSensitiveLog: (obj: BatchListAttachedIndicesResponse) => any;
|
|
758
|
-
}
|
|
759
581
|
|
|
760
582
|
export interface BatchListIncomingTypedLinksResponse {
|
|
761
583
|
|
|
@@ -763,10 +585,6 @@ export interface BatchListIncomingTypedLinksResponse {
|
|
|
763
585
|
|
|
764
586
|
NextToken?: string;
|
|
765
587
|
}
|
|
766
|
-
export declare namespace BatchListIncomingTypedLinksResponse {
|
|
767
|
-
|
|
768
|
-
const filterSensitiveLog: (obj: BatchListIncomingTypedLinksResponse) => any;
|
|
769
|
-
}
|
|
770
588
|
|
|
771
589
|
export interface BatchListIndexResponse {
|
|
772
590
|
|
|
@@ -774,10 +592,6 @@ export interface BatchListIndexResponse {
|
|
|
774
592
|
|
|
775
593
|
NextToken?: string;
|
|
776
594
|
}
|
|
777
|
-
export declare namespace BatchListIndexResponse {
|
|
778
|
-
|
|
779
|
-
const filterSensitiveLog: (obj: BatchListIndexResponse) => any;
|
|
780
|
-
}
|
|
781
595
|
|
|
782
596
|
export interface BatchListObjectAttributesResponse {
|
|
783
597
|
|
|
@@ -785,10 +599,6 @@ export interface BatchListObjectAttributesResponse {
|
|
|
785
599
|
|
|
786
600
|
NextToken?: string;
|
|
787
601
|
}
|
|
788
|
-
export declare namespace BatchListObjectAttributesResponse {
|
|
789
|
-
|
|
790
|
-
const filterSensitiveLog: (obj: BatchListObjectAttributesResponse) => any;
|
|
791
|
-
}
|
|
792
602
|
|
|
793
603
|
export interface BatchListObjectChildrenResponse {
|
|
794
604
|
|
|
@@ -796,10 +606,6 @@ export interface BatchListObjectChildrenResponse {
|
|
|
796
606
|
|
|
797
607
|
NextToken?: string;
|
|
798
608
|
}
|
|
799
|
-
export declare namespace BatchListObjectChildrenResponse {
|
|
800
|
-
|
|
801
|
-
const filterSensitiveLog: (obj: BatchListObjectChildrenResponse) => any;
|
|
802
|
-
}
|
|
803
609
|
|
|
804
610
|
export interface PathToObjectIdentifiers {
|
|
805
611
|
|
|
@@ -807,10 +613,6 @@ export interface PathToObjectIdentifiers {
|
|
|
807
613
|
|
|
808
614
|
ObjectIdentifiers?: string[];
|
|
809
615
|
}
|
|
810
|
-
export declare namespace PathToObjectIdentifiers {
|
|
811
|
-
|
|
812
|
-
const filterSensitiveLog: (obj: PathToObjectIdentifiers) => any;
|
|
813
|
-
}
|
|
814
616
|
|
|
815
617
|
export interface BatchListObjectParentPathsResponse {
|
|
816
618
|
|
|
@@ -818,10 +620,6 @@ export interface BatchListObjectParentPathsResponse {
|
|
|
818
620
|
|
|
819
621
|
NextToken?: string;
|
|
820
622
|
}
|
|
821
|
-
export declare namespace BatchListObjectParentPathsResponse {
|
|
822
|
-
|
|
823
|
-
const filterSensitiveLog: (obj: BatchListObjectParentPathsResponse) => any;
|
|
824
|
-
}
|
|
825
623
|
|
|
826
624
|
export interface ObjectIdentifierAndLinkNameTuple {
|
|
827
625
|
|
|
@@ -829,10 +627,6 @@ export interface ObjectIdentifierAndLinkNameTuple {
|
|
|
829
627
|
|
|
830
628
|
LinkName?: string;
|
|
831
629
|
}
|
|
832
|
-
export declare namespace ObjectIdentifierAndLinkNameTuple {
|
|
833
|
-
|
|
834
|
-
const filterSensitiveLog: (obj: ObjectIdentifierAndLinkNameTuple) => any;
|
|
835
|
-
}
|
|
836
630
|
|
|
837
631
|
export interface BatchListObjectParentsResponse {
|
|
838
632
|
|
|
@@ -840,10 +634,6 @@ export interface BatchListObjectParentsResponse {
|
|
|
840
634
|
|
|
841
635
|
NextToken?: string;
|
|
842
636
|
}
|
|
843
|
-
export declare namespace BatchListObjectParentsResponse {
|
|
844
|
-
|
|
845
|
-
const filterSensitiveLog: (obj: BatchListObjectParentsResponse) => any;
|
|
846
|
-
}
|
|
847
637
|
|
|
848
638
|
export interface BatchListObjectPoliciesResponse {
|
|
849
639
|
|
|
@@ -851,10 +641,6 @@ export interface BatchListObjectPoliciesResponse {
|
|
|
851
641
|
|
|
852
642
|
NextToken?: string;
|
|
853
643
|
}
|
|
854
|
-
export declare namespace BatchListObjectPoliciesResponse {
|
|
855
|
-
|
|
856
|
-
const filterSensitiveLog: (obj: BatchListObjectPoliciesResponse) => any;
|
|
857
|
-
}
|
|
858
644
|
|
|
859
645
|
export interface BatchListOutgoingTypedLinksResponse {
|
|
860
646
|
|
|
@@ -862,10 +648,6 @@ export interface BatchListOutgoingTypedLinksResponse {
|
|
|
862
648
|
|
|
863
649
|
NextToken?: string;
|
|
864
650
|
}
|
|
865
|
-
export declare namespace BatchListOutgoingTypedLinksResponse {
|
|
866
|
-
|
|
867
|
-
const filterSensitiveLog: (obj: BatchListOutgoingTypedLinksResponse) => any;
|
|
868
|
-
}
|
|
869
651
|
|
|
870
652
|
export interface BatchListPolicyAttachmentsResponse {
|
|
871
653
|
|
|
@@ -873,10 +655,6 @@ export interface BatchListPolicyAttachmentsResponse {
|
|
|
873
655
|
|
|
874
656
|
NextToken?: string;
|
|
875
657
|
}
|
|
876
|
-
export declare namespace BatchListPolicyAttachmentsResponse {
|
|
877
|
-
|
|
878
|
-
const filterSensitiveLog: (obj: BatchListPolicyAttachmentsResponse) => any;
|
|
879
|
-
}
|
|
880
658
|
|
|
881
659
|
export interface PolicyAttachment {
|
|
882
660
|
|
|
@@ -886,10 +664,6 @@ export interface PolicyAttachment {
|
|
|
886
664
|
|
|
887
665
|
PolicyType?: string;
|
|
888
666
|
}
|
|
889
|
-
export declare namespace PolicyAttachment {
|
|
890
|
-
|
|
891
|
-
const filterSensitiveLog: (obj: PolicyAttachment) => any;
|
|
892
|
-
}
|
|
893
667
|
|
|
894
668
|
export interface PolicyToPath {
|
|
895
669
|
|
|
@@ -897,10 +671,6 @@ export interface PolicyToPath {
|
|
|
897
671
|
|
|
898
672
|
Policies?: PolicyAttachment[];
|
|
899
673
|
}
|
|
900
|
-
export declare namespace PolicyToPath {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: PolicyToPath) => any;
|
|
903
|
-
}
|
|
904
674
|
|
|
905
675
|
export interface BatchLookupPolicyResponse {
|
|
906
676
|
|
|
@@ -908,10 +678,6 @@ export interface BatchLookupPolicyResponse {
|
|
|
908
678
|
|
|
909
679
|
NextToken?: string;
|
|
910
680
|
}
|
|
911
|
-
export declare namespace BatchLookupPolicyResponse {
|
|
912
|
-
|
|
913
|
-
const filterSensitiveLog: (obj: BatchLookupPolicyResponse) => any;
|
|
914
|
-
}
|
|
915
681
|
|
|
916
682
|
export interface BatchReadSuccessfulResponse {
|
|
917
683
|
|
|
@@ -943,10 +709,6 @@ export interface BatchReadSuccessfulResponse {
|
|
|
943
709
|
|
|
944
710
|
ListObjectParents?: BatchListObjectParentsResponse;
|
|
945
711
|
}
|
|
946
|
-
export declare namespace BatchReadSuccessfulResponse {
|
|
947
|
-
|
|
948
|
-
const filterSensitiveLog: (obj: BatchReadSuccessfulResponse) => any;
|
|
949
|
-
}
|
|
950
712
|
|
|
951
713
|
export interface BatchReadOperationResponse {
|
|
952
714
|
|
|
@@ -954,18 +716,10 @@ export interface BatchReadOperationResponse {
|
|
|
954
716
|
|
|
955
717
|
ExceptionResponse?: BatchReadException;
|
|
956
718
|
}
|
|
957
|
-
export declare namespace BatchReadOperationResponse {
|
|
958
|
-
|
|
959
|
-
const filterSensitiveLog: (obj: BatchReadOperationResponse) => any;
|
|
960
|
-
}
|
|
961
719
|
export interface BatchReadResponse {
|
|
962
720
|
|
|
963
721
|
Responses?: BatchReadOperationResponse[];
|
|
964
722
|
}
|
|
965
|
-
export declare namespace BatchReadResponse {
|
|
966
|
-
|
|
967
|
-
const filterSensitiveLog: (obj: BatchReadResponse) => any;
|
|
968
|
-
}
|
|
969
723
|
export declare enum BatchWriteExceptionType {
|
|
970
724
|
AccessDeniedException = "AccessDeniedException",
|
|
971
725
|
DirectoryNotEnabledException = "DirectoryNotEnabledException",
|
|
@@ -1005,10 +759,6 @@ export interface BatchAddFacetToObject {
|
|
|
1005
759
|
|
|
1006
760
|
ObjectReference: ObjectReference | undefined;
|
|
1007
761
|
}
|
|
1008
|
-
export declare namespace BatchAddFacetToObject {
|
|
1009
|
-
|
|
1010
|
-
const filterSensitiveLog: (obj: BatchAddFacetToObject) => any;
|
|
1011
|
-
}
|
|
1012
762
|
|
|
1013
763
|
export interface BatchAttachObject {
|
|
1014
764
|
|
|
@@ -1018,10 +768,6 @@ export interface BatchAttachObject {
|
|
|
1018
768
|
|
|
1019
769
|
LinkName: string | undefined;
|
|
1020
770
|
}
|
|
1021
|
-
export declare namespace BatchAttachObject {
|
|
1022
|
-
|
|
1023
|
-
const filterSensitiveLog: (obj: BatchAttachObject) => any;
|
|
1024
|
-
}
|
|
1025
771
|
|
|
1026
772
|
export interface BatchAttachPolicy {
|
|
1027
773
|
|
|
@@ -1029,10 +775,6 @@ export interface BatchAttachPolicy {
|
|
|
1029
775
|
|
|
1030
776
|
ObjectReference: ObjectReference | undefined;
|
|
1031
777
|
}
|
|
1032
|
-
export declare namespace BatchAttachPolicy {
|
|
1033
|
-
|
|
1034
|
-
const filterSensitiveLog: (obj: BatchAttachPolicy) => any;
|
|
1035
|
-
}
|
|
1036
778
|
|
|
1037
779
|
export interface BatchAttachToIndex {
|
|
1038
780
|
|
|
@@ -1040,10 +782,6 @@ export interface BatchAttachToIndex {
|
|
|
1040
782
|
|
|
1041
783
|
TargetReference: ObjectReference | undefined;
|
|
1042
784
|
}
|
|
1043
|
-
export declare namespace BatchAttachToIndex {
|
|
1044
|
-
|
|
1045
|
-
const filterSensitiveLog: (obj: BatchAttachToIndex) => any;
|
|
1046
|
-
}
|
|
1047
785
|
|
|
1048
786
|
export interface BatchAttachTypedLink {
|
|
1049
787
|
|
|
@@ -1055,10 +793,6 @@ export interface BatchAttachTypedLink {
|
|
|
1055
793
|
|
|
1056
794
|
Attributes: AttributeNameAndValue[] | undefined;
|
|
1057
795
|
}
|
|
1058
|
-
export declare namespace BatchAttachTypedLink {
|
|
1059
|
-
|
|
1060
|
-
const filterSensitiveLog: (obj: BatchAttachTypedLink) => any;
|
|
1061
|
-
}
|
|
1062
796
|
|
|
1063
797
|
export interface BatchCreateIndex {
|
|
1064
798
|
|
|
@@ -1072,10 +806,6 @@ export interface BatchCreateIndex {
|
|
|
1072
806
|
|
|
1073
807
|
BatchReferenceName?: string;
|
|
1074
808
|
}
|
|
1075
|
-
export declare namespace BatchCreateIndex {
|
|
1076
|
-
|
|
1077
|
-
const filterSensitiveLog: (obj: BatchCreateIndex) => any;
|
|
1078
|
-
}
|
|
1079
809
|
|
|
1080
810
|
export interface BatchCreateObject {
|
|
1081
811
|
|
|
@@ -1089,19 +819,11 @@ export interface BatchCreateObject {
|
|
|
1089
819
|
|
|
1090
820
|
BatchReferenceName?: string;
|
|
1091
821
|
}
|
|
1092
|
-
export declare namespace BatchCreateObject {
|
|
1093
|
-
|
|
1094
|
-
const filterSensitiveLog: (obj: BatchCreateObject) => any;
|
|
1095
|
-
}
|
|
1096
822
|
|
|
1097
823
|
export interface BatchDeleteObject {
|
|
1098
824
|
|
|
1099
825
|
ObjectReference: ObjectReference | undefined;
|
|
1100
826
|
}
|
|
1101
|
-
export declare namespace BatchDeleteObject {
|
|
1102
|
-
|
|
1103
|
-
const filterSensitiveLog: (obj: BatchDeleteObject) => any;
|
|
1104
|
-
}
|
|
1105
827
|
|
|
1106
828
|
export interface BatchDetachFromIndex {
|
|
1107
829
|
|
|
@@ -1109,10 +831,6 @@ export interface BatchDetachFromIndex {
|
|
|
1109
831
|
|
|
1110
832
|
TargetReference: ObjectReference | undefined;
|
|
1111
833
|
}
|
|
1112
|
-
export declare namespace BatchDetachFromIndex {
|
|
1113
|
-
|
|
1114
|
-
const filterSensitiveLog: (obj: BatchDetachFromIndex) => any;
|
|
1115
|
-
}
|
|
1116
834
|
|
|
1117
835
|
export interface BatchDetachObject {
|
|
1118
836
|
|
|
@@ -1122,10 +840,6 @@ export interface BatchDetachObject {
|
|
|
1122
840
|
|
|
1123
841
|
BatchReferenceName?: string;
|
|
1124
842
|
}
|
|
1125
|
-
export declare namespace BatchDetachObject {
|
|
1126
|
-
|
|
1127
|
-
const filterSensitiveLog: (obj: BatchDetachObject) => any;
|
|
1128
|
-
}
|
|
1129
843
|
|
|
1130
844
|
export interface BatchDetachPolicy {
|
|
1131
845
|
|
|
@@ -1133,19 +847,11 @@ export interface BatchDetachPolicy {
|
|
|
1133
847
|
|
|
1134
848
|
ObjectReference: ObjectReference | undefined;
|
|
1135
849
|
}
|
|
1136
|
-
export declare namespace BatchDetachPolicy {
|
|
1137
|
-
|
|
1138
|
-
const filterSensitiveLog: (obj: BatchDetachPolicy) => any;
|
|
1139
|
-
}
|
|
1140
850
|
|
|
1141
851
|
export interface BatchDetachTypedLink {
|
|
1142
852
|
|
|
1143
853
|
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
1144
854
|
}
|
|
1145
|
-
export declare namespace BatchDetachTypedLink {
|
|
1146
|
-
|
|
1147
|
-
const filterSensitiveLog: (obj: BatchDetachTypedLink) => any;
|
|
1148
|
-
}
|
|
1149
855
|
|
|
1150
856
|
export interface BatchRemoveFacetFromObject {
|
|
1151
857
|
|
|
@@ -1153,10 +859,6 @@ export interface BatchRemoveFacetFromObject {
|
|
|
1153
859
|
|
|
1154
860
|
ObjectReference: ObjectReference | undefined;
|
|
1155
861
|
}
|
|
1156
|
-
export declare namespace BatchRemoveFacetFromObject {
|
|
1157
|
-
|
|
1158
|
-
const filterSensitiveLog: (obj: BatchRemoveFacetFromObject) => any;
|
|
1159
|
-
}
|
|
1160
862
|
export declare enum UpdateActionType {
|
|
1161
863
|
CREATE_OR_UPDATE = "CREATE_OR_UPDATE",
|
|
1162
864
|
DELETE = "DELETE"
|
|
@@ -1168,10 +870,6 @@ export interface LinkAttributeAction {
|
|
|
1168
870
|
|
|
1169
871
|
AttributeUpdateValue?: TypedAttributeValue;
|
|
1170
872
|
}
|
|
1171
|
-
export declare namespace LinkAttributeAction {
|
|
1172
|
-
|
|
1173
|
-
const filterSensitiveLog: (obj: LinkAttributeAction) => any;
|
|
1174
|
-
}
|
|
1175
873
|
|
|
1176
874
|
export interface LinkAttributeUpdate {
|
|
1177
875
|
|
|
@@ -1179,10 +877,6 @@ export interface LinkAttributeUpdate {
|
|
|
1179
877
|
|
|
1180
878
|
AttributeAction?: LinkAttributeAction;
|
|
1181
879
|
}
|
|
1182
|
-
export declare namespace LinkAttributeUpdate {
|
|
1183
|
-
|
|
1184
|
-
const filterSensitiveLog: (obj: LinkAttributeUpdate) => any;
|
|
1185
|
-
}
|
|
1186
880
|
|
|
1187
881
|
export interface BatchUpdateLinkAttributes {
|
|
1188
882
|
|
|
@@ -1190,10 +884,6 @@ export interface BatchUpdateLinkAttributes {
|
|
|
1190
884
|
|
|
1191
885
|
AttributeUpdates: LinkAttributeUpdate[] | undefined;
|
|
1192
886
|
}
|
|
1193
|
-
export declare namespace BatchUpdateLinkAttributes {
|
|
1194
|
-
|
|
1195
|
-
const filterSensitiveLog: (obj: BatchUpdateLinkAttributes) => any;
|
|
1196
|
-
}
|
|
1197
887
|
|
|
1198
888
|
export interface ObjectAttributeAction {
|
|
1199
889
|
|
|
@@ -1201,10 +891,6 @@ export interface ObjectAttributeAction {
|
|
|
1201
891
|
|
|
1202
892
|
ObjectAttributeUpdateValue?: TypedAttributeValue;
|
|
1203
893
|
}
|
|
1204
|
-
export declare namespace ObjectAttributeAction {
|
|
1205
|
-
|
|
1206
|
-
const filterSensitiveLog: (obj: ObjectAttributeAction) => any;
|
|
1207
|
-
}
|
|
1208
894
|
|
|
1209
895
|
export interface ObjectAttributeUpdate {
|
|
1210
896
|
|
|
@@ -1212,10 +898,6 @@ export interface ObjectAttributeUpdate {
|
|
|
1212
898
|
|
|
1213
899
|
ObjectAttributeAction?: ObjectAttributeAction;
|
|
1214
900
|
}
|
|
1215
|
-
export declare namespace ObjectAttributeUpdate {
|
|
1216
|
-
|
|
1217
|
-
const filterSensitiveLog: (obj: ObjectAttributeUpdate) => any;
|
|
1218
|
-
}
|
|
1219
901
|
|
|
1220
902
|
export interface BatchUpdateObjectAttributes {
|
|
1221
903
|
|
|
@@ -1223,10 +905,6 @@ export interface BatchUpdateObjectAttributes {
|
|
|
1223
905
|
|
|
1224
906
|
AttributeUpdates: ObjectAttributeUpdate[] | undefined;
|
|
1225
907
|
}
|
|
1226
|
-
export declare namespace BatchUpdateObjectAttributes {
|
|
1227
|
-
|
|
1228
|
-
const filterSensitiveLog: (obj: BatchUpdateObjectAttributes) => any;
|
|
1229
|
-
}
|
|
1230
908
|
|
|
1231
909
|
export interface BatchWriteOperation {
|
|
1232
910
|
|
|
@@ -1260,141 +938,73 @@ export interface BatchWriteOperation {
|
|
|
1260
938
|
|
|
1261
939
|
UpdateLinkAttributes?: BatchUpdateLinkAttributes;
|
|
1262
940
|
}
|
|
1263
|
-
export declare namespace BatchWriteOperation {
|
|
1264
|
-
|
|
1265
|
-
const filterSensitiveLog: (obj: BatchWriteOperation) => any;
|
|
1266
|
-
}
|
|
1267
941
|
export interface BatchWriteRequest {
|
|
1268
942
|
|
|
1269
943
|
DirectoryArn: string | undefined;
|
|
1270
944
|
|
|
1271
945
|
Operations: BatchWriteOperation[] | undefined;
|
|
1272
946
|
}
|
|
1273
|
-
export declare namespace BatchWriteRequest {
|
|
1274
|
-
|
|
1275
|
-
const filterSensitiveLog: (obj: BatchWriteRequest) => any;
|
|
1276
|
-
}
|
|
1277
947
|
|
|
1278
948
|
export interface BatchAddFacetToObjectResponse {
|
|
1279
949
|
}
|
|
1280
|
-
export declare namespace BatchAddFacetToObjectResponse {
|
|
1281
|
-
|
|
1282
|
-
const filterSensitiveLog: (obj: BatchAddFacetToObjectResponse) => any;
|
|
1283
|
-
}
|
|
1284
950
|
|
|
1285
951
|
export interface BatchAttachObjectResponse {
|
|
1286
952
|
|
|
1287
953
|
attachedObjectIdentifier?: string;
|
|
1288
954
|
}
|
|
1289
|
-
export declare namespace BatchAttachObjectResponse {
|
|
1290
|
-
|
|
1291
|
-
const filterSensitiveLog: (obj: BatchAttachObjectResponse) => any;
|
|
1292
|
-
}
|
|
1293
955
|
|
|
1294
956
|
export interface BatchAttachPolicyResponse {
|
|
1295
957
|
}
|
|
1296
|
-
export declare namespace BatchAttachPolicyResponse {
|
|
1297
|
-
|
|
1298
|
-
const filterSensitiveLog: (obj: BatchAttachPolicyResponse) => any;
|
|
1299
|
-
}
|
|
1300
958
|
|
|
1301
959
|
export interface BatchAttachToIndexResponse {
|
|
1302
960
|
|
|
1303
961
|
AttachedObjectIdentifier?: string;
|
|
1304
962
|
}
|
|
1305
|
-
export declare namespace BatchAttachToIndexResponse {
|
|
1306
|
-
|
|
1307
|
-
const filterSensitiveLog: (obj: BatchAttachToIndexResponse) => any;
|
|
1308
|
-
}
|
|
1309
963
|
|
|
1310
964
|
export interface BatchAttachTypedLinkResponse {
|
|
1311
965
|
|
|
1312
966
|
TypedLinkSpecifier?: TypedLinkSpecifier;
|
|
1313
967
|
}
|
|
1314
|
-
export declare namespace BatchAttachTypedLinkResponse {
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: BatchAttachTypedLinkResponse) => any;
|
|
1317
|
-
}
|
|
1318
968
|
|
|
1319
969
|
export interface BatchCreateIndexResponse {
|
|
1320
970
|
|
|
1321
971
|
ObjectIdentifier?: string;
|
|
1322
972
|
}
|
|
1323
|
-
export declare namespace BatchCreateIndexResponse {
|
|
1324
|
-
|
|
1325
|
-
const filterSensitiveLog: (obj: BatchCreateIndexResponse) => any;
|
|
1326
|
-
}
|
|
1327
973
|
|
|
1328
974
|
export interface BatchCreateObjectResponse {
|
|
1329
975
|
|
|
1330
976
|
ObjectIdentifier?: string;
|
|
1331
977
|
}
|
|
1332
|
-
export declare namespace BatchCreateObjectResponse {
|
|
1333
|
-
|
|
1334
|
-
const filterSensitiveLog: (obj: BatchCreateObjectResponse) => any;
|
|
1335
|
-
}
|
|
1336
978
|
|
|
1337
979
|
export interface BatchDeleteObjectResponse {
|
|
1338
980
|
}
|
|
1339
|
-
export declare namespace BatchDeleteObjectResponse {
|
|
1340
|
-
|
|
1341
|
-
const filterSensitiveLog: (obj: BatchDeleteObjectResponse) => any;
|
|
1342
|
-
}
|
|
1343
981
|
|
|
1344
982
|
export interface BatchDetachFromIndexResponse {
|
|
1345
983
|
|
|
1346
984
|
DetachedObjectIdentifier?: string;
|
|
1347
985
|
}
|
|
1348
|
-
export declare namespace BatchDetachFromIndexResponse {
|
|
1349
|
-
|
|
1350
|
-
const filterSensitiveLog: (obj: BatchDetachFromIndexResponse) => any;
|
|
1351
|
-
}
|
|
1352
986
|
|
|
1353
987
|
export interface BatchDetachObjectResponse {
|
|
1354
988
|
|
|
1355
989
|
detachedObjectIdentifier?: string;
|
|
1356
990
|
}
|
|
1357
|
-
export declare namespace BatchDetachObjectResponse {
|
|
1358
|
-
|
|
1359
|
-
const filterSensitiveLog: (obj: BatchDetachObjectResponse) => any;
|
|
1360
|
-
}
|
|
1361
991
|
|
|
1362
992
|
export interface BatchDetachPolicyResponse {
|
|
1363
993
|
}
|
|
1364
|
-
export declare namespace BatchDetachPolicyResponse {
|
|
1365
|
-
|
|
1366
|
-
const filterSensitiveLog: (obj: BatchDetachPolicyResponse) => any;
|
|
1367
|
-
}
|
|
1368
994
|
|
|
1369
995
|
export interface BatchDetachTypedLinkResponse {
|
|
1370
996
|
}
|
|
1371
|
-
export declare namespace BatchDetachTypedLinkResponse {
|
|
1372
|
-
|
|
1373
|
-
const filterSensitiveLog: (obj: BatchDetachTypedLinkResponse) => any;
|
|
1374
|
-
}
|
|
1375
997
|
|
|
1376
998
|
export interface BatchRemoveFacetFromObjectResponse {
|
|
1377
999
|
}
|
|
1378
|
-
export declare namespace BatchRemoveFacetFromObjectResponse {
|
|
1379
|
-
|
|
1380
|
-
const filterSensitiveLog: (obj: BatchRemoveFacetFromObjectResponse) => any;
|
|
1381
|
-
}
|
|
1382
1000
|
|
|
1383
1001
|
export interface BatchUpdateLinkAttributesResponse {
|
|
1384
1002
|
}
|
|
1385
|
-
export declare namespace BatchUpdateLinkAttributesResponse {
|
|
1386
|
-
|
|
1387
|
-
const filterSensitiveLog: (obj: BatchUpdateLinkAttributesResponse) => any;
|
|
1388
|
-
}
|
|
1389
1003
|
|
|
1390
1004
|
export interface BatchUpdateObjectAttributesResponse {
|
|
1391
1005
|
|
|
1392
1006
|
ObjectIdentifier?: string;
|
|
1393
1007
|
}
|
|
1394
|
-
export declare namespace BatchUpdateObjectAttributesResponse {
|
|
1395
|
-
|
|
1396
|
-
const filterSensitiveLog: (obj: BatchUpdateObjectAttributesResponse) => any;
|
|
1397
|
-
}
|
|
1398
1008
|
|
|
1399
1009
|
export interface BatchWriteOperationResponse {
|
|
1400
1010
|
|
|
@@ -1428,28 +1038,16 @@ export interface BatchWriteOperationResponse {
|
|
|
1428
1038
|
|
|
1429
1039
|
UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse;
|
|
1430
1040
|
}
|
|
1431
|
-
export declare namespace BatchWriteOperationResponse {
|
|
1432
|
-
|
|
1433
|
-
const filterSensitiveLog: (obj: BatchWriteOperationResponse) => any;
|
|
1434
|
-
}
|
|
1435
1041
|
export interface BatchWriteResponse {
|
|
1436
1042
|
|
|
1437
1043
|
Responses?: BatchWriteOperationResponse[];
|
|
1438
1044
|
}
|
|
1439
|
-
export declare namespace BatchWriteResponse {
|
|
1440
|
-
|
|
1441
|
-
const filterSensitiveLog: (obj: BatchWriteResponse) => any;
|
|
1442
|
-
}
|
|
1443
1045
|
export interface CreateDirectoryRequest {
|
|
1444
1046
|
|
|
1445
1047
|
Name: string | undefined;
|
|
1446
1048
|
|
|
1447
1049
|
SchemaArn: string | undefined;
|
|
1448
1050
|
}
|
|
1449
|
-
export declare namespace CreateDirectoryRequest {
|
|
1450
|
-
|
|
1451
|
-
const filterSensitiveLog: (obj: CreateDirectoryRequest) => any;
|
|
1452
|
-
}
|
|
1453
1051
|
export interface CreateDirectoryResponse {
|
|
1454
1052
|
|
|
1455
1053
|
DirectoryArn: string | undefined;
|
|
@@ -1460,10 +1058,6 @@ export interface CreateDirectoryResponse {
|
|
|
1460
1058
|
|
|
1461
1059
|
AppliedSchemaArn: string | undefined;
|
|
1462
1060
|
}
|
|
1463
|
-
export declare namespace CreateDirectoryResponse {
|
|
1464
|
-
|
|
1465
|
-
const filterSensitiveLog: (obj: CreateDirectoryResponse) => any;
|
|
1466
|
-
}
|
|
1467
1061
|
|
|
1468
1062
|
export declare class DirectoryAlreadyExistsException extends __BaseException {
|
|
1469
1063
|
readonly name: "DirectoryAlreadyExistsException";
|
|
@@ -1485,10 +1079,6 @@ export interface Rule {
|
|
|
1485
1079
|
|
|
1486
1080
|
Parameters?: Record<string, string>;
|
|
1487
1081
|
}
|
|
1488
|
-
export declare namespace Rule {
|
|
1489
|
-
|
|
1490
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
1491
|
-
}
|
|
1492
1082
|
export declare enum FacetAttributeType {
|
|
1493
1083
|
BINARY = "BINARY",
|
|
1494
1084
|
BOOLEAN = "BOOLEAN",
|
|
@@ -1508,10 +1098,6 @@ export interface FacetAttributeDefinition {
|
|
|
1508
1098
|
|
|
1509
1099
|
Rules?: Record<string, Rule>;
|
|
1510
1100
|
}
|
|
1511
|
-
export declare namespace FacetAttributeDefinition {
|
|
1512
|
-
|
|
1513
|
-
const filterSensitiveLog: (obj: FacetAttributeDefinition) => any;
|
|
1514
|
-
}
|
|
1515
1101
|
|
|
1516
1102
|
export interface FacetAttributeReference {
|
|
1517
1103
|
|
|
@@ -1519,10 +1105,6 @@ export interface FacetAttributeReference {
|
|
|
1519
1105
|
|
|
1520
1106
|
TargetAttributeName: string | undefined;
|
|
1521
1107
|
}
|
|
1522
|
-
export declare namespace FacetAttributeReference {
|
|
1523
|
-
|
|
1524
|
-
const filterSensitiveLog: (obj: FacetAttributeReference) => any;
|
|
1525
|
-
}
|
|
1526
1108
|
export declare enum RequiredAttributeBehavior {
|
|
1527
1109
|
NOT_REQUIRED = "NOT_REQUIRED",
|
|
1528
1110
|
REQUIRED_ALWAYS = "REQUIRED_ALWAYS"
|
|
@@ -1538,10 +1120,6 @@ export interface FacetAttribute {
|
|
|
1538
1120
|
|
|
1539
1121
|
RequiredBehavior?: RequiredAttributeBehavior | string;
|
|
1540
1122
|
}
|
|
1541
|
-
export declare namespace FacetAttribute {
|
|
1542
|
-
|
|
1543
|
-
const filterSensitiveLog: (obj: FacetAttribute) => any;
|
|
1544
|
-
}
|
|
1545
1123
|
export declare enum FacetStyle {
|
|
1546
1124
|
DYNAMIC = "DYNAMIC",
|
|
1547
1125
|
STATIC = "STATIC"
|
|
@@ -1564,16 +1142,8 @@ export interface CreateFacetRequest {
|
|
|
1564
1142
|
|
|
1565
1143
|
FacetStyle?: FacetStyle | string;
|
|
1566
1144
|
}
|
|
1567
|
-
export declare namespace CreateFacetRequest {
|
|
1568
|
-
|
|
1569
|
-
const filterSensitiveLog: (obj: CreateFacetRequest) => any;
|
|
1570
|
-
}
|
|
1571
1145
|
export interface CreateFacetResponse {
|
|
1572
1146
|
}
|
|
1573
|
-
export declare namespace CreateFacetResponse {
|
|
1574
|
-
|
|
1575
|
-
const filterSensitiveLog: (obj: CreateFacetResponse) => any;
|
|
1576
|
-
}
|
|
1577
1147
|
|
|
1578
1148
|
export declare class FacetAlreadyExistsException extends __BaseException {
|
|
1579
1149
|
readonly name: "FacetAlreadyExistsException";
|
|
@@ -1602,18 +1172,10 @@ export interface CreateIndexRequest {
|
|
|
1602
1172
|
|
|
1603
1173
|
LinkName?: string;
|
|
1604
1174
|
}
|
|
1605
|
-
export declare namespace CreateIndexRequest {
|
|
1606
|
-
|
|
1607
|
-
const filterSensitiveLog: (obj: CreateIndexRequest) => any;
|
|
1608
|
-
}
|
|
1609
1175
|
export interface CreateIndexResponse {
|
|
1610
1176
|
|
|
1611
1177
|
ObjectIdentifier?: string;
|
|
1612
1178
|
}
|
|
1613
|
-
export declare namespace CreateIndexResponse {
|
|
1614
|
-
|
|
1615
|
-
const filterSensitiveLog: (obj: CreateIndexResponse) => any;
|
|
1616
|
-
}
|
|
1617
1179
|
|
|
1618
1180
|
export declare class UnsupportedIndexTypeException extends __BaseException {
|
|
1619
1181
|
readonly name: "UnsupportedIndexTypeException";
|
|
@@ -1634,34 +1196,18 @@ export interface CreateObjectRequest {
|
|
|
1634
1196
|
|
|
1635
1197
|
LinkName?: string;
|
|
1636
1198
|
}
|
|
1637
|
-
export declare namespace CreateObjectRequest {
|
|
1638
|
-
|
|
1639
|
-
const filterSensitiveLog: (obj: CreateObjectRequest) => any;
|
|
1640
|
-
}
|
|
1641
1199
|
export interface CreateObjectResponse {
|
|
1642
1200
|
|
|
1643
1201
|
ObjectIdentifier?: string;
|
|
1644
1202
|
}
|
|
1645
|
-
export declare namespace CreateObjectResponse {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: CreateObjectResponse) => any;
|
|
1648
|
-
}
|
|
1649
1203
|
export interface CreateSchemaRequest {
|
|
1650
1204
|
|
|
1651
1205
|
Name: string | undefined;
|
|
1652
1206
|
}
|
|
1653
|
-
export declare namespace CreateSchemaRequest {
|
|
1654
|
-
|
|
1655
|
-
const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
|
|
1656
|
-
}
|
|
1657
1207
|
export interface CreateSchemaResponse {
|
|
1658
1208
|
|
|
1659
1209
|
SchemaArn?: string;
|
|
1660
1210
|
}
|
|
1661
|
-
export declare namespace CreateSchemaResponse {
|
|
1662
|
-
|
|
1663
|
-
const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
|
|
1664
|
-
}
|
|
1665
1211
|
|
|
1666
1212
|
export interface TypedLinkAttributeDefinition {
|
|
1667
1213
|
|
|
@@ -1677,10 +1223,6 @@ export interface TypedLinkAttributeDefinition {
|
|
|
1677
1223
|
|
|
1678
1224
|
RequiredBehavior: RequiredAttributeBehavior | string | undefined;
|
|
1679
1225
|
}
|
|
1680
|
-
export declare namespace TypedLinkAttributeDefinition {
|
|
1681
|
-
|
|
1682
|
-
const filterSensitiveLog: (obj: TypedLinkAttributeDefinition) => any;
|
|
1683
|
-
}
|
|
1684
1226
|
|
|
1685
1227
|
export interface TypedLinkFacet {
|
|
1686
1228
|
|
|
@@ -1690,42 +1232,22 @@ export interface TypedLinkFacet {
|
|
|
1690
1232
|
|
|
1691
1233
|
IdentityAttributeOrder: string[] | undefined;
|
|
1692
1234
|
}
|
|
1693
|
-
export declare namespace TypedLinkFacet {
|
|
1694
|
-
|
|
1695
|
-
const filterSensitiveLog: (obj: TypedLinkFacet) => any;
|
|
1696
|
-
}
|
|
1697
1235
|
export interface CreateTypedLinkFacetRequest {
|
|
1698
1236
|
|
|
1699
1237
|
SchemaArn: string | undefined;
|
|
1700
1238
|
|
|
1701
1239
|
Facet: TypedLinkFacet | undefined;
|
|
1702
1240
|
}
|
|
1703
|
-
export declare namespace CreateTypedLinkFacetRequest {
|
|
1704
|
-
|
|
1705
|
-
const filterSensitiveLog: (obj: CreateTypedLinkFacetRequest) => any;
|
|
1706
|
-
}
|
|
1707
1241
|
export interface CreateTypedLinkFacetResponse {
|
|
1708
1242
|
}
|
|
1709
|
-
export declare namespace CreateTypedLinkFacetResponse {
|
|
1710
|
-
|
|
1711
|
-
const filterSensitiveLog: (obj: CreateTypedLinkFacetResponse) => any;
|
|
1712
|
-
}
|
|
1713
1243
|
export interface DeleteDirectoryRequest {
|
|
1714
1244
|
|
|
1715
1245
|
DirectoryArn: string | undefined;
|
|
1716
1246
|
}
|
|
1717
|
-
export declare namespace DeleteDirectoryRequest {
|
|
1718
|
-
|
|
1719
|
-
const filterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
|
|
1720
|
-
}
|
|
1721
1247
|
export interface DeleteDirectoryResponse {
|
|
1722
1248
|
|
|
1723
1249
|
DirectoryArn: string | undefined;
|
|
1724
1250
|
}
|
|
1725
|
-
export declare namespace DeleteDirectoryResponse {
|
|
1726
|
-
|
|
1727
|
-
const filterSensitiveLog: (obj: DeleteDirectoryResponse) => any;
|
|
1728
|
-
}
|
|
1729
1251
|
|
|
1730
1252
|
export declare class DirectoryDeletedException extends __BaseException {
|
|
1731
1253
|
readonly name: "DirectoryDeletedException";
|
|
@@ -1748,16 +1270,8 @@ export interface DeleteFacetRequest {
|
|
|
1748
1270
|
|
|
1749
1271
|
Name: string | undefined;
|
|
1750
1272
|
}
|
|
1751
|
-
export declare namespace DeleteFacetRequest {
|
|
1752
|
-
|
|
1753
|
-
const filterSensitiveLog: (obj: DeleteFacetRequest) => any;
|
|
1754
|
-
}
|
|
1755
1273
|
export interface DeleteFacetResponse {
|
|
1756
1274
|
}
|
|
1757
|
-
export declare namespace DeleteFacetResponse {
|
|
1758
|
-
|
|
1759
|
-
const filterSensitiveLog: (obj: DeleteFacetResponse) => any;
|
|
1760
|
-
}
|
|
1761
1275
|
|
|
1762
1276
|
export declare class FacetInUseException extends __BaseException {
|
|
1763
1277
|
readonly name: "FacetInUseException";
|
|
@@ -1780,16 +1294,8 @@ export interface DeleteObjectRequest {
|
|
|
1780
1294
|
|
|
1781
1295
|
ObjectReference: ObjectReference | undefined;
|
|
1782
1296
|
}
|
|
1783
|
-
export declare namespace DeleteObjectRequest {
|
|
1784
|
-
|
|
1785
|
-
const filterSensitiveLog: (obj: DeleteObjectRequest) => any;
|
|
1786
|
-
}
|
|
1787
1297
|
export interface DeleteObjectResponse {
|
|
1788
1298
|
}
|
|
1789
|
-
export declare namespace DeleteObjectResponse {
|
|
1790
|
-
|
|
1791
|
-
const filterSensitiveLog: (obj: DeleteObjectResponse) => any;
|
|
1792
|
-
}
|
|
1793
1299
|
|
|
1794
1300
|
export declare class ObjectNotDetachedException extends __BaseException {
|
|
1795
1301
|
readonly name: "ObjectNotDetachedException";
|
|
@@ -1802,18 +1308,10 @@ export interface DeleteSchemaRequest {
|
|
|
1802
1308
|
|
|
1803
1309
|
SchemaArn: string | undefined;
|
|
1804
1310
|
}
|
|
1805
|
-
export declare namespace DeleteSchemaRequest {
|
|
1806
|
-
|
|
1807
|
-
const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
|
|
1808
|
-
}
|
|
1809
1311
|
export interface DeleteSchemaResponse {
|
|
1810
1312
|
|
|
1811
1313
|
SchemaArn?: string;
|
|
1812
1314
|
}
|
|
1813
|
-
export declare namespace DeleteSchemaResponse {
|
|
1814
|
-
|
|
1815
|
-
const filterSensitiveLog: (obj: DeleteSchemaResponse) => any;
|
|
1816
|
-
}
|
|
1817
1315
|
|
|
1818
1316
|
export declare class StillContainsLinksException extends __BaseException {
|
|
1819
1317
|
readonly name: "StillContainsLinksException";
|
|
@@ -1828,16 +1326,8 @@ export interface DeleteTypedLinkFacetRequest {
|
|
|
1828
1326
|
|
|
1829
1327
|
Name: string | undefined;
|
|
1830
1328
|
}
|
|
1831
|
-
export declare namespace DeleteTypedLinkFacetRequest {
|
|
1832
|
-
|
|
1833
|
-
const filterSensitiveLog: (obj: DeleteTypedLinkFacetRequest) => any;
|
|
1834
|
-
}
|
|
1835
1329
|
export interface DeleteTypedLinkFacetResponse {
|
|
1836
1330
|
}
|
|
1837
|
-
export declare namespace DeleteTypedLinkFacetResponse {
|
|
1838
|
-
|
|
1839
|
-
const filterSensitiveLog: (obj: DeleteTypedLinkFacetResponse) => any;
|
|
1840
|
-
}
|
|
1841
1331
|
export interface DetachFromIndexRequest {
|
|
1842
1332
|
|
|
1843
1333
|
DirectoryArn: string | undefined;
|
|
@@ -1846,18 +1336,10 @@ export interface DetachFromIndexRequest {
|
|
|
1846
1336
|
|
|
1847
1337
|
TargetReference: ObjectReference | undefined;
|
|
1848
1338
|
}
|
|
1849
|
-
export
|
|
1850
|
-
|
|
1851
|
-
const filterSensitiveLog: (obj: DetachFromIndexRequest) => any;
|
|
1852
|
-
}
|
|
1853
|
-
export interface DetachFromIndexResponse {
|
|
1339
|
+
export interface DetachFromIndexResponse {
|
|
1854
1340
|
|
|
1855
1341
|
DetachedObjectIdentifier?: string;
|
|
1856
1342
|
}
|
|
1857
|
-
export declare namespace DetachFromIndexResponse {
|
|
1858
|
-
|
|
1859
|
-
const filterSensitiveLog: (obj: DetachFromIndexResponse) => any;
|
|
1860
|
-
}
|
|
1861
1343
|
|
|
1862
1344
|
export declare class ObjectAlreadyDetachedException extends __BaseException {
|
|
1863
1345
|
readonly name: "ObjectAlreadyDetachedException";
|
|
@@ -1874,18 +1356,10 @@ export interface DetachObjectRequest {
|
|
|
1874
1356
|
|
|
1875
1357
|
LinkName: string | undefined;
|
|
1876
1358
|
}
|
|
1877
|
-
export declare namespace DetachObjectRequest {
|
|
1878
|
-
|
|
1879
|
-
const filterSensitiveLog: (obj: DetachObjectRequest) => any;
|
|
1880
|
-
}
|
|
1881
1359
|
export interface DetachObjectResponse {
|
|
1882
1360
|
|
|
1883
1361
|
DetachedObjectIdentifier?: string;
|
|
1884
1362
|
}
|
|
1885
|
-
export declare namespace DetachObjectResponse {
|
|
1886
|
-
|
|
1887
|
-
const filterSensitiveLog: (obj: DetachObjectResponse) => any;
|
|
1888
|
-
}
|
|
1889
1363
|
|
|
1890
1364
|
export declare class NotNodeException extends __BaseException {
|
|
1891
1365
|
readonly name: "NotNodeException";
|
|
@@ -1902,82 +1376,42 @@ export interface DetachPolicyRequest {
|
|
|
1902
1376
|
|
|
1903
1377
|
ObjectReference: ObjectReference | undefined;
|
|
1904
1378
|
}
|
|
1905
|
-
export declare namespace DetachPolicyRequest {
|
|
1906
|
-
|
|
1907
|
-
const filterSensitiveLog: (obj: DetachPolicyRequest) => any;
|
|
1908
|
-
}
|
|
1909
1379
|
export interface DetachPolicyResponse {
|
|
1910
1380
|
}
|
|
1911
|
-
export declare namespace DetachPolicyResponse {
|
|
1912
|
-
|
|
1913
|
-
const filterSensitiveLog: (obj: DetachPolicyResponse) => any;
|
|
1914
|
-
}
|
|
1915
1381
|
export interface DetachTypedLinkRequest {
|
|
1916
1382
|
|
|
1917
1383
|
DirectoryArn: string | undefined;
|
|
1918
1384
|
|
|
1919
1385
|
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
1920
1386
|
}
|
|
1921
|
-
export declare namespace DetachTypedLinkRequest {
|
|
1922
|
-
|
|
1923
|
-
const filterSensitiveLog: (obj: DetachTypedLinkRequest) => any;
|
|
1924
|
-
}
|
|
1925
1387
|
export interface DisableDirectoryRequest {
|
|
1926
1388
|
|
|
1927
1389
|
DirectoryArn: string | undefined;
|
|
1928
1390
|
}
|
|
1929
|
-
export declare namespace DisableDirectoryRequest {
|
|
1930
|
-
|
|
1931
|
-
const filterSensitiveLog: (obj: DisableDirectoryRequest) => any;
|
|
1932
|
-
}
|
|
1933
1391
|
export interface DisableDirectoryResponse {
|
|
1934
1392
|
|
|
1935
1393
|
DirectoryArn: string | undefined;
|
|
1936
1394
|
}
|
|
1937
|
-
export declare namespace DisableDirectoryResponse {
|
|
1938
|
-
|
|
1939
|
-
const filterSensitiveLog: (obj: DisableDirectoryResponse) => any;
|
|
1940
|
-
}
|
|
1941
1395
|
export interface EnableDirectoryRequest {
|
|
1942
1396
|
|
|
1943
1397
|
DirectoryArn: string | undefined;
|
|
1944
1398
|
}
|
|
1945
|
-
export declare namespace EnableDirectoryRequest {
|
|
1946
|
-
|
|
1947
|
-
const filterSensitiveLog: (obj: EnableDirectoryRequest) => any;
|
|
1948
|
-
}
|
|
1949
1399
|
export interface EnableDirectoryResponse {
|
|
1950
1400
|
|
|
1951
1401
|
DirectoryArn: string | undefined;
|
|
1952
1402
|
}
|
|
1953
|
-
export declare namespace EnableDirectoryResponse {
|
|
1954
|
-
|
|
1955
|
-
const filterSensitiveLog: (obj: EnableDirectoryResponse) => any;
|
|
1956
|
-
}
|
|
1957
1403
|
export interface GetAppliedSchemaVersionRequest {
|
|
1958
1404
|
|
|
1959
1405
|
SchemaArn: string | undefined;
|
|
1960
1406
|
}
|
|
1961
|
-
export declare namespace GetAppliedSchemaVersionRequest {
|
|
1962
|
-
|
|
1963
|
-
const filterSensitiveLog: (obj: GetAppliedSchemaVersionRequest) => any;
|
|
1964
|
-
}
|
|
1965
1407
|
export interface GetAppliedSchemaVersionResponse {
|
|
1966
1408
|
|
|
1967
1409
|
AppliedSchemaArn?: string;
|
|
1968
1410
|
}
|
|
1969
|
-
export declare namespace GetAppliedSchemaVersionResponse {
|
|
1970
|
-
|
|
1971
|
-
const filterSensitiveLog: (obj: GetAppliedSchemaVersionResponse) => any;
|
|
1972
|
-
}
|
|
1973
1411
|
export interface GetDirectoryRequest {
|
|
1974
1412
|
|
|
1975
1413
|
DirectoryArn: string | undefined;
|
|
1976
1414
|
}
|
|
1977
|
-
export declare namespace GetDirectoryRequest {
|
|
1978
|
-
|
|
1979
|
-
const filterSensitiveLog: (obj: GetDirectoryRequest) => any;
|
|
1980
|
-
}
|
|
1981
1415
|
export declare enum DirectoryState {
|
|
1982
1416
|
DELETED = "DELETED",
|
|
1983
1417
|
DISABLED = "DISABLED",
|
|
@@ -1994,28 +1428,16 @@ export interface Directory {
|
|
|
1994
1428
|
|
|
1995
1429
|
CreationDateTime?: Date;
|
|
1996
1430
|
}
|
|
1997
|
-
export declare namespace Directory {
|
|
1998
|
-
|
|
1999
|
-
const filterSensitiveLog: (obj: Directory) => any;
|
|
2000
|
-
}
|
|
2001
1431
|
export interface GetDirectoryResponse {
|
|
2002
1432
|
|
|
2003
1433
|
Directory: Directory | undefined;
|
|
2004
1434
|
}
|
|
2005
|
-
export declare namespace GetDirectoryResponse {
|
|
2006
|
-
|
|
2007
|
-
const filterSensitiveLog: (obj: GetDirectoryResponse) => any;
|
|
2008
|
-
}
|
|
2009
1435
|
export interface GetFacetRequest {
|
|
2010
1436
|
|
|
2011
1437
|
SchemaArn: string | undefined;
|
|
2012
1438
|
|
|
2013
1439
|
Name: string | undefined;
|
|
2014
1440
|
}
|
|
2015
|
-
export declare namespace GetFacetRequest {
|
|
2016
|
-
|
|
2017
|
-
const filterSensitiveLog: (obj: GetFacetRequest) => any;
|
|
2018
|
-
}
|
|
2019
1441
|
|
|
2020
1442
|
export interface Facet {
|
|
2021
1443
|
|
|
@@ -2025,18 +1447,10 @@ export interface Facet {
|
|
|
2025
1447
|
|
|
2026
1448
|
FacetStyle?: FacetStyle | string;
|
|
2027
1449
|
}
|
|
2028
|
-
export declare namespace Facet {
|
|
2029
|
-
|
|
2030
|
-
const filterSensitiveLog: (obj: Facet) => any;
|
|
2031
|
-
}
|
|
2032
1450
|
export interface GetFacetResponse {
|
|
2033
1451
|
|
|
2034
1452
|
Facet?: Facet;
|
|
2035
1453
|
}
|
|
2036
|
-
export declare namespace GetFacetResponse {
|
|
2037
|
-
|
|
2038
|
-
const filterSensitiveLog: (obj: GetFacetResponse) => any;
|
|
2039
|
-
}
|
|
2040
1454
|
export interface GetLinkAttributesRequest {
|
|
2041
1455
|
|
|
2042
1456
|
DirectoryArn: string | undefined;
|
|
@@ -2047,18 +1461,10 @@ export interface GetLinkAttributesRequest {
|
|
|
2047
1461
|
|
|
2048
1462
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2049
1463
|
}
|
|
2050
|
-
export declare namespace GetLinkAttributesRequest {
|
|
2051
|
-
|
|
2052
|
-
const filterSensitiveLog: (obj: GetLinkAttributesRequest) => any;
|
|
2053
|
-
}
|
|
2054
1464
|
export interface GetLinkAttributesResponse {
|
|
2055
1465
|
|
|
2056
1466
|
Attributes?: AttributeKeyAndValue[];
|
|
2057
1467
|
}
|
|
2058
|
-
export declare namespace GetLinkAttributesResponse {
|
|
2059
|
-
|
|
2060
|
-
const filterSensitiveLog: (obj: GetLinkAttributesResponse) => any;
|
|
2061
|
-
}
|
|
2062
1468
|
export interface GetObjectAttributesRequest {
|
|
2063
1469
|
|
|
2064
1470
|
DirectoryArn: string | undefined;
|
|
@@ -2071,18 +1477,10 @@ export interface GetObjectAttributesRequest {
|
|
|
2071
1477
|
|
|
2072
1478
|
AttributeNames: string[] | undefined;
|
|
2073
1479
|
}
|
|
2074
|
-
export declare namespace GetObjectAttributesRequest {
|
|
2075
|
-
|
|
2076
|
-
const filterSensitiveLog: (obj: GetObjectAttributesRequest) => any;
|
|
2077
|
-
}
|
|
2078
1480
|
export interface GetObjectAttributesResponse {
|
|
2079
1481
|
|
|
2080
1482
|
Attributes?: AttributeKeyAndValue[];
|
|
2081
1483
|
}
|
|
2082
|
-
export declare namespace GetObjectAttributesResponse {
|
|
2083
|
-
|
|
2084
|
-
const filterSensitiveLog: (obj: GetObjectAttributesResponse) => any;
|
|
2085
|
-
}
|
|
2086
1484
|
export interface GetObjectInformationRequest {
|
|
2087
1485
|
|
|
2088
1486
|
DirectoryArn: string | undefined;
|
|
@@ -2091,56 +1489,32 @@ export interface GetObjectInformationRequest {
|
|
|
2091
1489
|
|
|
2092
1490
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2093
1491
|
}
|
|
2094
|
-
export declare namespace GetObjectInformationRequest {
|
|
2095
|
-
|
|
2096
|
-
const filterSensitiveLog: (obj: GetObjectInformationRequest) => any;
|
|
2097
|
-
}
|
|
2098
1492
|
export interface GetObjectInformationResponse {
|
|
2099
1493
|
|
|
2100
1494
|
SchemaFacets?: SchemaFacet[];
|
|
2101
1495
|
|
|
2102
1496
|
ObjectIdentifier?: string;
|
|
2103
1497
|
}
|
|
2104
|
-
export declare namespace GetObjectInformationResponse {
|
|
2105
|
-
|
|
2106
|
-
const filterSensitiveLog: (obj: GetObjectInformationResponse) => any;
|
|
2107
|
-
}
|
|
2108
1498
|
export interface GetSchemaAsJsonRequest {
|
|
2109
1499
|
|
|
2110
1500
|
SchemaArn: string | undefined;
|
|
2111
1501
|
}
|
|
2112
|
-
export declare namespace GetSchemaAsJsonRequest {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: GetSchemaAsJsonRequest) => any;
|
|
2115
|
-
}
|
|
2116
1502
|
export interface GetSchemaAsJsonResponse {
|
|
2117
1503
|
|
|
2118
1504
|
Name?: string;
|
|
2119
1505
|
|
|
2120
1506
|
Document?: string;
|
|
2121
1507
|
}
|
|
2122
|
-
export declare namespace GetSchemaAsJsonResponse {
|
|
2123
|
-
|
|
2124
|
-
const filterSensitiveLog: (obj: GetSchemaAsJsonResponse) => any;
|
|
2125
|
-
}
|
|
2126
1508
|
export interface GetTypedLinkFacetInformationRequest {
|
|
2127
1509
|
|
|
2128
1510
|
SchemaArn: string | undefined;
|
|
2129
1511
|
|
|
2130
1512
|
Name: string | undefined;
|
|
2131
1513
|
}
|
|
2132
|
-
export declare namespace GetTypedLinkFacetInformationRequest {
|
|
2133
|
-
|
|
2134
|
-
const filterSensitiveLog: (obj: GetTypedLinkFacetInformationRequest) => any;
|
|
2135
|
-
}
|
|
2136
1514
|
export interface GetTypedLinkFacetInformationResponse {
|
|
2137
1515
|
|
|
2138
1516
|
IdentityAttributeOrder?: string[];
|
|
2139
1517
|
}
|
|
2140
|
-
export declare namespace GetTypedLinkFacetInformationResponse {
|
|
2141
|
-
|
|
2142
|
-
const filterSensitiveLog: (obj: GetTypedLinkFacetInformationResponse) => any;
|
|
2143
|
-
}
|
|
2144
1518
|
|
|
2145
1519
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
2146
1520
|
readonly name: "InvalidNextTokenException";
|
|
@@ -2159,20 +1533,12 @@ export interface ListAppliedSchemaArnsRequest {
|
|
|
2159
1533
|
|
|
2160
1534
|
MaxResults?: number;
|
|
2161
1535
|
}
|
|
2162
|
-
export declare namespace ListAppliedSchemaArnsRequest {
|
|
2163
|
-
|
|
2164
|
-
const filterSensitiveLog: (obj: ListAppliedSchemaArnsRequest) => any;
|
|
2165
|
-
}
|
|
2166
1536
|
export interface ListAppliedSchemaArnsResponse {
|
|
2167
1537
|
|
|
2168
1538
|
SchemaArns?: string[];
|
|
2169
1539
|
|
|
2170
1540
|
NextToken?: string;
|
|
2171
1541
|
}
|
|
2172
|
-
export declare namespace ListAppliedSchemaArnsResponse {
|
|
2173
|
-
|
|
2174
|
-
const filterSensitiveLog: (obj: ListAppliedSchemaArnsResponse) => any;
|
|
2175
|
-
}
|
|
2176
1542
|
export interface ListAttachedIndicesRequest {
|
|
2177
1543
|
|
|
2178
1544
|
DirectoryArn: string | undefined;
|
|
@@ -2185,40 +1551,24 @@ export interface ListAttachedIndicesRequest {
|
|
|
2185
1551
|
|
|
2186
1552
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2187
1553
|
}
|
|
2188
|
-
export declare namespace ListAttachedIndicesRequest {
|
|
2189
|
-
|
|
2190
|
-
const filterSensitiveLog: (obj: ListAttachedIndicesRequest) => any;
|
|
2191
|
-
}
|
|
2192
1554
|
export interface ListAttachedIndicesResponse {
|
|
2193
1555
|
|
|
2194
1556
|
IndexAttachments?: IndexAttachment[];
|
|
2195
1557
|
|
|
2196
1558
|
NextToken?: string;
|
|
2197
1559
|
}
|
|
2198
|
-
export declare namespace ListAttachedIndicesResponse {
|
|
2199
|
-
|
|
2200
|
-
const filterSensitiveLog: (obj: ListAttachedIndicesResponse) => any;
|
|
2201
|
-
}
|
|
2202
1560
|
export interface ListDevelopmentSchemaArnsRequest {
|
|
2203
1561
|
|
|
2204
1562
|
NextToken?: string;
|
|
2205
1563
|
|
|
2206
1564
|
MaxResults?: number;
|
|
2207
1565
|
}
|
|
2208
|
-
export declare namespace ListDevelopmentSchemaArnsRequest {
|
|
2209
|
-
|
|
2210
|
-
const filterSensitiveLog: (obj: ListDevelopmentSchemaArnsRequest) => any;
|
|
2211
|
-
}
|
|
2212
1566
|
export interface ListDevelopmentSchemaArnsResponse {
|
|
2213
1567
|
|
|
2214
1568
|
SchemaArns?: string[];
|
|
2215
1569
|
|
|
2216
1570
|
NextToken?: string;
|
|
2217
1571
|
}
|
|
2218
|
-
export declare namespace ListDevelopmentSchemaArnsResponse {
|
|
2219
|
-
|
|
2220
|
-
const filterSensitiveLog: (obj: ListDevelopmentSchemaArnsResponse) => any;
|
|
2221
|
-
}
|
|
2222
1572
|
export interface ListDirectoriesRequest {
|
|
2223
1573
|
|
|
2224
1574
|
NextToken?: string;
|
|
@@ -2227,20 +1577,12 @@ export interface ListDirectoriesRequest {
|
|
|
2227
1577
|
|
|
2228
1578
|
state?: DirectoryState | string;
|
|
2229
1579
|
}
|
|
2230
|
-
export declare namespace ListDirectoriesRequest {
|
|
2231
|
-
|
|
2232
|
-
const filterSensitiveLog: (obj: ListDirectoriesRequest) => any;
|
|
2233
|
-
}
|
|
2234
1580
|
export interface ListDirectoriesResponse {
|
|
2235
1581
|
|
|
2236
1582
|
Directories: Directory[] | undefined;
|
|
2237
1583
|
|
|
2238
1584
|
NextToken?: string;
|
|
2239
1585
|
}
|
|
2240
|
-
export declare namespace ListDirectoriesResponse {
|
|
2241
|
-
|
|
2242
|
-
const filterSensitiveLog: (obj: ListDirectoriesResponse) => any;
|
|
2243
|
-
}
|
|
2244
1586
|
export interface ListFacetAttributesRequest {
|
|
2245
1587
|
|
|
2246
1588
|
SchemaArn: string | undefined;
|
|
@@ -2251,20 +1593,12 @@ export interface ListFacetAttributesRequest {
|
|
|
2251
1593
|
|
|
2252
1594
|
MaxResults?: number;
|
|
2253
1595
|
}
|
|
2254
|
-
export declare namespace ListFacetAttributesRequest {
|
|
2255
|
-
|
|
2256
|
-
const filterSensitiveLog: (obj: ListFacetAttributesRequest) => any;
|
|
2257
|
-
}
|
|
2258
1596
|
export interface ListFacetAttributesResponse {
|
|
2259
1597
|
|
|
2260
1598
|
Attributes?: FacetAttribute[];
|
|
2261
1599
|
|
|
2262
1600
|
NextToken?: string;
|
|
2263
1601
|
}
|
|
2264
|
-
export declare namespace ListFacetAttributesResponse {
|
|
2265
|
-
|
|
2266
|
-
const filterSensitiveLog: (obj: ListFacetAttributesResponse) => any;
|
|
2267
|
-
}
|
|
2268
1602
|
export interface ListFacetNamesRequest {
|
|
2269
1603
|
|
|
2270
1604
|
SchemaArn: string | undefined;
|
|
@@ -2273,20 +1607,12 @@ export interface ListFacetNamesRequest {
|
|
|
2273
1607
|
|
|
2274
1608
|
MaxResults?: number;
|
|
2275
1609
|
}
|
|
2276
|
-
export declare namespace ListFacetNamesRequest {
|
|
2277
|
-
|
|
2278
|
-
const filterSensitiveLog: (obj: ListFacetNamesRequest) => any;
|
|
2279
|
-
}
|
|
2280
1610
|
export interface ListFacetNamesResponse {
|
|
2281
1611
|
|
|
2282
1612
|
FacetNames?: string[];
|
|
2283
1613
|
|
|
2284
1614
|
NextToken?: string;
|
|
2285
1615
|
}
|
|
2286
|
-
export declare namespace ListFacetNamesResponse {
|
|
2287
|
-
|
|
2288
|
-
const filterSensitiveLog: (obj: ListFacetNamesResponse) => any;
|
|
2289
|
-
}
|
|
2290
1616
|
export interface ListIncomingTypedLinksRequest {
|
|
2291
1617
|
|
|
2292
1618
|
DirectoryArn: string | undefined;
|
|
@@ -2303,20 +1629,12 @@ export interface ListIncomingTypedLinksRequest {
|
|
|
2303
1629
|
|
|
2304
1630
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2305
1631
|
}
|
|
2306
|
-
export declare namespace ListIncomingTypedLinksRequest {
|
|
2307
|
-
|
|
2308
|
-
const filterSensitiveLog: (obj: ListIncomingTypedLinksRequest) => any;
|
|
2309
|
-
}
|
|
2310
1632
|
export interface ListIncomingTypedLinksResponse {
|
|
2311
1633
|
|
|
2312
1634
|
LinkSpecifiers?: TypedLinkSpecifier[];
|
|
2313
1635
|
|
|
2314
1636
|
NextToken?: string;
|
|
2315
1637
|
}
|
|
2316
|
-
export declare namespace ListIncomingTypedLinksResponse {
|
|
2317
|
-
|
|
2318
|
-
const filterSensitiveLog: (obj: ListIncomingTypedLinksResponse) => any;
|
|
2319
|
-
}
|
|
2320
1638
|
export interface ListIndexRequest {
|
|
2321
1639
|
|
|
2322
1640
|
DirectoryArn: string | undefined;
|
|
@@ -2331,20 +1649,12 @@ export interface ListIndexRequest {
|
|
|
2331
1649
|
|
|
2332
1650
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2333
1651
|
}
|
|
2334
|
-
export declare namespace ListIndexRequest {
|
|
2335
|
-
|
|
2336
|
-
const filterSensitiveLog: (obj: ListIndexRequest) => any;
|
|
2337
|
-
}
|
|
2338
1652
|
export interface ListIndexResponse {
|
|
2339
1653
|
|
|
2340
1654
|
IndexAttachments?: IndexAttachment[];
|
|
2341
1655
|
|
|
2342
1656
|
NextToken?: string;
|
|
2343
1657
|
}
|
|
2344
|
-
export declare namespace ListIndexResponse {
|
|
2345
|
-
|
|
2346
|
-
const filterSensitiveLog: (obj: ListIndexResponse) => any;
|
|
2347
|
-
}
|
|
2348
1658
|
export interface ListManagedSchemaArnsRequest {
|
|
2349
1659
|
|
|
2350
1660
|
SchemaArn?: string;
|
|
@@ -2353,20 +1663,12 @@ export interface ListManagedSchemaArnsRequest {
|
|
|
2353
1663
|
|
|
2354
1664
|
MaxResults?: number;
|
|
2355
1665
|
}
|
|
2356
|
-
export declare namespace ListManagedSchemaArnsRequest {
|
|
2357
|
-
|
|
2358
|
-
const filterSensitiveLog: (obj: ListManagedSchemaArnsRequest) => any;
|
|
2359
|
-
}
|
|
2360
1666
|
export interface ListManagedSchemaArnsResponse {
|
|
2361
1667
|
|
|
2362
1668
|
SchemaArns?: string[];
|
|
2363
1669
|
|
|
2364
1670
|
NextToken?: string;
|
|
2365
1671
|
}
|
|
2366
|
-
export declare namespace ListManagedSchemaArnsResponse {
|
|
2367
|
-
|
|
2368
|
-
const filterSensitiveLog: (obj: ListManagedSchemaArnsResponse) => any;
|
|
2369
|
-
}
|
|
2370
1672
|
export interface ListObjectAttributesRequest {
|
|
2371
1673
|
|
|
2372
1674
|
DirectoryArn: string | undefined;
|
|
@@ -2381,20 +1683,12 @@ export interface ListObjectAttributesRequest {
|
|
|
2381
1683
|
|
|
2382
1684
|
FacetFilter?: SchemaFacet;
|
|
2383
1685
|
}
|
|
2384
|
-
export declare namespace ListObjectAttributesRequest {
|
|
2385
|
-
|
|
2386
|
-
const filterSensitiveLog: (obj: ListObjectAttributesRequest) => any;
|
|
2387
|
-
}
|
|
2388
1686
|
export interface ListObjectAttributesResponse {
|
|
2389
1687
|
|
|
2390
1688
|
Attributes?: AttributeKeyAndValue[];
|
|
2391
1689
|
|
|
2392
1690
|
NextToken?: string;
|
|
2393
1691
|
}
|
|
2394
|
-
export declare namespace ListObjectAttributesResponse {
|
|
2395
|
-
|
|
2396
|
-
const filterSensitiveLog: (obj: ListObjectAttributesResponse) => any;
|
|
2397
|
-
}
|
|
2398
1692
|
export interface ListObjectChildrenRequest {
|
|
2399
1693
|
|
|
2400
1694
|
DirectoryArn: string | undefined;
|
|
@@ -2407,20 +1701,12 @@ export interface ListObjectChildrenRequest {
|
|
|
2407
1701
|
|
|
2408
1702
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2409
1703
|
}
|
|
2410
|
-
export declare namespace ListObjectChildrenRequest {
|
|
2411
|
-
|
|
2412
|
-
const filterSensitiveLog: (obj: ListObjectChildrenRequest) => any;
|
|
2413
|
-
}
|
|
2414
1704
|
export interface ListObjectChildrenResponse {
|
|
2415
1705
|
|
|
2416
1706
|
Children?: Record<string, string>;
|
|
2417
1707
|
|
|
2418
1708
|
NextToken?: string;
|
|
2419
1709
|
}
|
|
2420
|
-
export declare namespace ListObjectChildrenResponse {
|
|
2421
|
-
|
|
2422
|
-
const filterSensitiveLog: (obj: ListObjectChildrenResponse) => any;
|
|
2423
|
-
}
|
|
2424
1710
|
export interface ListObjectParentPathsRequest {
|
|
2425
1711
|
|
|
2426
1712
|
DirectoryArn: string | undefined;
|
|
@@ -2431,20 +1717,12 @@ export interface ListObjectParentPathsRequest {
|
|
|
2431
1717
|
|
|
2432
1718
|
MaxResults?: number;
|
|
2433
1719
|
}
|
|
2434
|
-
export declare namespace ListObjectParentPathsRequest {
|
|
2435
|
-
|
|
2436
|
-
const filterSensitiveLog: (obj: ListObjectParentPathsRequest) => any;
|
|
2437
|
-
}
|
|
2438
1720
|
export interface ListObjectParentPathsResponse {
|
|
2439
1721
|
|
|
2440
1722
|
PathToObjectIdentifiersList?: PathToObjectIdentifiers[];
|
|
2441
1723
|
|
|
2442
1724
|
NextToken?: string;
|
|
2443
1725
|
}
|
|
2444
|
-
export declare namespace ListObjectParentPathsResponse {
|
|
2445
|
-
|
|
2446
|
-
const filterSensitiveLog: (obj: ListObjectParentPathsResponse) => any;
|
|
2447
|
-
}
|
|
2448
1726
|
|
|
2449
1727
|
export declare class CannotListParentOfRootException extends __BaseException {
|
|
2450
1728
|
readonly name: "CannotListParentOfRootException";
|
|
@@ -2467,10 +1745,6 @@ export interface ListObjectParentsRequest {
|
|
|
2467
1745
|
|
|
2468
1746
|
IncludeAllLinksToEachParent?: boolean;
|
|
2469
1747
|
}
|
|
2470
|
-
export declare namespace ListObjectParentsRequest {
|
|
2471
|
-
|
|
2472
|
-
const filterSensitiveLog: (obj: ListObjectParentsRequest) => any;
|
|
2473
|
-
}
|
|
2474
1748
|
export interface ListObjectParentsResponse {
|
|
2475
1749
|
|
|
2476
1750
|
Parents?: Record<string, string>;
|
|
@@ -2479,10 +1753,6 @@ export interface ListObjectParentsResponse {
|
|
|
2479
1753
|
|
|
2480
1754
|
ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
|
|
2481
1755
|
}
|
|
2482
|
-
export declare namespace ListObjectParentsResponse {
|
|
2483
|
-
|
|
2484
|
-
const filterSensitiveLog: (obj: ListObjectParentsResponse) => any;
|
|
2485
|
-
}
|
|
2486
1756
|
export interface ListObjectPoliciesRequest {
|
|
2487
1757
|
|
|
2488
1758
|
DirectoryArn: string | undefined;
|
|
@@ -2495,20 +1765,12 @@ export interface ListObjectPoliciesRequest {
|
|
|
2495
1765
|
|
|
2496
1766
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2497
1767
|
}
|
|
2498
|
-
export declare namespace ListObjectPoliciesRequest {
|
|
2499
|
-
|
|
2500
|
-
const filterSensitiveLog: (obj: ListObjectPoliciesRequest) => any;
|
|
2501
|
-
}
|
|
2502
1768
|
export interface ListObjectPoliciesResponse {
|
|
2503
1769
|
|
|
2504
1770
|
AttachedPolicyIds?: string[];
|
|
2505
1771
|
|
|
2506
1772
|
NextToken?: string;
|
|
2507
1773
|
}
|
|
2508
|
-
export declare namespace ListObjectPoliciesResponse {
|
|
2509
|
-
|
|
2510
|
-
const filterSensitiveLog: (obj: ListObjectPoliciesResponse) => any;
|
|
2511
|
-
}
|
|
2512
1774
|
export interface ListOutgoingTypedLinksRequest {
|
|
2513
1775
|
|
|
2514
1776
|
DirectoryArn: string | undefined;
|
|
@@ -2525,20 +1787,12 @@ export interface ListOutgoingTypedLinksRequest {
|
|
|
2525
1787
|
|
|
2526
1788
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2527
1789
|
}
|
|
2528
|
-
export declare namespace ListOutgoingTypedLinksRequest {
|
|
2529
|
-
|
|
2530
|
-
const filterSensitiveLog: (obj: ListOutgoingTypedLinksRequest) => any;
|
|
2531
|
-
}
|
|
2532
1790
|
export interface ListOutgoingTypedLinksResponse {
|
|
2533
1791
|
|
|
2534
1792
|
TypedLinkSpecifiers?: TypedLinkSpecifier[];
|
|
2535
1793
|
|
|
2536
1794
|
NextToken?: string;
|
|
2537
1795
|
}
|
|
2538
|
-
export declare namespace ListOutgoingTypedLinksResponse {
|
|
2539
|
-
|
|
2540
|
-
const filterSensitiveLog: (obj: ListOutgoingTypedLinksResponse) => any;
|
|
2541
|
-
}
|
|
2542
1796
|
export interface ListPolicyAttachmentsRequest {
|
|
2543
1797
|
|
|
2544
1798
|
DirectoryArn: string | undefined;
|
|
@@ -2551,20 +1805,12 @@ export interface ListPolicyAttachmentsRequest {
|
|
|
2551
1805
|
|
|
2552
1806
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
2553
1807
|
}
|
|
2554
|
-
export declare namespace ListPolicyAttachmentsRequest {
|
|
2555
|
-
|
|
2556
|
-
const filterSensitiveLog: (obj: ListPolicyAttachmentsRequest) => any;
|
|
2557
|
-
}
|
|
2558
1808
|
export interface ListPolicyAttachmentsResponse {
|
|
2559
1809
|
|
|
2560
1810
|
ObjectIdentifiers?: string[];
|
|
2561
1811
|
|
|
2562
1812
|
NextToken?: string;
|
|
2563
1813
|
}
|
|
2564
|
-
export declare namespace ListPolicyAttachmentsResponse {
|
|
2565
|
-
|
|
2566
|
-
const filterSensitiveLog: (obj: ListPolicyAttachmentsResponse) => any;
|
|
2567
|
-
}
|
|
2568
1814
|
export interface ListPublishedSchemaArnsRequest {
|
|
2569
1815
|
|
|
2570
1816
|
SchemaArn?: string;
|
|
@@ -2573,20 +1819,12 @@ export interface ListPublishedSchemaArnsRequest {
|
|
|
2573
1819
|
|
|
2574
1820
|
MaxResults?: number;
|
|
2575
1821
|
}
|
|
2576
|
-
export declare namespace ListPublishedSchemaArnsRequest {
|
|
2577
|
-
|
|
2578
|
-
const filterSensitiveLog: (obj: ListPublishedSchemaArnsRequest) => any;
|
|
2579
|
-
}
|
|
2580
1822
|
export interface ListPublishedSchemaArnsResponse {
|
|
2581
1823
|
|
|
2582
1824
|
SchemaArns?: string[];
|
|
2583
1825
|
|
|
2584
1826
|
NextToken?: string;
|
|
2585
1827
|
}
|
|
2586
|
-
export declare namespace ListPublishedSchemaArnsResponse {
|
|
2587
|
-
|
|
2588
|
-
const filterSensitiveLog: (obj: ListPublishedSchemaArnsResponse) => any;
|
|
2589
|
-
}
|
|
2590
1828
|
|
|
2591
1829
|
export declare class InvalidTaggingRequestException extends __BaseException {
|
|
2592
1830
|
readonly name: "InvalidTaggingRequestException";
|
|
@@ -2603,10 +1841,6 @@ export interface ListTagsForResourceRequest {
|
|
|
2603
1841
|
|
|
2604
1842
|
MaxResults?: number;
|
|
2605
1843
|
}
|
|
2606
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2607
|
-
|
|
2608
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2609
|
-
}
|
|
2610
1844
|
|
|
2611
1845
|
export interface Tag {
|
|
2612
1846
|
|
|
@@ -2614,20 +1848,12 @@ export interface Tag {
|
|
|
2614
1848
|
|
|
2615
1849
|
Value?: string;
|
|
2616
1850
|
}
|
|
2617
|
-
export declare namespace Tag {
|
|
2618
|
-
|
|
2619
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
2620
|
-
}
|
|
2621
1851
|
export interface ListTagsForResourceResponse {
|
|
2622
1852
|
|
|
2623
1853
|
Tags?: Tag[];
|
|
2624
1854
|
|
|
2625
1855
|
NextToken?: string;
|
|
2626
1856
|
}
|
|
2627
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2628
|
-
|
|
2629
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2630
|
-
}
|
|
2631
1857
|
export interface ListTypedLinkFacetAttributesRequest {
|
|
2632
1858
|
|
|
2633
1859
|
SchemaArn: string | undefined;
|
|
@@ -2638,20 +1864,12 @@ export interface ListTypedLinkFacetAttributesRequest {
|
|
|
2638
1864
|
|
|
2639
1865
|
MaxResults?: number;
|
|
2640
1866
|
}
|
|
2641
|
-
export declare namespace ListTypedLinkFacetAttributesRequest {
|
|
2642
|
-
|
|
2643
|
-
const filterSensitiveLog: (obj: ListTypedLinkFacetAttributesRequest) => any;
|
|
2644
|
-
}
|
|
2645
1867
|
export interface ListTypedLinkFacetAttributesResponse {
|
|
2646
1868
|
|
|
2647
1869
|
Attributes?: TypedLinkAttributeDefinition[];
|
|
2648
1870
|
|
|
2649
1871
|
NextToken?: string;
|
|
2650
1872
|
}
|
|
2651
|
-
export declare namespace ListTypedLinkFacetAttributesResponse {
|
|
2652
|
-
|
|
2653
|
-
const filterSensitiveLog: (obj: ListTypedLinkFacetAttributesResponse) => any;
|
|
2654
|
-
}
|
|
2655
1873
|
export interface ListTypedLinkFacetNamesRequest {
|
|
2656
1874
|
|
|
2657
1875
|
SchemaArn: string | undefined;
|
|
@@ -2660,20 +1878,12 @@ export interface ListTypedLinkFacetNamesRequest {
|
|
|
2660
1878
|
|
|
2661
1879
|
MaxResults?: number;
|
|
2662
1880
|
}
|
|
2663
|
-
export declare namespace ListTypedLinkFacetNamesRequest {
|
|
2664
|
-
|
|
2665
|
-
const filterSensitiveLog: (obj: ListTypedLinkFacetNamesRequest) => any;
|
|
2666
|
-
}
|
|
2667
1881
|
export interface ListTypedLinkFacetNamesResponse {
|
|
2668
1882
|
|
|
2669
1883
|
FacetNames?: string[];
|
|
2670
1884
|
|
|
2671
1885
|
NextToken?: string;
|
|
2672
1886
|
}
|
|
2673
|
-
export declare namespace ListTypedLinkFacetNamesResponse {
|
|
2674
|
-
|
|
2675
|
-
const filterSensitiveLog: (obj: ListTypedLinkFacetNamesResponse) => any;
|
|
2676
|
-
}
|
|
2677
1887
|
export interface LookupPolicyRequest {
|
|
2678
1888
|
|
|
2679
1889
|
DirectoryArn: string | undefined;
|
|
@@ -2684,20 +1894,12 @@ export interface LookupPolicyRequest {
|
|
|
2684
1894
|
|
|
2685
1895
|
MaxResults?: number;
|
|
2686
1896
|
}
|
|
2687
|
-
export declare namespace LookupPolicyRequest {
|
|
2688
|
-
|
|
2689
|
-
const filterSensitiveLog: (obj: LookupPolicyRequest) => any;
|
|
2690
|
-
}
|
|
2691
1897
|
export interface LookupPolicyResponse {
|
|
2692
1898
|
|
|
2693
1899
|
PolicyToPathList?: PolicyToPath[];
|
|
2694
1900
|
|
|
2695
1901
|
NextToken?: string;
|
|
2696
1902
|
}
|
|
2697
|
-
export declare namespace LookupPolicyResponse {
|
|
2698
|
-
|
|
2699
|
-
const filterSensitiveLog: (obj: LookupPolicyResponse) => any;
|
|
2700
|
-
}
|
|
2701
1903
|
export interface PublishSchemaRequest {
|
|
2702
1904
|
|
|
2703
1905
|
DevelopmentSchemaArn: string | undefined;
|
|
@@ -2708,18 +1910,10 @@ export interface PublishSchemaRequest {
|
|
|
2708
1910
|
|
|
2709
1911
|
Name?: string;
|
|
2710
1912
|
}
|
|
2711
|
-
export declare namespace PublishSchemaRequest {
|
|
2712
|
-
|
|
2713
|
-
const filterSensitiveLog: (obj: PublishSchemaRequest) => any;
|
|
2714
|
-
}
|
|
2715
1913
|
export interface PublishSchemaResponse {
|
|
2716
1914
|
|
|
2717
1915
|
PublishedSchemaArn?: string;
|
|
2718
1916
|
}
|
|
2719
|
-
export declare namespace PublishSchemaResponse {
|
|
2720
|
-
|
|
2721
|
-
const filterSensitiveLog: (obj: PublishSchemaResponse) => any;
|
|
2722
|
-
}
|
|
2723
1917
|
|
|
2724
1918
|
export declare class SchemaAlreadyPublishedException extends __BaseException {
|
|
2725
1919
|
readonly name: "SchemaAlreadyPublishedException";
|
|
@@ -2742,18 +1936,10 @@ export interface PutSchemaFromJsonRequest {
|
|
|
2742
1936
|
|
|
2743
1937
|
Document: string | undefined;
|
|
2744
1938
|
}
|
|
2745
|
-
export declare namespace PutSchemaFromJsonRequest {
|
|
2746
|
-
|
|
2747
|
-
const filterSensitiveLog: (obj: PutSchemaFromJsonRequest) => any;
|
|
2748
|
-
}
|
|
2749
1939
|
export interface PutSchemaFromJsonResponse {
|
|
2750
1940
|
|
|
2751
1941
|
Arn?: string;
|
|
2752
1942
|
}
|
|
2753
|
-
export declare namespace PutSchemaFromJsonResponse {
|
|
2754
|
-
|
|
2755
|
-
const filterSensitiveLog: (obj: PutSchemaFromJsonResponse) => any;
|
|
2756
|
-
}
|
|
2757
1943
|
export interface RemoveFacetFromObjectRequest {
|
|
2758
1944
|
|
|
2759
1945
|
DirectoryArn: string | undefined;
|
|
@@ -2762,48 +1948,24 @@ export interface RemoveFacetFromObjectRequest {
|
|
|
2762
1948
|
|
|
2763
1949
|
ObjectReference: ObjectReference | undefined;
|
|
2764
1950
|
}
|
|
2765
|
-
export declare namespace RemoveFacetFromObjectRequest {
|
|
2766
|
-
|
|
2767
|
-
const filterSensitiveLog: (obj: RemoveFacetFromObjectRequest) => any;
|
|
2768
|
-
}
|
|
2769
1951
|
export interface RemoveFacetFromObjectResponse {
|
|
2770
1952
|
}
|
|
2771
|
-
export declare namespace RemoveFacetFromObjectResponse {
|
|
2772
|
-
|
|
2773
|
-
const filterSensitiveLog: (obj: RemoveFacetFromObjectResponse) => any;
|
|
2774
|
-
}
|
|
2775
1953
|
export interface TagResourceRequest {
|
|
2776
1954
|
|
|
2777
1955
|
ResourceArn: string | undefined;
|
|
2778
1956
|
|
|
2779
1957
|
Tags: Tag[] | undefined;
|
|
2780
1958
|
}
|
|
2781
|
-
export declare namespace TagResourceRequest {
|
|
2782
|
-
|
|
2783
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2784
|
-
}
|
|
2785
1959
|
export interface TagResourceResponse {
|
|
2786
1960
|
}
|
|
2787
|
-
export declare namespace TagResourceResponse {
|
|
2788
|
-
|
|
2789
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2790
|
-
}
|
|
2791
1961
|
export interface UntagResourceRequest {
|
|
2792
1962
|
|
|
2793
1963
|
ResourceArn: string | undefined;
|
|
2794
1964
|
|
|
2795
1965
|
TagKeys: string[] | undefined;
|
|
2796
1966
|
}
|
|
2797
|
-
export declare namespace UntagResourceRequest {
|
|
2798
|
-
|
|
2799
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2800
|
-
}
|
|
2801
1967
|
export interface UntagResourceResponse {
|
|
2802
1968
|
}
|
|
2803
|
-
export declare namespace UntagResourceResponse {
|
|
2804
|
-
|
|
2805
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2806
|
-
}
|
|
2807
1969
|
|
|
2808
1970
|
export declare class InvalidFacetUpdateException extends __BaseException {
|
|
2809
1971
|
readonly name: "InvalidFacetUpdateException";
|
|
@@ -2819,10 +1981,6 @@ export interface FacetAttributeUpdate {
|
|
|
2819
1981
|
|
|
2820
1982
|
Action?: UpdateActionType | string;
|
|
2821
1983
|
}
|
|
2822
|
-
export declare namespace FacetAttributeUpdate {
|
|
2823
|
-
|
|
2824
|
-
const filterSensitiveLog: (obj: FacetAttributeUpdate) => any;
|
|
2825
|
-
}
|
|
2826
1984
|
export interface UpdateFacetRequest {
|
|
2827
1985
|
|
|
2828
1986
|
SchemaArn: string | undefined;
|
|
@@ -2833,16 +1991,8 @@ export interface UpdateFacetRequest {
|
|
|
2833
1991
|
|
|
2834
1992
|
ObjectType?: ObjectType | string;
|
|
2835
1993
|
}
|
|
2836
|
-
export declare namespace UpdateFacetRequest {
|
|
2837
|
-
|
|
2838
|
-
const filterSensitiveLog: (obj: UpdateFacetRequest) => any;
|
|
2839
|
-
}
|
|
2840
1994
|
export interface UpdateFacetResponse {
|
|
2841
1995
|
}
|
|
2842
|
-
export declare namespace UpdateFacetResponse {
|
|
2843
|
-
|
|
2844
|
-
const filterSensitiveLog: (obj: UpdateFacetResponse) => any;
|
|
2845
|
-
}
|
|
2846
1996
|
export interface UpdateLinkAttributesRequest {
|
|
2847
1997
|
|
|
2848
1998
|
DirectoryArn: string | undefined;
|
|
@@ -2851,16 +2001,8 @@ export interface UpdateLinkAttributesRequest {
|
|
|
2851
2001
|
|
|
2852
2002
|
AttributeUpdates: LinkAttributeUpdate[] | undefined;
|
|
2853
2003
|
}
|
|
2854
|
-
export declare namespace UpdateLinkAttributesRequest {
|
|
2855
|
-
|
|
2856
|
-
const filterSensitiveLog: (obj: UpdateLinkAttributesRequest) => any;
|
|
2857
|
-
}
|
|
2858
2004
|
export interface UpdateLinkAttributesResponse {
|
|
2859
2005
|
}
|
|
2860
|
-
export declare namespace UpdateLinkAttributesResponse {
|
|
2861
|
-
|
|
2862
|
-
const filterSensitiveLog: (obj: UpdateLinkAttributesResponse) => any;
|
|
2863
|
-
}
|
|
2864
2006
|
export interface UpdateObjectAttributesRequest {
|
|
2865
2007
|
|
|
2866
2008
|
DirectoryArn: string | undefined;
|
|
@@ -2869,36 +2011,20 @@ export interface UpdateObjectAttributesRequest {
|
|
|
2869
2011
|
|
|
2870
2012
|
AttributeUpdates: ObjectAttributeUpdate[] | undefined;
|
|
2871
2013
|
}
|
|
2872
|
-
export declare namespace UpdateObjectAttributesRequest {
|
|
2873
|
-
|
|
2874
|
-
const filterSensitiveLog: (obj: UpdateObjectAttributesRequest) => any;
|
|
2875
|
-
}
|
|
2876
2014
|
export interface UpdateObjectAttributesResponse {
|
|
2877
2015
|
|
|
2878
2016
|
ObjectIdentifier?: string;
|
|
2879
2017
|
}
|
|
2880
|
-
export declare namespace UpdateObjectAttributesResponse {
|
|
2881
|
-
|
|
2882
|
-
const filterSensitiveLog: (obj: UpdateObjectAttributesResponse) => any;
|
|
2883
|
-
}
|
|
2884
2018
|
export interface UpdateSchemaRequest {
|
|
2885
2019
|
|
|
2886
2020
|
SchemaArn: string | undefined;
|
|
2887
2021
|
|
|
2888
2022
|
Name: string | undefined;
|
|
2889
2023
|
}
|
|
2890
|
-
export declare namespace UpdateSchemaRequest {
|
|
2891
|
-
|
|
2892
|
-
const filterSensitiveLog: (obj: UpdateSchemaRequest) => any;
|
|
2893
|
-
}
|
|
2894
2024
|
export interface UpdateSchemaResponse {
|
|
2895
2025
|
|
|
2896
2026
|
SchemaArn?: string;
|
|
2897
2027
|
}
|
|
2898
|
-
export declare namespace UpdateSchemaResponse {
|
|
2899
|
-
|
|
2900
|
-
const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
|
|
2901
|
-
}
|
|
2902
2028
|
|
|
2903
2029
|
export interface TypedLinkFacetAttributeUpdate {
|
|
2904
2030
|
|
|
@@ -2906,10 +2032,6 @@ export interface TypedLinkFacetAttributeUpdate {
|
|
|
2906
2032
|
|
|
2907
2033
|
Action: UpdateActionType | string | undefined;
|
|
2908
2034
|
}
|
|
2909
|
-
export declare namespace TypedLinkFacetAttributeUpdate {
|
|
2910
|
-
|
|
2911
|
-
const filterSensitiveLog: (obj: TypedLinkFacetAttributeUpdate) => any;
|
|
2912
|
-
}
|
|
2913
2035
|
export interface UpdateTypedLinkFacetRequest {
|
|
2914
2036
|
|
|
2915
2037
|
SchemaArn: string | undefined;
|
|
@@ -2920,16 +2042,8 @@ export interface UpdateTypedLinkFacetRequest {
|
|
|
2920
2042
|
|
|
2921
2043
|
IdentityAttributeOrder: string[] | undefined;
|
|
2922
2044
|
}
|
|
2923
|
-
export declare namespace UpdateTypedLinkFacetRequest {
|
|
2924
|
-
|
|
2925
|
-
const filterSensitiveLog: (obj: UpdateTypedLinkFacetRequest) => any;
|
|
2926
|
-
}
|
|
2927
2045
|
export interface UpdateTypedLinkFacetResponse {
|
|
2928
2046
|
}
|
|
2929
|
-
export declare namespace UpdateTypedLinkFacetResponse {
|
|
2930
|
-
|
|
2931
|
-
const filterSensitiveLog: (obj: UpdateTypedLinkFacetResponse) => any;
|
|
2932
|
-
}
|
|
2933
2047
|
|
|
2934
2048
|
export declare class IncompatibleSchemaException extends __BaseException {
|
|
2935
2049
|
readonly name: "IncompatibleSchemaException";
|
|
@@ -2946,20 +2060,12 @@ export interface UpgradeAppliedSchemaRequest {
|
|
|
2946
2060
|
|
|
2947
2061
|
DryRun?: boolean;
|
|
2948
2062
|
}
|
|
2949
|
-
export declare namespace UpgradeAppliedSchemaRequest {
|
|
2950
|
-
|
|
2951
|
-
const filterSensitiveLog: (obj: UpgradeAppliedSchemaRequest) => any;
|
|
2952
|
-
}
|
|
2953
2063
|
export interface UpgradeAppliedSchemaResponse {
|
|
2954
2064
|
|
|
2955
2065
|
UpgradedSchemaArn?: string;
|
|
2956
2066
|
|
|
2957
2067
|
DirectoryArn?: string;
|
|
2958
2068
|
}
|
|
2959
|
-
export declare namespace UpgradeAppliedSchemaResponse {
|
|
2960
|
-
|
|
2961
|
-
const filterSensitiveLog: (obj: UpgradeAppliedSchemaResponse) => any;
|
|
2962
|
-
}
|
|
2963
2069
|
export interface UpgradePublishedSchemaRequest {
|
|
2964
2070
|
|
|
2965
2071
|
DevelopmentSchemaArn: string | undefined;
|
|
@@ -2970,15 +2076,459 @@ export interface UpgradePublishedSchemaRequest {
|
|
|
2970
2076
|
|
|
2971
2077
|
DryRun?: boolean;
|
|
2972
2078
|
}
|
|
2973
|
-
export declare namespace UpgradePublishedSchemaRequest {
|
|
2974
|
-
|
|
2975
|
-
const filterSensitiveLog: (obj: UpgradePublishedSchemaRequest) => any;
|
|
2976
|
-
}
|
|
2977
2079
|
export interface UpgradePublishedSchemaResponse {
|
|
2978
2080
|
|
|
2979
2081
|
UpgradedSchemaArn?: string;
|
|
2980
2082
|
}
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2083
|
+
|
|
2084
|
+
export declare const AttributeKeyFilterSensitiveLog: (obj: AttributeKey) => any;
|
|
2085
|
+
|
|
2086
|
+
export declare const TypedAttributeValueFilterSensitiveLog: (obj: TypedAttributeValue) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const AttributeKeyAndValueFilterSensitiveLog: (obj: AttributeKeyAndValue) => any;
|
|
2089
|
+
|
|
2090
|
+
export declare const ObjectReferenceFilterSensitiveLog: (obj: ObjectReference) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const SchemaFacetFilterSensitiveLog: (obj: SchemaFacet) => any;
|
|
2093
|
+
|
|
2094
|
+
export declare const AddFacetToObjectRequestFilterSensitiveLog: (obj: AddFacetToObjectRequest) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const AddFacetToObjectResponseFilterSensitiveLog: (obj: AddFacetToObjectResponse) => any;
|
|
2097
|
+
|
|
2098
|
+
export declare const ApplySchemaRequestFilterSensitiveLog: (obj: ApplySchemaRequest) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const ApplySchemaResponseFilterSensitiveLog: (obj: ApplySchemaResponse) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const AttachObjectRequestFilterSensitiveLog: (obj: AttachObjectRequest) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const AttachObjectResponseFilterSensitiveLog: (obj: AttachObjectResponse) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const AttachPolicyRequestFilterSensitiveLog: (obj: AttachPolicyRequest) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const AttachPolicyResponseFilterSensitiveLog: (obj: AttachPolicyResponse) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const AttachToIndexRequestFilterSensitiveLog: (obj: AttachToIndexRequest) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const AttachToIndexResponseFilterSensitiveLog: (obj: AttachToIndexResponse) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const AttributeNameAndValueFilterSensitiveLog: (obj: AttributeNameAndValue) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const TypedLinkSchemaAndFacetNameFilterSensitiveLog: (obj: TypedLinkSchemaAndFacetName) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const AttachTypedLinkRequestFilterSensitiveLog: (obj: AttachTypedLinkRequest) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const TypedLinkSpecifierFilterSensitiveLog: (obj: TypedLinkSpecifier) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const AttachTypedLinkResponseFilterSensitiveLog: (obj: AttachTypedLinkResponse) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const BatchGetLinkAttributesFilterSensitiveLog: (obj: BatchGetLinkAttributes) => any;
|
|
2125
|
+
|
|
2126
|
+
export declare const BatchGetObjectAttributesFilterSensitiveLog: (obj: BatchGetObjectAttributes) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const BatchGetObjectInformationFilterSensitiveLog: (obj: BatchGetObjectInformation) => any;
|
|
2129
|
+
|
|
2130
|
+
export declare const BatchListAttachedIndicesFilterSensitiveLog: (obj: BatchListAttachedIndices) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const TypedAttributeValueRangeFilterSensitiveLog: (obj: TypedAttributeValueRange) => any;
|
|
2133
|
+
|
|
2134
|
+
export declare const TypedLinkAttributeRangeFilterSensitiveLog: (obj: TypedLinkAttributeRange) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const BatchListIncomingTypedLinksFilterSensitiveLog: (obj: BatchListIncomingTypedLinks) => any;
|
|
2137
|
+
|
|
2138
|
+
export declare const ObjectAttributeRangeFilterSensitiveLog: (obj: ObjectAttributeRange) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const BatchListIndexFilterSensitiveLog: (obj: BatchListIndex) => any;
|
|
2141
|
+
|
|
2142
|
+
export declare const BatchListObjectAttributesFilterSensitiveLog: (obj: BatchListObjectAttributes) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const BatchListObjectChildrenFilterSensitiveLog: (obj: BatchListObjectChildren) => any;
|
|
2145
|
+
|
|
2146
|
+
export declare const BatchListObjectParentPathsFilterSensitiveLog: (obj: BatchListObjectParentPaths) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const BatchListObjectParentsFilterSensitiveLog: (obj: BatchListObjectParents) => any;
|
|
2149
|
+
|
|
2150
|
+
export declare const BatchListObjectPoliciesFilterSensitiveLog: (obj: BatchListObjectPolicies) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const BatchListOutgoingTypedLinksFilterSensitiveLog: (obj: BatchListOutgoingTypedLinks) => any;
|
|
2153
|
+
|
|
2154
|
+
export declare const BatchListPolicyAttachmentsFilterSensitiveLog: (obj: BatchListPolicyAttachments) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const BatchLookupPolicyFilterSensitiveLog: (obj: BatchLookupPolicy) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const BatchReadOperationFilterSensitiveLog: (obj: BatchReadOperation) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const BatchReadRequestFilterSensitiveLog: (obj: BatchReadRequest) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const BatchReadExceptionFilterSensitiveLog: (obj: BatchReadException) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const BatchGetLinkAttributesResponseFilterSensitiveLog: (obj: BatchGetLinkAttributesResponse) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const BatchGetObjectAttributesResponseFilterSensitiveLog: (obj: BatchGetObjectAttributesResponse) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const BatchGetObjectInformationResponseFilterSensitiveLog: (obj: BatchGetObjectInformationResponse) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const IndexAttachmentFilterSensitiveLog: (obj: IndexAttachment) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const BatchListAttachedIndicesResponseFilterSensitiveLog: (obj: BatchListAttachedIndicesResponse) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const BatchListIncomingTypedLinksResponseFilterSensitiveLog: (obj: BatchListIncomingTypedLinksResponse) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const BatchListIndexResponseFilterSensitiveLog: (obj: BatchListIndexResponse) => any;
|
|
2177
|
+
|
|
2178
|
+
export declare const BatchListObjectAttributesResponseFilterSensitiveLog: (obj: BatchListObjectAttributesResponse) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const BatchListObjectChildrenResponseFilterSensitiveLog: (obj: BatchListObjectChildrenResponse) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const PathToObjectIdentifiersFilterSensitiveLog: (obj: PathToObjectIdentifiers) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const BatchListObjectParentPathsResponseFilterSensitiveLog: (obj: BatchListObjectParentPathsResponse) => any;
|
|
2185
|
+
|
|
2186
|
+
export declare const ObjectIdentifierAndLinkNameTupleFilterSensitiveLog: (obj: ObjectIdentifierAndLinkNameTuple) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const BatchListObjectParentsResponseFilterSensitiveLog: (obj: BatchListObjectParentsResponse) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const BatchListObjectPoliciesResponseFilterSensitiveLog: (obj: BatchListObjectPoliciesResponse) => any;
|
|
2191
|
+
|
|
2192
|
+
export declare const BatchListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: BatchListOutgoingTypedLinksResponse) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const BatchListPolicyAttachmentsResponseFilterSensitiveLog: (obj: BatchListPolicyAttachmentsResponse) => any;
|
|
2195
|
+
|
|
2196
|
+
export declare const PolicyAttachmentFilterSensitiveLog: (obj: PolicyAttachment) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const PolicyToPathFilterSensitiveLog: (obj: PolicyToPath) => any;
|
|
2199
|
+
|
|
2200
|
+
export declare const BatchLookupPolicyResponseFilterSensitiveLog: (obj: BatchLookupPolicyResponse) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const BatchReadSuccessfulResponseFilterSensitiveLog: (obj: BatchReadSuccessfulResponse) => any;
|
|
2203
|
+
|
|
2204
|
+
export declare const BatchReadOperationResponseFilterSensitiveLog: (obj: BatchReadOperationResponse) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const BatchReadResponseFilterSensitiveLog: (obj: BatchReadResponse) => any;
|
|
2207
|
+
|
|
2208
|
+
export declare const BatchAddFacetToObjectFilterSensitiveLog: (obj: BatchAddFacetToObject) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const BatchAttachObjectFilterSensitiveLog: (obj: BatchAttachObject) => any;
|
|
2211
|
+
|
|
2212
|
+
export declare const BatchAttachPolicyFilterSensitiveLog: (obj: BatchAttachPolicy) => any;
|
|
2213
|
+
|
|
2214
|
+
export declare const BatchAttachToIndexFilterSensitiveLog: (obj: BatchAttachToIndex) => any;
|
|
2215
|
+
|
|
2216
|
+
export declare const BatchAttachTypedLinkFilterSensitiveLog: (obj: BatchAttachTypedLink) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const BatchCreateIndexFilterSensitiveLog: (obj: BatchCreateIndex) => any;
|
|
2219
|
+
|
|
2220
|
+
export declare const BatchCreateObjectFilterSensitiveLog: (obj: BatchCreateObject) => any;
|
|
2221
|
+
|
|
2222
|
+
export declare const BatchDeleteObjectFilterSensitiveLog: (obj: BatchDeleteObject) => any;
|
|
2223
|
+
|
|
2224
|
+
export declare const BatchDetachFromIndexFilterSensitiveLog: (obj: BatchDetachFromIndex) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const BatchDetachObjectFilterSensitiveLog: (obj: BatchDetachObject) => any;
|
|
2227
|
+
|
|
2228
|
+
export declare const BatchDetachPolicyFilterSensitiveLog: (obj: BatchDetachPolicy) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const BatchDetachTypedLinkFilterSensitiveLog: (obj: BatchDetachTypedLink) => any;
|
|
2231
|
+
|
|
2232
|
+
export declare const BatchRemoveFacetFromObjectFilterSensitiveLog: (obj: BatchRemoveFacetFromObject) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const LinkAttributeActionFilterSensitiveLog: (obj: LinkAttributeAction) => any;
|
|
2235
|
+
|
|
2236
|
+
export declare const LinkAttributeUpdateFilterSensitiveLog: (obj: LinkAttributeUpdate) => any;
|
|
2237
|
+
|
|
2238
|
+
export declare const BatchUpdateLinkAttributesFilterSensitiveLog: (obj: BatchUpdateLinkAttributes) => any;
|
|
2239
|
+
|
|
2240
|
+
export declare const ObjectAttributeActionFilterSensitiveLog: (obj: ObjectAttributeAction) => any;
|
|
2241
|
+
|
|
2242
|
+
export declare const ObjectAttributeUpdateFilterSensitiveLog: (obj: ObjectAttributeUpdate) => any;
|
|
2243
|
+
|
|
2244
|
+
export declare const BatchUpdateObjectAttributesFilterSensitiveLog: (obj: BatchUpdateObjectAttributes) => any;
|
|
2245
|
+
|
|
2246
|
+
export declare const BatchWriteOperationFilterSensitiveLog: (obj: BatchWriteOperation) => any;
|
|
2247
|
+
|
|
2248
|
+
export declare const BatchWriteRequestFilterSensitiveLog: (obj: BatchWriteRequest) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const BatchAddFacetToObjectResponseFilterSensitiveLog: (obj: BatchAddFacetToObjectResponse) => any;
|
|
2251
|
+
|
|
2252
|
+
export declare const BatchAttachObjectResponseFilterSensitiveLog: (obj: BatchAttachObjectResponse) => any;
|
|
2253
|
+
|
|
2254
|
+
export declare const BatchAttachPolicyResponseFilterSensitiveLog: (obj: BatchAttachPolicyResponse) => any;
|
|
2255
|
+
|
|
2256
|
+
export declare const BatchAttachToIndexResponseFilterSensitiveLog: (obj: BatchAttachToIndexResponse) => any;
|
|
2257
|
+
|
|
2258
|
+
export declare const BatchAttachTypedLinkResponseFilterSensitiveLog: (obj: BatchAttachTypedLinkResponse) => any;
|
|
2259
|
+
|
|
2260
|
+
export declare const BatchCreateIndexResponseFilterSensitiveLog: (obj: BatchCreateIndexResponse) => any;
|
|
2261
|
+
|
|
2262
|
+
export declare const BatchCreateObjectResponseFilterSensitiveLog: (obj: BatchCreateObjectResponse) => any;
|
|
2263
|
+
|
|
2264
|
+
export declare const BatchDeleteObjectResponseFilterSensitiveLog: (obj: BatchDeleteObjectResponse) => any;
|
|
2265
|
+
|
|
2266
|
+
export declare const BatchDetachFromIndexResponseFilterSensitiveLog: (obj: BatchDetachFromIndexResponse) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const BatchDetachObjectResponseFilterSensitiveLog: (obj: BatchDetachObjectResponse) => any;
|
|
2269
|
+
|
|
2270
|
+
export declare const BatchDetachPolicyResponseFilterSensitiveLog: (obj: BatchDetachPolicyResponse) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const BatchDetachTypedLinkResponseFilterSensitiveLog: (obj: BatchDetachTypedLinkResponse) => any;
|
|
2273
|
+
|
|
2274
|
+
export declare const BatchRemoveFacetFromObjectResponseFilterSensitiveLog: (obj: BatchRemoveFacetFromObjectResponse) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const BatchUpdateLinkAttributesResponseFilterSensitiveLog: (obj: BatchUpdateLinkAttributesResponse) => any;
|
|
2277
|
+
|
|
2278
|
+
export declare const BatchUpdateObjectAttributesResponseFilterSensitiveLog: (obj: BatchUpdateObjectAttributesResponse) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const BatchWriteOperationResponseFilterSensitiveLog: (obj: BatchWriteOperationResponse) => any;
|
|
2281
|
+
|
|
2282
|
+
export declare const BatchWriteResponseFilterSensitiveLog: (obj: BatchWriteResponse) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const CreateDirectoryRequestFilterSensitiveLog: (obj: CreateDirectoryRequest) => any;
|
|
2285
|
+
|
|
2286
|
+
export declare const CreateDirectoryResponseFilterSensitiveLog: (obj: CreateDirectoryResponse) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
2289
|
+
|
|
2290
|
+
export declare const FacetAttributeDefinitionFilterSensitiveLog: (obj: FacetAttributeDefinition) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const FacetAttributeReferenceFilterSensitiveLog: (obj: FacetAttributeReference) => any;
|
|
2293
|
+
|
|
2294
|
+
export declare const FacetAttributeFilterSensitiveLog: (obj: FacetAttribute) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const CreateFacetRequestFilterSensitiveLog: (obj: CreateFacetRequest) => any;
|
|
2297
|
+
|
|
2298
|
+
export declare const CreateFacetResponseFilterSensitiveLog: (obj: CreateFacetResponse) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const CreateIndexRequestFilterSensitiveLog: (obj: CreateIndexRequest) => any;
|
|
2301
|
+
|
|
2302
|
+
export declare const CreateIndexResponseFilterSensitiveLog: (obj: CreateIndexResponse) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const CreateObjectRequestFilterSensitiveLog: (obj: CreateObjectRequest) => any;
|
|
2305
|
+
|
|
2306
|
+
export declare const CreateObjectResponseFilterSensitiveLog: (obj: CreateObjectResponse) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
|
|
2309
|
+
|
|
2310
|
+
export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const TypedLinkAttributeDefinitionFilterSensitiveLog: (obj: TypedLinkAttributeDefinition) => any;
|
|
2313
|
+
|
|
2314
|
+
export declare const TypedLinkFacetFilterSensitiveLog: (obj: TypedLinkFacet) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const CreateTypedLinkFacetRequestFilterSensitiveLog: (obj: CreateTypedLinkFacetRequest) => any;
|
|
2317
|
+
|
|
2318
|
+
export declare const CreateTypedLinkFacetResponseFilterSensitiveLog: (obj: CreateTypedLinkFacetResponse) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const DeleteDirectoryRequestFilterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
|
|
2321
|
+
|
|
2322
|
+
export declare const DeleteDirectoryResponseFilterSensitiveLog: (obj: DeleteDirectoryResponse) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const DeleteFacetRequestFilterSensitiveLog: (obj: DeleteFacetRequest) => any;
|
|
2325
|
+
|
|
2326
|
+
export declare const DeleteFacetResponseFilterSensitiveLog: (obj: DeleteFacetResponse) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const DeleteObjectRequestFilterSensitiveLog: (obj: DeleteObjectRequest) => any;
|
|
2329
|
+
|
|
2330
|
+
export declare const DeleteObjectResponseFilterSensitiveLog: (obj: DeleteObjectResponse) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
|
|
2333
|
+
|
|
2334
|
+
export declare const DeleteSchemaResponseFilterSensitiveLog: (obj: DeleteSchemaResponse) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const DeleteTypedLinkFacetRequestFilterSensitiveLog: (obj: DeleteTypedLinkFacetRequest) => any;
|
|
2337
|
+
|
|
2338
|
+
export declare const DeleteTypedLinkFacetResponseFilterSensitiveLog: (obj: DeleteTypedLinkFacetResponse) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const DetachFromIndexRequestFilterSensitiveLog: (obj: DetachFromIndexRequest) => any;
|
|
2341
|
+
|
|
2342
|
+
export declare const DetachFromIndexResponseFilterSensitiveLog: (obj: DetachFromIndexResponse) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const DetachObjectRequestFilterSensitiveLog: (obj: DetachObjectRequest) => any;
|
|
2345
|
+
|
|
2346
|
+
export declare const DetachObjectResponseFilterSensitiveLog: (obj: DetachObjectResponse) => any;
|
|
2347
|
+
|
|
2348
|
+
export declare const DetachPolicyRequestFilterSensitiveLog: (obj: DetachPolicyRequest) => any;
|
|
2349
|
+
|
|
2350
|
+
export declare const DetachPolicyResponseFilterSensitiveLog: (obj: DetachPolicyResponse) => any;
|
|
2351
|
+
|
|
2352
|
+
export declare const DetachTypedLinkRequestFilterSensitiveLog: (obj: DetachTypedLinkRequest) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const DisableDirectoryRequestFilterSensitiveLog: (obj: DisableDirectoryRequest) => any;
|
|
2355
|
+
|
|
2356
|
+
export declare const DisableDirectoryResponseFilterSensitiveLog: (obj: DisableDirectoryResponse) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const EnableDirectoryRequestFilterSensitiveLog: (obj: EnableDirectoryRequest) => any;
|
|
2359
|
+
|
|
2360
|
+
export declare const EnableDirectoryResponseFilterSensitiveLog: (obj: EnableDirectoryResponse) => any;
|
|
2361
|
+
|
|
2362
|
+
export declare const GetAppliedSchemaVersionRequestFilterSensitiveLog: (obj: GetAppliedSchemaVersionRequest) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const GetAppliedSchemaVersionResponseFilterSensitiveLog: (obj: GetAppliedSchemaVersionResponse) => any;
|
|
2365
|
+
|
|
2366
|
+
export declare const GetDirectoryRequestFilterSensitiveLog: (obj: GetDirectoryRequest) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const DirectoryFilterSensitiveLog: (obj: Directory) => any;
|
|
2369
|
+
|
|
2370
|
+
export declare const GetDirectoryResponseFilterSensitiveLog: (obj: GetDirectoryResponse) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const GetFacetRequestFilterSensitiveLog: (obj: GetFacetRequest) => any;
|
|
2373
|
+
|
|
2374
|
+
export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const GetFacetResponseFilterSensitiveLog: (obj: GetFacetResponse) => any;
|
|
2377
|
+
|
|
2378
|
+
export declare const GetLinkAttributesRequestFilterSensitiveLog: (obj: GetLinkAttributesRequest) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const GetLinkAttributesResponseFilterSensitiveLog: (obj: GetLinkAttributesResponse) => any;
|
|
2381
|
+
|
|
2382
|
+
export declare const GetObjectAttributesRequestFilterSensitiveLog: (obj: GetObjectAttributesRequest) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const GetObjectAttributesResponseFilterSensitiveLog: (obj: GetObjectAttributesResponse) => any;
|
|
2385
|
+
|
|
2386
|
+
export declare const GetObjectInformationRequestFilterSensitiveLog: (obj: GetObjectInformationRequest) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const GetObjectInformationResponseFilterSensitiveLog: (obj: GetObjectInformationResponse) => any;
|
|
2389
|
+
|
|
2390
|
+
export declare const GetSchemaAsJsonRequestFilterSensitiveLog: (obj: GetSchemaAsJsonRequest) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const GetSchemaAsJsonResponseFilterSensitiveLog: (obj: GetSchemaAsJsonResponse) => any;
|
|
2393
|
+
|
|
2394
|
+
export declare const GetTypedLinkFacetInformationRequestFilterSensitiveLog: (obj: GetTypedLinkFacetInformationRequest) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const GetTypedLinkFacetInformationResponseFilterSensitiveLog: (obj: GetTypedLinkFacetInformationResponse) => any;
|
|
2397
|
+
|
|
2398
|
+
export declare const ListAppliedSchemaArnsRequestFilterSensitiveLog: (obj: ListAppliedSchemaArnsRequest) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const ListAppliedSchemaArnsResponseFilterSensitiveLog: (obj: ListAppliedSchemaArnsResponse) => any;
|
|
2401
|
+
|
|
2402
|
+
export declare const ListAttachedIndicesRequestFilterSensitiveLog: (obj: ListAttachedIndicesRequest) => any;
|
|
2403
|
+
|
|
2404
|
+
export declare const ListAttachedIndicesResponseFilterSensitiveLog: (obj: ListAttachedIndicesResponse) => any;
|
|
2405
|
+
|
|
2406
|
+
export declare const ListDevelopmentSchemaArnsRequestFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsRequest) => any;
|
|
2407
|
+
|
|
2408
|
+
export declare const ListDevelopmentSchemaArnsResponseFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsResponse) => any;
|
|
2409
|
+
|
|
2410
|
+
export declare const ListDirectoriesRequestFilterSensitiveLog: (obj: ListDirectoriesRequest) => any;
|
|
2411
|
+
|
|
2412
|
+
export declare const ListDirectoriesResponseFilterSensitiveLog: (obj: ListDirectoriesResponse) => any;
|
|
2413
|
+
|
|
2414
|
+
export declare const ListFacetAttributesRequestFilterSensitiveLog: (obj: ListFacetAttributesRequest) => any;
|
|
2415
|
+
|
|
2416
|
+
export declare const ListFacetAttributesResponseFilterSensitiveLog: (obj: ListFacetAttributesResponse) => any;
|
|
2417
|
+
|
|
2418
|
+
export declare const ListFacetNamesRequestFilterSensitiveLog: (obj: ListFacetNamesRequest) => any;
|
|
2419
|
+
|
|
2420
|
+
export declare const ListFacetNamesResponseFilterSensitiveLog: (obj: ListFacetNamesResponse) => any;
|
|
2421
|
+
|
|
2422
|
+
export declare const ListIncomingTypedLinksRequestFilterSensitiveLog: (obj: ListIncomingTypedLinksRequest) => any;
|
|
2423
|
+
|
|
2424
|
+
export declare const ListIncomingTypedLinksResponseFilterSensitiveLog: (obj: ListIncomingTypedLinksResponse) => any;
|
|
2425
|
+
|
|
2426
|
+
export declare const ListIndexRequestFilterSensitiveLog: (obj: ListIndexRequest) => any;
|
|
2427
|
+
|
|
2428
|
+
export declare const ListIndexResponseFilterSensitiveLog: (obj: ListIndexResponse) => any;
|
|
2429
|
+
|
|
2430
|
+
export declare const ListManagedSchemaArnsRequestFilterSensitiveLog: (obj: ListManagedSchemaArnsRequest) => any;
|
|
2431
|
+
|
|
2432
|
+
export declare const ListManagedSchemaArnsResponseFilterSensitiveLog: (obj: ListManagedSchemaArnsResponse) => any;
|
|
2433
|
+
|
|
2434
|
+
export declare const ListObjectAttributesRequestFilterSensitiveLog: (obj: ListObjectAttributesRequest) => any;
|
|
2435
|
+
|
|
2436
|
+
export declare const ListObjectAttributesResponseFilterSensitiveLog: (obj: ListObjectAttributesResponse) => any;
|
|
2437
|
+
|
|
2438
|
+
export declare const ListObjectChildrenRequestFilterSensitiveLog: (obj: ListObjectChildrenRequest) => any;
|
|
2439
|
+
|
|
2440
|
+
export declare const ListObjectChildrenResponseFilterSensitiveLog: (obj: ListObjectChildrenResponse) => any;
|
|
2441
|
+
|
|
2442
|
+
export declare const ListObjectParentPathsRequestFilterSensitiveLog: (obj: ListObjectParentPathsRequest) => any;
|
|
2443
|
+
|
|
2444
|
+
export declare const ListObjectParentPathsResponseFilterSensitiveLog: (obj: ListObjectParentPathsResponse) => any;
|
|
2445
|
+
|
|
2446
|
+
export declare const ListObjectParentsRequestFilterSensitiveLog: (obj: ListObjectParentsRequest) => any;
|
|
2447
|
+
|
|
2448
|
+
export declare const ListObjectParentsResponseFilterSensitiveLog: (obj: ListObjectParentsResponse) => any;
|
|
2449
|
+
|
|
2450
|
+
export declare const ListObjectPoliciesRequestFilterSensitiveLog: (obj: ListObjectPoliciesRequest) => any;
|
|
2451
|
+
|
|
2452
|
+
export declare const ListObjectPoliciesResponseFilterSensitiveLog: (obj: ListObjectPoliciesResponse) => any;
|
|
2453
|
+
|
|
2454
|
+
export declare const ListOutgoingTypedLinksRequestFilterSensitiveLog: (obj: ListOutgoingTypedLinksRequest) => any;
|
|
2455
|
+
|
|
2456
|
+
export declare const ListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: ListOutgoingTypedLinksResponse) => any;
|
|
2457
|
+
|
|
2458
|
+
export declare const ListPolicyAttachmentsRequestFilterSensitiveLog: (obj: ListPolicyAttachmentsRequest) => any;
|
|
2459
|
+
|
|
2460
|
+
export declare const ListPolicyAttachmentsResponseFilterSensitiveLog: (obj: ListPolicyAttachmentsResponse) => any;
|
|
2461
|
+
|
|
2462
|
+
export declare const ListPublishedSchemaArnsRequestFilterSensitiveLog: (obj: ListPublishedSchemaArnsRequest) => any;
|
|
2463
|
+
|
|
2464
|
+
export declare const ListPublishedSchemaArnsResponseFilterSensitiveLog: (obj: ListPublishedSchemaArnsResponse) => any;
|
|
2465
|
+
|
|
2466
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2467
|
+
|
|
2468
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2469
|
+
|
|
2470
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2471
|
+
|
|
2472
|
+
export declare const ListTypedLinkFacetAttributesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesRequest) => any;
|
|
2473
|
+
|
|
2474
|
+
export declare const ListTypedLinkFacetAttributesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesResponse) => any;
|
|
2475
|
+
|
|
2476
|
+
export declare const ListTypedLinkFacetNamesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetNamesRequest) => any;
|
|
2477
|
+
|
|
2478
|
+
export declare const ListTypedLinkFacetNamesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetNamesResponse) => any;
|
|
2479
|
+
|
|
2480
|
+
export declare const LookupPolicyRequestFilterSensitiveLog: (obj: LookupPolicyRequest) => any;
|
|
2481
|
+
|
|
2482
|
+
export declare const LookupPolicyResponseFilterSensitiveLog: (obj: LookupPolicyResponse) => any;
|
|
2483
|
+
|
|
2484
|
+
export declare const PublishSchemaRequestFilterSensitiveLog: (obj: PublishSchemaRequest) => any;
|
|
2485
|
+
|
|
2486
|
+
export declare const PublishSchemaResponseFilterSensitiveLog: (obj: PublishSchemaResponse) => any;
|
|
2487
|
+
|
|
2488
|
+
export declare const PutSchemaFromJsonRequestFilterSensitiveLog: (obj: PutSchemaFromJsonRequest) => any;
|
|
2489
|
+
|
|
2490
|
+
export declare const PutSchemaFromJsonResponseFilterSensitiveLog: (obj: PutSchemaFromJsonResponse) => any;
|
|
2491
|
+
|
|
2492
|
+
export declare const RemoveFacetFromObjectRequestFilterSensitiveLog: (obj: RemoveFacetFromObjectRequest) => any;
|
|
2493
|
+
|
|
2494
|
+
export declare const RemoveFacetFromObjectResponseFilterSensitiveLog: (obj: RemoveFacetFromObjectResponse) => any;
|
|
2495
|
+
|
|
2496
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2497
|
+
|
|
2498
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2499
|
+
|
|
2500
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2501
|
+
|
|
2502
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2503
|
+
|
|
2504
|
+
export declare const FacetAttributeUpdateFilterSensitiveLog: (obj: FacetAttributeUpdate) => any;
|
|
2505
|
+
|
|
2506
|
+
export declare const UpdateFacetRequestFilterSensitiveLog: (obj: UpdateFacetRequest) => any;
|
|
2507
|
+
|
|
2508
|
+
export declare const UpdateFacetResponseFilterSensitiveLog: (obj: UpdateFacetResponse) => any;
|
|
2509
|
+
|
|
2510
|
+
export declare const UpdateLinkAttributesRequestFilterSensitiveLog: (obj: UpdateLinkAttributesRequest) => any;
|
|
2511
|
+
|
|
2512
|
+
export declare const UpdateLinkAttributesResponseFilterSensitiveLog: (obj: UpdateLinkAttributesResponse) => any;
|
|
2513
|
+
|
|
2514
|
+
export declare const UpdateObjectAttributesRequestFilterSensitiveLog: (obj: UpdateObjectAttributesRequest) => any;
|
|
2515
|
+
|
|
2516
|
+
export declare const UpdateObjectAttributesResponseFilterSensitiveLog: (obj: UpdateObjectAttributesResponse) => any;
|
|
2517
|
+
|
|
2518
|
+
export declare const UpdateSchemaRequestFilterSensitiveLog: (obj: UpdateSchemaRequest) => any;
|
|
2519
|
+
|
|
2520
|
+
export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;
|
|
2521
|
+
|
|
2522
|
+
export declare const TypedLinkFacetAttributeUpdateFilterSensitiveLog: (obj: TypedLinkFacetAttributeUpdate) => any;
|
|
2523
|
+
|
|
2524
|
+
export declare const UpdateTypedLinkFacetRequestFilterSensitiveLog: (obj: UpdateTypedLinkFacetRequest) => any;
|
|
2525
|
+
|
|
2526
|
+
export declare const UpdateTypedLinkFacetResponseFilterSensitiveLog: (obj: UpdateTypedLinkFacetResponse) => any;
|
|
2527
|
+
|
|
2528
|
+
export declare const UpgradeAppliedSchemaRequestFilterSensitiveLog: (obj: UpgradeAppliedSchemaRequest) => any;
|
|
2529
|
+
|
|
2530
|
+
export declare const UpgradeAppliedSchemaResponseFilterSensitiveLog: (obj: UpgradeAppliedSchemaResponse) => any;
|
|
2531
|
+
|
|
2532
|
+
export declare const UpgradePublishedSchemaRequestFilterSensitiveLog: (obj: UpgradePublishedSchemaRequest) => any;
|
|
2533
|
+
|
|
2534
|
+
export declare const UpgradePublishedSchemaResponseFilterSensitiveLog: (obj: UpgradePublishedSchemaResponse) => any;
|