@aws-sdk/client-clouddirectory 3.295.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist-types/CloudDirectory.d.ts +67 -0
  2. package/dist-types/CloudDirectoryClient.d.ts +24 -4
  3. package/dist-types/commands/AddFacetToObjectCommand.d.ts +16 -0
  4. package/dist-types/commands/ApplySchemaCommand.d.ts +16 -0
  5. package/dist-types/commands/AttachObjectCommand.d.ts +16 -0
  6. package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
  7. package/dist-types/commands/AttachToIndexCommand.d.ts +16 -0
  8. package/dist-types/commands/AttachTypedLinkCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchReadCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchWriteCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFacetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateIndexCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateObjectCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFacetCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +16 -0
  22. package/dist-types/commands/DetachFromIndexCommand.d.ts +16 -0
  23. package/dist-types/commands/DetachObjectCommand.d.ts +16 -0
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
  25. package/dist-types/commands/DetachTypedLinkCommand.d.ts +16 -0
  26. package/dist-types/commands/DisableDirectoryCommand.d.ts +16 -0
  27. package/dist-types/commands/EnableDirectoryCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +16 -0
  29. package/dist-types/commands/GetDirectoryCommand.d.ts +16 -0
  30. package/dist-types/commands/GetFacetCommand.d.ts +16 -0
  31. package/dist-types/commands/GetLinkAttributesCommand.d.ts +16 -0
  32. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  33. package/dist-types/commands/GetObjectInformationCommand.d.ts +16 -0
  34. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +16 -0
  35. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +16 -0
  36. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListDirectoriesCommand.d.ts +16 -0
  40. package/dist-types/commands/ListFacetAttributesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListFacetNamesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +16 -0
  43. package/dist-types/commands/ListIndexCommand.d.ts +16 -0
  44. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListObjectAttributesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListObjectChildrenCommand.d.ts +16 -0
  47. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListObjectParentsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +16 -0
  50. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +16 -0
  51. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +16 -0
  56. package/dist-types/commands/LookupPolicyCommand.d.ts +16 -0
  57. package/dist-types/commands/PublishSchemaCommand.d.ts +16 -0
  58. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +16 -0
  59. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +16 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateFacetCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +16 -0
  67. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +16 -0
  68. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +16 -0
  69. package/dist-types/models/CloudDirectoryServiceException.d.ts +2 -0
  70. package/dist-types/models/models_0.d.ts +559 -0
  71. package/dist-types/pagination/Interfaces.d.ts +3 -0
  72. package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListDirectoriesPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFacetNamesPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListIndexPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListObjectParentsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/LookupPolicyPaginator.d.ts +3 -0
  91. package/package.json +29 -29
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Access denied or directory not found. Either you don't have permissions for this directory or the directory does not exist. Try calling <a>ListDirectories</a> and check your permissions.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -13,6 +14,7 @@ export declare class AccessDeniedException extends __BaseException {
13
14
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
15
  }
15
16
  /**
17
+ * @public
16
18
  * <p>A unique identifier for an attribute.</p>
17
19
  */
18
20
  export interface AttributeKey {
@@ -31,11 +33,15 @@ export interface AttributeKey {
31
33
  Name: string | undefined;
32
34
  }
33
35
  /**
36
+ * @public
34
37
  * <p>Represents the data for a typed attribute. You can set one, and only one, of the
35
38
  * elements. Each attribute in an item is a name-value pair. Attributes have a single
36
39
  * value.</p>
37
40
  */
38
41
  export type TypedAttributeValue = TypedAttributeValue.BinaryValueMember | TypedAttributeValue.BooleanValueMember | TypedAttributeValue.DatetimeValueMember | TypedAttributeValue.NumberValueMember | TypedAttributeValue.StringValueMember | TypedAttributeValue.$UnknownMember;
42
+ /**
43
+ * @public
44
+ */
39
45
  export declare namespace TypedAttributeValue {
40
46
  /**
41
47
  * <p>A string data value.</p>
@@ -111,6 +117,7 @@ export declare namespace TypedAttributeValue {
111
117
  const visit: <T>(value: TypedAttributeValue, visitor: Visitor<T>) => T;
112
118
  }
113
119
  /**
120
+ * @public
114
121
  * <p>The combination of an attribute key and an attribute value.</p>
115
122
  */
116
123
  export interface AttributeKeyAndValue {
@@ -124,6 +131,7 @@ export interface AttributeKeyAndValue {
124
131
  Value: TypedAttributeValue | undefined;
125
132
  }
126
133
  /**
134
+ * @public
127
135
  * <p>The reference that identifies an object.</p>
128
136
  */
129
137
  export interface ObjectReference {
@@ -147,6 +155,7 @@ export interface ObjectReference {
147
155
  Selector?: string;
148
156
  }
149
157
  /**
158
+ * @public
150
159
  * <p>A facet.</p>
151
160
  */
152
161
  export interface SchemaFacet {
@@ -160,6 +169,9 @@ export interface SchemaFacet {
160
169
  */
161
170
  FacetName?: string;
162
171
  }
172
+ /**
173
+ * @public
174
+ */
163
175
  export interface AddFacetToObjectRequest {
164
176
  /**
165
177
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -179,9 +191,13 @@ export interface AddFacetToObjectRequest {
179
191
  */
180
192
  ObjectReference: ObjectReference | undefined;
181
193
  }
194
+ /**
195
+ * @public
196
+ */
182
197
  export interface AddFacetToObjectResponse {
183
198
  }
184
199
  /**
200
+ * @public
185
201
  * <p>Operations are only permitted on enabled directories.</p>
186
202
  */
187
203
  export declare class DirectoryNotEnabledException extends __BaseException {
@@ -194,6 +210,7 @@ export declare class DirectoryNotEnabledException extends __BaseException {
194
210
  constructor(opts: __ExceptionOptionType<DirectoryNotEnabledException, __BaseException>);
195
211
  }
196
212
  /**
213
+ * @public
197
214
  * <p>The <a>Facet</a> that you provided was not well formed or could not be
198
215
  * validated with the schema.</p>
199
216
  */
@@ -207,6 +224,7 @@ export declare class FacetValidationException extends __BaseException {
207
224
  constructor(opts: __ExceptionOptionType<FacetValidationException, __BaseException>);
208
225
  }
209
226
  /**
227
+ * @public
210
228
  * <p>Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the <a href="http://status.aws.amazon.com/">AWS Service Health Dashboard</a> site to see if there are any operational issues with the service.</p>
211
229
  */
212
230
  export declare class InternalServiceException extends __BaseException {
@@ -219,6 +237,7 @@ export declare class InternalServiceException extends __BaseException {
219
237
  constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
220
238
  }
221
239
  /**
240
+ * @public
222
241
  * <p>Indicates that the provided ARN value is not valid.</p>
223
242
  */
224
243
  export declare class InvalidArnException extends __BaseException {
@@ -231,6 +250,7 @@ export declare class InvalidArnException extends __BaseException {
231
250
  constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
232
251
  }
233
252
  /**
253
+ * @public
234
254
  * <p>Indicates that limits are exceeded. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/limits.html">Limits</a> for more information.</p>
235
255
  */
236
256
  export declare class LimitExceededException extends __BaseException {
@@ -243,6 +263,7 @@ export declare class LimitExceededException extends __BaseException {
243
263
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
244
264
  }
245
265
  /**
266
+ * @public
246
267
  * <p>The specified resource could not be found.</p>
247
268
  */
248
269
  export declare class ResourceNotFoundException extends __BaseException {
@@ -255,6 +276,7 @@ export declare class ResourceNotFoundException extends __BaseException {
255
276
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
256
277
  }
257
278
  /**
279
+ * @public
258
280
  * <p>Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
259
281
  */
260
282
  export declare class RetryableConflictException extends __BaseException {
@@ -267,6 +289,7 @@ export declare class RetryableConflictException extends __BaseException {
267
289
  constructor(opts: __ExceptionOptionType<RetryableConflictException, __BaseException>);
268
290
  }
269
291
  /**
292
+ * @public
270
293
  * <p>Indicates that your request is malformed in some manner. See the exception
271
294
  * message.</p>
272
295
  */
@@ -279,6 +302,9 @@ export declare class ValidationException extends __BaseException {
279
302
  */
280
303
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
281
304
  }
305
+ /**
306
+ * @public
307
+ */
282
308
  export interface ApplySchemaRequest {
283
309
  /**
284
310
  * <p>Published schema Amazon Resource Name (ARN) that needs to be copied. For more
@@ -291,6 +317,9 @@ export interface ApplySchemaRequest {
291
317
  */
292
318
  DirectoryArn: string | undefined;
293
319
  }
320
+ /**
321
+ * @public
322
+ */
294
323
  export interface ApplySchemaResponse {
295
324
  /**
296
325
  * <p>The applied schema ARN that is associated with the copied schema in the <a>Directory</a>. You can use this ARN to describe the schema information applied on
@@ -304,6 +333,7 @@ export interface ApplySchemaResponse {
304
333
  DirectoryArn?: string;
305
334
  }
306
335
  /**
336
+ * @public
307
337
  * <p>Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes
308
338
  * with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.</p>
309
339
  */
@@ -317,6 +347,7 @@ export declare class InvalidAttachmentException extends __BaseException {
317
347
  constructor(opts: __ExceptionOptionType<InvalidAttachmentException, __BaseException>);
318
348
  }
319
349
  /**
350
+ * @public
320
351
  * <p>Indicates that a schema could not be created due to a naming conflict. Please select a
321
352
  * different name and then try again.</p>
322
353
  */
@@ -329,6 +360,9 @@ export declare class SchemaAlreadyExistsException extends __BaseException {
329
360
  */
330
361
  constructor(opts: __ExceptionOptionType<SchemaAlreadyExistsException, __BaseException>);
331
362
  }
363
+ /**
364
+ * @public
365
+ */
332
366
  export interface AttachObjectRequest {
333
367
  /**
334
368
  * <p>Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -348,6 +382,9 @@ export interface AttachObjectRequest {
348
382
  */
349
383
  LinkName: string | undefined;
350
384
  }
385
+ /**
386
+ * @public
387
+ */
351
388
  export interface AttachObjectResponse {
352
389
  /**
353
390
  * <p>The attached <code>ObjectIdentifier</code>, which is the child
@@ -356,6 +393,7 @@ export interface AttachObjectResponse {
356
393
  AttachedObjectIdentifier?: string;
357
394
  }
358
395
  /**
396
+ * @public
359
397
  * <p>Indicates that a link could not be created due to a naming conflict. Choose a different
360
398
  * name and then try again.</p>
361
399
  */
@@ -368,6 +406,9 @@ export declare class LinkNameAlreadyInUseException extends __BaseException {
368
406
  */
369
407
  constructor(opts: __ExceptionOptionType<LinkNameAlreadyInUseException, __BaseException>);
370
408
  }
409
+ /**
410
+ * @public
411
+ */
371
412
  export interface AttachPolicyRequest {
372
413
  /**
373
414
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -384,9 +425,13 @@ export interface AttachPolicyRequest {
384
425
  */
385
426
  ObjectReference: ObjectReference | undefined;
386
427
  }
428
+ /**
429
+ * @public
430
+ */
387
431
  export interface AttachPolicyResponse {
388
432
  }
389
433
  /**
434
+ * @public
390
435
  * <p>Indicates that the requested operation can only operate on policy objects.</p>
391
436
  */
392
437
  export declare class NotPolicyException extends __BaseException {
@@ -398,6 +443,9 @@ export declare class NotPolicyException extends __BaseException {
398
443
  */
399
444
  constructor(opts: __ExceptionOptionType<NotPolicyException, __BaseException>);
400
445
  }
446
+ /**
447
+ * @public
448
+ */
401
449
  export interface AttachToIndexRequest {
402
450
  /**
403
451
  * <p>The Amazon Resource Name (ARN) of the directory where the object and index
@@ -413,6 +461,9 @@ export interface AttachToIndexRequest {
413
461
  */
414
462
  TargetReference: ObjectReference | undefined;
415
463
  }
464
+ /**
465
+ * @public
466
+ */
416
467
  export interface AttachToIndexResponse {
417
468
  /**
418
469
  * <p>The <code>ObjectIdentifier</code> of the object that was attached to the index.</p>
@@ -420,6 +471,7 @@ export interface AttachToIndexResponse {
420
471
  AttachedObjectIdentifier?: string;
421
472
  }
422
473
  /**
474
+ * @public
423
475
  * <p>An object has been attempted to be attached to an object that does not have the appropriate attribute value.</p>
424
476
  */
425
477
  export declare class IndexedAttributeMissingException extends __BaseException {
@@ -432,6 +484,7 @@ export declare class IndexedAttributeMissingException extends __BaseException {
432
484
  constructor(opts: __ExceptionOptionType<IndexedAttributeMissingException, __BaseException>);
433
485
  }
434
486
  /**
487
+ * @public
435
488
  * <p>Indicates that the requested operation can only operate on index objects.</p>
436
489
  */
437
490
  export declare class NotIndexException extends __BaseException {
@@ -444,6 +497,7 @@ export declare class NotIndexException extends __BaseException {
444
497
  constructor(opts: __ExceptionOptionType<NotIndexException, __BaseException>);
445
498
  }
446
499
  /**
500
+ * @public
447
501
  * <p>Identifies the attribute name and value for a typed link.</p>
448
502
  */
449
503
  export interface AttributeNameAndValue {
@@ -457,6 +511,7 @@ export interface AttributeNameAndValue {
457
511
  Value: TypedAttributeValue | undefined;
458
512
  }
459
513
  /**
514
+ * @public
460
515
  * <p>Identifies the schema Amazon Resource Name (ARN) and facet name for the typed
461
516
  * link.</p>
462
517
  */
@@ -471,6 +526,9 @@ export interface TypedLinkSchemaAndFacetName {
471
526
  */
472
527
  TypedLinkName: string | undefined;
473
528
  }
529
+ /**
530
+ * @public
531
+ */
474
532
  export interface AttachTypedLinkRequest {
475
533
  /**
476
534
  * <p>The Amazon Resource Name (ARN) of the directory where you want to attach the typed
@@ -495,6 +553,7 @@ export interface AttachTypedLinkRequest {
495
553
  Attributes: AttributeNameAndValue[] | undefined;
496
554
  }
497
555
  /**
556
+ * @public
498
557
  * <p>Contains all the information that is used to uniquely identify a typed link. The
499
558
  * parameters discussed in this topic are used to uniquely specify the typed link being operated
500
559
  * on. The <a>AttachTypedLink</a> API returns a typed link specifier while the <a>DetachTypedLink</a> API accepts one as input. Similarly, the <a>ListIncomingTypedLinks</a> and <a>ListOutgoingTypedLinks</a> API
@@ -519,17 +578,24 @@ export interface TypedLinkSpecifier {
519
578
  */
520
579
  IdentityAttributeValues: AttributeNameAndValue[] | undefined;
521
580
  }
581
+ /**
582
+ * @public
583
+ */
522
584
  export interface AttachTypedLinkResponse {
523
585
  /**
524
586
  * <p>Returns a typed link specifier as output.</p>
525
587
  */
526
588
  TypedLinkSpecifier?: TypedLinkSpecifier;
527
589
  }
590
+ /**
591
+ * @public
592
+ */
528
593
  export declare enum ConsistencyLevel {
529
594
  EVENTUAL = "EVENTUAL",
530
595
  SERIALIZABLE = "SERIALIZABLE"
531
596
  }
532
597
  /**
598
+ * @public
533
599
  * <p>Retrieves attributes that are associated with a typed link inside a <a>BatchRead</a> operation. For more information, see <a>GetLinkAttributes</a> and <a>BatchReadRequest$Operations</a>.</p>
534
600
  */
535
601
  export interface BatchGetLinkAttributes {
@@ -543,6 +609,7 @@ export interface BatchGetLinkAttributes {
543
609
  AttributeNames: string[] | undefined;
544
610
  }
545
611
  /**
612
+ * @public
546
613
  * <p>Retrieves attributes within a facet that are associated with an object inside an <a>BatchRead</a> operation. For more information, see <a>GetObjectAttributes</a> and <a>BatchReadRequest$Operations</a>.</p>
547
614
  */
548
615
  export interface BatchGetObjectAttributes {
@@ -560,6 +627,7 @@ export interface BatchGetObjectAttributes {
560
627
  AttributeNames: string[] | undefined;
561
628
  }
562
629
  /**
630
+ * @public
563
631
  * <p>Retrieves metadata about an object inside a <a>BatchRead</a> operation. For more information, see <a>GetObjectInformation</a> and <a>BatchReadRequest$Operations</a>.</p>
564
632
  */
565
633
  export interface BatchGetObjectInformation {
@@ -569,6 +637,7 @@ export interface BatchGetObjectInformation {
569
637
  ObjectReference: ObjectReference | undefined;
570
638
  }
571
639
  /**
640
+ * @public
572
641
  * <p>Lists indices attached to an object inside a <a>BatchRead</a> operation. For more information, see <a>ListAttachedIndices</a> and <a>BatchReadRequest$Operations</a>.</p>
573
642
  */
574
643
  export interface BatchListAttachedIndices {
@@ -585,6 +654,9 @@ export interface BatchListAttachedIndices {
585
654
  */
586
655
  MaxResults?: number;
587
656
  }
657
+ /**
658
+ * @public
659
+ */
588
660
  export declare enum RangeMode {
589
661
  EXCLUSIVE = "EXCLUSIVE",
590
662
  FIRST = "FIRST",
@@ -593,6 +665,7 @@ export declare enum RangeMode {
593
665
  LAST_BEFORE_MISSING_VALUES = "LAST_BEFORE_MISSING_VALUES"
594
666
  }
595
667
  /**
668
+ * @public
596
669
  * <p>A range of attribute values. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_range_filters.html">Range Filters</a>.</p>
597
670
  */
598
671
  export interface TypedAttributeValueRange {
@@ -614,6 +687,7 @@ export interface TypedAttributeValueRange {
614
687
  EndValue?: TypedAttributeValue;
615
688
  }
616
689
  /**
690
+ * @public
617
691
  * <p>Identifies the range of attributes that are used by a specified filter.</p>
618
692
  */
619
693
  export interface TypedLinkAttributeRange {
@@ -627,6 +701,7 @@ export interface TypedLinkAttributeRange {
627
701
  Range: TypedAttributeValueRange | undefined;
628
702
  }
629
703
  /**
704
+ * @public
630
705
  * <p>Returns a paginated list of all the incoming <a>TypedLinkSpecifier</a> information for an object inside a <a>BatchRead</a> operation. For more information, see <a>ListIncomingTypedLinks</a> and <a>BatchReadRequest$Operations</a>.</p>
631
706
  */
632
707
  export interface BatchListIncomingTypedLinks {
@@ -655,6 +730,7 @@ export interface BatchListIncomingTypedLinks {
655
730
  MaxResults?: number;
656
731
  }
657
732
  /**
733
+ * @public
658
734
  * <p>A range of attributes.</p>
659
735
  */
660
736
  export interface ObjectAttributeRange {
@@ -668,6 +744,7 @@ export interface ObjectAttributeRange {
668
744
  Range?: TypedAttributeValueRange;
669
745
  }
670
746
  /**
747
+ * @public
671
748
  * <p>Lists objects attached to the specified index inside a <a>BatchRead</a> operation. For more information, see <a>ListIndex</a> and <a>BatchReadRequest$Operations</a>.</p>
672
749
  */
673
750
  export interface BatchListIndex {
@@ -689,6 +766,7 @@ export interface BatchListIndex {
689
766
  NextToken?: string;
690
767
  }
691
768
  /**
769
+ * @public
692
770
  * <p>Represents the output of a <a>ListObjectAttributes</a> operation.</p>
693
771
  */
694
772
  export interface BatchListObjectAttributes {
@@ -712,6 +790,7 @@ export interface BatchListObjectAttributes {
712
790
  FacetFilter?: SchemaFacet;
713
791
  }
714
792
  /**
793
+ * @public
715
794
  * <p>Represents the output of a <a>ListObjectChildren</a> operation.</p>
716
795
  */
717
796
  export interface BatchListObjectChildren {
@@ -730,6 +809,7 @@ export interface BatchListObjectChildren {
730
809
  MaxResults?: number;
731
810
  }
732
811
  /**
812
+ * @public
733
813
  * <p>Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a <a>BatchRead</a> operation. For more information, see <a>ListObjectParentPaths</a> and <a>BatchReadRequest$Operations</a>.</p>
734
814
  */
735
815
  export interface BatchListObjectParentPaths {
@@ -747,6 +827,7 @@ export interface BatchListObjectParentPaths {
747
827
  MaxResults?: number;
748
828
  }
749
829
  /**
830
+ * @public
750
831
  * <p>Lists parent objects that are associated with a given object in pagination
751
832
  * fashion.</p>
752
833
  */
@@ -766,6 +847,7 @@ export interface BatchListObjectParents {
766
847
  MaxResults?: number;
767
848
  }
768
849
  /**
850
+ * @public
769
851
  * <p>Returns policies attached to an object in pagination fashion inside a <a>BatchRead</a> operation. For more information, see <a>ListObjectPolicies</a> and <a>BatchReadRequest$Operations</a>.</p>
770
852
  */
771
853
  export interface BatchListObjectPolicies {
@@ -783,6 +865,7 @@ export interface BatchListObjectPolicies {
783
865
  MaxResults?: number;
784
866
  }
785
867
  /**
868
+ * @public
786
869
  * <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a> information for an object inside a <a>BatchRead</a> operation. For more information, see <a>ListOutgoingTypedLinks</a> and <a>BatchReadRequest$Operations</a>.</p>
787
870
  */
788
871
  export interface BatchListOutgoingTypedLinks {
@@ -811,6 +894,7 @@ export interface BatchListOutgoingTypedLinks {
811
894
  MaxResults?: number;
812
895
  }
813
896
  /**
897
+ * @public
814
898
  * <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached inside a <a>BatchRead</a> operation. For more information, see <a>ListPolicyAttachments</a> and <a>BatchReadRequest$Operations</a>.</p>
815
899
  */
816
900
  export interface BatchListPolicyAttachments {
@@ -828,6 +912,7 @@ export interface BatchListPolicyAttachments {
828
912
  MaxResults?: number;
829
913
  }
830
914
  /**
915
+ * @public
831
916
  * <p>Lists all policies from the root of the Directory to the object specified inside a <a>BatchRead</a> operation. For more information, see <a>LookupPolicy</a> and <a>BatchReadRequest$Operations</a>.</p>
832
917
  */
833
918
  export interface BatchLookupPolicy {
@@ -845,6 +930,7 @@ export interface BatchLookupPolicy {
845
930
  MaxResults?: number;
846
931
  }
847
932
  /**
933
+ * @public
848
934
  * <p>Represents the output of a <code>BatchRead</code> operation.</p>
849
935
  */
850
936
  export interface BatchReadOperation {
@@ -917,6 +1003,9 @@ export interface BatchReadOperation {
917
1003
  */
918
1004
  GetLinkAttributes?: BatchGetLinkAttributes;
919
1005
  }
1006
+ /**
1007
+ * @public
1008
+ */
920
1009
  export interface BatchReadRequest {
921
1010
  /**
922
1011
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>.
@@ -933,6 +1022,9 @@ export interface BatchReadRequest {
933
1022
  */
934
1023
  ConsistencyLevel?: ConsistencyLevel | string;
935
1024
  }
1025
+ /**
1026
+ * @public
1027
+ */
936
1028
  export declare enum BatchReadExceptionType {
937
1029
  AccessDeniedException = "AccessDeniedException",
938
1030
  CannotListParentOfRootException = "CannotListParentOfRootException",
@@ -949,6 +1041,7 @@ export declare enum BatchReadExceptionType {
949
1041
  ValidationException = "ValidationException"
950
1042
  }
951
1043
  /**
1044
+ * @public
952
1045
  * <p>The batch read exception structure, which contains the exception type and
953
1046
  * message.</p>
954
1047
  */
@@ -963,6 +1056,7 @@ export interface BatchReadException {
963
1056
  Message?: string;
964
1057
  }
965
1058
  /**
1059
+ * @public
966
1060
  * <p>Represents the output of a <a>GetLinkAttributes</a> response operation.</p>
967
1061
  */
968
1062
  export interface BatchGetLinkAttributesResponse {
@@ -972,6 +1066,7 @@ export interface BatchGetLinkAttributesResponse {
972
1066
  Attributes?: AttributeKeyAndValue[];
973
1067
  }
974
1068
  /**
1069
+ * @public
975
1070
  * <p>Represents the output of a <a>GetObjectAttributes</a> response operation.</p>
976
1071
  */
977
1072
  export interface BatchGetObjectAttributesResponse {
@@ -981,6 +1076,7 @@ export interface BatchGetObjectAttributesResponse {
981
1076
  Attributes?: AttributeKeyAndValue[];
982
1077
  }
983
1078
  /**
1079
+ * @public
984
1080
  * <p>Represents the output of a <a>GetObjectInformation</a> response operation.</p>
985
1081
  */
986
1082
  export interface BatchGetObjectInformationResponse {
@@ -994,6 +1090,7 @@ export interface BatchGetObjectInformationResponse {
994
1090
  ObjectIdentifier?: string;
995
1091
  }
996
1092
  /**
1093
+ * @public
997
1094
  * <p>Represents an index and an attached object.</p>
998
1095
  */
999
1096
  export interface IndexAttachment {
@@ -1007,6 +1104,7 @@ export interface IndexAttachment {
1007
1104
  ObjectIdentifier?: string;
1008
1105
  }
1009
1106
  /**
1107
+ * @public
1010
1108
  * <p>Represents the output of a <a>ListAttachedIndices</a> response operation.</p>
1011
1109
  */
1012
1110
  export interface BatchListAttachedIndicesResponse {
@@ -1020,6 +1118,7 @@ export interface BatchListAttachedIndicesResponse {
1020
1118
  NextToken?: string;
1021
1119
  }
1022
1120
  /**
1121
+ * @public
1023
1122
  * <p>Represents the output of a <a>ListIncomingTypedLinks</a> response operation.</p>
1024
1123
  */
1025
1124
  export interface BatchListIncomingTypedLinksResponse {
@@ -1033,6 +1132,7 @@ export interface BatchListIncomingTypedLinksResponse {
1033
1132
  NextToken?: string;
1034
1133
  }
1035
1134
  /**
1135
+ * @public
1036
1136
  * <p>Represents the output of a <a>ListIndex</a> response operation.</p>
1037
1137
  */
1038
1138
  export interface BatchListIndexResponse {
@@ -1046,6 +1146,7 @@ export interface BatchListIndexResponse {
1046
1146
  NextToken?: string;
1047
1147
  }
1048
1148
  /**
1149
+ * @public
1049
1150
  * <p>Represents the output of a <a>ListObjectAttributes</a> response operation.</p>
1050
1151
  */
1051
1152
  export interface BatchListObjectAttributesResponse {
@@ -1060,6 +1161,7 @@ export interface BatchListObjectAttributesResponse {
1060
1161
  NextToken?: string;
1061
1162
  }
1062
1163
  /**
1164
+ * @public
1063
1165
  * <p>Represents the output of a <a>ListObjectChildren</a> response operation.</p>
1064
1166
  */
1065
1167
  export interface BatchListObjectChildrenResponse {
@@ -1074,6 +1176,7 @@ export interface BatchListObjectChildrenResponse {
1074
1176
  NextToken?: string;
1075
1177
  }
1076
1178
  /**
1179
+ * @public
1077
1180
  * <p>Returns the path to the <code>ObjectIdentifiers</code> that is associated with the
1078
1181
  * directory.</p>
1079
1182
  */
@@ -1089,6 +1192,7 @@ export interface PathToObjectIdentifiers {
1089
1192
  ObjectIdentifiers?: string[];
1090
1193
  }
1091
1194
  /**
1195
+ * @public
1092
1196
  * <p>Represents the output of a <a>ListObjectParentPaths</a> response operation.</p>
1093
1197
  */
1094
1198
  export interface BatchListObjectParentPathsResponse {
@@ -1103,6 +1207,7 @@ export interface BatchListObjectParentPathsResponse {
1103
1207
  NextToken?: string;
1104
1208
  }
1105
1209
  /**
1210
+ * @public
1106
1211
  * <p>A pair of ObjectIdentifier and LinkName.</p>
1107
1212
  */
1108
1213
  export interface ObjectIdentifierAndLinkNameTuple {
@@ -1116,6 +1221,7 @@ export interface ObjectIdentifierAndLinkNameTuple {
1116
1221
  LinkName?: string;
1117
1222
  }
1118
1223
  /**
1224
+ * @public
1119
1225
  * <p>Represents the output of a <a>ListObjectParents</a> response operation.</p>
1120
1226
  */
1121
1227
  export interface BatchListObjectParentsResponse {
@@ -1129,6 +1235,7 @@ export interface BatchListObjectParentsResponse {
1129
1235
  NextToken?: string;
1130
1236
  }
1131
1237
  /**
1238
+ * @public
1132
1239
  * <p>Represents the output of a <a>ListObjectPolicies</a> response operation.</p>
1133
1240
  */
1134
1241
  export interface BatchListObjectPoliciesResponse {
@@ -1143,6 +1250,7 @@ export interface BatchListObjectPoliciesResponse {
1143
1250
  NextToken?: string;
1144
1251
  }
1145
1252
  /**
1253
+ * @public
1146
1254
  * <p>Represents the output of a <a>ListOutgoingTypedLinks</a> response operation.</p>
1147
1255
  */
1148
1256
  export interface BatchListOutgoingTypedLinksResponse {
@@ -1156,6 +1264,7 @@ export interface BatchListOutgoingTypedLinksResponse {
1156
1264
  NextToken?: string;
1157
1265
  }
1158
1266
  /**
1267
+ * @public
1159
1268
  * <p>Represents the output of a <a>ListPolicyAttachments</a> response operation.</p>
1160
1269
  */
1161
1270
  export interface BatchListPolicyAttachmentsResponse {
@@ -1169,6 +1278,7 @@ export interface BatchListPolicyAttachmentsResponse {
1169
1278
  NextToken?: string;
1170
1279
  }
1171
1280
  /**
1281
+ * @public
1172
1282
  * <p>Contains the <code>PolicyType</code>, <code>PolicyId</code>, and the <code>ObjectIdentifier</code> to which it is
1173
1283
  * attached. For more
1174
1284
  * information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies">Policies</a>.</p>
@@ -1189,6 +1299,7 @@ export interface PolicyAttachment {
1189
1299
  PolicyType?: string;
1190
1300
  }
1191
1301
  /**
1302
+ * @public
1192
1303
  * <p>Used when a regular object exists in a <a>Directory</a> and you want to find
1193
1304
  * all of the policies that are associated with that object and the parent to that
1194
1305
  * object.</p>
@@ -1204,6 +1315,7 @@ export interface PolicyToPath {
1204
1315
  Policies?: PolicyAttachment[];
1205
1316
  }
1206
1317
  /**
1318
+ * @public
1207
1319
  * <p>Represents the output of a <a>LookupPolicy</a> response operation.</p>
1208
1320
  */
1209
1321
  export interface BatchLookupPolicyResponse {
@@ -1219,6 +1331,7 @@ export interface BatchLookupPolicyResponse {
1219
1331
  NextToken?: string;
1220
1332
  }
1221
1333
  /**
1334
+ * @public
1222
1335
  * <p>Represents the output of a <code>BatchRead</code> success response operation.</p>
1223
1336
  */
1224
1337
  export interface BatchReadSuccessfulResponse {
@@ -1291,6 +1404,7 @@ export interface BatchReadSuccessfulResponse {
1291
1404
  ListObjectParents?: BatchListObjectParentsResponse;
1292
1405
  }
1293
1406
  /**
1407
+ * @public
1294
1408
  * <p>Represents the output of a <code>BatchRead</code> response operation.</p>
1295
1409
  */
1296
1410
  export interface BatchReadOperationResponse {
@@ -1303,12 +1417,18 @@ export interface BatchReadOperationResponse {
1303
1417
  */
1304
1418
  ExceptionResponse?: BatchReadException;
1305
1419
  }
1420
+ /**
1421
+ * @public
1422
+ */
1306
1423
  export interface BatchReadResponse {
1307
1424
  /**
1308
1425
  * <p>A list of all the responses for each batch read.</p>
1309
1426
  */
1310
1427
  Responses?: BatchReadOperationResponse[];
1311
1428
  }
1429
+ /**
1430
+ * @public
1431
+ */
1312
1432
  export declare enum BatchWriteExceptionType {
1313
1433
  AccessDeniedException = "AccessDeniedException",
1314
1434
  DirectoryNotEnabledException = "DirectoryNotEnabledException",
@@ -1330,6 +1450,7 @@ export declare enum BatchWriteExceptionType {
1330
1450
  ValidationException = "ValidationException"
1331
1451
  }
1332
1452
  /**
1453
+ * @public
1333
1454
  * <p>A <code>BatchWrite</code> exception has occurred.</p>
1334
1455
  */
1335
1456
  export declare class BatchWriteException extends __BaseException {
@@ -1344,6 +1465,7 @@ export declare class BatchWriteException extends __BaseException {
1344
1465
  constructor(opts: __ExceptionOptionType<BatchWriteException, __BaseException>);
1345
1466
  }
1346
1467
  /**
1468
+ * @public
1347
1469
  * <p>Represents the output of a batch add facet to object operation.</p>
1348
1470
  */
1349
1471
  export interface BatchAddFacetToObject {
@@ -1361,6 +1483,7 @@ export interface BatchAddFacetToObject {
1361
1483
  ObjectReference: ObjectReference | undefined;
1362
1484
  }
1363
1485
  /**
1486
+ * @public
1364
1487
  * <p>Represents the output of an <a>AttachObject</a> operation.</p>
1365
1488
  */
1366
1489
  export interface BatchAttachObject {
@@ -1378,6 +1501,7 @@ export interface BatchAttachObject {
1378
1501
  LinkName: string | undefined;
1379
1502
  }
1380
1503
  /**
1504
+ * @public
1381
1505
  * <p>Attaches a policy object to a regular object inside a <a>BatchRead</a> operation. For more information, see <a>AttachPolicy</a> and <a>BatchReadRequest$Operations</a>.</p>
1382
1506
  */
1383
1507
  export interface BatchAttachPolicy {
@@ -1392,6 +1516,7 @@ export interface BatchAttachPolicy {
1392
1516
  ObjectReference: ObjectReference | undefined;
1393
1517
  }
1394
1518
  /**
1519
+ * @public
1395
1520
  * <p>Attaches the specified object to the specified index inside a <a>BatchRead</a> operation. For more information, see <a>AttachToIndex</a> and <a>BatchReadRequest$Operations</a>.</p>
1396
1521
  */
1397
1522
  export interface BatchAttachToIndex {
@@ -1405,6 +1530,7 @@ export interface BatchAttachToIndex {
1405
1530
  TargetReference: ObjectReference | undefined;
1406
1531
  }
1407
1532
  /**
1533
+ * @public
1408
1534
  * <p>Attaches a typed link to a specified source and target object inside a <a>BatchRead</a> operation. For more information, see <a>AttachTypedLink</a> and <a>BatchReadRequest$Operations</a>.</p>
1409
1535
  */
1410
1536
  export interface BatchAttachTypedLink {
@@ -1426,6 +1552,7 @@ export interface BatchAttachTypedLink {
1426
1552
  Attributes: AttributeNameAndValue[] | undefined;
1427
1553
  }
1428
1554
  /**
1555
+ * @public
1429
1556
  * <p>Creates an index object inside of a <a>BatchRead</a> operation. For more information, see <a>CreateIndex</a> and <a>BatchReadRequest$Operations</a>.</p>
1430
1557
  */
1431
1558
  export interface BatchCreateIndex {
@@ -1453,6 +1580,7 @@ export interface BatchCreateIndex {
1453
1580
  BatchReferenceName?: string;
1454
1581
  }
1455
1582
  /**
1583
+ * @public
1456
1584
  * <p>Represents the output of a <a>CreateObject</a> operation.</p>
1457
1585
  */
1458
1586
  export interface BatchCreateObject {
@@ -1480,6 +1608,7 @@ export interface BatchCreateObject {
1480
1608
  BatchReferenceName?: string;
1481
1609
  }
1482
1610
  /**
1611
+ * @public
1483
1612
  * <p>Represents the output of a <a>DeleteObject</a> operation.</p>
1484
1613
  */
1485
1614
  export interface BatchDeleteObject {
@@ -1489,6 +1618,7 @@ export interface BatchDeleteObject {
1489
1618
  ObjectReference: ObjectReference | undefined;
1490
1619
  }
1491
1620
  /**
1621
+ * @public
1492
1622
  * <p>Detaches the specified object from the specified index inside a <a>BatchRead</a> operation. For more information, see <a>DetachFromIndex</a> and <a>BatchReadRequest$Operations</a>.</p>
1493
1623
  */
1494
1624
  export interface BatchDetachFromIndex {
@@ -1502,6 +1632,7 @@ export interface BatchDetachFromIndex {
1502
1632
  TargetReference: ObjectReference | undefined;
1503
1633
  }
1504
1634
  /**
1635
+ * @public
1505
1636
  * <p>Represents the output of a <a>DetachObject</a> operation.</p>
1506
1637
  */
1507
1638
  export interface BatchDetachObject {
@@ -1520,6 +1651,7 @@ export interface BatchDetachObject {
1520
1651
  BatchReferenceName?: string;
1521
1652
  }
1522
1653
  /**
1654
+ * @public
1523
1655
  * <p>Detaches the specified policy from the specified directory inside a <a>BatchWrite</a> operation. For more information, see <a>DetachPolicy</a> and <a>BatchWriteRequest$Operations</a>.</p>
1524
1656
  */
1525
1657
  export interface BatchDetachPolicy {
@@ -1533,6 +1665,7 @@ export interface BatchDetachPolicy {
1533
1665
  ObjectReference: ObjectReference | undefined;
1534
1666
  }
1535
1667
  /**
1668
+ * @public
1536
1669
  * <p>Detaches a typed link from a specified source and target object inside a <a>BatchRead</a> operation. For more information, see <a>DetachTypedLink</a> and <a>BatchReadRequest$Operations</a>.</p>
1537
1670
  */
1538
1671
  export interface BatchDetachTypedLink {
@@ -1542,6 +1675,7 @@ export interface BatchDetachTypedLink {
1542
1675
  TypedLinkSpecifier: TypedLinkSpecifier | undefined;
1543
1676
  }
1544
1677
  /**
1678
+ * @public
1545
1679
  * <p>A batch operation to remove a facet from an object.</p>
1546
1680
  */
1547
1681
  export interface BatchRemoveFacetFromObject {
@@ -1554,11 +1688,15 @@ export interface BatchRemoveFacetFromObject {
1554
1688
  */
1555
1689
  ObjectReference: ObjectReference | undefined;
1556
1690
  }
1691
+ /**
1692
+ * @public
1693
+ */
1557
1694
  export declare enum UpdateActionType {
1558
1695
  CREATE_OR_UPDATE = "CREATE_OR_UPDATE",
1559
1696
  DELETE = "DELETE"
1560
1697
  }
1561
1698
  /**
1699
+ * @public
1562
1700
  * <p>The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.</p>
1563
1701
  */
1564
1702
  export interface LinkAttributeAction {
@@ -1572,6 +1710,7 @@ export interface LinkAttributeAction {
1572
1710
  AttributeUpdateValue?: TypedAttributeValue;
1573
1711
  }
1574
1712
  /**
1713
+ * @public
1575
1714
  * <p>Structure that contains attribute update information.</p>
1576
1715
  */
1577
1716
  export interface LinkAttributeUpdate {
@@ -1585,6 +1724,7 @@ export interface LinkAttributeUpdate {
1585
1724
  AttributeAction?: LinkAttributeAction;
1586
1725
  }
1587
1726
  /**
1727
+ * @public
1588
1728
  * <p>Updates a given typed link’s attributes inside a <a>BatchRead</a> operation. Attributes to be updated must not contribute to the typed link’s identity, as defined by its <code>IdentityAttributeOrder</code>. For more information, see <a>UpdateLinkAttributes</a> and <a>BatchReadRequest$Operations</a>.</p>
1589
1729
  */
1590
1730
  export interface BatchUpdateLinkAttributes {
@@ -1598,6 +1738,7 @@ export interface BatchUpdateLinkAttributes {
1598
1738
  AttributeUpdates: LinkAttributeUpdate[] | undefined;
1599
1739
  }
1600
1740
  /**
1741
+ * @public
1601
1742
  * <p>The action to take on the object attribute.</p>
1602
1743
  */
1603
1744
  export interface ObjectAttributeAction {
@@ -1611,6 +1752,7 @@ export interface ObjectAttributeAction {
1611
1752
  ObjectAttributeUpdateValue?: TypedAttributeValue;
1612
1753
  }
1613
1754
  /**
1755
+ * @public
1614
1756
  * <p>Structure that contains attribute update information.</p>
1615
1757
  */
1616
1758
  export interface ObjectAttributeUpdate {
@@ -1624,6 +1766,7 @@ export interface ObjectAttributeUpdate {
1624
1766
  ObjectAttributeAction?: ObjectAttributeAction;
1625
1767
  }
1626
1768
  /**
1769
+ * @public
1627
1770
  * <p>Represents the output of a <code>BatchUpdate</code> operation. </p>
1628
1771
  */
1629
1772
  export interface BatchUpdateObjectAttributes {
@@ -1637,6 +1780,7 @@ export interface BatchUpdateObjectAttributes {
1637
1780
  AttributeUpdates: ObjectAttributeUpdate[] | undefined;
1638
1781
  }
1639
1782
  /**
1783
+ * @public
1640
1784
  * <p>Represents the output of a <code>BatchWrite</code> operation. </p>
1641
1785
  */
1642
1786
  export interface BatchWriteOperation {
@@ -1702,6 +1846,9 @@ export interface BatchWriteOperation {
1702
1846
  */
1703
1847
  UpdateLinkAttributes?: BatchUpdateLinkAttributes;
1704
1848
  }
1849
+ /**
1850
+ * @public
1851
+ */
1705
1852
  export interface BatchWriteRequest {
1706
1853
  /**
1707
1854
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>.
@@ -1714,11 +1861,13 @@ export interface BatchWriteRequest {
1714
1861
  Operations: BatchWriteOperation[] | undefined;
1715
1862
  }
1716
1863
  /**
1864
+ * @public
1717
1865
  * <p>The result of a batch add facet to object operation.</p>
1718
1866
  */
1719
1867
  export interface BatchAddFacetToObjectResponse {
1720
1868
  }
1721
1869
  /**
1870
+ * @public
1722
1871
  * <p>Represents the output batch <a>AttachObject</a> response operation.</p>
1723
1872
  */
1724
1873
  export interface BatchAttachObjectResponse {
@@ -1728,12 +1877,14 @@ export interface BatchAttachObjectResponse {
1728
1877
  attachedObjectIdentifier?: string;
1729
1878
  }
1730
1879
  /**
1880
+ * @public
1731
1881
  * <p>Represents the output of an <a>AttachPolicy</a> response
1732
1882
  * operation.</p>
1733
1883
  */
1734
1884
  export interface BatchAttachPolicyResponse {
1735
1885
  }
1736
1886
  /**
1887
+ * @public
1737
1888
  * <p>Represents the output of a <a>AttachToIndex</a> response operation.</p>
1738
1889
  */
1739
1890
  export interface BatchAttachToIndexResponse {
@@ -1743,6 +1894,7 @@ export interface BatchAttachToIndexResponse {
1743
1894
  AttachedObjectIdentifier?: string;
1744
1895
  }
1745
1896
  /**
1897
+ * @public
1746
1898
  * <p>Represents the output of a <a>AttachTypedLink</a> response operation.</p>
1747
1899
  */
1748
1900
  export interface BatchAttachTypedLinkResponse {
@@ -1752,6 +1904,7 @@ export interface BatchAttachTypedLinkResponse {
1752
1904
  TypedLinkSpecifier?: TypedLinkSpecifier;
1753
1905
  }
1754
1906
  /**
1907
+ * @public
1755
1908
  * <p>Represents the output of a <a>CreateIndex</a> response operation.</p>
1756
1909
  */
1757
1910
  export interface BatchCreateIndexResponse {
@@ -1761,6 +1914,7 @@ export interface BatchCreateIndexResponse {
1761
1914
  ObjectIdentifier?: string;
1762
1915
  }
1763
1916
  /**
1917
+ * @public
1764
1918
  * <p>Represents the output of a <a>CreateObject</a> response operation.</p>
1765
1919
  */
1766
1920
  export interface BatchCreateObjectResponse {
@@ -1770,11 +1924,13 @@ export interface BatchCreateObjectResponse {
1770
1924
  ObjectIdentifier?: string;
1771
1925
  }
1772
1926
  /**
1927
+ * @public
1773
1928
  * <p>Represents the output of a <a>DeleteObject</a> response operation.</p>
1774
1929
  */
1775
1930
  export interface BatchDeleteObjectResponse {
1776
1931
  }
1777
1932
  /**
1933
+ * @public
1778
1934
  * <p>Represents the output of a <a>DetachFromIndex</a> response operation.</p>
1779
1935
  */
1780
1936
  export interface BatchDetachFromIndexResponse {
@@ -1784,6 +1940,7 @@ export interface BatchDetachFromIndexResponse {
1784
1940
  DetachedObjectIdentifier?: string;
1785
1941
  }
1786
1942
  /**
1943
+ * @public
1787
1944
  * <p>Represents the output of a <a>DetachObject</a> response operation.</p>
1788
1945
  */
1789
1946
  export interface BatchDetachObjectResponse {
@@ -1793,26 +1950,31 @@ export interface BatchDetachObjectResponse {
1793
1950
  detachedObjectIdentifier?: string;
1794
1951
  }
1795
1952
  /**
1953
+ * @public
1796
1954
  * <p>Represents the output of a <a>DetachPolicy</a> response operation.</p>
1797
1955
  */
1798
1956
  export interface BatchDetachPolicyResponse {
1799
1957
  }
1800
1958
  /**
1959
+ * @public
1801
1960
  * <p>Represents the output of a <a>DetachTypedLink</a> response operation.</p>
1802
1961
  */
1803
1962
  export interface BatchDetachTypedLinkResponse {
1804
1963
  }
1805
1964
  /**
1965
+ * @public
1806
1966
  * <p>An empty result that represents success.</p>
1807
1967
  */
1808
1968
  export interface BatchRemoveFacetFromObjectResponse {
1809
1969
  }
1810
1970
  /**
1971
+ * @public
1811
1972
  * <p>Represents the output of a <a>UpdateLinkAttributes</a> response operation.</p>
1812
1973
  */
1813
1974
  export interface BatchUpdateLinkAttributesResponse {
1814
1975
  }
1815
1976
  /**
1977
+ * @public
1816
1978
  * <p>Represents the output of a <code>BatchUpdate</code> response operation.</p>
1817
1979
  */
1818
1980
  export interface BatchUpdateObjectAttributesResponse {
@@ -1822,6 +1984,7 @@ export interface BatchUpdateObjectAttributesResponse {
1822
1984
  ObjectIdentifier?: string;
1823
1985
  }
1824
1986
  /**
1987
+ * @public
1825
1988
  * <p>Represents the output of a <code>BatchWrite</code> response operation.</p>
1826
1989
  */
1827
1990
  export interface BatchWriteOperationResponse {
@@ -1887,12 +2050,18 @@ export interface BatchWriteOperationResponse {
1887
2050
  */
1888
2051
  UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse;
1889
2052
  }
2053
+ /**
2054
+ * @public
2055
+ */
1890
2056
  export interface BatchWriteResponse {
1891
2057
  /**
1892
2058
  * <p>A list of all the responses for each batch write.</p>
1893
2059
  */
1894
2060
  Responses?: BatchWriteOperationResponse[];
1895
2061
  }
2062
+ /**
2063
+ * @public
2064
+ */
1896
2065
  export interface CreateDirectoryRequest {
1897
2066
  /**
1898
2067
  * <p>The name of the <a>Directory</a>. Should be unique per account, per
@@ -1905,6 +2074,9 @@ export interface CreateDirectoryRequest {
1905
2074
  */
1906
2075
  SchemaArn: string | undefined;
1907
2076
  }
2077
+ /**
2078
+ * @public
2079
+ */
1908
2080
  export interface CreateDirectoryResponse {
1909
2081
  /**
1910
2082
  * <p>The ARN that is associated with the <a>Directory</a>. For more information,
@@ -1927,6 +2099,7 @@ export interface CreateDirectoryResponse {
1927
2099
  AppliedSchemaArn: string | undefined;
1928
2100
  }
1929
2101
  /**
2102
+ * @public
1930
2103
  * <p>Indicates that a <a>Directory</a> could not be created due to a naming
1931
2104
  * conflict. Choose a different name and try again.</p>
1932
2105
  */
@@ -1939,6 +2112,9 @@ export declare class DirectoryAlreadyExistsException extends __BaseException {
1939
2112
  */
1940
2113
  constructor(opts: __ExceptionOptionType<DirectoryAlreadyExistsException, __BaseException>);
1941
2114
  }
2115
+ /**
2116
+ * @public
2117
+ */
1942
2118
  export declare enum RuleType {
1943
2119
  BINARY_LENGTH = "BINARY_LENGTH",
1944
2120
  NUMBER_COMPARISON = "NUMBER_COMPARISON",
@@ -1946,6 +2122,7 @@ export declare enum RuleType {
1946
2122
  STRING_LENGTH = "STRING_LENGTH"
1947
2123
  }
1948
2124
  /**
2125
+ * @public
1949
2126
  * <p>Contains an Amazon Resource Name (ARN) and parameters that are associated with the
1950
2127
  * rule.</p>
1951
2128
  */
@@ -1959,6 +2136,9 @@ export interface Rule {
1959
2136
  */
1960
2137
  Parameters?: Record<string, string>;
1961
2138
  }
2139
+ /**
2140
+ * @public
2141
+ */
1962
2142
  export declare enum FacetAttributeType {
1963
2143
  BINARY = "BINARY",
1964
2144
  BOOLEAN = "BOOLEAN",
@@ -1968,6 +2148,7 @@ export declare enum FacetAttributeType {
1968
2148
  VARIANT = "VARIANT"
1969
2149
  }
1970
2150
  /**
2151
+ * @public
1971
2152
  * <p>A facet attribute definition. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html">Attribute References</a> for more information.</p>
1972
2153
  */
1973
2154
  export interface FacetAttributeDefinition {
@@ -1989,6 +2170,7 @@ export interface FacetAttributeDefinition {
1989
2170
  Rules?: Record<string, Rule>;
1990
2171
  }
1991
2172
  /**
2173
+ * @public
1992
2174
  * <p>The facet attribute reference that specifies the attribute definition that contains the
1993
2175
  * attribute facet name and attribute name.</p>
1994
2176
  */
@@ -2002,11 +2184,15 @@ export interface FacetAttributeReference {
2002
2184
  */
2003
2185
  TargetAttributeName: string | undefined;
2004
2186
  }
2187
+ /**
2188
+ * @public
2189
+ */
2005
2190
  export declare enum RequiredAttributeBehavior {
2006
2191
  NOT_REQUIRED = "NOT_REQUIRED",
2007
2192
  REQUIRED_ALWAYS = "REQUIRED_ALWAYS"
2008
2193
  }
2009
2194
  /**
2195
+ * @public
2010
2196
  * <p>An attribute that is associated with the <a>Facet</a>.</p>
2011
2197
  */
2012
2198
  export interface FacetAttribute {
@@ -2028,16 +2214,25 @@ export interface FacetAttribute {
2028
2214
  */
2029
2215
  RequiredBehavior?: RequiredAttributeBehavior | string;
2030
2216
  }
2217
+ /**
2218
+ * @public
2219
+ */
2031
2220
  export declare enum FacetStyle {
2032
2221
  DYNAMIC = "DYNAMIC",
2033
2222
  STATIC = "STATIC"
2034
2223
  }
2224
+ /**
2225
+ * @public
2226
+ */
2035
2227
  export declare enum ObjectType {
2036
2228
  INDEX = "INDEX",
2037
2229
  LEAF_NODE = "LEAF_NODE",
2038
2230
  NODE = "NODE",
2039
2231
  POLICY = "POLICY"
2040
2232
  }
2233
+ /**
2234
+ * @public
2235
+ */
2041
2236
  export interface CreateFacetRequest {
2042
2237
  /**
2043
2238
  * <p>The schema ARN in which the new <a>Facet</a> will be created. For more
@@ -2083,9 +2278,13 @@ export interface CreateFacetRequest {
2083
2278
  */
2084
2279
  FacetStyle?: FacetStyle | string;
2085
2280
  }
2281
+ /**
2282
+ * @public
2283
+ */
2086
2284
  export interface CreateFacetResponse {
2087
2285
  }
2088
2286
  /**
2287
+ * @public
2089
2288
  * <p>A facet with the same name already exists.</p>
2090
2289
  */
2091
2290
  export declare class FacetAlreadyExistsException extends __BaseException {
@@ -2098,6 +2297,7 @@ export declare class FacetAlreadyExistsException extends __BaseException {
2098
2297
  constructor(opts: __ExceptionOptionType<FacetAlreadyExistsException, __BaseException>);
2099
2298
  }
2100
2299
  /**
2300
+ * @public
2101
2301
  * <p>Occurs when any of the rule parameter keys or values are invalid.</p>
2102
2302
  */
2103
2303
  export declare class InvalidRuleException extends __BaseException {
@@ -2109,6 +2309,9 @@ export declare class InvalidRuleException extends __BaseException {
2109
2309
  */
2110
2310
  constructor(opts: __ExceptionOptionType<InvalidRuleException, __BaseException>);
2111
2311
  }
2312
+ /**
2313
+ * @public
2314
+ */
2112
2315
  export interface CreateIndexRequest {
2113
2316
  /**
2114
2317
  * <p>The ARN of the directory where the index should be created.</p>
@@ -2133,6 +2336,9 @@ export interface CreateIndexRequest {
2133
2336
  */
2134
2337
  LinkName?: string;
2135
2338
  }
2339
+ /**
2340
+ * @public
2341
+ */
2136
2342
  export interface CreateIndexResponse {
2137
2343
  /**
2138
2344
  * <p>The <code>ObjectIdentifier</code> of the index created by this operation.</p>
@@ -2140,6 +2346,7 @@ export interface CreateIndexResponse {
2140
2346
  ObjectIdentifier?: string;
2141
2347
  }
2142
2348
  /**
2349
+ * @public
2143
2350
  * <p>Indicates that the requested index type is not supported.</p>
2144
2351
  */
2145
2352
  export declare class UnsupportedIndexTypeException extends __BaseException {
@@ -2151,6 +2358,9 @@ export declare class UnsupportedIndexTypeException extends __BaseException {
2151
2358
  */
2152
2359
  constructor(opts: __ExceptionOptionType<UnsupportedIndexTypeException, __BaseException>);
2153
2360
  }
2361
+ /**
2362
+ * @public
2363
+ */
2154
2364
  export interface CreateObjectRequest {
2155
2365
  /**
2156
2366
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -2175,12 +2385,18 @@ export interface CreateObjectRequest {
2175
2385
  */
2176
2386
  LinkName?: string;
2177
2387
  }
2388
+ /**
2389
+ * @public
2390
+ */
2178
2391
  export interface CreateObjectResponse {
2179
2392
  /**
2180
2393
  * <p>The identifier that is associated with the object.</p>
2181
2394
  */
2182
2395
  ObjectIdentifier?: string;
2183
2396
  }
2397
+ /**
2398
+ * @public
2399
+ */
2184
2400
  export interface CreateSchemaRequest {
2185
2401
  /**
2186
2402
  * <p>The name that is associated with the schema. This is unique to each account and in each
@@ -2188,6 +2404,9 @@ export interface CreateSchemaRequest {
2188
2404
  */
2189
2405
  Name: string | undefined;
2190
2406
  }
2407
+ /**
2408
+ * @public
2409
+ */
2191
2410
  export interface CreateSchemaResponse {
2192
2411
  /**
2193
2412
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -2196,6 +2415,7 @@ export interface CreateSchemaResponse {
2196
2415
  SchemaArn?: string;
2197
2416
  }
2198
2417
  /**
2418
+ * @public
2199
2419
  * <p>A typed link attribute definition.</p>
2200
2420
  */
2201
2421
  export interface TypedLinkAttributeDefinition {
@@ -2225,6 +2445,7 @@ export interface TypedLinkAttributeDefinition {
2225
2445
  RequiredBehavior: RequiredAttributeBehavior | string | undefined;
2226
2446
  }
2227
2447
  /**
2448
+ * @public
2228
2449
  * <p>Defines the typed links structure and its attributes. To create a typed link facet, use
2229
2450
  * the <a>CreateTypedLinkFacet</a> API.</p>
2230
2451
  */
@@ -2242,6 +2463,9 @@ export interface TypedLinkFacet {
2242
2463
  */
2243
2464
  IdentityAttributeOrder: string[] | undefined;
2244
2465
  }
2466
+ /**
2467
+ * @public
2468
+ */
2245
2469
  export interface CreateTypedLinkFacetRequest {
2246
2470
  /**
2247
2471
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -2255,14 +2479,23 @@ export interface CreateTypedLinkFacetRequest {
2255
2479
  */
2256
2480
  Facet: TypedLinkFacet | undefined;
2257
2481
  }
2482
+ /**
2483
+ * @public
2484
+ */
2258
2485
  export interface CreateTypedLinkFacetResponse {
2259
2486
  }
2487
+ /**
2488
+ * @public
2489
+ */
2260
2490
  export interface DeleteDirectoryRequest {
2261
2491
  /**
2262
2492
  * <p>The ARN of the directory to delete.</p>
2263
2493
  */
2264
2494
  DirectoryArn: string | undefined;
2265
2495
  }
2496
+ /**
2497
+ * @public
2498
+ */
2266
2499
  export interface DeleteDirectoryResponse {
2267
2500
  /**
2268
2501
  * <p>The ARN of the deleted directory.</p>
@@ -2270,6 +2503,7 @@ export interface DeleteDirectoryResponse {
2270
2503
  DirectoryArn: string | undefined;
2271
2504
  }
2272
2505
  /**
2506
+ * @public
2273
2507
  * <p>A directory that has been deleted and to which access has been attempted. Note: The
2274
2508
  * requested resource will eventually cease to exist.</p>
2275
2509
  */
@@ -2283,6 +2517,7 @@ export declare class DirectoryDeletedException extends __BaseException {
2283
2517
  constructor(opts: __ExceptionOptionType<DirectoryDeletedException, __BaseException>);
2284
2518
  }
2285
2519
  /**
2520
+ * @public
2286
2521
  * <p>An operation can only operate on a disabled directory.</p>
2287
2522
  */
2288
2523
  export declare class DirectoryNotDisabledException extends __BaseException {
@@ -2294,6 +2529,9 @@ export declare class DirectoryNotDisabledException extends __BaseException {
2294
2529
  */
2295
2530
  constructor(opts: __ExceptionOptionType<DirectoryNotDisabledException, __BaseException>);
2296
2531
  }
2532
+ /**
2533
+ * @public
2534
+ */
2297
2535
  export interface DeleteFacetRequest {
2298
2536
  /**
2299
2537
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Facet</a>.
@@ -2305,9 +2543,13 @@ export interface DeleteFacetRequest {
2305
2543
  */
2306
2544
  Name: string | undefined;
2307
2545
  }
2546
+ /**
2547
+ * @public
2548
+ */
2308
2549
  export interface DeleteFacetResponse {
2309
2550
  }
2310
2551
  /**
2552
+ * @public
2311
2553
  * <p>Occurs when deleting a facet that contains an attribute that is a target to an
2312
2554
  * attribute reference in a different facet.</p>
2313
2555
  */
@@ -2321,6 +2563,7 @@ export declare class FacetInUseException extends __BaseException {
2321
2563
  constructor(opts: __ExceptionOptionType<FacetInUseException, __BaseException>);
2322
2564
  }
2323
2565
  /**
2566
+ * @public
2324
2567
  * <p>The specified <a>Facet</a> could not be found.</p>
2325
2568
  */
2326
2569
  export declare class FacetNotFoundException extends __BaseException {
@@ -2332,6 +2575,9 @@ export declare class FacetNotFoundException extends __BaseException {
2332
2575
  */
2333
2576
  constructor(opts: __ExceptionOptionType<FacetNotFoundException, __BaseException>);
2334
2577
  }
2578
+ /**
2579
+ * @public
2580
+ */
2335
2581
  export interface DeleteObjectRequest {
2336
2582
  /**
2337
2583
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -2343,9 +2589,13 @@ export interface DeleteObjectRequest {
2343
2589
  */
2344
2590
  ObjectReference: ObjectReference | undefined;
2345
2591
  }
2592
+ /**
2593
+ * @public
2594
+ */
2346
2595
  export interface DeleteObjectResponse {
2347
2596
  }
2348
2597
  /**
2598
+ * @public
2349
2599
  * <p>Indicates that the requested operation cannot be completed because the object has not
2350
2600
  * been detached from the tree.</p>
2351
2601
  */
@@ -2358,6 +2608,9 @@ export declare class ObjectNotDetachedException extends __BaseException {
2358
2608
  */
2359
2609
  constructor(opts: __ExceptionOptionType<ObjectNotDetachedException, __BaseException>);
2360
2610
  }
2611
+ /**
2612
+ * @public
2613
+ */
2361
2614
  export interface DeleteSchemaRequest {
2362
2615
  /**
2363
2616
  * <p>The Amazon Resource Name (ARN) of the development schema. For more information, see
@@ -2365,6 +2618,9 @@ export interface DeleteSchemaRequest {
2365
2618
  */
2366
2619
  SchemaArn: string | undefined;
2367
2620
  }
2621
+ /**
2622
+ * @public
2623
+ */
2368
2624
  export interface DeleteSchemaResponse {
2369
2625
  /**
2370
2626
  * <p>The input ARN that is returned as part of the response. For more information, see
@@ -2373,6 +2629,7 @@ export interface DeleteSchemaResponse {
2373
2629
  SchemaArn?: string;
2374
2630
  }
2375
2631
  /**
2632
+ * @public
2376
2633
  * <p>The object could not be deleted because links still exist. Remove the links and then
2377
2634
  * try the operation again.</p>
2378
2635
  */
@@ -2385,6 +2642,9 @@ export declare class StillContainsLinksException extends __BaseException {
2385
2642
  */
2386
2643
  constructor(opts: __ExceptionOptionType<StillContainsLinksException, __BaseException>);
2387
2644
  }
2645
+ /**
2646
+ * @public
2647
+ */
2388
2648
  export interface DeleteTypedLinkFacetRequest {
2389
2649
  /**
2390
2650
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -2396,8 +2656,14 @@ export interface DeleteTypedLinkFacetRequest {
2396
2656
  */
2397
2657
  Name: string | undefined;
2398
2658
  }
2659
+ /**
2660
+ * @public
2661
+ */
2399
2662
  export interface DeleteTypedLinkFacetResponse {
2400
2663
  }
2664
+ /**
2665
+ * @public
2666
+ */
2401
2667
  export interface DetachFromIndexRequest {
2402
2668
  /**
2403
2669
  * <p>The Amazon Resource Name (ARN) of the directory the index and object exist
@@ -2413,6 +2679,9 @@ export interface DetachFromIndexRequest {
2413
2679
  */
2414
2680
  TargetReference: ObjectReference | undefined;
2415
2681
  }
2682
+ /**
2683
+ * @public
2684
+ */
2416
2685
  export interface DetachFromIndexResponse {
2417
2686
  /**
2418
2687
  * <p>The <code>ObjectIdentifier</code> of the object that was detached from the index.</p>
@@ -2420,6 +2689,7 @@ export interface DetachFromIndexResponse {
2420
2689
  DetachedObjectIdentifier?: string;
2421
2690
  }
2422
2691
  /**
2692
+ * @public
2423
2693
  * <p>Indicates that the object is not attached to the index.</p>
2424
2694
  */
2425
2695
  export declare class ObjectAlreadyDetachedException extends __BaseException {
@@ -2431,6 +2701,9 @@ export declare class ObjectAlreadyDetachedException extends __BaseException {
2431
2701
  */
2432
2702
  constructor(opts: __ExceptionOptionType<ObjectAlreadyDetachedException, __BaseException>);
2433
2703
  }
2704
+ /**
2705
+ * @public
2706
+ */
2434
2707
  export interface DetachObjectRequest {
2435
2708
  /**
2436
2709
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -2447,6 +2720,9 @@ export interface DetachObjectRequest {
2447
2720
  */
2448
2721
  LinkName: string | undefined;
2449
2722
  }
2723
+ /**
2724
+ * @public
2725
+ */
2450
2726
  export interface DetachObjectResponse {
2451
2727
  /**
2452
2728
  * <p>The <code>ObjectIdentifier</code> that was detached from the object.</p>
@@ -2454,6 +2730,7 @@ export interface DetachObjectResponse {
2454
2730
  DetachedObjectIdentifier?: string;
2455
2731
  }
2456
2732
  /**
2733
+ * @public
2457
2734
  * <p>Occurs when any invalid operations are performed on an object that is not a node, such
2458
2735
  * as calling <code>ListObjectChildren</code> for a leaf node object.</p>
2459
2736
  */
@@ -2466,6 +2743,9 @@ export declare class NotNodeException extends __BaseException {
2466
2743
  */
2467
2744
  constructor(opts: __ExceptionOptionType<NotNodeException, __BaseException>);
2468
2745
  }
2746
+ /**
2747
+ * @public
2748
+ */
2469
2749
  export interface DetachPolicyRequest {
2470
2750
  /**
2471
2751
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -2481,8 +2761,14 @@ export interface DetachPolicyRequest {
2481
2761
  */
2482
2762
  ObjectReference: ObjectReference | undefined;
2483
2763
  }
2764
+ /**
2765
+ * @public
2766
+ */
2484
2767
  export interface DetachPolicyResponse {
2485
2768
  }
2769
+ /**
2770
+ * @public
2771
+ */
2486
2772
  export interface DetachTypedLinkRequest {
2487
2773
  /**
2488
2774
  * <p>The Amazon Resource Name (ARN) of the directory where you want to detach the typed
@@ -2494,54 +2780,79 @@ export interface DetachTypedLinkRequest {
2494
2780
  */
2495
2781
  TypedLinkSpecifier: TypedLinkSpecifier | undefined;
2496
2782
  }
2783
+ /**
2784
+ * @public
2785
+ */
2497
2786
  export interface DisableDirectoryRequest {
2498
2787
  /**
2499
2788
  * <p>The ARN of the directory to disable.</p>
2500
2789
  */
2501
2790
  DirectoryArn: string | undefined;
2502
2791
  }
2792
+ /**
2793
+ * @public
2794
+ */
2503
2795
  export interface DisableDirectoryResponse {
2504
2796
  /**
2505
2797
  * <p>The ARN of the directory that has been disabled.</p>
2506
2798
  */
2507
2799
  DirectoryArn: string | undefined;
2508
2800
  }
2801
+ /**
2802
+ * @public
2803
+ */
2509
2804
  export interface EnableDirectoryRequest {
2510
2805
  /**
2511
2806
  * <p>The ARN of the directory to enable.</p>
2512
2807
  */
2513
2808
  DirectoryArn: string | undefined;
2514
2809
  }
2810
+ /**
2811
+ * @public
2812
+ */
2515
2813
  export interface EnableDirectoryResponse {
2516
2814
  /**
2517
2815
  * <p>The ARN of the enabled directory.</p>
2518
2816
  */
2519
2817
  DirectoryArn: string | undefined;
2520
2818
  }
2819
+ /**
2820
+ * @public
2821
+ */
2521
2822
  export interface GetAppliedSchemaVersionRequest {
2522
2823
  /**
2523
2824
  * <p>The ARN of the applied schema.</p>
2524
2825
  */
2525
2826
  SchemaArn: string | undefined;
2526
2827
  }
2828
+ /**
2829
+ * @public
2830
+ */
2527
2831
  export interface GetAppliedSchemaVersionResponse {
2528
2832
  /**
2529
2833
  * <p>Current applied schema ARN, including the minor version in use if one was provided.</p>
2530
2834
  */
2531
2835
  AppliedSchemaArn?: string;
2532
2836
  }
2837
+ /**
2838
+ * @public
2839
+ */
2533
2840
  export interface GetDirectoryRequest {
2534
2841
  /**
2535
2842
  * <p>The ARN of the directory.</p>
2536
2843
  */
2537
2844
  DirectoryArn: string | undefined;
2538
2845
  }
2846
+ /**
2847
+ * @public
2848
+ */
2539
2849
  export declare enum DirectoryState {
2540
2850
  DELETED = "DELETED",
2541
2851
  DISABLED = "DISABLED",
2542
2852
  ENABLED = "ENABLED"
2543
2853
  }
2544
2854
  /**
2855
+ * @public
2545
2856
  * <p>Directory structure that includes the directory name and directory ARN.</p>
2546
2857
  */
2547
2858
  export interface Directory {
@@ -2563,12 +2874,18 @@ export interface Directory {
2563
2874
  */
2564
2875
  CreationDateTime?: Date;
2565
2876
  }
2877
+ /**
2878
+ * @public
2879
+ */
2566
2880
  export interface GetDirectoryResponse {
2567
2881
  /**
2568
2882
  * <p>Metadata about the directory.</p>
2569
2883
  */
2570
2884
  Directory: Directory | undefined;
2571
2885
  }
2886
+ /**
2887
+ * @public
2888
+ */
2572
2889
  export interface GetFacetRequest {
2573
2890
  /**
2574
2891
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Facet</a>.
@@ -2581,6 +2898,7 @@ export interface GetFacetRequest {
2581
2898
  Name: string | undefined;
2582
2899
  }
2583
2900
  /**
2901
+ * @public
2584
2902
  * <p>A structure that contains <code>Name</code>, <code>ARN</code>, <code>Attributes</code>, <code>
2585
2903
  * <a>Rule</a>s</code>, and
2586
2904
  * <code>ObjectTypes</code>. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_whatarefacets.html">Facets</a> for more information.</p>
@@ -2599,12 +2917,18 @@ export interface Facet {
2599
2917
  */
2600
2918
  FacetStyle?: FacetStyle | string;
2601
2919
  }
2920
+ /**
2921
+ * @public
2922
+ */
2602
2923
  export interface GetFacetResponse {
2603
2924
  /**
2604
2925
  * <p>The <a>Facet</a> structure that is associated with the facet.</p>
2605
2926
  */
2606
2927
  Facet?: Facet;
2607
2928
  }
2929
+ /**
2930
+ * @public
2931
+ */
2608
2932
  export interface GetLinkAttributesRequest {
2609
2933
  /**
2610
2934
  * <p>The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see <a>arns</a> or <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
@@ -2623,12 +2947,18 @@ export interface GetLinkAttributesRequest {
2623
2947
  */
2624
2948
  ConsistencyLevel?: ConsistencyLevel | string;
2625
2949
  }
2950
+ /**
2951
+ * @public
2952
+ */
2626
2953
  export interface GetLinkAttributesResponse {
2627
2954
  /**
2628
2955
  * <p>The attributes that are associated with the typed link.</p>
2629
2956
  */
2630
2957
  Attributes?: AttributeKeyAndValue[];
2631
2958
  }
2959
+ /**
2960
+ * @public
2961
+ */
2632
2962
  export interface GetObjectAttributesRequest {
2633
2963
  /**
2634
2964
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a> where the object resides.</p>
@@ -2651,12 +2981,18 @@ export interface GetObjectAttributesRequest {
2651
2981
  */
2652
2982
  AttributeNames: string[] | undefined;
2653
2983
  }
2984
+ /**
2985
+ * @public
2986
+ */
2654
2987
  export interface GetObjectAttributesResponse {
2655
2988
  /**
2656
2989
  * <p>The attributes that are associated with the object.</p>
2657
2990
  */
2658
2991
  Attributes?: AttributeKeyAndValue[];
2659
2992
  }
2993
+ /**
2994
+ * @public
2995
+ */
2660
2996
  export interface GetObjectInformationRequest {
2661
2997
  /**
2662
2998
  * <p>The ARN of the directory being retrieved.</p>
@@ -2671,6 +3007,9 @@ export interface GetObjectInformationRequest {
2671
3007
  */
2672
3008
  ConsistencyLevel?: ConsistencyLevel | string;
2673
3009
  }
3010
+ /**
3011
+ * @public
3012
+ */
2674
3013
  export interface GetObjectInformationResponse {
2675
3014
  /**
2676
3015
  * <p>The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See <a>GetAppliedSchemaVersion</a> for details.</p>
@@ -2681,12 +3020,18 @@ export interface GetObjectInformationResponse {
2681
3020
  */
2682
3021
  ObjectIdentifier?: string;
2683
3022
  }
3023
+ /**
3024
+ * @public
3025
+ */
2684
3026
  export interface GetSchemaAsJsonRequest {
2685
3027
  /**
2686
3028
  * <p>The ARN of the schema to retrieve.</p>
2687
3029
  */
2688
3030
  SchemaArn: string | undefined;
2689
3031
  }
3032
+ /**
3033
+ * @public
3034
+ */
2690
3035
  export interface GetSchemaAsJsonResponse {
2691
3036
  /**
2692
3037
  * <p>The name of the retrieved schema.</p>
@@ -2697,6 +3042,9 @@ export interface GetSchemaAsJsonResponse {
2697
3042
  */
2698
3043
  Document?: string;
2699
3044
  }
3045
+ /**
3046
+ * @public
3047
+ */
2700
3048
  export interface GetTypedLinkFacetInformationRequest {
2701
3049
  /**
2702
3050
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -2708,6 +3056,9 @@ export interface GetTypedLinkFacetInformationRequest {
2708
3056
  */
2709
3057
  Name: string | undefined;
2710
3058
  }
3059
+ /**
3060
+ * @public
3061
+ */
2711
3062
  export interface GetTypedLinkFacetInformationResponse {
2712
3063
  /**
2713
3064
  * <p>The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed
@@ -2720,6 +3071,7 @@ export interface GetTypedLinkFacetInformationResponse {
2720
3071
  IdentityAttributeOrder?: string[];
2721
3072
  }
2722
3073
  /**
3074
+ * @public
2723
3075
  * <p>Indicates that the <code>NextToken</code> value is not valid.</p>
2724
3076
  */
2725
3077
  export declare class InvalidNextTokenException extends __BaseException {
@@ -2731,6 +3083,9 @@ export declare class InvalidNextTokenException extends __BaseException {
2731
3083
  */
2732
3084
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
2733
3085
  }
3086
+ /**
3087
+ * @public
3088
+ */
2734
3089
  export interface ListAppliedSchemaArnsRequest {
2735
3090
  /**
2736
3091
  * <p>The ARN of the directory you are listing.</p>
@@ -2749,6 +3104,9 @@ export interface ListAppliedSchemaArnsRequest {
2749
3104
  */
2750
3105
  MaxResults?: number;
2751
3106
  }
3107
+ /**
3108
+ * @public
3109
+ */
2752
3110
  export interface ListAppliedSchemaArnsResponse {
2753
3111
  /**
2754
3112
  * <p>The ARNs of schemas that are applied to the directory.</p>
@@ -2759,6 +3117,9 @@ export interface ListAppliedSchemaArnsResponse {
2759
3117
  */
2760
3118
  NextToken?: string;
2761
3119
  }
3120
+ /**
3121
+ * @public
3122
+ */
2762
3123
  export interface ListAttachedIndicesRequest {
2763
3124
  /**
2764
3125
  * <p>The ARN of the directory.</p>
@@ -2781,6 +3142,9 @@ export interface ListAttachedIndicesRequest {
2781
3142
  */
2782
3143
  ConsistencyLevel?: ConsistencyLevel | string;
2783
3144
  }
3145
+ /**
3146
+ * @public
3147
+ */
2784
3148
  export interface ListAttachedIndicesResponse {
2785
3149
  /**
2786
3150
  * <p>The indices attached to the specified object.</p>
@@ -2791,6 +3155,9 @@ export interface ListAttachedIndicesResponse {
2791
3155
  */
2792
3156
  NextToken?: string;
2793
3157
  }
3158
+ /**
3159
+ * @public
3160
+ */
2794
3161
  export interface ListDevelopmentSchemaArnsRequest {
2795
3162
  /**
2796
3163
  * <p>The pagination token.</p>
@@ -2801,6 +3168,9 @@ export interface ListDevelopmentSchemaArnsRequest {
2801
3168
  */
2802
3169
  MaxResults?: number;
2803
3170
  }
3171
+ /**
3172
+ * @public
3173
+ */
2804
3174
  export interface ListDevelopmentSchemaArnsResponse {
2805
3175
  /**
2806
3176
  * <p>The ARNs of retrieved development schemas.</p>
@@ -2811,6 +3181,9 @@ export interface ListDevelopmentSchemaArnsResponse {
2811
3181
  */
2812
3182
  NextToken?: string;
2813
3183
  }
3184
+ /**
3185
+ * @public
3186
+ */
2814
3187
  export interface ListDirectoriesRequest {
2815
3188
  /**
2816
3189
  * <p>The pagination token.</p>
@@ -2826,6 +3199,9 @@ export interface ListDirectoriesRequest {
2826
3199
  */
2827
3200
  state?: DirectoryState | string;
2828
3201
  }
3202
+ /**
3203
+ * @public
3204
+ */
2829
3205
  export interface ListDirectoriesResponse {
2830
3206
  /**
2831
3207
  * <p>Lists all directories that are associated with your account in pagination
@@ -2837,6 +3213,9 @@ export interface ListDirectoriesResponse {
2837
3213
  */
2838
3214
  NextToken?: string;
2839
3215
  }
3216
+ /**
3217
+ * @public
3218
+ */
2840
3219
  export interface ListFacetAttributesRequest {
2841
3220
  /**
2842
3221
  * <p>The ARN of the schema where the facet resides.</p>
@@ -2855,6 +3234,9 @@ export interface ListFacetAttributesRequest {
2855
3234
  */
2856
3235
  MaxResults?: number;
2857
3236
  }
3237
+ /**
3238
+ * @public
3239
+ */
2858
3240
  export interface ListFacetAttributesResponse {
2859
3241
  /**
2860
3242
  * <p>The attributes attached to the facet.</p>
@@ -2865,6 +3247,9 @@ export interface ListFacetAttributesResponse {
2865
3247
  */
2866
3248
  NextToken?: string;
2867
3249
  }
3250
+ /**
3251
+ * @public
3252
+ */
2868
3253
  export interface ListFacetNamesRequest {
2869
3254
  /**
2870
3255
  * <p>The Amazon Resource Name (ARN) to retrieve facet names from.</p>
@@ -2879,6 +3264,9 @@ export interface ListFacetNamesRequest {
2879
3264
  */
2880
3265
  MaxResults?: number;
2881
3266
  }
3267
+ /**
3268
+ * @public
3269
+ */
2882
3270
  export interface ListFacetNamesResponse {
2883
3271
  /**
2884
3272
  * <p>The names of facets that exist within the schema.</p>
@@ -2889,6 +3277,9 @@ export interface ListFacetNamesResponse {
2889
3277
  */
2890
3278
  NextToken?: string;
2891
3279
  }
3280
+ /**
3281
+ * @public
3282
+ */
2892
3283
  export interface ListIncomingTypedLinksRequest {
2893
3284
  /**
2894
3285
  * <p>The Amazon Resource Name (ARN) of the directory where you want to list the typed
@@ -2923,6 +3314,9 @@ export interface ListIncomingTypedLinksRequest {
2923
3314
  */
2924
3315
  ConsistencyLevel?: ConsistencyLevel | string;
2925
3316
  }
3317
+ /**
3318
+ * @public
3319
+ */
2926
3320
  export interface ListIncomingTypedLinksResponse {
2927
3321
  /**
2928
3322
  * <p>Returns one or more typed link specifiers as output.</p>
@@ -2933,6 +3327,9 @@ export interface ListIncomingTypedLinksResponse {
2933
3327
  */
2934
3328
  NextToken?: string;
2935
3329
  }
3330
+ /**
3331
+ * @public
3332
+ */
2936
3333
  export interface ListIndexRequest {
2937
3334
  /**
2938
3335
  * <p>The ARN of the directory that the index exists in.</p>
@@ -2959,6 +3356,9 @@ export interface ListIndexRequest {
2959
3356
  */
2960
3357
  ConsistencyLevel?: ConsistencyLevel | string;
2961
3358
  }
3359
+ /**
3360
+ * @public
3361
+ */
2962
3362
  export interface ListIndexResponse {
2963
3363
  /**
2964
3364
  * <p>The objects and indexed values attached to the index.</p>
@@ -2969,6 +3369,9 @@ export interface ListIndexResponse {
2969
3369
  */
2970
3370
  NextToken?: string;
2971
3371
  }
3372
+ /**
3373
+ * @public
3374
+ */
2972
3375
  export interface ListManagedSchemaArnsRequest {
2973
3376
  /**
2974
3377
  * <p>The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.</p>
@@ -2983,6 +3386,9 @@ export interface ListManagedSchemaArnsRequest {
2983
3386
  */
2984
3387
  MaxResults?: number;
2985
3388
  }
3389
+ /**
3390
+ * @public
3391
+ */
2986
3392
  export interface ListManagedSchemaArnsResponse {
2987
3393
  /**
2988
3394
  * <p>The ARNs for all AWS managed schemas.</p>
@@ -2993,6 +3399,9 @@ export interface ListManagedSchemaArnsResponse {
2993
3399
  */
2994
3400
  NextToken?: string;
2995
3401
  }
3402
+ /**
3403
+ * @public
3404
+ */
2996
3405
  export interface ListObjectAttributesRequest {
2997
3406
  /**
2998
3407
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -3023,6 +3432,9 @@ export interface ListObjectAttributesRequest {
3023
3432
  */
3024
3433
  FacetFilter?: SchemaFacet;
3025
3434
  }
3435
+ /**
3436
+ * @public
3437
+ */
3026
3438
  export interface ListObjectAttributesResponse {
3027
3439
  /**
3028
3440
  * <p>Attributes map that is associated with the object. <code>AttributeArn</code> is the
@@ -3034,6 +3446,9 @@ export interface ListObjectAttributesResponse {
3034
3446
  */
3035
3447
  NextToken?: string;
3036
3448
  }
3449
+ /**
3450
+ * @public
3451
+ */
3037
3452
  export interface ListObjectChildrenRequest {
3038
3453
  /**
3039
3454
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -3060,6 +3475,9 @@ export interface ListObjectChildrenRequest {
3060
3475
  */
3061
3476
  ConsistencyLevel?: ConsistencyLevel | string;
3062
3477
  }
3478
+ /**
3479
+ * @public
3480
+ */
3063
3481
  export interface ListObjectChildrenResponse {
3064
3482
  /**
3065
3483
  * <p>Children structure, which is a map with key as the <code>LinkName</code> and
@@ -3071,6 +3489,9 @@ export interface ListObjectChildrenResponse {
3071
3489
  */
3072
3490
  NextToken?: string;
3073
3491
  }
3492
+ /**
3493
+ * @public
3494
+ */
3074
3495
  export interface ListObjectParentPathsRequest {
3075
3496
  /**
3076
3497
  * <p>The ARN of the directory to which the parent path applies.</p>
@@ -3090,6 +3511,9 @@ export interface ListObjectParentPathsRequest {
3090
3511
  */
3091
3512
  MaxResults?: number;
3092
3513
  }
3514
+ /**
3515
+ * @public
3516
+ */
3093
3517
  export interface ListObjectParentPathsResponse {
3094
3518
  /**
3095
3519
  * <p>Returns the path to the <code>ObjectIdentifiers</code> that are associated with the
@@ -3102,6 +3526,7 @@ export interface ListObjectParentPathsResponse {
3102
3526
  NextToken?: string;
3103
3527
  }
3104
3528
  /**
3529
+ * @public
3105
3530
  * <p>Cannot list the parents of a <a>Directory</a> root.</p>
3106
3531
  */
3107
3532
  export declare class CannotListParentOfRootException extends __BaseException {
@@ -3113,6 +3538,9 @@ export declare class CannotListParentOfRootException extends __BaseException {
3113
3538
  */
3114
3539
  constructor(opts: __ExceptionOptionType<CannotListParentOfRootException, __BaseException>);
3115
3540
  }
3541
+ /**
3542
+ * @public
3543
+ */
3116
3544
  export interface ListObjectParentsRequest {
3117
3545
  /**
3118
3546
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -3143,6 +3571,9 @@ export interface ListObjectParentsRequest {
3143
3571
  */
3144
3572
  IncludeAllLinksToEachParent?: boolean;
3145
3573
  }
3574
+ /**
3575
+ * @public
3576
+ */
3146
3577
  export interface ListObjectParentsResponse {
3147
3578
  /**
3148
3579
  * <p>The parent structure, which is a map with key as the <code>ObjectIdentifier</code> and
@@ -3158,6 +3589,9 @@ export interface ListObjectParentsResponse {
3158
3589
  */
3159
3590
  ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
3160
3591
  }
3592
+ /**
3593
+ * @public
3594
+ */
3161
3595
  export interface ListObjectPoliciesRequest {
3162
3596
  /**
3163
3597
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -3183,6 +3617,9 @@ export interface ListObjectPoliciesRequest {
3183
3617
  */
3184
3618
  ConsistencyLevel?: ConsistencyLevel | string;
3185
3619
  }
3620
+ /**
3621
+ * @public
3622
+ */
3186
3623
  export interface ListObjectPoliciesResponse {
3187
3624
  /**
3188
3625
  * <p>A list of policy <code>ObjectIdentifiers</code>, that are attached to the
@@ -3194,6 +3631,9 @@ export interface ListObjectPoliciesResponse {
3194
3631
  */
3195
3632
  NextToken?: string;
3196
3633
  }
3634
+ /**
3635
+ * @public
3636
+ */
3197
3637
  export interface ListOutgoingTypedLinksRequest {
3198
3638
  /**
3199
3639
  * <p>The Amazon Resource Name (ARN) of the directory where you want to list the typed
@@ -3228,6 +3668,9 @@ export interface ListOutgoingTypedLinksRequest {
3228
3668
  */
3229
3669
  ConsistencyLevel?: ConsistencyLevel | string;
3230
3670
  }
3671
+ /**
3672
+ * @public
3673
+ */
3231
3674
  export interface ListOutgoingTypedLinksResponse {
3232
3675
  /**
3233
3676
  * <p>Returns a typed link specifier as output.</p>
@@ -3238,6 +3681,9 @@ export interface ListOutgoingTypedLinksResponse {
3238
3681
  */
3239
3682
  NextToken?: string;
3240
3683
  }
3684
+ /**
3685
+ * @public
3686
+ */
3241
3687
  export interface ListPolicyAttachmentsRequest {
3242
3688
  /**
3243
3689
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -3263,6 +3709,9 @@ export interface ListPolicyAttachmentsRequest {
3263
3709
  */
3264
3710
  ConsistencyLevel?: ConsistencyLevel | string;
3265
3711
  }
3712
+ /**
3713
+ * @public
3714
+ */
3266
3715
  export interface ListPolicyAttachmentsResponse {
3267
3716
  /**
3268
3717
  * <p>A list of <code>ObjectIdentifiers</code> to which the policy is attached.</p>
@@ -3273,6 +3722,9 @@ export interface ListPolicyAttachmentsResponse {
3273
3722
  */
3274
3723
  NextToken?: string;
3275
3724
  }
3725
+ /**
3726
+ * @public
3727
+ */
3276
3728
  export interface ListPublishedSchemaArnsRequest {
3277
3729
  /**
3278
3730
  * <p>The response for <code>ListPublishedSchemaArns</code> when this parameter is used will list all minor version ARNs for a major version.</p>
@@ -3287,6 +3739,9 @@ export interface ListPublishedSchemaArnsRequest {
3287
3739
  */
3288
3740
  MaxResults?: number;
3289
3741
  }
3742
+ /**
3743
+ * @public
3744
+ */
3290
3745
  export interface ListPublishedSchemaArnsResponse {
3291
3746
  /**
3292
3747
  * <p>The ARNs of published schemas.</p>
@@ -3298,6 +3753,7 @@ export interface ListPublishedSchemaArnsResponse {
3298
3753
  NextToken?: string;
3299
3754
  }
3300
3755
  /**
3756
+ * @public
3301
3757
  * <p>Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.</p>
3302
3758
  */
3303
3759
  export declare class InvalidTaggingRequestException extends __BaseException {
@@ -3309,6 +3765,9 @@ export declare class InvalidTaggingRequestException extends __BaseException {
3309
3765
  */
3310
3766
  constructor(opts: __ExceptionOptionType<InvalidTaggingRequestException, __BaseException>);
3311
3767
  }
3768
+ /**
3769
+ * @public
3770
+ */
3312
3771
  export interface ListTagsForResourceRequest {
3313
3772
  /**
3314
3773
  * <p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for
@@ -3327,6 +3786,7 @@ export interface ListTagsForResourceRequest {
3327
3786
  MaxResults?: number;
3328
3787
  }
3329
3788
  /**
3789
+ * @public
3330
3790
  * <p>The tag structure that contains a tag key and value.</p>
3331
3791
  */
3332
3792
  export interface Tag {
@@ -3339,6 +3799,9 @@ export interface Tag {
3339
3799
  */
3340
3800
  Value?: string;
3341
3801
  }
3802
+ /**
3803
+ * @public
3804
+ */
3342
3805
  export interface ListTagsForResourceResponse {
3343
3806
  /**
3344
3807
  * <p>A list of tag key value pairs that are associated with the response.</p>
@@ -3349,6 +3812,9 @@ export interface ListTagsForResourceResponse {
3349
3812
  */
3350
3813
  NextToken?: string;
3351
3814
  }
3815
+ /**
3816
+ * @public
3817
+ */
3352
3818
  export interface ListTypedLinkFacetAttributesRequest {
3353
3819
  /**
3354
3820
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -3368,6 +3834,9 @@ export interface ListTypedLinkFacetAttributesRequest {
3368
3834
  */
3369
3835
  MaxResults?: number;
3370
3836
  }
3837
+ /**
3838
+ * @public
3839
+ */
3371
3840
  export interface ListTypedLinkFacetAttributesResponse {
3372
3841
  /**
3373
3842
  * <p>An ordered set of attributes associate with the typed link.</p>
@@ -3378,6 +3847,9 @@ export interface ListTypedLinkFacetAttributesResponse {
3378
3847
  */
3379
3848
  NextToken?: string;
3380
3849
  }
3850
+ /**
3851
+ * @public
3852
+ */
3381
3853
  export interface ListTypedLinkFacetNamesRequest {
3382
3854
  /**
3383
3855
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -3393,6 +3865,9 @@ export interface ListTypedLinkFacetNamesRequest {
3393
3865
  */
3394
3866
  MaxResults?: number;
3395
3867
  }
3868
+ /**
3869
+ * @public
3870
+ */
3396
3871
  export interface ListTypedLinkFacetNamesResponse {
3397
3872
  /**
3398
3873
  * <p>The names of typed link facets that exist within the schema.</p>
@@ -3403,6 +3878,9 @@ export interface ListTypedLinkFacetNamesResponse {
3403
3878
  */
3404
3879
  NextToken?: string;
3405
3880
  }
3881
+ /**
3882
+ * @public
3883
+ */
3406
3884
  export interface LookupPolicyRequest {
3407
3885
  /**
3408
3886
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>.
@@ -3423,6 +3901,9 @@ export interface LookupPolicyRequest {
3423
3901
  */
3424
3902
  MaxResults?: number;
3425
3903
  }
3904
+ /**
3905
+ * @public
3906
+ */
3426
3907
  export interface LookupPolicyResponse {
3427
3908
  /**
3428
3909
  * <p>Provides list of path to policies. Policies contain <code>PolicyId</code>, <code>ObjectIdentifier</code>, and
@@ -3435,6 +3916,9 @@ export interface LookupPolicyResponse {
3435
3916
  */
3436
3917
  NextToken?: string;
3437
3918
  }
3919
+ /**
3920
+ * @public
3921
+ */
3438
3922
  export interface PublishSchemaRequest {
3439
3923
  /**
3440
3924
  * <p>The Amazon Resource Name (ARN) that is associated with the development schema. For
@@ -3455,6 +3939,9 @@ export interface PublishSchemaRequest {
3455
3939
  */
3456
3940
  Name?: string;
3457
3941
  }
3942
+ /**
3943
+ * @public
3944
+ */
3458
3945
  export interface PublishSchemaResponse {
3459
3946
  /**
3460
3947
  * <p>The ARN that is associated with the published schema. For more information, see <a>arns</a>.</p>
@@ -3462,6 +3949,7 @@ export interface PublishSchemaResponse {
3462
3949
  PublishedSchemaArn?: string;
3463
3950
  }
3464
3951
  /**
3952
+ * @public
3465
3953
  * <p>Indicates that a schema is already published.</p>
3466
3954
  */
3467
3955
  export declare class SchemaAlreadyPublishedException extends __BaseException {
@@ -3474,6 +3962,7 @@ export declare class SchemaAlreadyPublishedException extends __BaseException {
3474
3962
  constructor(opts: __ExceptionOptionType<SchemaAlreadyPublishedException, __BaseException>);
3475
3963
  }
3476
3964
  /**
3965
+ * @public
3477
3966
  * <p>Indicates that the provided <code>SchemaDoc</code> value is not valid.</p>
3478
3967
  */
3479
3968
  export declare class InvalidSchemaDocException extends __BaseException {
@@ -3485,6 +3974,9 @@ export declare class InvalidSchemaDocException extends __BaseException {
3485
3974
  */
3486
3975
  constructor(opts: __ExceptionOptionType<InvalidSchemaDocException, __BaseException>);
3487
3976
  }
3977
+ /**
3978
+ * @public
3979
+ */
3488
3980
  export interface PutSchemaFromJsonRequest {
3489
3981
  /**
3490
3982
  * <p>The ARN of the schema to update.</p>
@@ -3495,12 +3987,18 @@ export interface PutSchemaFromJsonRequest {
3495
3987
  */
3496
3988
  Document: string | undefined;
3497
3989
  }
3990
+ /**
3991
+ * @public
3992
+ */
3498
3993
  export interface PutSchemaFromJsonResponse {
3499
3994
  /**
3500
3995
  * <p>The ARN of the schema to update.</p>
3501
3996
  */
3502
3997
  Arn?: string;
3503
3998
  }
3999
+ /**
4000
+ * @public
4001
+ */
3504
4002
  export interface RemoveFacetFromObjectRequest {
3505
4003
  /**
3506
4004
  * <p>The ARN of the directory in which the object resides.</p>
@@ -3515,8 +4013,14 @@ export interface RemoveFacetFromObjectRequest {
3515
4013
  */
3516
4014
  ObjectReference: ObjectReference | undefined;
3517
4015
  }
4016
+ /**
4017
+ * @public
4018
+ */
3518
4019
  export interface RemoveFacetFromObjectResponse {
3519
4020
  }
4021
+ /**
4022
+ * @public
4023
+ */
3520
4024
  export interface TagResourceRequest {
3521
4025
  /**
3522
4026
  * <p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for
@@ -3528,8 +4032,14 @@ export interface TagResourceRequest {
3528
4032
  */
3529
4033
  Tags: Tag[] | undefined;
3530
4034
  }
4035
+ /**
4036
+ * @public
4037
+ */
3531
4038
  export interface TagResourceResponse {
3532
4039
  }
4040
+ /**
4041
+ * @public
4042
+ */
3533
4043
  export interface UntagResourceRequest {
3534
4044
  /**
3535
4045
  * <p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for
@@ -3541,9 +4051,13 @@ export interface UntagResourceRequest {
3541
4051
  */
3542
4052
  TagKeys: string[] | undefined;
3543
4053
  }
4054
+ /**
4055
+ * @public
4056
+ */
3544
4057
  export interface UntagResourceResponse {
3545
4058
  }
3546
4059
  /**
4060
+ * @public
3547
4061
  * <p>An attempt to modify a <a>Facet</a> resulted in an invalid schema
3548
4062
  * exception.</p>
3549
4063
  */
@@ -3557,6 +4071,7 @@ export declare class InvalidFacetUpdateException extends __BaseException {
3557
4071
  constructor(opts: __ExceptionOptionType<InvalidFacetUpdateException, __BaseException>);
3558
4072
  }
3559
4073
  /**
4074
+ * @public
3560
4075
  * <p>A structure that contains information used to update an attribute.</p>
3561
4076
  */
3562
4077
  export interface FacetAttributeUpdate {
@@ -3569,6 +4084,9 @@ export interface FacetAttributeUpdate {
3569
4084
  */
3570
4085
  Action?: UpdateActionType | string;
3571
4086
  }
4087
+ /**
4088
+ * @public
4089
+ */
3572
4090
  export interface UpdateFacetRequest {
3573
4091
  /**
3574
4092
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Facet</a>.
@@ -3590,8 +4108,14 @@ export interface UpdateFacetRequest {
3590
4108
  */
3591
4109
  ObjectType?: ObjectType | string;
3592
4110
  }
4111
+ /**
4112
+ * @public
4113
+ */
3593
4114
  export interface UpdateFacetResponse {
3594
4115
  }
4116
+ /**
4117
+ * @public
4118
+ */
3595
4119
  export interface UpdateLinkAttributesRequest {
3596
4120
  /**
3597
4121
  * <p>The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see <a>arns</a> or <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
@@ -3606,8 +4130,14 @@ export interface UpdateLinkAttributesRequest {
3606
4130
  */
3607
4131
  AttributeUpdates: LinkAttributeUpdate[] | undefined;
3608
4132
  }
4133
+ /**
4134
+ * @public
4135
+ */
3609
4136
  export interface UpdateLinkAttributesResponse {
3610
4137
  }
4138
+ /**
4139
+ * @public
4140
+ */
3611
4141
  export interface UpdateObjectAttributesRequest {
3612
4142
  /**
3613
4143
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -3623,12 +4153,18 @@ export interface UpdateObjectAttributesRequest {
3623
4153
  */
3624
4154
  AttributeUpdates: ObjectAttributeUpdate[] | undefined;
3625
4155
  }
4156
+ /**
4157
+ * @public
4158
+ */
3626
4159
  export interface UpdateObjectAttributesResponse {
3627
4160
  /**
3628
4161
  * <p>The <code>ObjectIdentifier</code> of the updated object.</p>
3629
4162
  */
3630
4163
  ObjectIdentifier?: string;
3631
4164
  }
4165
+ /**
4166
+ * @public
4167
+ */
3632
4168
  export interface UpdateSchemaRequest {
3633
4169
  /**
3634
4170
  * <p>The Amazon Resource Name (ARN) of the development schema. For more information, see
@@ -3640,6 +4176,9 @@ export interface UpdateSchemaRequest {
3640
4176
  */
3641
4177
  Name: string | undefined;
3642
4178
  }
4179
+ /**
4180
+ * @public
4181
+ */
3643
4182
  export interface UpdateSchemaResponse {
3644
4183
  /**
3645
4184
  * <p>The ARN that is associated with the updated schema. For more information, see <a>arns</a>.</p>
@@ -3647,6 +4186,7 @@ export interface UpdateSchemaResponse {
3647
4186
  SchemaArn?: string;
3648
4187
  }
3649
4188
  /**
4189
+ * @public
3650
4190
  * <p>A typed link facet attribute update.</p>
3651
4191
  */
3652
4192
  export interface TypedLinkFacetAttributeUpdate {
@@ -3659,6 +4199,9 @@ export interface TypedLinkFacetAttributeUpdate {
3659
4199
  */
3660
4200
  Action: UpdateActionType | string | undefined;
3661
4201
  }
4202
+ /**
4203
+ * @public
4204
+ */
3662
4205
  export interface UpdateTypedLinkFacetRequest {
3663
4206
  /**
3664
4207
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -3683,9 +4226,13 @@ export interface UpdateTypedLinkFacetRequest {
3683
4226
  */
3684
4227
  IdentityAttributeOrder: string[] | undefined;
3685
4228
  }
4229
+ /**
4230
+ * @public
4231
+ */
3686
4232
  export interface UpdateTypedLinkFacetResponse {
3687
4233
  }
3688
4234
  /**
4235
+ * @public
3689
4236
  * <p>Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.</p>
3690
4237
  */
3691
4238
  export declare class IncompatibleSchemaException extends __BaseException {
@@ -3697,6 +4244,9 @@ export declare class IncompatibleSchemaException extends __BaseException {
3697
4244
  */
3698
4245
  constructor(opts: __ExceptionOptionType<IncompatibleSchemaException, __BaseException>);
3699
4246
  }
4247
+ /**
4248
+ * @public
4249
+ */
3700
4250
  export interface UpgradeAppliedSchemaRequest {
3701
4251
  /**
3702
4252
  * <p>The revision of the published schema to upgrade the directory to.</p>
@@ -3711,6 +4261,9 @@ export interface UpgradeAppliedSchemaRequest {
3711
4261
  */
3712
4262
  DryRun?: boolean;
3713
4263
  }
4264
+ /**
4265
+ * @public
4266
+ */
3714
4267
  export interface UpgradeAppliedSchemaResponse {
3715
4268
  /**
3716
4269
  * <p>The ARN of the upgraded schema that is returned as part of the response.</p>
@@ -3721,6 +4274,9 @@ export interface UpgradeAppliedSchemaResponse {
3721
4274
  */
3722
4275
  DirectoryArn?: string;
3723
4276
  }
4277
+ /**
4278
+ * @public
4279
+ */
3724
4280
  export interface UpgradePublishedSchemaRequest {
3725
4281
  /**
3726
4282
  * <p>The ARN of the development schema with the changes used for the upgrade.</p>
@@ -3739,6 +4295,9 @@ export interface UpgradePublishedSchemaRequest {
3739
4295
  */
3740
4296
  DryRun?: boolean;
3741
4297
  }
4298
+ /**
4299
+ * @public
4300
+ */
3742
4301
  export interface UpgradePublishedSchemaResponse {
3743
4302
  /**
3744
4303
  * <p>The ARN of the upgraded schema that is returned as part of the response.</p>