@aws-sdk/client-clouddirectory 3.128.0 → 3.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -2
  3. package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
  4. package/dist-cjs/commands/AttachObjectCommand.js +2 -2
  5. package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
  6. package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
  7. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
  8. package/dist-cjs/commands/BatchReadCommand.js +2 -2
  9. package/dist-cjs/commands/BatchWriteCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
  11. package/dist-cjs/commands/CreateFacetCommand.js +2 -2
  12. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  13. package/dist-cjs/commands/CreateObjectCommand.js +2 -2
  14. package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
  15. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
  21. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
  22. package/dist-cjs/commands/DetachObjectCommand.js +2 -2
  23. package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/DetachTypedLinkCommand.js +1 -1
  25. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
  26. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
  27. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
  28. package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
  29. package/dist-cjs/commands/GetFacetCommand.js +2 -2
  30. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
  31. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
  32. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
  33. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
  34. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
  35. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
  36. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
  37. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
  39. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
  40. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
  41. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
  42. package/dist-cjs/commands/ListIndexCommand.js +2 -2
  43. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
  44. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
  45. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
  46. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
  47. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
  48. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
  49. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
  50. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
  51. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
  54. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
  55. package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
  56. package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
  57. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
  58. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
  66. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
  67. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +1053 -1522
  69. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  70. package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
  71. package/dist-es/commands/ApplySchemaCommand.js +3 -3
  72. package/dist-es/commands/AttachObjectCommand.js +3 -3
  73. package/dist-es/commands/AttachPolicyCommand.js +3 -3
  74. package/dist-es/commands/AttachToIndexCommand.js +3 -3
  75. package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
  76. package/dist-es/commands/BatchReadCommand.js +3 -3
  77. package/dist-es/commands/BatchWriteCommand.js +3 -3
  78. package/dist-es/commands/CreateDirectoryCommand.js +3 -3
  79. package/dist-es/commands/CreateFacetCommand.js +3 -3
  80. package/dist-es/commands/CreateIndexCommand.js +3 -3
  81. package/dist-es/commands/CreateObjectCommand.js +3 -3
  82. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  83. package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
  84. package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
  85. package/dist-es/commands/DeleteFacetCommand.js +3 -3
  86. package/dist-es/commands/DeleteObjectCommand.js +3 -3
  87. package/dist-es/commands/DeleteSchemaCommand.js +3 -3
  88. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
  89. package/dist-es/commands/DetachFromIndexCommand.js +3 -3
  90. package/dist-es/commands/DetachObjectCommand.js +3 -3
  91. package/dist-es/commands/DetachPolicyCommand.js +3 -3
  92. package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
  93. package/dist-es/commands/DisableDirectoryCommand.js +3 -3
  94. package/dist-es/commands/EnableDirectoryCommand.js +3 -3
  95. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
  96. package/dist-es/commands/GetDirectoryCommand.js +3 -3
  97. package/dist-es/commands/GetFacetCommand.js +3 -3
  98. package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
  99. package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
  100. package/dist-es/commands/GetObjectInformationCommand.js +3 -3
  101. package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
  102. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
  103. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
  104. package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
  105. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
  106. package/dist-es/commands/ListDirectoriesCommand.js +3 -3
  107. package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
  108. package/dist-es/commands/ListFacetNamesCommand.js +3 -3
  109. package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
  110. package/dist-es/commands/ListIndexCommand.js +3 -3
  111. package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
  112. package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
  113. package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
  114. package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
  115. package/dist-es/commands/ListObjectParentsCommand.js +3 -3
  116. package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
  117. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
  118. package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
  119. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
  120. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  121. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
  122. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
  123. package/dist-es/commands/LookupPolicyCommand.js +3 -3
  124. package/dist-es/commands/PublishSchemaCommand.js +3 -3
  125. package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
  126. package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
  127. package/dist-es/commands/TagResourceCommand.js +3 -3
  128. package/dist-es/commands/UntagResourceCommand.js +3 -3
  129. package/dist-es/commands/UpdateFacetCommand.js +3 -3
  130. package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
  131. package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
  132. package/dist-es/commands/UpdateSchemaCommand.js +3 -3
  133. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
  134. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
  135. package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
  136. package/dist-es/models/models_0.js +304 -1001
  137. package/dist-es/protocols/Aws_restJson1.js +3 -0
  138. package/dist-types/models/models_0.d.ts +905 -1355
  139. package/dist-types/ts3.4/models/models_0.d.ts +453 -903
  140. package/package.json +9 -9
@@ -30,12 +30,6 @@ export interface AttributeKey {
30
30
  */
31
31
  Name: string | undefined;
32
32
  }
33
- export declare namespace AttributeKey {
34
- /**
35
- * @internal
36
- */
37
- const filterSensitiveLog: (obj: AttributeKey) => any;
38
- }
39
33
  /**
40
34
  * <p>Represents the data for a typed attribute. You can set one, and only one, of the
41
35
  * elements. Each attribute in an item is a name-value pair. Attributes have a single
@@ -115,10 +109,6 @@ export declare namespace TypedAttributeValue {
115
109
  _: (name: string, value: any) => T;
116
110
  }
117
111
  const visit: <T>(value: TypedAttributeValue, visitor: Visitor<T>) => T;
118
- /**
119
- * @internal
120
- */
121
- const filterSensitiveLog: (obj: TypedAttributeValue) => any;
122
112
  }
123
113
  /**
124
114
  * <p>The combination of an attribute key and an attribute value.</p>
@@ -133,12 +123,6 @@ export interface AttributeKeyAndValue {
133
123
  */
134
124
  Value: TypedAttributeValue | undefined;
135
125
  }
136
- export declare namespace AttributeKeyAndValue {
137
- /**
138
- * @internal
139
- */
140
- const filterSensitiveLog: (obj: AttributeKeyAndValue) => any;
141
- }
142
126
  /**
143
127
  * <p>The reference that identifies an object.</p>
144
128
  */
@@ -162,12 +146,6 @@ export interface ObjectReference {
162
146
  */
163
147
  Selector?: string;
164
148
  }
165
- export declare namespace ObjectReference {
166
- /**
167
- * @internal
168
- */
169
- const filterSensitiveLog: (obj: ObjectReference) => any;
170
- }
171
149
  /**
172
150
  * <p>A facet.</p>
173
151
  */
@@ -182,12 +160,6 @@ export interface SchemaFacet {
182
160
  */
183
161
  FacetName?: string;
184
162
  }
185
- export declare namespace SchemaFacet {
186
- /**
187
- * @internal
188
- */
189
- const filterSensitiveLog: (obj: SchemaFacet) => any;
190
- }
191
163
  export interface AddFacetToObjectRequest {
192
164
  /**
193
165
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -207,20 +179,8 @@ export interface AddFacetToObjectRequest {
207
179
  */
208
180
  ObjectReference: ObjectReference | undefined;
209
181
  }
210
- export declare namespace AddFacetToObjectRequest {
211
- /**
212
- * @internal
213
- */
214
- const filterSensitiveLog: (obj: AddFacetToObjectRequest) => any;
215
- }
216
182
  export interface AddFacetToObjectResponse {
217
183
  }
218
- export declare namespace AddFacetToObjectResponse {
219
- /**
220
- * @internal
221
- */
222
- const filterSensitiveLog: (obj: AddFacetToObjectResponse) => any;
223
- }
224
184
  /**
225
185
  * <p>Operations are only permitted on enabled directories.</p>
226
186
  */
@@ -331,12 +291,6 @@ export interface ApplySchemaRequest {
331
291
  */
332
292
  DirectoryArn: string | undefined;
333
293
  }
334
- export declare namespace ApplySchemaRequest {
335
- /**
336
- * @internal
337
- */
338
- const filterSensitiveLog: (obj: ApplySchemaRequest) => any;
339
- }
340
294
  export interface ApplySchemaResponse {
341
295
  /**
342
296
  * <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
@@ -349,12 +303,6 @@ export interface ApplySchemaResponse {
349
303
  */
350
304
  DirectoryArn?: string;
351
305
  }
352
- export declare namespace ApplySchemaResponse {
353
- /**
354
- * @internal
355
- */
356
- const filterSensitiveLog: (obj: ApplySchemaResponse) => any;
357
- }
358
306
  /**
359
307
  * <p>Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes
360
308
  * with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.</p>
@@ -400,12 +348,6 @@ export interface AttachObjectRequest {
400
348
  */
401
349
  LinkName: string | undefined;
402
350
  }
403
- export declare namespace AttachObjectRequest {
404
- /**
405
- * @internal
406
- */
407
- const filterSensitiveLog: (obj: AttachObjectRequest) => any;
408
- }
409
351
  export interface AttachObjectResponse {
410
352
  /**
411
353
  * <p>The attached <code>ObjectIdentifier</code>, which is the child
@@ -413,12 +355,6 @@ export interface AttachObjectResponse {
413
355
  */
414
356
  AttachedObjectIdentifier?: string;
415
357
  }
416
- export declare namespace AttachObjectResponse {
417
- /**
418
- * @internal
419
- */
420
- const filterSensitiveLog: (obj: AttachObjectResponse) => any;
421
- }
422
358
  /**
423
359
  * <p>Indicates that a link could not be created due to a naming conflict. Choose a different
424
360
  * name and then try again.</p>
@@ -448,20 +384,8 @@ export interface AttachPolicyRequest {
448
384
  */
449
385
  ObjectReference: ObjectReference | undefined;
450
386
  }
451
- export declare namespace AttachPolicyRequest {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: AttachPolicyRequest) => any;
456
- }
457
387
  export interface AttachPolicyResponse {
458
388
  }
459
- export declare namespace AttachPolicyResponse {
460
- /**
461
- * @internal
462
- */
463
- const filterSensitiveLog: (obj: AttachPolicyResponse) => any;
464
- }
465
389
  /**
466
390
  * <p>Indicates that the requested operation can only operate on policy objects.</p>
467
391
  */
@@ -489,24 +413,12 @@ export interface AttachToIndexRequest {
489
413
  */
490
414
  TargetReference: ObjectReference | undefined;
491
415
  }
492
- export declare namespace AttachToIndexRequest {
493
- /**
494
- * @internal
495
- */
496
- const filterSensitiveLog: (obj: AttachToIndexRequest) => any;
497
- }
498
416
  export interface AttachToIndexResponse {
499
417
  /**
500
418
  * <p>The <code>ObjectIdentifier</code> of the object that was attached to the index.</p>
501
419
  */
502
420
  AttachedObjectIdentifier?: string;
503
421
  }
504
- export declare namespace AttachToIndexResponse {
505
- /**
506
- * @internal
507
- */
508
- const filterSensitiveLog: (obj: AttachToIndexResponse) => any;
509
- }
510
422
  /**
511
423
  * <p>An object has been attempted to be attached to an object that does not have the appropriate attribute value.</p>
512
424
  */
@@ -544,12 +456,6 @@ export interface AttributeNameAndValue {
544
456
  */
545
457
  Value: TypedAttributeValue | undefined;
546
458
  }
547
- export declare namespace AttributeNameAndValue {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: AttributeNameAndValue) => any;
552
- }
553
459
  /**
554
460
  * <p>Identifies the schema Amazon Resource Name (ARN) and facet name for the typed
555
461
  * link.</p>
@@ -565,12 +471,6 @@ export interface TypedLinkSchemaAndFacetName {
565
471
  */
566
472
  TypedLinkName: string | undefined;
567
473
  }
568
- export declare namespace TypedLinkSchemaAndFacetName {
569
- /**
570
- * @internal
571
- */
572
- const filterSensitiveLog: (obj: TypedLinkSchemaAndFacetName) => any;
573
- }
574
474
  export interface AttachTypedLinkRequest {
575
475
  /**
576
476
  * <p>The Amazon Resource Name (ARN) of the directory where you want to attach the typed
@@ -594,12 +494,6 @@ export interface AttachTypedLinkRequest {
594
494
  */
595
495
  Attributes: AttributeNameAndValue[] | undefined;
596
496
  }
597
- export declare namespace AttachTypedLinkRequest {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: AttachTypedLinkRequest) => any;
602
- }
603
497
  /**
604
498
  * <p>Contains all the information that is used to uniquely identify a typed link. The
605
499
  * parameters discussed in this topic are used to uniquely specify the typed link being operated
@@ -625,24 +519,12 @@ export interface TypedLinkSpecifier {
625
519
  */
626
520
  IdentityAttributeValues: AttributeNameAndValue[] | undefined;
627
521
  }
628
- export declare namespace TypedLinkSpecifier {
629
- /**
630
- * @internal
631
- */
632
- const filterSensitiveLog: (obj: TypedLinkSpecifier) => any;
633
- }
634
522
  export interface AttachTypedLinkResponse {
635
523
  /**
636
524
  * <p>Returns a typed link specifier as output.</p>
637
525
  */
638
526
  TypedLinkSpecifier?: TypedLinkSpecifier;
639
527
  }
640
- export declare namespace AttachTypedLinkResponse {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: AttachTypedLinkResponse) => any;
645
- }
646
528
  export declare enum ConsistencyLevel {
647
529
  EVENTUAL = "EVENTUAL",
648
530
  SERIALIZABLE = "SERIALIZABLE"
@@ -660,12 +542,6 @@ export interface BatchGetLinkAttributes {
660
542
  */
661
543
  AttributeNames: string[] | undefined;
662
544
  }
663
- export declare namespace BatchGetLinkAttributes {
664
- /**
665
- * @internal
666
- */
667
- const filterSensitiveLog: (obj: BatchGetLinkAttributes) => any;
668
- }
669
545
  /**
670
546
  * <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>
671
547
  */
@@ -683,12 +559,6 @@ export interface BatchGetObjectAttributes {
683
559
  */
684
560
  AttributeNames: string[] | undefined;
685
561
  }
686
- export declare namespace BatchGetObjectAttributes {
687
- /**
688
- * @internal
689
- */
690
- const filterSensitiveLog: (obj: BatchGetObjectAttributes) => any;
691
- }
692
562
  /**
693
563
  * <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>
694
564
  */
@@ -698,12 +568,6 @@ export interface BatchGetObjectInformation {
698
568
  */
699
569
  ObjectReference: ObjectReference | undefined;
700
570
  }
701
- export declare namespace BatchGetObjectInformation {
702
- /**
703
- * @internal
704
- */
705
- const filterSensitiveLog: (obj: BatchGetObjectInformation) => any;
706
- }
707
571
  /**
708
572
  * <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>
709
573
  */
@@ -721,12 +585,6 @@ export interface BatchListAttachedIndices {
721
585
  */
722
586
  MaxResults?: number;
723
587
  }
724
- export declare namespace BatchListAttachedIndices {
725
- /**
726
- * @internal
727
- */
728
- const filterSensitiveLog: (obj: BatchListAttachedIndices) => any;
729
- }
730
588
  export declare enum RangeMode {
731
589
  EXCLUSIVE = "EXCLUSIVE",
732
590
  FIRST = "FIRST",
@@ -755,12 +613,6 @@ export interface TypedAttributeValueRange {
755
613
  */
756
614
  EndValue?: TypedAttributeValue;
757
615
  }
758
- export declare namespace TypedAttributeValueRange {
759
- /**
760
- * @internal
761
- */
762
- const filterSensitiveLog: (obj: TypedAttributeValueRange) => any;
763
- }
764
616
  /**
765
617
  * <p>Identifies the range of attributes that are used by a specified filter.</p>
766
618
  */
@@ -774,12 +626,6 @@ export interface TypedLinkAttributeRange {
774
626
  */
775
627
  Range: TypedAttributeValueRange | undefined;
776
628
  }
777
- export declare namespace TypedLinkAttributeRange {
778
- /**
779
- * @internal
780
- */
781
- const filterSensitiveLog: (obj: TypedLinkAttributeRange) => any;
782
- }
783
629
  /**
784
630
  * <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>
785
631
  */
@@ -808,12 +654,6 @@ export interface BatchListIncomingTypedLinks {
808
654
  */
809
655
  MaxResults?: number;
810
656
  }
811
- export declare namespace BatchListIncomingTypedLinks {
812
- /**
813
- * @internal
814
- */
815
- const filterSensitiveLog: (obj: BatchListIncomingTypedLinks) => any;
816
- }
817
657
  /**
818
658
  * <p>A range of attributes.</p>
819
659
  */
@@ -827,12 +667,6 @@ export interface ObjectAttributeRange {
827
667
  */
828
668
  Range?: TypedAttributeValueRange;
829
669
  }
830
- export declare namespace ObjectAttributeRange {
831
- /**
832
- * @internal
833
- */
834
- const filterSensitiveLog: (obj: ObjectAttributeRange) => any;
835
- }
836
670
  /**
837
671
  * <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>
838
672
  */
@@ -854,12 +688,6 @@ export interface BatchListIndex {
854
688
  */
855
689
  NextToken?: string;
856
690
  }
857
- export declare namespace BatchListIndex {
858
- /**
859
- * @internal
860
- */
861
- const filterSensitiveLog: (obj: BatchListIndex) => any;
862
- }
863
691
  /**
864
692
  * <p>Represents the output of a <a>ListObjectAttributes</a> operation.</p>
865
693
  */
@@ -883,12 +711,6 @@ export interface BatchListObjectAttributes {
883
711
  */
884
712
  FacetFilter?: SchemaFacet;
885
713
  }
886
- export declare namespace BatchListObjectAttributes {
887
- /**
888
- * @internal
889
- */
890
- const filterSensitiveLog: (obj: BatchListObjectAttributes) => any;
891
- }
892
714
  /**
893
715
  * <p>Represents the output of a <a>ListObjectChildren</a> operation.</p>
894
716
  */
@@ -907,12 +729,6 @@ export interface BatchListObjectChildren {
907
729
  */
908
730
  MaxResults?: number;
909
731
  }
910
- export declare namespace BatchListObjectChildren {
911
- /**
912
- * @internal
913
- */
914
- const filterSensitiveLog: (obj: BatchListObjectChildren) => any;
915
- }
916
732
  /**
917
733
  * <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>
918
734
  */
@@ -930,12 +746,6 @@ export interface BatchListObjectParentPaths {
930
746
  */
931
747
  MaxResults?: number;
932
748
  }
933
- export declare namespace BatchListObjectParentPaths {
934
- /**
935
- * @internal
936
- */
937
- const filterSensitiveLog: (obj: BatchListObjectParentPaths) => any;
938
- }
939
749
  /**
940
750
  * <p>Lists parent objects that are associated with a given object in pagination
941
751
  * fashion.</p>
@@ -955,12 +765,6 @@ export interface BatchListObjectParents {
955
765
  */
956
766
  MaxResults?: number;
957
767
  }
958
- export declare namespace BatchListObjectParents {
959
- /**
960
- * @internal
961
- */
962
- const filterSensitiveLog: (obj: BatchListObjectParents) => any;
963
- }
964
768
  /**
965
769
  * <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>
966
770
  */
@@ -978,12 +782,6 @@ export interface BatchListObjectPolicies {
978
782
  */
979
783
  MaxResults?: number;
980
784
  }
981
- export declare namespace BatchListObjectPolicies {
982
- /**
983
- * @internal
984
- */
985
- const filterSensitiveLog: (obj: BatchListObjectPolicies) => any;
986
- }
987
785
  /**
988
786
  * <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>
989
787
  */
@@ -1012,12 +810,6 @@ export interface BatchListOutgoingTypedLinks {
1012
810
  */
1013
811
  MaxResults?: number;
1014
812
  }
1015
- export declare namespace BatchListOutgoingTypedLinks {
1016
- /**
1017
- * @internal
1018
- */
1019
- const filterSensitiveLog: (obj: BatchListOutgoingTypedLinks) => any;
1020
- }
1021
813
  /**
1022
814
  * <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>
1023
815
  */
@@ -1035,12 +827,6 @@ export interface BatchListPolicyAttachments {
1035
827
  */
1036
828
  MaxResults?: number;
1037
829
  }
1038
- export declare namespace BatchListPolicyAttachments {
1039
- /**
1040
- * @internal
1041
- */
1042
- const filterSensitiveLog: (obj: BatchListPolicyAttachments) => any;
1043
- }
1044
830
  /**
1045
831
  * <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>
1046
832
  */
@@ -1058,12 +844,6 @@ export interface BatchLookupPolicy {
1058
844
  */
1059
845
  MaxResults?: number;
1060
846
  }
1061
- export declare namespace BatchLookupPolicy {
1062
- /**
1063
- * @internal
1064
- */
1065
- const filterSensitiveLog: (obj: BatchLookupPolicy) => any;
1066
- }
1067
847
  /**
1068
848
  * <p>Represents the output of a <code>BatchRead</code> operation.</p>
1069
849
  */
@@ -1137,12 +917,6 @@ export interface BatchReadOperation {
1137
917
  */
1138
918
  GetLinkAttributes?: BatchGetLinkAttributes;
1139
919
  }
1140
- export declare namespace BatchReadOperation {
1141
- /**
1142
- * @internal
1143
- */
1144
- const filterSensitiveLog: (obj: BatchReadOperation) => any;
1145
- }
1146
920
  export interface BatchReadRequest {
1147
921
  /**
1148
922
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>.
@@ -1159,12 +933,6 @@ export interface BatchReadRequest {
1159
933
  */
1160
934
  ConsistencyLevel?: ConsistencyLevel | string;
1161
935
  }
1162
- export declare namespace BatchReadRequest {
1163
- /**
1164
- * @internal
1165
- */
1166
- const filterSensitiveLog: (obj: BatchReadRequest) => any;
1167
- }
1168
936
  export declare enum BatchReadExceptionType {
1169
937
  AccessDeniedException = "AccessDeniedException",
1170
938
  CannotListParentOfRootException = "CannotListParentOfRootException",
@@ -1194,12 +962,6 @@ export interface BatchReadException {
1194
962
  */
1195
963
  Message?: string;
1196
964
  }
1197
- export declare namespace BatchReadException {
1198
- /**
1199
- * @internal
1200
- */
1201
- const filterSensitiveLog: (obj: BatchReadException) => any;
1202
- }
1203
965
  /**
1204
966
  * <p>Represents the output of a <a>GetLinkAttributes</a> response operation.</p>
1205
967
  */
@@ -1209,12 +971,6 @@ export interface BatchGetLinkAttributesResponse {
1209
971
  */
1210
972
  Attributes?: AttributeKeyAndValue[];
1211
973
  }
1212
- export declare namespace BatchGetLinkAttributesResponse {
1213
- /**
1214
- * @internal
1215
- */
1216
- const filterSensitiveLog: (obj: BatchGetLinkAttributesResponse) => any;
1217
- }
1218
974
  /**
1219
975
  * <p>Represents the output of a <a>GetObjectAttributes</a> response operation.</p>
1220
976
  */
@@ -1224,12 +980,6 @@ export interface BatchGetObjectAttributesResponse {
1224
980
  */
1225
981
  Attributes?: AttributeKeyAndValue[];
1226
982
  }
1227
- export declare namespace BatchGetObjectAttributesResponse {
1228
- /**
1229
- * @internal
1230
- */
1231
- const filterSensitiveLog: (obj: BatchGetObjectAttributesResponse) => any;
1232
- }
1233
983
  /**
1234
984
  * <p>Represents the output of a <a>GetObjectInformation</a> response operation.</p>
1235
985
  */
@@ -1243,12 +993,6 @@ export interface BatchGetObjectInformationResponse {
1243
993
  */
1244
994
  ObjectIdentifier?: string;
1245
995
  }
1246
- export declare namespace BatchGetObjectInformationResponse {
1247
- /**
1248
- * @internal
1249
- */
1250
- const filterSensitiveLog: (obj: BatchGetObjectInformationResponse) => any;
1251
- }
1252
996
  /**
1253
997
  * <p>Represents an index and an attached object.</p>
1254
998
  */
@@ -1262,12 +1006,6 @@ export interface IndexAttachment {
1262
1006
  */
1263
1007
  ObjectIdentifier?: string;
1264
1008
  }
1265
- export declare namespace IndexAttachment {
1266
- /**
1267
- * @internal
1268
- */
1269
- const filterSensitiveLog: (obj: IndexAttachment) => any;
1270
- }
1271
1009
  /**
1272
1010
  * <p>Represents the output of a <a>ListAttachedIndices</a> response operation.</p>
1273
1011
  */
@@ -1281,12 +1019,6 @@ export interface BatchListAttachedIndicesResponse {
1281
1019
  */
1282
1020
  NextToken?: string;
1283
1021
  }
1284
- export declare namespace BatchListAttachedIndicesResponse {
1285
- /**
1286
- * @internal
1287
- */
1288
- const filterSensitiveLog: (obj: BatchListAttachedIndicesResponse) => any;
1289
- }
1290
1022
  /**
1291
1023
  * <p>Represents the output of a <a>ListIncomingTypedLinks</a> response operation.</p>
1292
1024
  */
@@ -1300,12 +1032,6 @@ export interface BatchListIncomingTypedLinksResponse {
1300
1032
  */
1301
1033
  NextToken?: string;
1302
1034
  }
1303
- export declare namespace BatchListIncomingTypedLinksResponse {
1304
- /**
1305
- * @internal
1306
- */
1307
- const filterSensitiveLog: (obj: BatchListIncomingTypedLinksResponse) => any;
1308
- }
1309
1035
  /**
1310
1036
  * <p>Represents the output of a <a>ListIndex</a> response operation.</p>
1311
1037
  */
@@ -1319,12 +1045,6 @@ export interface BatchListIndexResponse {
1319
1045
  */
1320
1046
  NextToken?: string;
1321
1047
  }
1322
- export declare namespace BatchListIndexResponse {
1323
- /**
1324
- * @internal
1325
- */
1326
- const filterSensitiveLog: (obj: BatchListIndexResponse) => any;
1327
- }
1328
1048
  /**
1329
1049
  * <p>Represents the output of a <a>ListObjectAttributes</a> response operation.</p>
1330
1050
  */
@@ -1339,12 +1059,6 @@ export interface BatchListObjectAttributesResponse {
1339
1059
  */
1340
1060
  NextToken?: string;
1341
1061
  }
1342
- export declare namespace BatchListObjectAttributesResponse {
1343
- /**
1344
- * @internal
1345
- */
1346
- const filterSensitiveLog: (obj: BatchListObjectAttributesResponse) => any;
1347
- }
1348
1062
  /**
1349
1063
  * <p>Represents the output of a <a>ListObjectChildren</a> response operation.</p>
1350
1064
  */
@@ -1359,12 +1073,6 @@ export interface BatchListObjectChildrenResponse {
1359
1073
  */
1360
1074
  NextToken?: string;
1361
1075
  }
1362
- export declare namespace BatchListObjectChildrenResponse {
1363
- /**
1364
- * @internal
1365
- */
1366
- const filterSensitiveLog: (obj: BatchListObjectChildrenResponse) => any;
1367
- }
1368
1076
  /**
1369
1077
  * <p>Returns the path to the <code>ObjectIdentifiers</code> that is associated with the
1370
1078
  * directory.</p>
@@ -1380,12 +1088,6 @@ export interface PathToObjectIdentifiers {
1380
1088
  */
1381
1089
  ObjectIdentifiers?: string[];
1382
1090
  }
1383
- export declare namespace PathToObjectIdentifiers {
1384
- /**
1385
- * @internal
1386
- */
1387
- const filterSensitiveLog: (obj: PathToObjectIdentifiers) => any;
1388
- }
1389
1091
  /**
1390
1092
  * <p>Represents the output of a <a>ListObjectParentPaths</a> response operation.</p>
1391
1093
  */
@@ -1400,12 +1102,6 @@ export interface BatchListObjectParentPathsResponse {
1400
1102
  */
1401
1103
  NextToken?: string;
1402
1104
  }
1403
- export declare namespace BatchListObjectParentPathsResponse {
1404
- /**
1405
- * @internal
1406
- */
1407
- const filterSensitiveLog: (obj: BatchListObjectParentPathsResponse) => any;
1408
- }
1409
1105
  /**
1410
1106
  * <p>A pair of ObjectIdentifier and LinkName.</p>
1411
1107
  */
@@ -1419,12 +1115,6 @@ export interface ObjectIdentifierAndLinkNameTuple {
1419
1115
  */
1420
1116
  LinkName?: string;
1421
1117
  }
1422
- export declare namespace ObjectIdentifierAndLinkNameTuple {
1423
- /**
1424
- * @internal
1425
- */
1426
- const filterSensitiveLog: (obj: ObjectIdentifierAndLinkNameTuple) => any;
1427
- }
1428
1118
  /**
1429
1119
  * <p>Represents the output of a <a>ListObjectParents</a> response operation.</p>
1430
1120
  */
@@ -1438,12 +1128,6 @@ export interface BatchListObjectParentsResponse {
1438
1128
  */
1439
1129
  NextToken?: string;
1440
1130
  }
1441
- export declare namespace BatchListObjectParentsResponse {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: BatchListObjectParentsResponse) => any;
1446
- }
1447
1131
  /**
1448
1132
  * <p>Represents the output of a <a>ListObjectPolicies</a> response operation.</p>
1449
1133
  */
@@ -1458,12 +1142,6 @@ export interface BatchListObjectPoliciesResponse {
1458
1142
  */
1459
1143
  NextToken?: string;
1460
1144
  }
1461
- export declare namespace BatchListObjectPoliciesResponse {
1462
- /**
1463
- * @internal
1464
- */
1465
- const filterSensitiveLog: (obj: BatchListObjectPoliciesResponse) => any;
1466
- }
1467
1145
  /**
1468
1146
  * <p>Represents the output of a <a>ListOutgoingTypedLinks</a> response operation.</p>
1469
1147
  */
@@ -1477,12 +1155,6 @@ export interface BatchListOutgoingTypedLinksResponse {
1477
1155
  */
1478
1156
  NextToken?: string;
1479
1157
  }
1480
- export declare namespace BatchListOutgoingTypedLinksResponse {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: BatchListOutgoingTypedLinksResponse) => any;
1485
- }
1486
1158
  /**
1487
1159
  * <p>Represents the output of a <a>ListPolicyAttachments</a> response operation.</p>
1488
1160
  */
@@ -1496,12 +1168,6 @@ export interface BatchListPolicyAttachmentsResponse {
1496
1168
  */
1497
1169
  NextToken?: string;
1498
1170
  }
1499
- export declare namespace BatchListPolicyAttachmentsResponse {
1500
- /**
1501
- * @internal
1502
- */
1503
- const filterSensitiveLog: (obj: BatchListPolicyAttachmentsResponse) => any;
1504
- }
1505
1171
  /**
1506
1172
  * <p>Contains the <code>PolicyType</code>, <code>PolicyId</code>, and the <code>ObjectIdentifier</code> to which it is
1507
1173
  * attached. For more
@@ -1522,12 +1188,6 @@ export interface PolicyAttachment {
1522
1188
  */
1523
1189
  PolicyType?: string;
1524
1190
  }
1525
- export declare namespace PolicyAttachment {
1526
- /**
1527
- * @internal
1528
- */
1529
- const filterSensitiveLog: (obj: PolicyAttachment) => any;
1530
- }
1531
1191
  /**
1532
1192
  * <p>Used when a regular object exists in a <a>Directory</a> and you want to find
1533
1193
  * all of the policies that are associated with that object and the parent to that
@@ -1543,12 +1203,6 @@ export interface PolicyToPath {
1543
1203
  */
1544
1204
  Policies?: PolicyAttachment[];
1545
1205
  }
1546
- export declare namespace PolicyToPath {
1547
- /**
1548
- * @internal
1549
- */
1550
- const filterSensitiveLog: (obj: PolicyToPath) => any;
1551
- }
1552
1206
  /**
1553
1207
  * <p>Represents the output of a <a>LookupPolicy</a> response operation.</p>
1554
1208
  */
@@ -1564,12 +1218,6 @@ export interface BatchLookupPolicyResponse {
1564
1218
  */
1565
1219
  NextToken?: string;
1566
1220
  }
1567
- export declare namespace BatchLookupPolicyResponse {
1568
- /**
1569
- * @internal
1570
- */
1571
- const filterSensitiveLog: (obj: BatchLookupPolicyResponse) => any;
1572
- }
1573
1221
  /**
1574
1222
  * <p>Represents the output of a <code>BatchRead</code> success response operation.</p>
1575
1223
  */
@@ -1642,12 +1290,6 @@ export interface BatchReadSuccessfulResponse {
1642
1290
  */
1643
1291
  ListObjectParents?: BatchListObjectParentsResponse;
1644
1292
  }
1645
- export declare namespace BatchReadSuccessfulResponse {
1646
- /**
1647
- * @internal
1648
- */
1649
- const filterSensitiveLog: (obj: BatchReadSuccessfulResponse) => any;
1650
- }
1651
1293
  /**
1652
1294
  * <p>Represents the output of a <code>BatchRead</code> response operation.</p>
1653
1295
  */
@@ -1661,24 +1303,12 @@ export interface BatchReadOperationResponse {
1661
1303
  */
1662
1304
  ExceptionResponse?: BatchReadException;
1663
1305
  }
1664
- export declare namespace BatchReadOperationResponse {
1665
- /**
1666
- * @internal
1667
- */
1668
- const filterSensitiveLog: (obj: BatchReadOperationResponse) => any;
1669
- }
1670
1306
  export interface BatchReadResponse {
1671
1307
  /**
1672
1308
  * <p>A list of all the responses for each batch read.</p>
1673
1309
  */
1674
1310
  Responses?: BatchReadOperationResponse[];
1675
1311
  }
1676
- export declare namespace BatchReadResponse {
1677
- /**
1678
- * @internal
1679
- */
1680
- const filterSensitiveLog: (obj: BatchReadResponse) => any;
1681
- }
1682
1312
  export declare enum BatchWriteExceptionType {
1683
1313
  AccessDeniedException = "AccessDeniedException",
1684
1314
  DirectoryNotEnabledException = "DirectoryNotEnabledException",
@@ -1730,12 +1360,6 @@ export interface BatchAddFacetToObject {
1730
1360
  */
1731
1361
  ObjectReference: ObjectReference | undefined;
1732
1362
  }
1733
- export declare namespace BatchAddFacetToObject {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: BatchAddFacetToObject) => any;
1738
- }
1739
1363
  /**
1740
1364
  * <p>Represents the output of an <a>AttachObject</a> operation.</p>
1741
1365
  */
@@ -1753,12 +1377,6 @@ export interface BatchAttachObject {
1753
1377
  */
1754
1378
  LinkName: string | undefined;
1755
1379
  }
1756
- export declare namespace BatchAttachObject {
1757
- /**
1758
- * @internal
1759
- */
1760
- const filterSensitiveLog: (obj: BatchAttachObject) => any;
1761
- }
1762
1380
  /**
1763
1381
  * <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>
1764
1382
  */
@@ -1773,12 +1391,6 @@ export interface BatchAttachPolicy {
1773
1391
  */
1774
1392
  ObjectReference: ObjectReference | undefined;
1775
1393
  }
1776
- export declare namespace BatchAttachPolicy {
1777
- /**
1778
- * @internal
1779
- */
1780
- const filterSensitiveLog: (obj: BatchAttachPolicy) => any;
1781
- }
1782
1394
  /**
1783
1395
  * <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>
1784
1396
  */
@@ -1792,12 +1404,6 @@ export interface BatchAttachToIndex {
1792
1404
  */
1793
1405
  TargetReference: ObjectReference | undefined;
1794
1406
  }
1795
- export declare namespace BatchAttachToIndex {
1796
- /**
1797
- * @internal
1798
- */
1799
- const filterSensitiveLog: (obj: BatchAttachToIndex) => any;
1800
- }
1801
1407
  /**
1802
1408
  * <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>
1803
1409
  */
@@ -1819,12 +1425,6 @@ export interface BatchAttachTypedLink {
1819
1425
  */
1820
1426
  Attributes: AttributeNameAndValue[] | undefined;
1821
1427
  }
1822
- export declare namespace BatchAttachTypedLink {
1823
- /**
1824
- * @internal
1825
- */
1826
- const filterSensitiveLog: (obj: BatchAttachTypedLink) => any;
1827
- }
1828
1428
  /**
1829
1429
  * <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>
1830
1430
  */
@@ -1852,12 +1452,6 @@ export interface BatchCreateIndex {
1852
1452
  */
1853
1453
  BatchReferenceName?: string;
1854
1454
  }
1855
- export declare namespace BatchCreateIndex {
1856
- /**
1857
- * @internal
1858
- */
1859
- const filterSensitiveLog: (obj: BatchCreateIndex) => any;
1860
- }
1861
1455
  /**
1862
1456
  * <p>Represents the output of a <a>CreateObject</a> operation.</p>
1863
1457
  */
@@ -1885,12 +1479,6 @@ export interface BatchCreateObject {
1885
1479
  */
1886
1480
  BatchReferenceName?: string;
1887
1481
  }
1888
- export declare namespace BatchCreateObject {
1889
- /**
1890
- * @internal
1891
- */
1892
- const filterSensitiveLog: (obj: BatchCreateObject) => any;
1893
- }
1894
1482
  /**
1895
1483
  * <p>Represents the output of a <a>DeleteObject</a> operation.</p>
1896
1484
  */
@@ -1900,12 +1488,6 @@ export interface BatchDeleteObject {
1900
1488
  */
1901
1489
  ObjectReference: ObjectReference | undefined;
1902
1490
  }
1903
- export declare namespace BatchDeleteObject {
1904
- /**
1905
- * @internal
1906
- */
1907
- const filterSensitiveLog: (obj: BatchDeleteObject) => any;
1908
- }
1909
1491
  /**
1910
1492
  * <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>
1911
1493
  */
@@ -1919,12 +1501,6 @@ export interface BatchDetachFromIndex {
1919
1501
  */
1920
1502
  TargetReference: ObjectReference | undefined;
1921
1503
  }
1922
- export declare namespace BatchDetachFromIndex {
1923
- /**
1924
- * @internal
1925
- */
1926
- const filterSensitiveLog: (obj: BatchDetachFromIndex) => any;
1927
- }
1928
1504
  /**
1929
1505
  * <p>Represents the output of a <a>DetachObject</a> operation.</p>
1930
1506
  */
@@ -1943,12 +1519,6 @@ export interface BatchDetachObject {
1943
1519
  */
1944
1520
  BatchReferenceName?: string;
1945
1521
  }
1946
- export declare namespace BatchDetachObject {
1947
- /**
1948
- * @internal
1949
- */
1950
- const filterSensitiveLog: (obj: BatchDetachObject) => any;
1951
- }
1952
1522
  /**
1953
1523
  * <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>
1954
1524
  */
@@ -1962,12 +1532,6 @@ export interface BatchDetachPolicy {
1962
1532
  */
1963
1533
  ObjectReference: ObjectReference | undefined;
1964
1534
  }
1965
- export declare namespace BatchDetachPolicy {
1966
- /**
1967
- * @internal
1968
- */
1969
- const filterSensitiveLog: (obj: BatchDetachPolicy) => any;
1970
- }
1971
1535
  /**
1972
1536
  * <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>
1973
1537
  */
@@ -1977,12 +1541,6 @@ export interface BatchDetachTypedLink {
1977
1541
  */
1978
1542
  TypedLinkSpecifier: TypedLinkSpecifier | undefined;
1979
1543
  }
1980
- export declare namespace BatchDetachTypedLink {
1981
- /**
1982
- * @internal
1983
- */
1984
- const filterSensitiveLog: (obj: BatchDetachTypedLink) => any;
1985
- }
1986
1544
  /**
1987
1545
  * <p>A batch operation to remove a facet from an object.</p>
1988
1546
  */
@@ -1996,12 +1554,6 @@ export interface BatchRemoveFacetFromObject {
1996
1554
  */
1997
1555
  ObjectReference: ObjectReference | undefined;
1998
1556
  }
1999
- export declare namespace BatchRemoveFacetFromObject {
2000
- /**
2001
- * @internal
2002
- */
2003
- const filterSensitiveLog: (obj: BatchRemoveFacetFromObject) => any;
2004
- }
2005
1557
  export declare enum UpdateActionType {
2006
1558
  CREATE_OR_UPDATE = "CREATE_OR_UPDATE",
2007
1559
  DELETE = "DELETE"
@@ -2019,12 +1571,6 @@ export interface LinkAttributeAction {
2019
1571
  */
2020
1572
  AttributeUpdateValue?: TypedAttributeValue;
2021
1573
  }
2022
- export declare namespace LinkAttributeAction {
2023
- /**
2024
- * @internal
2025
- */
2026
- const filterSensitiveLog: (obj: LinkAttributeAction) => any;
2027
- }
2028
1574
  /**
2029
1575
  * <p>Structure that contains attribute update information.</p>
2030
1576
  */
@@ -2038,12 +1584,6 @@ export interface LinkAttributeUpdate {
2038
1584
  */
2039
1585
  AttributeAction?: LinkAttributeAction;
2040
1586
  }
2041
- export declare namespace LinkAttributeUpdate {
2042
- /**
2043
- * @internal
2044
- */
2045
- const filterSensitiveLog: (obj: LinkAttributeUpdate) => any;
2046
- }
2047
1587
  /**
2048
1588
  * <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>
2049
1589
  */
@@ -2057,12 +1597,6 @@ export interface BatchUpdateLinkAttributes {
2057
1597
  */
2058
1598
  AttributeUpdates: LinkAttributeUpdate[] | undefined;
2059
1599
  }
2060
- export declare namespace BatchUpdateLinkAttributes {
2061
- /**
2062
- * @internal
2063
- */
2064
- const filterSensitiveLog: (obj: BatchUpdateLinkAttributes) => any;
2065
- }
2066
1600
  /**
2067
1601
  * <p>The action to take on the object attribute.</p>
2068
1602
  */
@@ -2076,12 +1610,6 @@ export interface ObjectAttributeAction {
2076
1610
  */
2077
1611
  ObjectAttributeUpdateValue?: TypedAttributeValue;
2078
1612
  }
2079
- export declare namespace ObjectAttributeAction {
2080
- /**
2081
- * @internal
2082
- */
2083
- const filterSensitiveLog: (obj: ObjectAttributeAction) => any;
2084
- }
2085
1613
  /**
2086
1614
  * <p>Structure that contains attribute update information.</p>
2087
1615
  */
@@ -2095,12 +1623,6 @@ export interface ObjectAttributeUpdate {
2095
1623
  */
2096
1624
  ObjectAttributeAction?: ObjectAttributeAction;
2097
1625
  }
2098
- export declare namespace ObjectAttributeUpdate {
2099
- /**
2100
- * @internal
2101
- */
2102
- const filterSensitiveLog: (obj: ObjectAttributeUpdate) => any;
2103
- }
2104
1626
  /**
2105
1627
  * <p>Represents the output of a <code>BatchUpdate</code> operation. </p>
2106
1628
  */
@@ -2114,12 +1636,6 @@ export interface BatchUpdateObjectAttributes {
2114
1636
  */
2115
1637
  AttributeUpdates: ObjectAttributeUpdate[] | undefined;
2116
1638
  }
2117
- export declare namespace BatchUpdateObjectAttributes {
2118
- /**
2119
- * @internal
2120
- */
2121
- const filterSensitiveLog: (obj: BatchUpdateObjectAttributes) => any;
2122
- }
2123
1639
  /**
2124
1640
  * <p>Represents the output of a <code>BatchWrite</code> operation. </p>
2125
1641
  */
@@ -2186,12 +1702,6 @@ export interface BatchWriteOperation {
2186
1702
  */
2187
1703
  UpdateLinkAttributes?: BatchUpdateLinkAttributes;
2188
1704
  }
2189
- export declare namespace BatchWriteOperation {
2190
- /**
2191
- * @internal
2192
- */
2193
- const filterSensitiveLog: (obj: BatchWriteOperation) => any;
2194
- }
2195
1705
  export interface BatchWriteRequest {
2196
1706
  /**
2197
1707
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>.
@@ -2203,23 +1713,11 @@ export interface BatchWriteRequest {
2203
1713
  */
2204
1714
  Operations: BatchWriteOperation[] | undefined;
2205
1715
  }
2206
- export declare namespace BatchWriteRequest {
2207
- /**
2208
- * @internal
2209
- */
2210
- const filterSensitiveLog: (obj: BatchWriteRequest) => any;
2211
- }
2212
1716
  /**
2213
1717
  * <p>The result of a batch add facet to object operation.</p>
2214
1718
  */
2215
1719
  export interface BatchAddFacetToObjectResponse {
2216
1720
  }
2217
- export declare namespace BatchAddFacetToObjectResponse {
2218
- /**
2219
- * @internal
2220
- */
2221
- const filterSensitiveLog: (obj: BatchAddFacetToObjectResponse) => any;
2222
- }
2223
1721
  /**
2224
1722
  * <p>Represents the output batch <a>AttachObject</a> response operation.</p>
2225
1723
  */
@@ -2229,24 +1727,12 @@ export interface BatchAttachObjectResponse {
2229
1727
  */
2230
1728
  attachedObjectIdentifier?: string;
2231
1729
  }
2232
- export declare namespace BatchAttachObjectResponse {
2233
- /**
2234
- * @internal
2235
- */
2236
- const filterSensitiveLog: (obj: BatchAttachObjectResponse) => any;
2237
- }
2238
1730
  /**
2239
1731
  * <p>Represents the output of an <a>AttachPolicy</a> response
2240
1732
  * operation.</p>
2241
1733
  */
2242
1734
  export interface BatchAttachPolicyResponse {
2243
1735
  }
2244
- export declare namespace BatchAttachPolicyResponse {
2245
- /**
2246
- * @internal
2247
- */
2248
- const filterSensitiveLog: (obj: BatchAttachPolicyResponse) => any;
2249
- }
2250
1736
  /**
2251
1737
  * <p>Represents the output of a <a>AttachToIndex</a> response operation.</p>
2252
1738
  */
@@ -2256,12 +1742,6 @@ export interface BatchAttachToIndexResponse {
2256
1742
  */
2257
1743
  AttachedObjectIdentifier?: string;
2258
1744
  }
2259
- export declare namespace BatchAttachToIndexResponse {
2260
- /**
2261
- * @internal
2262
- */
2263
- const filterSensitiveLog: (obj: BatchAttachToIndexResponse) => any;
2264
- }
2265
1745
  /**
2266
1746
  * <p>Represents the output of a <a>AttachTypedLink</a> response operation.</p>
2267
1747
  */
@@ -2271,12 +1751,6 @@ export interface BatchAttachTypedLinkResponse {
2271
1751
  */
2272
1752
  TypedLinkSpecifier?: TypedLinkSpecifier;
2273
1753
  }
2274
- export declare namespace BatchAttachTypedLinkResponse {
2275
- /**
2276
- * @internal
2277
- */
2278
- const filterSensitiveLog: (obj: BatchAttachTypedLinkResponse) => any;
2279
- }
2280
1754
  /**
2281
1755
  * <p>Represents the output of a <a>CreateIndex</a> response operation.</p>
2282
1756
  */
@@ -2286,12 +1760,6 @@ export interface BatchCreateIndexResponse {
2286
1760
  */
2287
1761
  ObjectIdentifier?: string;
2288
1762
  }
2289
- export declare namespace BatchCreateIndexResponse {
2290
- /**
2291
- * @internal
2292
- */
2293
- const filterSensitiveLog: (obj: BatchCreateIndexResponse) => any;
2294
- }
2295
1763
  /**
2296
1764
  * <p>Represents the output of a <a>CreateObject</a> response operation.</p>
2297
1765
  */
@@ -2301,23 +1769,11 @@ export interface BatchCreateObjectResponse {
2301
1769
  */
2302
1770
  ObjectIdentifier?: string;
2303
1771
  }
2304
- export declare namespace BatchCreateObjectResponse {
2305
- /**
2306
- * @internal
2307
- */
2308
- const filterSensitiveLog: (obj: BatchCreateObjectResponse) => any;
2309
- }
2310
1772
  /**
2311
1773
  * <p>Represents the output of a <a>DeleteObject</a> response operation.</p>
2312
1774
  */
2313
1775
  export interface BatchDeleteObjectResponse {
2314
1776
  }
2315
- export declare namespace BatchDeleteObjectResponse {
2316
- /**
2317
- * @internal
2318
- */
2319
- const filterSensitiveLog: (obj: BatchDeleteObjectResponse) => any;
2320
- }
2321
1777
  /**
2322
1778
  * <p>Represents the output of a <a>DetachFromIndex</a> response operation.</p>
2323
1779
  */
@@ -2327,12 +1783,6 @@ export interface BatchDetachFromIndexResponse {
2327
1783
  */
2328
1784
  DetachedObjectIdentifier?: string;
2329
1785
  }
2330
- export declare namespace BatchDetachFromIndexResponse {
2331
- /**
2332
- * @internal
2333
- */
2334
- const filterSensitiveLog: (obj: BatchDetachFromIndexResponse) => any;
2335
- }
2336
1786
  /**
2337
1787
  * <p>Represents the output of a <a>DetachObject</a> response operation.</p>
2338
1788
  */
@@ -2342,56 +1792,26 @@ export interface BatchDetachObjectResponse {
2342
1792
  */
2343
1793
  detachedObjectIdentifier?: string;
2344
1794
  }
2345
- export declare namespace BatchDetachObjectResponse {
2346
- /**
2347
- * @internal
2348
- */
2349
- const filterSensitiveLog: (obj: BatchDetachObjectResponse) => any;
2350
- }
2351
1795
  /**
2352
1796
  * <p>Represents the output of a <a>DetachPolicy</a> response operation.</p>
2353
1797
  */
2354
1798
  export interface BatchDetachPolicyResponse {
2355
1799
  }
2356
- export declare namespace BatchDetachPolicyResponse {
2357
- /**
2358
- * @internal
2359
- */
2360
- const filterSensitiveLog: (obj: BatchDetachPolicyResponse) => any;
2361
- }
2362
1800
  /**
2363
1801
  * <p>Represents the output of a <a>DetachTypedLink</a> response operation.</p>
2364
1802
  */
2365
1803
  export interface BatchDetachTypedLinkResponse {
2366
1804
  }
2367
- export declare namespace BatchDetachTypedLinkResponse {
2368
- /**
2369
- * @internal
2370
- */
2371
- const filterSensitiveLog: (obj: BatchDetachTypedLinkResponse) => any;
2372
- }
2373
1805
  /**
2374
1806
  * <p>An empty result that represents success.</p>
2375
1807
  */
2376
1808
  export interface BatchRemoveFacetFromObjectResponse {
2377
1809
  }
2378
- export declare namespace BatchRemoveFacetFromObjectResponse {
2379
- /**
2380
- * @internal
2381
- */
2382
- const filterSensitiveLog: (obj: BatchRemoveFacetFromObjectResponse) => any;
2383
- }
2384
1810
  /**
2385
1811
  * <p>Represents the output of a <a>UpdateLinkAttributes</a> response operation.</p>
2386
1812
  */
2387
1813
  export interface BatchUpdateLinkAttributesResponse {
2388
1814
  }
2389
- export declare namespace BatchUpdateLinkAttributesResponse {
2390
- /**
2391
- * @internal
2392
- */
2393
- const filterSensitiveLog: (obj: BatchUpdateLinkAttributesResponse) => any;
2394
- }
2395
1815
  /**
2396
1816
  * <p>Represents the output of a <code>BatchUpdate</code> response operation.</p>
2397
1817
  */
@@ -2401,12 +1821,6 @@ export interface BatchUpdateObjectAttributesResponse {
2401
1821
  */
2402
1822
  ObjectIdentifier?: string;
2403
1823
  }
2404
- export declare namespace BatchUpdateObjectAttributesResponse {
2405
- /**
2406
- * @internal
2407
- */
2408
- const filterSensitiveLog: (obj: BatchUpdateObjectAttributesResponse) => any;
2409
- }
2410
1824
  /**
2411
1825
  * <p>Represents the output of a <code>BatchWrite</code> response operation.</p>
2412
1826
  */
@@ -2473,24 +1887,12 @@ export interface BatchWriteOperationResponse {
2473
1887
  */
2474
1888
  UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse;
2475
1889
  }
2476
- export declare namespace BatchWriteOperationResponse {
2477
- /**
2478
- * @internal
2479
- */
2480
- const filterSensitiveLog: (obj: BatchWriteOperationResponse) => any;
2481
- }
2482
1890
  export interface BatchWriteResponse {
2483
1891
  /**
2484
1892
  * <p>A list of all the responses for each batch write.</p>
2485
1893
  */
2486
1894
  Responses?: BatchWriteOperationResponse[];
2487
1895
  }
2488
- export declare namespace BatchWriteResponse {
2489
- /**
2490
- * @internal
2491
- */
2492
- const filterSensitiveLog: (obj: BatchWriteResponse) => any;
2493
- }
2494
1896
  export interface CreateDirectoryRequest {
2495
1897
  /**
2496
1898
  * <p>The name of the <a>Directory</a>. Should be unique per account, per
@@ -2503,12 +1905,6 @@ export interface CreateDirectoryRequest {
2503
1905
  */
2504
1906
  SchemaArn: string | undefined;
2505
1907
  }
2506
- export declare namespace CreateDirectoryRequest {
2507
- /**
2508
- * @internal
2509
- */
2510
- const filterSensitiveLog: (obj: CreateDirectoryRequest) => any;
2511
- }
2512
1908
  export interface CreateDirectoryResponse {
2513
1909
  /**
2514
1910
  * <p>The ARN that is associated with the <a>Directory</a>. For more information,
@@ -2530,12 +1926,6 @@ export interface CreateDirectoryResponse {
2530
1926
  */
2531
1927
  AppliedSchemaArn: string | undefined;
2532
1928
  }
2533
- export declare namespace CreateDirectoryResponse {
2534
- /**
2535
- * @internal
2536
- */
2537
- const filterSensitiveLog: (obj: CreateDirectoryResponse) => any;
2538
- }
2539
1929
  /**
2540
1930
  * <p>Indicates that a <a>Directory</a> could not be created due to a naming
2541
1931
  * conflict. Choose a different name and try again.</p>
@@ -2569,12 +1959,6 @@ export interface Rule {
2569
1959
  */
2570
1960
  Parameters?: Record<string, string>;
2571
1961
  }
2572
- export declare namespace Rule {
2573
- /**
2574
- * @internal
2575
- */
2576
- const filterSensitiveLog: (obj: Rule) => any;
2577
- }
2578
1962
  export declare enum FacetAttributeType {
2579
1963
  BINARY = "BINARY",
2580
1964
  BOOLEAN = "BOOLEAN",
@@ -2604,12 +1988,6 @@ export interface FacetAttributeDefinition {
2604
1988
  */
2605
1989
  Rules?: Record<string, Rule>;
2606
1990
  }
2607
- export declare namespace FacetAttributeDefinition {
2608
- /**
2609
- * @internal
2610
- */
2611
- const filterSensitiveLog: (obj: FacetAttributeDefinition) => any;
2612
- }
2613
1991
  /**
2614
1992
  * <p>The facet attribute reference that specifies the attribute definition that contains the
2615
1993
  * attribute facet name and attribute name.</p>
@@ -2624,12 +2002,6 @@ export interface FacetAttributeReference {
2624
2002
  */
2625
2003
  TargetAttributeName: string | undefined;
2626
2004
  }
2627
- export declare namespace FacetAttributeReference {
2628
- /**
2629
- * @internal
2630
- */
2631
- const filterSensitiveLog: (obj: FacetAttributeReference) => any;
2632
- }
2633
2005
  export declare enum RequiredAttributeBehavior {
2634
2006
  NOT_REQUIRED = "NOT_REQUIRED",
2635
2007
  REQUIRED_ALWAYS = "REQUIRED_ALWAYS"
@@ -2656,12 +2028,6 @@ export interface FacetAttribute {
2656
2028
  */
2657
2029
  RequiredBehavior?: RequiredAttributeBehavior | string;
2658
2030
  }
2659
- export declare namespace FacetAttribute {
2660
- /**
2661
- * @internal
2662
- */
2663
- const filterSensitiveLog: (obj: FacetAttribute) => any;
2664
- }
2665
2031
  export declare enum FacetStyle {
2666
2032
  DYNAMIC = "DYNAMIC",
2667
2033
  STATIC = "STATIC"
@@ -2717,20 +2083,8 @@ export interface CreateFacetRequest {
2717
2083
  */
2718
2084
  FacetStyle?: FacetStyle | string;
2719
2085
  }
2720
- export declare namespace CreateFacetRequest {
2721
- /**
2722
- * @internal
2723
- */
2724
- const filterSensitiveLog: (obj: CreateFacetRequest) => any;
2725
- }
2726
2086
  export interface CreateFacetResponse {
2727
2087
  }
2728
- export declare namespace CreateFacetResponse {
2729
- /**
2730
- * @internal
2731
- */
2732
- const filterSensitiveLog: (obj: CreateFacetResponse) => any;
2733
- }
2734
2088
  /**
2735
2089
  * <p>A facet with the same name already exists.</p>
2736
2090
  */
@@ -2779,24 +2133,12 @@ export interface CreateIndexRequest {
2779
2133
  */
2780
2134
  LinkName?: string;
2781
2135
  }
2782
- export declare namespace CreateIndexRequest {
2783
- /**
2784
- * @internal
2785
- */
2786
- const filterSensitiveLog: (obj: CreateIndexRequest) => any;
2787
- }
2788
2136
  export interface CreateIndexResponse {
2789
2137
  /**
2790
2138
  * <p>The <code>ObjectIdentifier</code> of the index created by this operation.</p>
2791
2139
  */
2792
2140
  ObjectIdentifier?: string;
2793
2141
  }
2794
- export declare namespace CreateIndexResponse {
2795
- /**
2796
- * @internal
2797
- */
2798
- const filterSensitiveLog: (obj: CreateIndexResponse) => any;
2799
- }
2800
2142
  /**
2801
2143
  * <p>Indicates that the requested index type is not supported.</p>
2802
2144
  */
@@ -2833,24 +2175,12 @@ export interface CreateObjectRequest {
2833
2175
  */
2834
2176
  LinkName?: string;
2835
2177
  }
2836
- export declare namespace CreateObjectRequest {
2837
- /**
2838
- * @internal
2839
- */
2840
- const filterSensitiveLog: (obj: CreateObjectRequest) => any;
2841
- }
2842
2178
  export interface CreateObjectResponse {
2843
2179
  /**
2844
2180
  * <p>The identifier that is associated with the object.</p>
2845
2181
  */
2846
2182
  ObjectIdentifier?: string;
2847
2183
  }
2848
- export declare namespace CreateObjectResponse {
2849
- /**
2850
- * @internal
2851
- */
2852
- const filterSensitiveLog: (obj: CreateObjectResponse) => any;
2853
- }
2854
2184
  export interface CreateSchemaRequest {
2855
2185
  /**
2856
2186
  * <p>The name that is associated with the schema. This is unique to each account and in each
@@ -2858,12 +2188,6 @@ export interface CreateSchemaRequest {
2858
2188
  */
2859
2189
  Name: string | undefined;
2860
2190
  }
2861
- export declare namespace CreateSchemaRequest {
2862
- /**
2863
- * @internal
2864
- */
2865
- const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
2866
- }
2867
2191
  export interface CreateSchemaResponse {
2868
2192
  /**
2869
2193
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -2871,12 +2195,6 @@ export interface CreateSchemaResponse {
2871
2195
  */
2872
2196
  SchemaArn?: string;
2873
2197
  }
2874
- export declare namespace CreateSchemaResponse {
2875
- /**
2876
- * @internal
2877
- */
2878
- const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
2879
- }
2880
2198
  /**
2881
2199
  * <p>A typed link attribute definition.</p>
2882
2200
  */
@@ -2906,12 +2224,6 @@ export interface TypedLinkAttributeDefinition {
2906
2224
  */
2907
2225
  RequiredBehavior: RequiredAttributeBehavior | string | undefined;
2908
2226
  }
2909
- export declare namespace TypedLinkAttributeDefinition {
2910
- /**
2911
- * @internal
2912
- */
2913
- const filterSensitiveLog: (obj: TypedLinkAttributeDefinition) => any;
2914
- }
2915
2227
  /**
2916
2228
  * <p>Defines the typed links structure and its attributes. To create a typed link facet, use
2917
2229
  * the <a>CreateTypedLinkFacet</a> API.</p>
@@ -2930,12 +2242,6 @@ export interface TypedLinkFacet {
2930
2242
  */
2931
2243
  IdentityAttributeOrder: string[] | undefined;
2932
2244
  }
2933
- export declare namespace TypedLinkFacet {
2934
- /**
2935
- * @internal
2936
- */
2937
- const filterSensitiveLog: (obj: TypedLinkFacet) => any;
2938
- }
2939
2245
  export interface CreateTypedLinkFacetRequest {
2940
2246
  /**
2941
2247
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -2949,44 +2255,20 @@ export interface CreateTypedLinkFacetRequest {
2949
2255
  */
2950
2256
  Facet: TypedLinkFacet | undefined;
2951
2257
  }
2952
- export declare namespace CreateTypedLinkFacetRequest {
2953
- /**
2954
- * @internal
2955
- */
2956
- const filterSensitiveLog: (obj: CreateTypedLinkFacetRequest) => any;
2957
- }
2958
2258
  export interface CreateTypedLinkFacetResponse {
2959
2259
  }
2960
- export declare namespace CreateTypedLinkFacetResponse {
2961
- /**
2962
- * @internal
2963
- */
2964
- const filterSensitiveLog: (obj: CreateTypedLinkFacetResponse) => any;
2965
- }
2966
2260
  export interface DeleteDirectoryRequest {
2967
2261
  /**
2968
2262
  * <p>The ARN of the directory to delete.</p>
2969
2263
  */
2970
2264
  DirectoryArn: string | undefined;
2971
2265
  }
2972
- export declare namespace DeleteDirectoryRequest {
2973
- /**
2974
- * @internal
2975
- */
2976
- const filterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
2977
- }
2978
2266
  export interface DeleteDirectoryResponse {
2979
2267
  /**
2980
2268
  * <p>The ARN of the deleted directory.</p>
2981
2269
  */
2982
2270
  DirectoryArn: string | undefined;
2983
2271
  }
2984
- export declare namespace DeleteDirectoryResponse {
2985
- /**
2986
- * @internal
2987
- */
2988
- const filterSensitiveLog: (obj: DeleteDirectoryResponse) => any;
2989
- }
2990
2272
  /**
2991
2273
  * <p>A directory that has been deleted and to which access has been attempted. Note: The
2992
2274
  * requested resource will eventually cease to exist.</p>
@@ -3023,20 +2305,8 @@ export interface DeleteFacetRequest {
3023
2305
  */
3024
2306
  Name: string | undefined;
3025
2307
  }
3026
- export declare namespace DeleteFacetRequest {
3027
- /**
3028
- * @internal
3029
- */
3030
- const filterSensitiveLog: (obj: DeleteFacetRequest) => any;
3031
- }
3032
2308
  export interface DeleteFacetResponse {
3033
2309
  }
3034
- export declare namespace DeleteFacetResponse {
3035
- /**
3036
- * @internal
3037
- */
3038
- const filterSensitiveLog: (obj: DeleteFacetResponse) => any;
3039
- }
3040
2310
  /**
3041
2311
  * <p>Occurs when deleting a facet that contains an attribute that is a target to an
3042
2312
  * attribute reference in a different facet.</p>
@@ -3073,20 +2343,8 @@ export interface DeleteObjectRequest {
3073
2343
  */
3074
2344
  ObjectReference: ObjectReference | undefined;
3075
2345
  }
3076
- export declare namespace DeleteObjectRequest {
3077
- /**
3078
- * @internal
3079
- */
3080
- const filterSensitiveLog: (obj: DeleteObjectRequest) => any;
3081
- }
3082
2346
  export interface DeleteObjectResponse {
3083
2347
  }
3084
- export declare namespace DeleteObjectResponse {
3085
- /**
3086
- * @internal
3087
- */
3088
- const filterSensitiveLog: (obj: DeleteObjectResponse) => any;
3089
- }
3090
2348
  /**
3091
2349
  * <p>Indicates that the requested operation cannot be completed because the object has not
3092
2350
  * been detached from the tree.</p>
@@ -3107,12 +2365,6 @@ export interface DeleteSchemaRequest {
3107
2365
  */
3108
2366
  SchemaArn: string | undefined;
3109
2367
  }
3110
- export declare namespace DeleteSchemaRequest {
3111
- /**
3112
- * @internal
3113
- */
3114
- const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
3115
- }
3116
2368
  export interface DeleteSchemaResponse {
3117
2369
  /**
3118
2370
  * <p>The input ARN that is returned as part of the response. For more information, see
@@ -3120,12 +2372,6 @@ export interface DeleteSchemaResponse {
3120
2372
  */
3121
2373
  SchemaArn?: string;
3122
2374
  }
3123
- export declare namespace DeleteSchemaResponse {
3124
- /**
3125
- * @internal
3126
- */
3127
- const filterSensitiveLog: (obj: DeleteSchemaResponse) => any;
3128
- }
3129
2375
  /**
3130
2376
  * <p>The object could not be deleted because links still exist. Remove the links and then
3131
2377
  * try the operation again.</p>
@@ -3150,20 +2396,8 @@ export interface DeleteTypedLinkFacetRequest {
3150
2396
  */
3151
2397
  Name: string | undefined;
3152
2398
  }
3153
- export declare namespace DeleteTypedLinkFacetRequest {
3154
- /**
3155
- * @internal
3156
- */
3157
- const filterSensitiveLog: (obj: DeleteTypedLinkFacetRequest) => any;
3158
- }
3159
2399
  export interface DeleteTypedLinkFacetResponse {
3160
2400
  }
3161
- export declare namespace DeleteTypedLinkFacetResponse {
3162
- /**
3163
- * @internal
3164
- */
3165
- const filterSensitiveLog: (obj: DeleteTypedLinkFacetResponse) => any;
3166
- }
3167
2401
  export interface DetachFromIndexRequest {
3168
2402
  /**
3169
2403
  * <p>The Amazon Resource Name (ARN) of the directory the index and object exist
@@ -3179,24 +2413,12 @@ export interface DetachFromIndexRequest {
3179
2413
  */
3180
2414
  TargetReference: ObjectReference | undefined;
3181
2415
  }
3182
- export declare namespace DetachFromIndexRequest {
3183
- /**
3184
- * @internal
3185
- */
3186
- const filterSensitiveLog: (obj: DetachFromIndexRequest) => any;
3187
- }
3188
- export interface DetachFromIndexResponse {
2416
+ export interface DetachFromIndexResponse {
3189
2417
  /**
3190
2418
  * <p>The <code>ObjectIdentifier</code> of the object that was detached from the index.</p>
3191
2419
  */
3192
2420
  DetachedObjectIdentifier?: string;
3193
2421
  }
3194
- export declare namespace DetachFromIndexResponse {
3195
- /**
3196
- * @internal
3197
- */
3198
- const filterSensitiveLog: (obj: DetachFromIndexResponse) => any;
3199
- }
3200
2422
  /**
3201
2423
  * <p>Indicates that the object is not attached to the index.</p>
3202
2424
  */
@@ -3225,24 +2447,12 @@ export interface DetachObjectRequest {
3225
2447
  */
3226
2448
  LinkName: string | undefined;
3227
2449
  }
3228
- export declare namespace DetachObjectRequest {
3229
- /**
3230
- * @internal
3231
- */
3232
- const filterSensitiveLog: (obj: DetachObjectRequest) => any;
3233
- }
3234
2450
  export interface DetachObjectResponse {
3235
2451
  /**
3236
2452
  * <p>The <code>ObjectIdentifier</code> that was detached from the object.</p>
3237
2453
  */
3238
2454
  DetachedObjectIdentifier?: string;
3239
2455
  }
3240
- export declare namespace DetachObjectResponse {
3241
- /**
3242
- * @internal
3243
- */
3244
- const filterSensitiveLog: (obj: DetachObjectResponse) => any;
3245
- }
3246
2456
  /**
3247
2457
  * <p>Occurs when any invalid operations are performed on an object that is not a node, such
3248
2458
  * as calling <code>ListObjectChildren</code> for a leaf node object.</p>
@@ -3271,20 +2481,8 @@ export interface DetachPolicyRequest {
3271
2481
  */
3272
2482
  ObjectReference: ObjectReference | undefined;
3273
2483
  }
3274
- export declare namespace DetachPolicyRequest {
3275
- /**
3276
- * @internal
3277
- */
3278
- const filterSensitiveLog: (obj: DetachPolicyRequest) => any;
3279
- }
3280
2484
  export interface DetachPolicyResponse {
3281
2485
  }
3282
- export declare namespace DetachPolicyResponse {
3283
- /**
3284
- * @internal
3285
- */
3286
- const filterSensitiveLog: (obj: DetachPolicyResponse) => any;
3287
- }
3288
2486
  export interface DetachTypedLinkRequest {
3289
2487
  /**
3290
2488
  * <p>The Amazon Resource Name (ARN) of the directory where you want to detach the typed
@@ -3296,96 +2494,48 @@ export interface DetachTypedLinkRequest {
3296
2494
  */
3297
2495
  TypedLinkSpecifier: TypedLinkSpecifier | undefined;
3298
2496
  }
3299
- export declare namespace DetachTypedLinkRequest {
3300
- /**
3301
- * @internal
3302
- */
3303
- const filterSensitiveLog: (obj: DetachTypedLinkRequest) => any;
3304
- }
3305
2497
  export interface DisableDirectoryRequest {
3306
2498
  /**
3307
2499
  * <p>The ARN of the directory to disable.</p>
3308
2500
  */
3309
2501
  DirectoryArn: string | undefined;
3310
2502
  }
3311
- export declare namespace DisableDirectoryRequest {
3312
- /**
3313
- * @internal
3314
- */
3315
- const filterSensitiveLog: (obj: DisableDirectoryRequest) => any;
3316
- }
3317
2503
  export interface DisableDirectoryResponse {
3318
2504
  /**
3319
2505
  * <p>The ARN of the directory that has been disabled.</p>
3320
2506
  */
3321
2507
  DirectoryArn: string | undefined;
3322
2508
  }
3323
- export declare namespace DisableDirectoryResponse {
3324
- /**
3325
- * @internal
3326
- */
3327
- const filterSensitiveLog: (obj: DisableDirectoryResponse) => any;
3328
- }
3329
2509
  export interface EnableDirectoryRequest {
3330
2510
  /**
3331
2511
  * <p>The ARN of the directory to enable.</p>
3332
2512
  */
3333
2513
  DirectoryArn: string | undefined;
3334
2514
  }
3335
- export declare namespace EnableDirectoryRequest {
3336
- /**
3337
- * @internal
3338
- */
3339
- const filterSensitiveLog: (obj: EnableDirectoryRequest) => any;
3340
- }
3341
2515
  export interface EnableDirectoryResponse {
3342
2516
  /**
3343
2517
  * <p>The ARN of the enabled directory.</p>
3344
2518
  */
3345
2519
  DirectoryArn: string | undefined;
3346
2520
  }
3347
- export declare namespace EnableDirectoryResponse {
3348
- /**
3349
- * @internal
3350
- */
3351
- const filterSensitiveLog: (obj: EnableDirectoryResponse) => any;
3352
- }
3353
2521
  export interface GetAppliedSchemaVersionRequest {
3354
2522
  /**
3355
2523
  * <p>The ARN of the applied schema.</p>
3356
2524
  */
3357
2525
  SchemaArn: string | undefined;
3358
2526
  }
3359
- export declare namespace GetAppliedSchemaVersionRequest {
3360
- /**
3361
- * @internal
3362
- */
3363
- const filterSensitiveLog: (obj: GetAppliedSchemaVersionRequest) => any;
3364
- }
3365
2527
  export interface GetAppliedSchemaVersionResponse {
3366
2528
  /**
3367
2529
  * <p>Current applied schema ARN, including the minor version in use if one was provided.</p>
3368
2530
  */
3369
2531
  AppliedSchemaArn?: string;
3370
2532
  }
3371
- export declare namespace GetAppliedSchemaVersionResponse {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: GetAppliedSchemaVersionResponse) => any;
3376
- }
3377
2533
  export interface GetDirectoryRequest {
3378
2534
  /**
3379
2535
  * <p>The ARN of the directory.</p>
3380
2536
  */
3381
2537
  DirectoryArn: string | undefined;
3382
2538
  }
3383
- export declare namespace GetDirectoryRequest {
3384
- /**
3385
- * @internal
3386
- */
3387
- const filterSensitiveLog: (obj: GetDirectoryRequest) => any;
3388
- }
3389
2539
  export declare enum DirectoryState {
3390
2540
  DELETED = "DELETED",
3391
2541
  DISABLED = "DISABLED",
@@ -3413,24 +2563,12 @@ export interface Directory {
3413
2563
  */
3414
2564
  CreationDateTime?: Date;
3415
2565
  }
3416
- export declare namespace Directory {
3417
- /**
3418
- * @internal
3419
- */
3420
- const filterSensitiveLog: (obj: Directory) => any;
3421
- }
3422
2566
  export interface GetDirectoryResponse {
3423
2567
  /**
3424
2568
  * <p>Metadata about the directory.</p>
3425
2569
  */
3426
2570
  Directory: Directory | undefined;
3427
2571
  }
3428
- export declare namespace GetDirectoryResponse {
3429
- /**
3430
- * @internal
3431
- */
3432
- const filterSensitiveLog: (obj: GetDirectoryResponse) => any;
3433
- }
3434
2572
  export interface GetFacetRequest {
3435
2573
  /**
3436
2574
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Facet</a>.
@@ -3442,12 +2580,6 @@ export interface GetFacetRequest {
3442
2580
  */
3443
2581
  Name: string | undefined;
3444
2582
  }
3445
- export declare namespace GetFacetRequest {
3446
- /**
3447
- * @internal
3448
- */
3449
- const filterSensitiveLog: (obj: GetFacetRequest) => any;
3450
- }
3451
2583
  /**
3452
2584
  * <p>A structure that contains <code>Name</code>, <code>ARN</code>, <code>Attributes</code>, <code>
3453
2585
  * <a>Rule</a>s</code>, and
@@ -3467,24 +2599,12 @@ export interface Facet {
3467
2599
  */
3468
2600
  FacetStyle?: FacetStyle | string;
3469
2601
  }
3470
- export declare namespace Facet {
3471
- /**
3472
- * @internal
3473
- */
3474
- const filterSensitiveLog: (obj: Facet) => any;
3475
- }
3476
2602
  export interface GetFacetResponse {
3477
2603
  /**
3478
2604
  * <p>The <a>Facet</a> structure that is associated with the facet.</p>
3479
2605
  */
3480
2606
  Facet?: Facet;
3481
2607
  }
3482
- export declare namespace GetFacetResponse {
3483
- /**
3484
- * @internal
3485
- */
3486
- const filterSensitiveLog: (obj: GetFacetResponse) => any;
3487
- }
3488
2608
  export interface GetLinkAttributesRequest {
3489
2609
  /**
3490
2610
  * <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>
@@ -3503,24 +2623,12 @@ export interface GetLinkAttributesRequest {
3503
2623
  */
3504
2624
  ConsistencyLevel?: ConsistencyLevel | string;
3505
2625
  }
3506
- export declare namespace GetLinkAttributesRequest {
3507
- /**
3508
- * @internal
3509
- */
3510
- const filterSensitiveLog: (obj: GetLinkAttributesRequest) => any;
3511
- }
3512
2626
  export interface GetLinkAttributesResponse {
3513
2627
  /**
3514
2628
  * <p>The attributes that are associated with the typed link.</p>
3515
2629
  */
3516
2630
  Attributes?: AttributeKeyAndValue[];
3517
2631
  }
3518
- export declare namespace GetLinkAttributesResponse {
3519
- /**
3520
- * @internal
3521
- */
3522
- const filterSensitiveLog: (obj: GetLinkAttributesResponse) => any;
3523
- }
3524
2632
  export interface GetObjectAttributesRequest {
3525
2633
  /**
3526
2634
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a> where the object resides.</p>
@@ -3543,24 +2651,12 @@ export interface GetObjectAttributesRequest {
3543
2651
  */
3544
2652
  AttributeNames: string[] | undefined;
3545
2653
  }
3546
- export declare namespace GetObjectAttributesRequest {
3547
- /**
3548
- * @internal
3549
- */
3550
- const filterSensitiveLog: (obj: GetObjectAttributesRequest) => any;
3551
- }
3552
2654
  export interface GetObjectAttributesResponse {
3553
2655
  /**
3554
2656
  * <p>The attributes that are associated with the object.</p>
3555
2657
  */
3556
2658
  Attributes?: AttributeKeyAndValue[];
3557
2659
  }
3558
- export declare namespace GetObjectAttributesResponse {
3559
- /**
3560
- * @internal
3561
- */
3562
- const filterSensitiveLog: (obj: GetObjectAttributesResponse) => any;
3563
- }
3564
2660
  export interface GetObjectInformationRequest {
3565
2661
  /**
3566
2662
  * <p>The ARN of the directory being retrieved.</p>
@@ -3575,12 +2671,6 @@ export interface GetObjectInformationRequest {
3575
2671
  */
3576
2672
  ConsistencyLevel?: ConsistencyLevel | string;
3577
2673
  }
3578
- export declare namespace GetObjectInformationRequest {
3579
- /**
3580
- * @internal
3581
- */
3582
- const filterSensitiveLog: (obj: GetObjectInformationRequest) => any;
3583
- }
3584
2674
  export interface GetObjectInformationResponse {
3585
2675
  /**
3586
2676
  * <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>
@@ -3591,24 +2681,12 @@ export interface GetObjectInformationResponse {
3591
2681
  */
3592
2682
  ObjectIdentifier?: string;
3593
2683
  }
3594
- export declare namespace GetObjectInformationResponse {
3595
- /**
3596
- * @internal
3597
- */
3598
- const filterSensitiveLog: (obj: GetObjectInformationResponse) => any;
3599
- }
3600
2684
  export interface GetSchemaAsJsonRequest {
3601
2685
  /**
3602
2686
  * <p>The ARN of the schema to retrieve.</p>
3603
2687
  */
3604
2688
  SchemaArn: string | undefined;
3605
2689
  }
3606
- export declare namespace GetSchemaAsJsonRequest {
3607
- /**
3608
- * @internal
3609
- */
3610
- const filterSensitiveLog: (obj: GetSchemaAsJsonRequest) => any;
3611
- }
3612
2690
  export interface GetSchemaAsJsonResponse {
3613
2691
  /**
3614
2692
  * <p>The name of the retrieved schema.</p>
@@ -3619,12 +2697,6 @@ export interface GetSchemaAsJsonResponse {
3619
2697
  */
3620
2698
  Document?: string;
3621
2699
  }
3622
- export declare namespace GetSchemaAsJsonResponse {
3623
- /**
3624
- * @internal
3625
- */
3626
- const filterSensitiveLog: (obj: GetSchemaAsJsonResponse) => any;
3627
- }
3628
2700
  export interface GetTypedLinkFacetInformationRequest {
3629
2701
  /**
3630
2702
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -3636,12 +2708,6 @@ export interface GetTypedLinkFacetInformationRequest {
3636
2708
  */
3637
2709
  Name: string | undefined;
3638
2710
  }
3639
- export declare namespace GetTypedLinkFacetInformationRequest {
3640
- /**
3641
- * @internal
3642
- */
3643
- const filterSensitiveLog: (obj: GetTypedLinkFacetInformationRequest) => any;
3644
- }
3645
2711
  export interface GetTypedLinkFacetInformationResponse {
3646
2712
  /**
3647
2713
  * <p>The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed
@@ -3653,12 +2719,6 @@ export interface GetTypedLinkFacetInformationResponse {
3653
2719
  */
3654
2720
  IdentityAttributeOrder?: string[];
3655
2721
  }
3656
- export declare namespace GetTypedLinkFacetInformationResponse {
3657
- /**
3658
- * @internal
3659
- */
3660
- const filterSensitiveLog: (obj: GetTypedLinkFacetInformationResponse) => any;
3661
- }
3662
2722
  /**
3663
2723
  * <p>Indicates that the <code>NextToken</code> value is not valid.</p>
3664
2724
  */
@@ -3689,12 +2749,6 @@ export interface ListAppliedSchemaArnsRequest {
3689
2749
  */
3690
2750
  MaxResults?: number;
3691
2751
  }
3692
- export declare namespace ListAppliedSchemaArnsRequest {
3693
- /**
3694
- * @internal
3695
- */
3696
- const filterSensitiveLog: (obj: ListAppliedSchemaArnsRequest) => any;
3697
- }
3698
2752
  export interface ListAppliedSchemaArnsResponse {
3699
2753
  /**
3700
2754
  * <p>The ARNs of schemas that are applied to the directory.</p>
@@ -3705,12 +2759,6 @@ export interface ListAppliedSchemaArnsResponse {
3705
2759
  */
3706
2760
  NextToken?: string;
3707
2761
  }
3708
- export declare namespace ListAppliedSchemaArnsResponse {
3709
- /**
3710
- * @internal
3711
- */
3712
- const filterSensitiveLog: (obj: ListAppliedSchemaArnsResponse) => any;
3713
- }
3714
2762
  export interface ListAttachedIndicesRequest {
3715
2763
  /**
3716
2764
  * <p>The ARN of the directory.</p>
@@ -3733,12 +2781,6 @@ export interface ListAttachedIndicesRequest {
3733
2781
  */
3734
2782
  ConsistencyLevel?: ConsistencyLevel | string;
3735
2783
  }
3736
- export declare namespace ListAttachedIndicesRequest {
3737
- /**
3738
- * @internal
3739
- */
3740
- const filterSensitiveLog: (obj: ListAttachedIndicesRequest) => any;
3741
- }
3742
2784
  export interface ListAttachedIndicesResponse {
3743
2785
  /**
3744
2786
  * <p>The indices attached to the specified object.</p>
@@ -3749,12 +2791,6 @@ export interface ListAttachedIndicesResponse {
3749
2791
  */
3750
2792
  NextToken?: string;
3751
2793
  }
3752
- export declare namespace ListAttachedIndicesResponse {
3753
- /**
3754
- * @internal
3755
- */
3756
- const filterSensitiveLog: (obj: ListAttachedIndicesResponse) => any;
3757
- }
3758
2794
  export interface ListDevelopmentSchemaArnsRequest {
3759
2795
  /**
3760
2796
  * <p>The pagination token.</p>
@@ -3765,12 +2801,6 @@ export interface ListDevelopmentSchemaArnsRequest {
3765
2801
  */
3766
2802
  MaxResults?: number;
3767
2803
  }
3768
- export declare namespace ListDevelopmentSchemaArnsRequest {
3769
- /**
3770
- * @internal
3771
- */
3772
- const filterSensitiveLog: (obj: ListDevelopmentSchemaArnsRequest) => any;
3773
- }
3774
2804
  export interface ListDevelopmentSchemaArnsResponse {
3775
2805
  /**
3776
2806
  * <p>The ARNs of retrieved development schemas.</p>
@@ -3781,12 +2811,6 @@ export interface ListDevelopmentSchemaArnsResponse {
3781
2811
  */
3782
2812
  NextToken?: string;
3783
2813
  }
3784
- export declare namespace ListDevelopmentSchemaArnsResponse {
3785
- /**
3786
- * @internal
3787
- */
3788
- const filterSensitiveLog: (obj: ListDevelopmentSchemaArnsResponse) => any;
3789
- }
3790
2814
  export interface ListDirectoriesRequest {
3791
2815
  /**
3792
2816
  * <p>The pagination token.</p>
@@ -3802,12 +2826,6 @@ export interface ListDirectoriesRequest {
3802
2826
  */
3803
2827
  state?: DirectoryState | string;
3804
2828
  }
3805
- export declare namespace ListDirectoriesRequest {
3806
- /**
3807
- * @internal
3808
- */
3809
- const filterSensitiveLog: (obj: ListDirectoriesRequest) => any;
3810
- }
3811
2829
  export interface ListDirectoriesResponse {
3812
2830
  /**
3813
2831
  * <p>Lists all directories that are associated with your account in pagination
@@ -3819,12 +2837,6 @@ export interface ListDirectoriesResponse {
3819
2837
  */
3820
2838
  NextToken?: string;
3821
2839
  }
3822
- export declare namespace ListDirectoriesResponse {
3823
- /**
3824
- * @internal
3825
- */
3826
- const filterSensitiveLog: (obj: ListDirectoriesResponse) => any;
3827
- }
3828
2840
  export interface ListFacetAttributesRequest {
3829
2841
  /**
3830
2842
  * <p>The ARN of the schema where the facet resides.</p>
@@ -3843,12 +2855,6 @@ export interface ListFacetAttributesRequest {
3843
2855
  */
3844
2856
  MaxResults?: number;
3845
2857
  }
3846
- export declare namespace ListFacetAttributesRequest {
3847
- /**
3848
- * @internal
3849
- */
3850
- const filterSensitiveLog: (obj: ListFacetAttributesRequest) => any;
3851
- }
3852
2858
  export interface ListFacetAttributesResponse {
3853
2859
  /**
3854
2860
  * <p>The attributes attached to the facet.</p>
@@ -3859,12 +2865,6 @@ export interface ListFacetAttributesResponse {
3859
2865
  */
3860
2866
  NextToken?: string;
3861
2867
  }
3862
- export declare namespace ListFacetAttributesResponse {
3863
- /**
3864
- * @internal
3865
- */
3866
- const filterSensitiveLog: (obj: ListFacetAttributesResponse) => any;
3867
- }
3868
2868
  export interface ListFacetNamesRequest {
3869
2869
  /**
3870
2870
  * <p>The Amazon Resource Name (ARN) to retrieve facet names from.</p>
@@ -3879,12 +2879,6 @@ export interface ListFacetNamesRequest {
3879
2879
  */
3880
2880
  MaxResults?: number;
3881
2881
  }
3882
- export declare namespace ListFacetNamesRequest {
3883
- /**
3884
- * @internal
3885
- */
3886
- const filterSensitiveLog: (obj: ListFacetNamesRequest) => any;
3887
- }
3888
2882
  export interface ListFacetNamesResponse {
3889
2883
  /**
3890
2884
  * <p>The names of facets that exist within the schema.</p>
@@ -3895,12 +2889,6 @@ export interface ListFacetNamesResponse {
3895
2889
  */
3896
2890
  NextToken?: string;
3897
2891
  }
3898
- export declare namespace ListFacetNamesResponse {
3899
- /**
3900
- * @internal
3901
- */
3902
- const filterSensitiveLog: (obj: ListFacetNamesResponse) => any;
3903
- }
3904
2892
  export interface ListIncomingTypedLinksRequest {
3905
2893
  /**
3906
2894
  * <p>The Amazon Resource Name (ARN) of the directory where you want to list the typed
@@ -3935,12 +2923,6 @@ export interface ListIncomingTypedLinksRequest {
3935
2923
  */
3936
2924
  ConsistencyLevel?: ConsistencyLevel | string;
3937
2925
  }
3938
- export declare namespace ListIncomingTypedLinksRequest {
3939
- /**
3940
- * @internal
3941
- */
3942
- const filterSensitiveLog: (obj: ListIncomingTypedLinksRequest) => any;
3943
- }
3944
2926
  export interface ListIncomingTypedLinksResponse {
3945
2927
  /**
3946
2928
  * <p>Returns one or more typed link specifiers as output.</p>
@@ -3951,12 +2933,6 @@ export interface ListIncomingTypedLinksResponse {
3951
2933
  */
3952
2934
  NextToken?: string;
3953
2935
  }
3954
- export declare namespace ListIncomingTypedLinksResponse {
3955
- /**
3956
- * @internal
3957
- */
3958
- const filterSensitiveLog: (obj: ListIncomingTypedLinksResponse) => any;
3959
- }
3960
2936
  export interface ListIndexRequest {
3961
2937
  /**
3962
2938
  * <p>The ARN of the directory that the index exists in.</p>
@@ -3983,12 +2959,6 @@ export interface ListIndexRequest {
3983
2959
  */
3984
2960
  ConsistencyLevel?: ConsistencyLevel | string;
3985
2961
  }
3986
- export declare namespace ListIndexRequest {
3987
- /**
3988
- * @internal
3989
- */
3990
- const filterSensitiveLog: (obj: ListIndexRequest) => any;
3991
- }
3992
2962
  export interface ListIndexResponse {
3993
2963
  /**
3994
2964
  * <p>The objects and indexed values attached to the index.</p>
@@ -3999,12 +2969,6 @@ export interface ListIndexResponse {
3999
2969
  */
4000
2970
  NextToken?: string;
4001
2971
  }
4002
- export declare namespace ListIndexResponse {
4003
- /**
4004
- * @internal
4005
- */
4006
- const filterSensitiveLog: (obj: ListIndexResponse) => any;
4007
- }
4008
2972
  export interface ListManagedSchemaArnsRequest {
4009
2973
  /**
4010
2974
  * <p>The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.</p>
@@ -4019,12 +2983,6 @@ export interface ListManagedSchemaArnsRequest {
4019
2983
  */
4020
2984
  MaxResults?: number;
4021
2985
  }
4022
- export declare namespace ListManagedSchemaArnsRequest {
4023
- /**
4024
- * @internal
4025
- */
4026
- const filterSensitiveLog: (obj: ListManagedSchemaArnsRequest) => any;
4027
- }
4028
2986
  export interface ListManagedSchemaArnsResponse {
4029
2987
  /**
4030
2988
  * <p>The ARNs for all AWS managed schemas.</p>
@@ -4035,12 +2993,6 @@ export interface ListManagedSchemaArnsResponse {
4035
2993
  */
4036
2994
  NextToken?: string;
4037
2995
  }
4038
- export declare namespace ListManagedSchemaArnsResponse {
4039
- /**
4040
- * @internal
4041
- */
4042
- const filterSensitiveLog: (obj: ListManagedSchemaArnsResponse) => any;
4043
- }
4044
2996
  export interface ListObjectAttributesRequest {
4045
2997
  /**
4046
2998
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -4071,12 +3023,6 @@ export interface ListObjectAttributesRequest {
4071
3023
  */
4072
3024
  FacetFilter?: SchemaFacet;
4073
3025
  }
4074
- export declare namespace ListObjectAttributesRequest {
4075
- /**
4076
- * @internal
4077
- */
4078
- const filterSensitiveLog: (obj: ListObjectAttributesRequest) => any;
4079
- }
4080
3026
  export interface ListObjectAttributesResponse {
4081
3027
  /**
4082
3028
  * <p>Attributes map that is associated with the object. <code>AttributeArn</code> is the
@@ -4088,12 +3034,6 @@ export interface ListObjectAttributesResponse {
4088
3034
  */
4089
3035
  NextToken?: string;
4090
3036
  }
4091
- export declare namespace ListObjectAttributesResponse {
4092
- /**
4093
- * @internal
4094
- */
4095
- const filterSensitiveLog: (obj: ListObjectAttributesResponse) => any;
4096
- }
4097
3037
  export interface ListObjectChildrenRequest {
4098
3038
  /**
4099
3039
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -4120,12 +3060,6 @@ export interface ListObjectChildrenRequest {
4120
3060
  */
4121
3061
  ConsistencyLevel?: ConsistencyLevel | string;
4122
3062
  }
4123
- export declare namespace ListObjectChildrenRequest {
4124
- /**
4125
- * @internal
4126
- */
4127
- const filterSensitiveLog: (obj: ListObjectChildrenRequest) => any;
4128
- }
4129
3063
  export interface ListObjectChildrenResponse {
4130
3064
  /**
4131
3065
  * <p>Children structure, which is a map with key as the <code>LinkName</code> and
@@ -4137,12 +3071,6 @@ export interface ListObjectChildrenResponse {
4137
3071
  */
4138
3072
  NextToken?: string;
4139
3073
  }
4140
- export declare namespace ListObjectChildrenResponse {
4141
- /**
4142
- * @internal
4143
- */
4144
- const filterSensitiveLog: (obj: ListObjectChildrenResponse) => any;
4145
- }
4146
3074
  export interface ListObjectParentPathsRequest {
4147
3075
  /**
4148
3076
  * <p>The ARN of the directory to which the parent path applies.</p>
@@ -4162,12 +3090,6 @@ export interface ListObjectParentPathsRequest {
4162
3090
  */
4163
3091
  MaxResults?: number;
4164
3092
  }
4165
- export declare namespace ListObjectParentPathsRequest {
4166
- /**
4167
- * @internal
4168
- */
4169
- const filterSensitiveLog: (obj: ListObjectParentPathsRequest) => any;
4170
- }
4171
3093
  export interface ListObjectParentPathsResponse {
4172
3094
  /**
4173
3095
  * <p>Returns the path to the <code>ObjectIdentifiers</code> that are associated with the
@@ -4179,12 +3101,6 @@ export interface ListObjectParentPathsResponse {
4179
3101
  */
4180
3102
  NextToken?: string;
4181
3103
  }
4182
- export declare namespace ListObjectParentPathsResponse {
4183
- /**
4184
- * @internal
4185
- */
4186
- const filterSensitiveLog: (obj: ListObjectParentPathsResponse) => any;
4187
- }
4188
3104
  /**
4189
3105
  * <p>Cannot list the parents of a <a>Directory</a> root.</p>
4190
3106
  */
@@ -4227,12 +3143,6 @@ export interface ListObjectParentsRequest {
4227
3143
  */
4228
3144
  IncludeAllLinksToEachParent?: boolean;
4229
3145
  }
4230
- export declare namespace ListObjectParentsRequest {
4231
- /**
4232
- * @internal
4233
- */
4234
- const filterSensitiveLog: (obj: ListObjectParentsRequest) => any;
4235
- }
4236
3146
  export interface ListObjectParentsResponse {
4237
3147
  /**
4238
3148
  * <p>The parent structure, which is a map with key as the <code>ObjectIdentifier</code> and
@@ -4248,12 +3158,6 @@ export interface ListObjectParentsResponse {
4248
3158
  */
4249
3159
  ParentLinks?: ObjectIdentifierAndLinkNameTuple[];
4250
3160
  }
4251
- export declare namespace ListObjectParentsResponse {
4252
- /**
4253
- * @internal
4254
- */
4255
- const filterSensitiveLog: (obj: ListObjectParentsResponse) => any;
4256
- }
4257
3161
  export interface ListObjectPoliciesRequest {
4258
3162
  /**
4259
3163
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -4279,12 +3183,6 @@ export interface ListObjectPoliciesRequest {
4279
3183
  */
4280
3184
  ConsistencyLevel?: ConsistencyLevel | string;
4281
3185
  }
4282
- export declare namespace ListObjectPoliciesRequest {
4283
- /**
4284
- * @internal
4285
- */
4286
- const filterSensitiveLog: (obj: ListObjectPoliciesRequest) => any;
4287
- }
4288
3186
  export interface ListObjectPoliciesResponse {
4289
3187
  /**
4290
3188
  * <p>A list of policy <code>ObjectIdentifiers</code>, that are attached to the
@@ -4296,12 +3194,6 @@ export interface ListObjectPoliciesResponse {
4296
3194
  */
4297
3195
  NextToken?: string;
4298
3196
  }
4299
- export declare namespace ListObjectPoliciesResponse {
4300
- /**
4301
- * @internal
4302
- */
4303
- const filterSensitiveLog: (obj: ListObjectPoliciesResponse) => any;
4304
- }
4305
3197
  export interface ListOutgoingTypedLinksRequest {
4306
3198
  /**
4307
3199
  * <p>The Amazon Resource Name (ARN) of the directory where you want to list the typed
@@ -4336,12 +3228,6 @@ export interface ListOutgoingTypedLinksRequest {
4336
3228
  */
4337
3229
  ConsistencyLevel?: ConsistencyLevel | string;
4338
3230
  }
4339
- export declare namespace ListOutgoingTypedLinksRequest {
4340
- /**
4341
- * @internal
4342
- */
4343
- const filterSensitiveLog: (obj: ListOutgoingTypedLinksRequest) => any;
4344
- }
4345
3231
  export interface ListOutgoingTypedLinksResponse {
4346
3232
  /**
4347
3233
  * <p>Returns a typed link specifier as output.</p>
@@ -4352,12 +3238,6 @@ export interface ListOutgoingTypedLinksResponse {
4352
3238
  */
4353
3239
  NextToken?: string;
4354
3240
  }
4355
- export declare namespace ListOutgoingTypedLinksResponse {
4356
- /**
4357
- * @internal
4358
- */
4359
- const filterSensitiveLog: (obj: ListOutgoingTypedLinksResponse) => any;
4360
- }
4361
3241
  export interface ListPolicyAttachmentsRequest {
4362
3242
  /**
4363
3243
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -4383,12 +3263,6 @@ export interface ListPolicyAttachmentsRequest {
4383
3263
  */
4384
3264
  ConsistencyLevel?: ConsistencyLevel | string;
4385
3265
  }
4386
- export declare namespace ListPolicyAttachmentsRequest {
4387
- /**
4388
- * @internal
4389
- */
4390
- const filterSensitiveLog: (obj: ListPolicyAttachmentsRequest) => any;
4391
- }
4392
3266
  export interface ListPolicyAttachmentsResponse {
4393
3267
  /**
4394
3268
  * <p>A list of <code>ObjectIdentifiers</code> to which the policy is attached.</p>
@@ -4399,12 +3273,6 @@ export interface ListPolicyAttachmentsResponse {
4399
3273
  */
4400
3274
  NextToken?: string;
4401
3275
  }
4402
- export declare namespace ListPolicyAttachmentsResponse {
4403
- /**
4404
- * @internal
4405
- */
4406
- const filterSensitiveLog: (obj: ListPolicyAttachmentsResponse) => any;
4407
- }
4408
3276
  export interface ListPublishedSchemaArnsRequest {
4409
3277
  /**
4410
3278
  * <p>The response for <code>ListPublishedSchemaArns</code> when this parameter is used will list all minor version ARNs for a major version.</p>
@@ -4419,12 +3287,6 @@ export interface ListPublishedSchemaArnsRequest {
4419
3287
  */
4420
3288
  MaxResults?: number;
4421
3289
  }
4422
- export declare namespace ListPublishedSchemaArnsRequest {
4423
- /**
4424
- * @internal
4425
- */
4426
- const filterSensitiveLog: (obj: ListPublishedSchemaArnsRequest) => any;
4427
- }
4428
3290
  export interface ListPublishedSchemaArnsResponse {
4429
3291
  /**
4430
3292
  * <p>The ARNs of published schemas.</p>
@@ -4435,12 +3297,6 @@ export interface ListPublishedSchemaArnsResponse {
4435
3297
  */
4436
3298
  NextToken?: string;
4437
3299
  }
4438
- export declare namespace ListPublishedSchemaArnsResponse {
4439
- /**
4440
- * @internal
4441
- */
4442
- const filterSensitiveLog: (obj: ListPublishedSchemaArnsResponse) => any;
4443
- }
4444
3300
  /**
4445
3301
  * <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>
4446
3302
  */
@@ -4470,12 +3326,6 @@ export interface ListTagsForResourceRequest {
4470
3326
  */
4471
3327
  MaxResults?: number;
4472
3328
  }
4473
- export declare namespace ListTagsForResourceRequest {
4474
- /**
4475
- * @internal
4476
- */
4477
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4478
- }
4479
3329
  /**
4480
3330
  * <p>The tag structure that contains a tag key and value.</p>
4481
3331
  */
@@ -4489,12 +3339,6 @@ export interface Tag {
4489
3339
  */
4490
3340
  Value?: string;
4491
3341
  }
4492
- export declare namespace Tag {
4493
- /**
4494
- * @internal
4495
- */
4496
- const filterSensitiveLog: (obj: Tag) => any;
4497
- }
4498
3342
  export interface ListTagsForResourceResponse {
4499
3343
  /**
4500
3344
  * <p>A list of tag key value pairs that are associated with the response.</p>
@@ -4505,12 +3349,6 @@ export interface ListTagsForResourceResponse {
4505
3349
  */
4506
3350
  NextToken?: string;
4507
3351
  }
4508
- export declare namespace ListTagsForResourceResponse {
4509
- /**
4510
- * @internal
4511
- */
4512
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4513
- }
4514
3352
  export interface ListTypedLinkFacetAttributesRequest {
4515
3353
  /**
4516
3354
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -4530,12 +3368,6 @@ export interface ListTypedLinkFacetAttributesRequest {
4530
3368
  */
4531
3369
  MaxResults?: number;
4532
3370
  }
4533
- export declare namespace ListTypedLinkFacetAttributesRequest {
4534
- /**
4535
- * @internal
4536
- */
4537
- const filterSensitiveLog: (obj: ListTypedLinkFacetAttributesRequest) => any;
4538
- }
4539
3371
  export interface ListTypedLinkFacetAttributesResponse {
4540
3372
  /**
4541
3373
  * <p>An ordered set of attributes associate with the typed link.</p>
@@ -4546,12 +3378,6 @@ export interface ListTypedLinkFacetAttributesResponse {
4546
3378
  */
4547
3379
  NextToken?: string;
4548
3380
  }
4549
- export declare namespace ListTypedLinkFacetAttributesResponse {
4550
- /**
4551
- * @internal
4552
- */
4553
- const filterSensitiveLog: (obj: ListTypedLinkFacetAttributesResponse) => any;
4554
- }
4555
3381
  export interface ListTypedLinkFacetNamesRequest {
4556
3382
  /**
4557
3383
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -4567,12 +3393,6 @@ export interface ListTypedLinkFacetNamesRequest {
4567
3393
  */
4568
3394
  MaxResults?: number;
4569
3395
  }
4570
- export declare namespace ListTypedLinkFacetNamesRequest {
4571
- /**
4572
- * @internal
4573
- */
4574
- const filterSensitiveLog: (obj: ListTypedLinkFacetNamesRequest) => any;
4575
- }
4576
3396
  export interface ListTypedLinkFacetNamesResponse {
4577
3397
  /**
4578
3398
  * <p>The names of typed link facets that exist within the schema.</p>
@@ -4583,12 +3403,6 @@ export interface ListTypedLinkFacetNamesResponse {
4583
3403
  */
4584
3404
  NextToken?: string;
4585
3405
  }
4586
- export declare namespace ListTypedLinkFacetNamesResponse {
4587
- /**
4588
- * @internal
4589
- */
4590
- const filterSensitiveLog: (obj: ListTypedLinkFacetNamesResponse) => any;
4591
- }
4592
3406
  export interface LookupPolicyRequest {
4593
3407
  /**
4594
3408
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>.
@@ -4609,12 +3423,6 @@ export interface LookupPolicyRequest {
4609
3423
  */
4610
3424
  MaxResults?: number;
4611
3425
  }
4612
- export declare namespace LookupPolicyRequest {
4613
- /**
4614
- * @internal
4615
- */
4616
- const filterSensitiveLog: (obj: LookupPolicyRequest) => any;
4617
- }
4618
3426
  export interface LookupPolicyResponse {
4619
3427
  /**
4620
3428
  * <p>Provides list of path to policies. Policies contain <code>PolicyId</code>, <code>ObjectIdentifier</code>, and
@@ -4627,12 +3435,6 @@ export interface LookupPolicyResponse {
4627
3435
  */
4628
3436
  NextToken?: string;
4629
3437
  }
4630
- export declare namespace LookupPolicyResponse {
4631
- /**
4632
- * @internal
4633
- */
4634
- const filterSensitiveLog: (obj: LookupPolicyResponse) => any;
4635
- }
4636
3438
  export interface PublishSchemaRequest {
4637
3439
  /**
4638
3440
  * <p>The Amazon Resource Name (ARN) that is associated with the development schema. For
@@ -4653,24 +3455,12 @@ export interface PublishSchemaRequest {
4653
3455
  */
4654
3456
  Name?: string;
4655
3457
  }
4656
- export declare namespace PublishSchemaRequest {
4657
- /**
4658
- * @internal
4659
- */
4660
- const filterSensitiveLog: (obj: PublishSchemaRequest) => any;
4661
- }
4662
3458
  export interface PublishSchemaResponse {
4663
3459
  /**
4664
3460
  * <p>The ARN that is associated with the published schema. For more information, see <a>arns</a>.</p>
4665
3461
  */
4666
3462
  PublishedSchemaArn?: string;
4667
3463
  }
4668
- export declare namespace PublishSchemaResponse {
4669
- /**
4670
- * @internal
4671
- */
4672
- const filterSensitiveLog: (obj: PublishSchemaResponse) => any;
4673
- }
4674
3464
  /**
4675
3465
  * <p>Indicates that a schema is already published.</p>
4676
3466
  */
@@ -4705,24 +3495,12 @@ export interface PutSchemaFromJsonRequest {
4705
3495
  */
4706
3496
  Document: string | undefined;
4707
3497
  }
4708
- export declare namespace PutSchemaFromJsonRequest {
4709
- /**
4710
- * @internal
4711
- */
4712
- const filterSensitiveLog: (obj: PutSchemaFromJsonRequest) => any;
4713
- }
4714
3498
  export interface PutSchemaFromJsonResponse {
4715
3499
  /**
4716
3500
  * <p>The ARN of the schema to update.</p>
4717
3501
  */
4718
3502
  Arn?: string;
4719
3503
  }
4720
- export declare namespace PutSchemaFromJsonResponse {
4721
- /**
4722
- * @internal
4723
- */
4724
- const filterSensitiveLog: (obj: PutSchemaFromJsonResponse) => any;
4725
- }
4726
3504
  export interface RemoveFacetFromObjectRequest {
4727
3505
  /**
4728
3506
  * <p>The ARN of the directory in which the object resides.</p>
@@ -4737,20 +3515,8 @@ export interface RemoveFacetFromObjectRequest {
4737
3515
  */
4738
3516
  ObjectReference: ObjectReference | undefined;
4739
3517
  }
4740
- export declare namespace RemoveFacetFromObjectRequest {
4741
- /**
4742
- * @internal
4743
- */
4744
- const filterSensitiveLog: (obj: RemoveFacetFromObjectRequest) => any;
4745
- }
4746
3518
  export interface RemoveFacetFromObjectResponse {
4747
3519
  }
4748
- export declare namespace RemoveFacetFromObjectResponse {
4749
- /**
4750
- * @internal
4751
- */
4752
- const filterSensitiveLog: (obj: RemoveFacetFromObjectResponse) => any;
4753
- }
4754
3520
  export interface TagResourceRequest {
4755
3521
  /**
4756
3522
  * <p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for
@@ -4762,20 +3528,8 @@ export interface TagResourceRequest {
4762
3528
  */
4763
3529
  Tags: Tag[] | undefined;
4764
3530
  }
4765
- export declare namespace TagResourceRequest {
4766
- /**
4767
- * @internal
4768
- */
4769
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4770
- }
4771
3531
  export interface TagResourceResponse {
4772
3532
  }
4773
- export declare namespace TagResourceResponse {
4774
- /**
4775
- * @internal
4776
- */
4777
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4778
- }
4779
3533
  export interface UntagResourceRequest {
4780
3534
  /**
4781
3535
  * <p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for
@@ -4787,20 +3541,8 @@ export interface UntagResourceRequest {
4787
3541
  */
4788
3542
  TagKeys: string[] | undefined;
4789
3543
  }
4790
- export declare namespace UntagResourceRequest {
4791
- /**
4792
- * @internal
4793
- */
4794
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4795
- }
4796
3544
  export interface UntagResourceResponse {
4797
3545
  }
4798
- export declare namespace UntagResourceResponse {
4799
- /**
4800
- * @internal
4801
- */
4802
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4803
- }
4804
3546
  /**
4805
3547
  * <p>An attempt to modify a <a>Facet</a> resulted in an invalid schema
4806
3548
  * exception.</p>
@@ -4827,12 +3569,6 @@ export interface FacetAttributeUpdate {
4827
3569
  */
4828
3570
  Action?: UpdateActionType | string;
4829
3571
  }
4830
- export declare namespace FacetAttributeUpdate {
4831
- /**
4832
- * @internal
4833
- */
4834
- const filterSensitiveLog: (obj: FacetAttributeUpdate) => any;
4835
- }
4836
3572
  export interface UpdateFacetRequest {
4837
3573
  /**
4838
3574
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Facet</a>.
@@ -4854,20 +3590,8 @@ export interface UpdateFacetRequest {
4854
3590
  */
4855
3591
  ObjectType?: ObjectType | string;
4856
3592
  }
4857
- export declare namespace UpdateFacetRequest {
4858
- /**
4859
- * @internal
4860
- */
4861
- const filterSensitiveLog: (obj: UpdateFacetRequest) => any;
4862
- }
4863
3593
  export interface UpdateFacetResponse {
4864
3594
  }
4865
- export declare namespace UpdateFacetResponse {
4866
- /**
4867
- * @internal
4868
- */
4869
- const filterSensitiveLog: (obj: UpdateFacetResponse) => any;
4870
- }
4871
3595
  export interface UpdateLinkAttributesRequest {
4872
3596
  /**
4873
3597
  * <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>
@@ -4882,20 +3606,8 @@ export interface UpdateLinkAttributesRequest {
4882
3606
  */
4883
3607
  AttributeUpdates: LinkAttributeUpdate[] | undefined;
4884
3608
  }
4885
- export declare namespace UpdateLinkAttributesRequest {
4886
- /**
4887
- * @internal
4888
- */
4889
- const filterSensitiveLog: (obj: UpdateLinkAttributesRequest) => any;
4890
- }
4891
3609
  export interface UpdateLinkAttributesResponse {
4892
3610
  }
4893
- export declare namespace UpdateLinkAttributesResponse {
4894
- /**
4895
- * @internal
4896
- */
4897
- const filterSensitiveLog: (obj: UpdateLinkAttributesResponse) => any;
4898
- }
4899
3611
  export interface UpdateObjectAttributesRequest {
4900
3612
  /**
4901
3613
  * <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
@@ -4911,24 +3623,12 @@ export interface UpdateObjectAttributesRequest {
4911
3623
  */
4912
3624
  AttributeUpdates: ObjectAttributeUpdate[] | undefined;
4913
3625
  }
4914
- export declare namespace UpdateObjectAttributesRequest {
4915
- /**
4916
- * @internal
4917
- */
4918
- const filterSensitiveLog: (obj: UpdateObjectAttributesRequest) => any;
4919
- }
4920
3626
  export interface UpdateObjectAttributesResponse {
4921
3627
  /**
4922
3628
  * <p>The <code>ObjectIdentifier</code> of the updated object.</p>
4923
3629
  */
4924
3630
  ObjectIdentifier?: string;
4925
3631
  }
4926
- export declare namespace UpdateObjectAttributesResponse {
4927
- /**
4928
- * @internal
4929
- */
4930
- const filterSensitiveLog: (obj: UpdateObjectAttributesResponse) => any;
4931
- }
4932
3632
  export interface UpdateSchemaRequest {
4933
3633
  /**
4934
3634
  * <p>The Amazon Resource Name (ARN) of the development schema. For more information, see
@@ -4940,24 +3640,12 @@ export interface UpdateSchemaRequest {
4940
3640
  */
4941
3641
  Name: string | undefined;
4942
3642
  }
4943
- export declare namespace UpdateSchemaRequest {
4944
- /**
4945
- * @internal
4946
- */
4947
- const filterSensitiveLog: (obj: UpdateSchemaRequest) => any;
4948
- }
4949
3643
  export interface UpdateSchemaResponse {
4950
3644
  /**
4951
3645
  * <p>The ARN that is associated with the updated schema. For more information, see <a>arns</a>.</p>
4952
3646
  */
4953
3647
  SchemaArn?: string;
4954
3648
  }
4955
- export declare namespace UpdateSchemaResponse {
4956
- /**
4957
- * @internal
4958
- */
4959
- const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
4960
- }
4961
3649
  /**
4962
3650
  * <p>A typed link facet attribute update.</p>
4963
3651
  */
@@ -4971,12 +3659,6 @@ export interface TypedLinkFacetAttributeUpdate {
4971
3659
  */
4972
3660
  Action: UpdateActionType | string | undefined;
4973
3661
  }
4974
- export declare namespace TypedLinkFacetAttributeUpdate {
4975
- /**
4976
- * @internal
4977
- */
4978
- const filterSensitiveLog: (obj: TypedLinkFacetAttributeUpdate) => any;
4979
- }
4980
3662
  export interface UpdateTypedLinkFacetRequest {
4981
3663
  /**
4982
3664
  * <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
@@ -5001,20 +3683,8 @@ export interface UpdateTypedLinkFacetRequest {
5001
3683
  */
5002
3684
  IdentityAttributeOrder: string[] | undefined;
5003
3685
  }
5004
- export declare namespace UpdateTypedLinkFacetRequest {
5005
- /**
5006
- * @internal
5007
- */
5008
- const filterSensitiveLog: (obj: UpdateTypedLinkFacetRequest) => any;
5009
- }
5010
3686
  export interface UpdateTypedLinkFacetResponse {
5011
3687
  }
5012
- export declare namespace UpdateTypedLinkFacetResponse {
5013
- /**
5014
- * @internal
5015
- */
5016
- const filterSensitiveLog: (obj: UpdateTypedLinkFacetResponse) => any;
5017
- }
5018
3688
  /**
5019
3689
  * <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>
5020
3690
  */
@@ -5041,12 +3711,6 @@ export interface UpgradeAppliedSchemaRequest {
5041
3711
  */
5042
3712
  DryRun?: boolean;
5043
3713
  }
5044
- export declare namespace UpgradeAppliedSchemaRequest {
5045
- /**
5046
- * @internal
5047
- */
5048
- const filterSensitiveLog: (obj: UpgradeAppliedSchemaRequest) => any;
5049
- }
5050
3714
  export interface UpgradeAppliedSchemaResponse {
5051
3715
  /**
5052
3716
  * <p>The ARN of the upgraded schema that is returned as part of the response.</p>
@@ -5057,12 +3721,6 @@ export interface UpgradeAppliedSchemaResponse {
5057
3721
  */
5058
3722
  DirectoryArn?: string;
5059
3723
  }
5060
- export declare namespace UpgradeAppliedSchemaResponse {
5061
- /**
5062
- * @internal
5063
- */
5064
- const filterSensitiveLog: (obj: UpgradeAppliedSchemaResponse) => any;
5065
- }
5066
3724
  export interface UpgradePublishedSchemaRequest {
5067
3725
  /**
5068
3726
  * <p>The ARN of the development schema with the changes used for the upgrade.</p>
@@ -5081,21 +3739,913 @@ export interface UpgradePublishedSchemaRequest {
5081
3739
  */
5082
3740
  DryRun?: boolean;
5083
3741
  }
5084
- export declare namespace UpgradePublishedSchemaRequest {
5085
- /**
5086
- * @internal
5087
- */
5088
- const filterSensitiveLog: (obj: UpgradePublishedSchemaRequest) => any;
5089
- }
5090
3742
  export interface UpgradePublishedSchemaResponse {
5091
3743
  /**
5092
3744
  * <p>The ARN of the upgraded schema that is returned as part of the response.</p>
5093
3745
  */
5094
3746
  UpgradedSchemaArn?: string;
5095
3747
  }
5096
- export declare namespace UpgradePublishedSchemaResponse {
5097
- /**
5098
- * @internal
5099
- */
5100
- const filterSensitiveLog: (obj: UpgradePublishedSchemaResponse) => any;
5101
- }
3748
+ /**
3749
+ * @internal
3750
+ */
3751
+ export declare const AttributeKeyFilterSensitiveLog: (obj: AttributeKey) => any;
3752
+ /**
3753
+ * @internal
3754
+ */
3755
+ export declare const TypedAttributeValueFilterSensitiveLog: (obj: TypedAttributeValue) => any;
3756
+ /**
3757
+ * @internal
3758
+ */
3759
+ export declare const AttributeKeyAndValueFilterSensitiveLog: (obj: AttributeKeyAndValue) => any;
3760
+ /**
3761
+ * @internal
3762
+ */
3763
+ export declare const ObjectReferenceFilterSensitiveLog: (obj: ObjectReference) => any;
3764
+ /**
3765
+ * @internal
3766
+ */
3767
+ export declare const SchemaFacetFilterSensitiveLog: (obj: SchemaFacet) => any;
3768
+ /**
3769
+ * @internal
3770
+ */
3771
+ export declare const AddFacetToObjectRequestFilterSensitiveLog: (obj: AddFacetToObjectRequest) => any;
3772
+ /**
3773
+ * @internal
3774
+ */
3775
+ export declare const AddFacetToObjectResponseFilterSensitiveLog: (obj: AddFacetToObjectResponse) => any;
3776
+ /**
3777
+ * @internal
3778
+ */
3779
+ export declare const ApplySchemaRequestFilterSensitiveLog: (obj: ApplySchemaRequest) => any;
3780
+ /**
3781
+ * @internal
3782
+ */
3783
+ export declare const ApplySchemaResponseFilterSensitiveLog: (obj: ApplySchemaResponse) => any;
3784
+ /**
3785
+ * @internal
3786
+ */
3787
+ export declare const AttachObjectRequestFilterSensitiveLog: (obj: AttachObjectRequest) => any;
3788
+ /**
3789
+ * @internal
3790
+ */
3791
+ export declare const AttachObjectResponseFilterSensitiveLog: (obj: AttachObjectResponse) => any;
3792
+ /**
3793
+ * @internal
3794
+ */
3795
+ export declare const AttachPolicyRequestFilterSensitiveLog: (obj: AttachPolicyRequest) => any;
3796
+ /**
3797
+ * @internal
3798
+ */
3799
+ export declare const AttachPolicyResponseFilterSensitiveLog: (obj: AttachPolicyResponse) => any;
3800
+ /**
3801
+ * @internal
3802
+ */
3803
+ export declare const AttachToIndexRequestFilterSensitiveLog: (obj: AttachToIndexRequest) => any;
3804
+ /**
3805
+ * @internal
3806
+ */
3807
+ export declare const AttachToIndexResponseFilterSensitiveLog: (obj: AttachToIndexResponse) => any;
3808
+ /**
3809
+ * @internal
3810
+ */
3811
+ export declare const AttributeNameAndValueFilterSensitiveLog: (obj: AttributeNameAndValue) => any;
3812
+ /**
3813
+ * @internal
3814
+ */
3815
+ export declare const TypedLinkSchemaAndFacetNameFilterSensitiveLog: (obj: TypedLinkSchemaAndFacetName) => any;
3816
+ /**
3817
+ * @internal
3818
+ */
3819
+ export declare const AttachTypedLinkRequestFilterSensitiveLog: (obj: AttachTypedLinkRequest) => any;
3820
+ /**
3821
+ * @internal
3822
+ */
3823
+ export declare const TypedLinkSpecifierFilterSensitiveLog: (obj: TypedLinkSpecifier) => any;
3824
+ /**
3825
+ * @internal
3826
+ */
3827
+ export declare const AttachTypedLinkResponseFilterSensitiveLog: (obj: AttachTypedLinkResponse) => any;
3828
+ /**
3829
+ * @internal
3830
+ */
3831
+ export declare const BatchGetLinkAttributesFilterSensitiveLog: (obj: BatchGetLinkAttributes) => any;
3832
+ /**
3833
+ * @internal
3834
+ */
3835
+ export declare const BatchGetObjectAttributesFilterSensitiveLog: (obj: BatchGetObjectAttributes) => any;
3836
+ /**
3837
+ * @internal
3838
+ */
3839
+ export declare const BatchGetObjectInformationFilterSensitiveLog: (obj: BatchGetObjectInformation) => any;
3840
+ /**
3841
+ * @internal
3842
+ */
3843
+ export declare const BatchListAttachedIndicesFilterSensitiveLog: (obj: BatchListAttachedIndices) => any;
3844
+ /**
3845
+ * @internal
3846
+ */
3847
+ export declare const TypedAttributeValueRangeFilterSensitiveLog: (obj: TypedAttributeValueRange) => any;
3848
+ /**
3849
+ * @internal
3850
+ */
3851
+ export declare const TypedLinkAttributeRangeFilterSensitiveLog: (obj: TypedLinkAttributeRange) => any;
3852
+ /**
3853
+ * @internal
3854
+ */
3855
+ export declare const BatchListIncomingTypedLinksFilterSensitiveLog: (obj: BatchListIncomingTypedLinks) => any;
3856
+ /**
3857
+ * @internal
3858
+ */
3859
+ export declare const ObjectAttributeRangeFilterSensitiveLog: (obj: ObjectAttributeRange) => any;
3860
+ /**
3861
+ * @internal
3862
+ */
3863
+ export declare const BatchListIndexFilterSensitiveLog: (obj: BatchListIndex) => any;
3864
+ /**
3865
+ * @internal
3866
+ */
3867
+ export declare const BatchListObjectAttributesFilterSensitiveLog: (obj: BatchListObjectAttributes) => any;
3868
+ /**
3869
+ * @internal
3870
+ */
3871
+ export declare const BatchListObjectChildrenFilterSensitiveLog: (obj: BatchListObjectChildren) => any;
3872
+ /**
3873
+ * @internal
3874
+ */
3875
+ export declare const BatchListObjectParentPathsFilterSensitiveLog: (obj: BatchListObjectParentPaths) => any;
3876
+ /**
3877
+ * @internal
3878
+ */
3879
+ export declare const BatchListObjectParentsFilterSensitiveLog: (obj: BatchListObjectParents) => any;
3880
+ /**
3881
+ * @internal
3882
+ */
3883
+ export declare const BatchListObjectPoliciesFilterSensitiveLog: (obj: BatchListObjectPolicies) => any;
3884
+ /**
3885
+ * @internal
3886
+ */
3887
+ export declare const BatchListOutgoingTypedLinksFilterSensitiveLog: (obj: BatchListOutgoingTypedLinks) => any;
3888
+ /**
3889
+ * @internal
3890
+ */
3891
+ export declare const BatchListPolicyAttachmentsFilterSensitiveLog: (obj: BatchListPolicyAttachments) => any;
3892
+ /**
3893
+ * @internal
3894
+ */
3895
+ export declare const BatchLookupPolicyFilterSensitiveLog: (obj: BatchLookupPolicy) => any;
3896
+ /**
3897
+ * @internal
3898
+ */
3899
+ export declare const BatchReadOperationFilterSensitiveLog: (obj: BatchReadOperation) => any;
3900
+ /**
3901
+ * @internal
3902
+ */
3903
+ export declare const BatchReadRequestFilterSensitiveLog: (obj: BatchReadRequest) => any;
3904
+ /**
3905
+ * @internal
3906
+ */
3907
+ export declare const BatchReadExceptionFilterSensitiveLog: (obj: BatchReadException) => any;
3908
+ /**
3909
+ * @internal
3910
+ */
3911
+ export declare const BatchGetLinkAttributesResponseFilterSensitiveLog: (obj: BatchGetLinkAttributesResponse) => any;
3912
+ /**
3913
+ * @internal
3914
+ */
3915
+ export declare const BatchGetObjectAttributesResponseFilterSensitiveLog: (obj: BatchGetObjectAttributesResponse) => any;
3916
+ /**
3917
+ * @internal
3918
+ */
3919
+ export declare const BatchGetObjectInformationResponseFilterSensitiveLog: (obj: BatchGetObjectInformationResponse) => any;
3920
+ /**
3921
+ * @internal
3922
+ */
3923
+ export declare const IndexAttachmentFilterSensitiveLog: (obj: IndexAttachment) => any;
3924
+ /**
3925
+ * @internal
3926
+ */
3927
+ export declare const BatchListAttachedIndicesResponseFilterSensitiveLog: (obj: BatchListAttachedIndicesResponse) => any;
3928
+ /**
3929
+ * @internal
3930
+ */
3931
+ export declare const BatchListIncomingTypedLinksResponseFilterSensitiveLog: (obj: BatchListIncomingTypedLinksResponse) => any;
3932
+ /**
3933
+ * @internal
3934
+ */
3935
+ export declare const BatchListIndexResponseFilterSensitiveLog: (obj: BatchListIndexResponse) => any;
3936
+ /**
3937
+ * @internal
3938
+ */
3939
+ export declare const BatchListObjectAttributesResponseFilterSensitiveLog: (obj: BatchListObjectAttributesResponse) => any;
3940
+ /**
3941
+ * @internal
3942
+ */
3943
+ export declare const BatchListObjectChildrenResponseFilterSensitiveLog: (obj: BatchListObjectChildrenResponse) => any;
3944
+ /**
3945
+ * @internal
3946
+ */
3947
+ export declare const PathToObjectIdentifiersFilterSensitiveLog: (obj: PathToObjectIdentifiers) => any;
3948
+ /**
3949
+ * @internal
3950
+ */
3951
+ export declare const BatchListObjectParentPathsResponseFilterSensitiveLog: (obj: BatchListObjectParentPathsResponse) => any;
3952
+ /**
3953
+ * @internal
3954
+ */
3955
+ export declare const ObjectIdentifierAndLinkNameTupleFilterSensitiveLog: (obj: ObjectIdentifierAndLinkNameTuple) => any;
3956
+ /**
3957
+ * @internal
3958
+ */
3959
+ export declare const BatchListObjectParentsResponseFilterSensitiveLog: (obj: BatchListObjectParentsResponse) => any;
3960
+ /**
3961
+ * @internal
3962
+ */
3963
+ export declare const BatchListObjectPoliciesResponseFilterSensitiveLog: (obj: BatchListObjectPoliciesResponse) => any;
3964
+ /**
3965
+ * @internal
3966
+ */
3967
+ export declare const BatchListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: BatchListOutgoingTypedLinksResponse) => any;
3968
+ /**
3969
+ * @internal
3970
+ */
3971
+ export declare const BatchListPolicyAttachmentsResponseFilterSensitiveLog: (obj: BatchListPolicyAttachmentsResponse) => any;
3972
+ /**
3973
+ * @internal
3974
+ */
3975
+ export declare const PolicyAttachmentFilterSensitiveLog: (obj: PolicyAttachment) => any;
3976
+ /**
3977
+ * @internal
3978
+ */
3979
+ export declare const PolicyToPathFilterSensitiveLog: (obj: PolicyToPath) => any;
3980
+ /**
3981
+ * @internal
3982
+ */
3983
+ export declare const BatchLookupPolicyResponseFilterSensitiveLog: (obj: BatchLookupPolicyResponse) => any;
3984
+ /**
3985
+ * @internal
3986
+ */
3987
+ export declare const BatchReadSuccessfulResponseFilterSensitiveLog: (obj: BatchReadSuccessfulResponse) => any;
3988
+ /**
3989
+ * @internal
3990
+ */
3991
+ export declare const BatchReadOperationResponseFilterSensitiveLog: (obj: BatchReadOperationResponse) => any;
3992
+ /**
3993
+ * @internal
3994
+ */
3995
+ export declare const BatchReadResponseFilterSensitiveLog: (obj: BatchReadResponse) => any;
3996
+ /**
3997
+ * @internal
3998
+ */
3999
+ export declare const BatchAddFacetToObjectFilterSensitiveLog: (obj: BatchAddFacetToObject) => any;
4000
+ /**
4001
+ * @internal
4002
+ */
4003
+ export declare const BatchAttachObjectFilterSensitiveLog: (obj: BatchAttachObject) => any;
4004
+ /**
4005
+ * @internal
4006
+ */
4007
+ export declare const BatchAttachPolicyFilterSensitiveLog: (obj: BatchAttachPolicy) => any;
4008
+ /**
4009
+ * @internal
4010
+ */
4011
+ export declare const BatchAttachToIndexFilterSensitiveLog: (obj: BatchAttachToIndex) => any;
4012
+ /**
4013
+ * @internal
4014
+ */
4015
+ export declare const BatchAttachTypedLinkFilterSensitiveLog: (obj: BatchAttachTypedLink) => any;
4016
+ /**
4017
+ * @internal
4018
+ */
4019
+ export declare const BatchCreateIndexFilterSensitiveLog: (obj: BatchCreateIndex) => any;
4020
+ /**
4021
+ * @internal
4022
+ */
4023
+ export declare const BatchCreateObjectFilterSensitiveLog: (obj: BatchCreateObject) => any;
4024
+ /**
4025
+ * @internal
4026
+ */
4027
+ export declare const BatchDeleteObjectFilterSensitiveLog: (obj: BatchDeleteObject) => any;
4028
+ /**
4029
+ * @internal
4030
+ */
4031
+ export declare const BatchDetachFromIndexFilterSensitiveLog: (obj: BatchDetachFromIndex) => any;
4032
+ /**
4033
+ * @internal
4034
+ */
4035
+ export declare const BatchDetachObjectFilterSensitiveLog: (obj: BatchDetachObject) => any;
4036
+ /**
4037
+ * @internal
4038
+ */
4039
+ export declare const BatchDetachPolicyFilterSensitiveLog: (obj: BatchDetachPolicy) => any;
4040
+ /**
4041
+ * @internal
4042
+ */
4043
+ export declare const BatchDetachTypedLinkFilterSensitiveLog: (obj: BatchDetachTypedLink) => any;
4044
+ /**
4045
+ * @internal
4046
+ */
4047
+ export declare const BatchRemoveFacetFromObjectFilterSensitiveLog: (obj: BatchRemoveFacetFromObject) => any;
4048
+ /**
4049
+ * @internal
4050
+ */
4051
+ export declare const LinkAttributeActionFilterSensitiveLog: (obj: LinkAttributeAction) => any;
4052
+ /**
4053
+ * @internal
4054
+ */
4055
+ export declare const LinkAttributeUpdateFilterSensitiveLog: (obj: LinkAttributeUpdate) => any;
4056
+ /**
4057
+ * @internal
4058
+ */
4059
+ export declare const BatchUpdateLinkAttributesFilterSensitiveLog: (obj: BatchUpdateLinkAttributes) => any;
4060
+ /**
4061
+ * @internal
4062
+ */
4063
+ export declare const ObjectAttributeActionFilterSensitiveLog: (obj: ObjectAttributeAction) => any;
4064
+ /**
4065
+ * @internal
4066
+ */
4067
+ export declare const ObjectAttributeUpdateFilterSensitiveLog: (obj: ObjectAttributeUpdate) => any;
4068
+ /**
4069
+ * @internal
4070
+ */
4071
+ export declare const BatchUpdateObjectAttributesFilterSensitiveLog: (obj: BatchUpdateObjectAttributes) => any;
4072
+ /**
4073
+ * @internal
4074
+ */
4075
+ export declare const BatchWriteOperationFilterSensitiveLog: (obj: BatchWriteOperation) => any;
4076
+ /**
4077
+ * @internal
4078
+ */
4079
+ export declare const BatchWriteRequestFilterSensitiveLog: (obj: BatchWriteRequest) => any;
4080
+ /**
4081
+ * @internal
4082
+ */
4083
+ export declare const BatchAddFacetToObjectResponseFilterSensitiveLog: (obj: BatchAddFacetToObjectResponse) => any;
4084
+ /**
4085
+ * @internal
4086
+ */
4087
+ export declare const BatchAttachObjectResponseFilterSensitiveLog: (obj: BatchAttachObjectResponse) => any;
4088
+ /**
4089
+ * @internal
4090
+ */
4091
+ export declare const BatchAttachPolicyResponseFilterSensitiveLog: (obj: BatchAttachPolicyResponse) => any;
4092
+ /**
4093
+ * @internal
4094
+ */
4095
+ export declare const BatchAttachToIndexResponseFilterSensitiveLog: (obj: BatchAttachToIndexResponse) => any;
4096
+ /**
4097
+ * @internal
4098
+ */
4099
+ export declare const BatchAttachTypedLinkResponseFilterSensitiveLog: (obj: BatchAttachTypedLinkResponse) => any;
4100
+ /**
4101
+ * @internal
4102
+ */
4103
+ export declare const BatchCreateIndexResponseFilterSensitiveLog: (obj: BatchCreateIndexResponse) => any;
4104
+ /**
4105
+ * @internal
4106
+ */
4107
+ export declare const BatchCreateObjectResponseFilterSensitiveLog: (obj: BatchCreateObjectResponse) => any;
4108
+ /**
4109
+ * @internal
4110
+ */
4111
+ export declare const BatchDeleteObjectResponseFilterSensitiveLog: (obj: BatchDeleteObjectResponse) => any;
4112
+ /**
4113
+ * @internal
4114
+ */
4115
+ export declare const BatchDetachFromIndexResponseFilterSensitiveLog: (obj: BatchDetachFromIndexResponse) => any;
4116
+ /**
4117
+ * @internal
4118
+ */
4119
+ export declare const BatchDetachObjectResponseFilterSensitiveLog: (obj: BatchDetachObjectResponse) => any;
4120
+ /**
4121
+ * @internal
4122
+ */
4123
+ export declare const BatchDetachPolicyResponseFilterSensitiveLog: (obj: BatchDetachPolicyResponse) => any;
4124
+ /**
4125
+ * @internal
4126
+ */
4127
+ export declare const BatchDetachTypedLinkResponseFilterSensitiveLog: (obj: BatchDetachTypedLinkResponse) => any;
4128
+ /**
4129
+ * @internal
4130
+ */
4131
+ export declare const BatchRemoveFacetFromObjectResponseFilterSensitiveLog: (obj: BatchRemoveFacetFromObjectResponse) => any;
4132
+ /**
4133
+ * @internal
4134
+ */
4135
+ export declare const BatchUpdateLinkAttributesResponseFilterSensitiveLog: (obj: BatchUpdateLinkAttributesResponse) => any;
4136
+ /**
4137
+ * @internal
4138
+ */
4139
+ export declare const BatchUpdateObjectAttributesResponseFilterSensitiveLog: (obj: BatchUpdateObjectAttributesResponse) => any;
4140
+ /**
4141
+ * @internal
4142
+ */
4143
+ export declare const BatchWriteOperationResponseFilterSensitiveLog: (obj: BatchWriteOperationResponse) => any;
4144
+ /**
4145
+ * @internal
4146
+ */
4147
+ export declare const BatchWriteResponseFilterSensitiveLog: (obj: BatchWriteResponse) => any;
4148
+ /**
4149
+ * @internal
4150
+ */
4151
+ export declare const CreateDirectoryRequestFilterSensitiveLog: (obj: CreateDirectoryRequest) => any;
4152
+ /**
4153
+ * @internal
4154
+ */
4155
+ export declare const CreateDirectoryResponseFilterSensitiveLog: (obj: CreateDirectoryResponse) => any;
4156
+ /**
4157
+ * @internal
4158
+ */
4159
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
4160
+ /**
4161
+ * @internal
4162
+ */
4163
+ export declare const FacetAttributeDefinitionFilterSensitiveLog: (obj: FacetAttributeDefinition) => any;
4164
+ /**
4165
+ * @internal
4166
+ */
4167
+ export declare const FacetAttributeReferenceFilterSensitiveLog: (obj: FacetAttributeReference) => any;
4168
+ /**
4169
+ * @internal
4170
+ */
4171
+ export declare const FacetAttributeFilterSensitiveLog: (obj: FacetAttribute) => any;
4172
+ /**
4173
+ * @internal
4174
+ */
4175
+ export declare const CreateFacetRequestFilterSensitiveLog: (obj: CreateFacetRequest) => any;
4176
+ /**
4177
+ * @internal
4178
+ */
4179
+ export declare const CreateFacetResponseFilterSensitiveLog: (obj: CreateFacetResponse) => any;
4180
+ /**
4181
+ * @internal
4182
+ */
4183
+ export declare const CreateIndexRequestFilterSensitiveLog: (obj: CreateIndexRequest) => any;
4184
+ /**
4185
+ * @internal
4186
+ */
4187
+ export declare const CreateIndexResponseFilterSensitiveLog: (obj: CreateIndexResponse) => any;
4188
+ /**
4189
+ * @internal
4190
+ */
4191
+ export declare const CreateObjectRequestFilterSensitiveLog: (obj: CreateObjectRequest) => any;
4192
+ /**
4193
+ * @internal
4194
+ */
4195
+ export declare const CreateObjectResponseFilterSensitiveLog: (obj: CreateObjectResponse) => any;
4196
+ /**
4197
+ * @internal
4198
+ */
4199
+ export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
4200
+ /**
4201
+ * @internal
4202
+ */
4203
+ export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
4204
+ /**
4205
+ * @internal
4206
+ */
4207
+ export declare const TypedLinkAttributeDefinitionFilterSensitiveLog: (obj: TypedLinkAttributeDefinition) => any;
4208
+ /**
4209
+ * @internal
4210
+ */
4211
+ export declare const TypedLinkFacetFilterSensitiveLog: (obj: TypedLinkFacet) => any;
4212
+ /**
4213
+ * @internal
4214
+ */
4215
+ export declare const CreateTypedLinkFacetRequestFilterSensitiveLog: (obj: CreateTypedLinkFacetRequest) => any;
4216
+ /**
4217
+ * @internal
4218
+ */
4219
+ export declare const CreateTypedLinkFacetResponseFilterSensitiveLog: (obj: CreateTypedLinkFacetResponse) => any;
4220
+ /**
4221
+ * @internal
4222
+ */
4223
+ export declare const DeleteDirectoryRequestFilterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
4224
+ /**
4225
+ * @internal
4226
+ */
4227
+ export declare const DeleteDirectoryResponseFilterSensitiveLog: (obj: DeleteDirectoryResponse) => any;
4228
+ /**
4229
+ * @internal
4230
+ */
4231
+ export declare const DeleteFacetRequestFilterSensitiveLog: (obj: DeleteFacetRequest) => any;
4232
+ /**
4233
+ * @internal
4234
+ */
4235
+ export declare const DeleteFacetResponseFilterSensitiveLog: (obj: DeleteFacetResponse) => any;
4236
+ /**
4237
+ * @internal
4238
+ */
4239
+ export declare const DeleteObjectRequestFilterSensitiveLog: (obj: DeleteObjectRequest) => any;
4240
+ /**
4241
+ * @internal
4242
+ */
4243
+ export declare const DeleteObjectResponseFilterSensitiveLog: (obj: DeleteObjectResponse) => any;
4244
+ /**
4245
+ * @internal
4246
+ */
4247
+ export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
4248
+ /**
4249
+ * @internal
4250
+ */
4251
+ export declare const DeleteSchemaResponseFilterSensitiveLog: (obj: DeleteSchemaResponse) => any;
4252
+ /**
4253
+ * @internal
4254
+ */
4255
+ export declare const DeleteTypedLinkFacetRequestFilterSensitiveLog: (obj: DeleteTypedLinkFacetRequest) => any;
4256
+ /**
4257
+ * @internal
4258
+ */
4259
+ export declare const DeleteTypedLinkFacetResponseFilterSensitiveLog: (obj: DeleteTypedLinkFacetResponse) => any;
4260
+ /**
4261
+ * @internal
4262
+ */
4263
+ export declare const DetachFromIndexRequestFilterSensitiveLog: (obj: DetachFromIndexRequest) => any;
4264
+ /**
4265
+ * @internal
4266
+ */
4267
+ export declare const DetachFromIndexResponseFilterSensitiveLog: (obj: DetachFromIndexResponse) => any;
4268
+ /**
4269
+ * @internal
4270
+ */
4271
+ export declare const DetachObjectRequestFilterSensitiveLog: (obj: DetachObjectRequest) => any;
4272
+ /**
4273
+ * @internal
4274
+ */
4275
+ export declare const DetachObjectResponseFilterSensitiveLog: (obj: DetachObjectResponse) => any;
4276
+ /**
4277
+ * @internal
4278
+ */
4279
+ export declare const DetachPolicyRequestFilterSensitiveLog: (obj: DetachPolicyRequest) => any;
4280
+ /**
4281
+ * @internal
4282
+ */
4283
+ export declare const DetachPolicyResponseFilterSensitiveLog: (obj: DetachPolicyResponse) => any;
4284
+ /**
4285
+ * @internal
4286
+ */
4287
+ export declare const DetachTypedLinkRequestFilterSensitiveLog: (obj: DetachTypedLinkRequest) => any;
4288
+ /**
4289
+ * @internal
4290
+ */
4291
+ export declare const DisableDirectoryRequestFilterSensitiveLog: (obj: DisableDirectoryRequest) => any;
4292
+ /**
4293
+ * @internal
4294
+ */
4295
+ export declare const DisableDirectoryResponseFilterSensitiveLog: (obj: DisableDirectoryResponse) => any;
4296
+ /**
4297
+ * @internal
4298
+ */
4299
+ export declare const EnableDirectoryRequestFilterSensitiveLog: (obj: EnableDirectoryRequest) => any;
4300
+ /**
4301
+ * @internal
4302
+ */
4303
+ export declare const EnableDirectoryResponseFilterSensitiveLog: (obj: EnableDirectoryResponse) => any;
4304
+ /**
4305
+ * @internal
4306
+ */
4307
+ export declare const GetAppliedSchemaVersionRequestFilterSensitiveLog: (obj: GetAppliedSchemaVersionRequest) => any;
4308
+ /**
4309
+ * @internal
4310
+ */
4311
+ export declare const GetAppliedSchemaVersionResponseFilterSensitiveLog: (obj: GetAppliedSchemaVersionResponse) => any;
4312
+ /**
4313
+ * @internal
4314
+ */
4315
+ export declare const GetDirectoryRequestFilterSensitiveLog: (obj: GetDirectoryRequest) => any;
4316
+ /**
4317
+ * @internal
4318
+ */
4319
+ export declare const DirectoryFilterSensitiveLog: (obj: Directory) => any;
4320
+ /**
4321
+ * @internal
4322
+ */
4323
+ export declare const GetDirectoryResponseFilterSensitiveLog: (obj: GetDirectoryResponse) => any;
4324
+ /**
4325
+ * @internal
4326
+ */
4327
+ export declare const GetFacetRequestFilterSensitiveLog: (obj: GetFacetRequest) => any;
4328
+ /**
4329
+ * @internal
4330
+ */
4331
+ export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
4332
+ /**
4333
+ * @internal
4334
+ */
4335
+ export declare const GetFacetResponseFilterSensitiveLog: (obj: GetFacetResponse) => any;
4336
+ /**
4337
+ * @internal
4338
+ */
4339
+ export declare const GetLinkAttributesRequestFilterSensitiveLog: (obj: GetLinkAttributesRequest) => any;
4340
+ /**
4341
+ * @internal
4342
+ */
4343
+ export declare const GetLinkAttributesResponseFilterSensitiveLog: (obj: GetLinkAttributesResponse) => any;
4344
+ /**
4345
+ * @internal
4346
+ */
4347
+ export declare const GetObjectAttributesRequestFilterSensitiveLog: (obj: GetObjectAttributesRequest) => any;
4348
+ /**
4349
+ * @internal
4350
+ */
4351
+ export declare const GetObjectAttributesResponseFilterSensitiveLog: (obj: GetObjectAttributesResponse) => any;
4352
+ /**
4353
+ * @internal
4354
+ */
4355
+ export declare const GetObjectInformationRequestFilterSensitiveLog: (obj: GetObjectInformationRequest) => any;
4356
+ /**
4357
+ * @internal
4358
+ */
4359
+ export declare const GetObjectInformationResponseFilterSensitiveLog: (obj: GetObjectInformationResponse) => any;
4360
+ /**
4361
+ * @internal
4362
+ */
4363
+ export declare const GetSchemaAsJsonRequestFilterSensitiveLog: (obj: GetSchemaAsJsonRequest) => any;
4364
+ /**
4365
+ * @internal
4366
+ */
4367
+ export declare const GetSchemaAsJsonResponseFilterSensitiveLog: (obj: GetSchemaAsJsonResponse) => any;
4368
+ /**
4369
+ * @internal
4370
+ */
4371
+ export declare const GetTypedLinkFacetInformationRequestFilterSensitiveLog: (obj: GetTypedLinkFacetInformationRequest) => any;
4372
+ /**
4373
+ * @internal
4374
+ */
4375
+ export declare const GetTypedLinkFacetInformationResponseFilterSensitiveLog: (obj: GetTypedLinkFacetInformationResponse) => any;
4376
+ /**
4377
+ * @internal
4378
+ */
4379
+ export declare const ListAppliedSchemaArnsRequestFilterSensitiveLog: (obj: ListAppliedSchemaArnsRequest) => any;
4380
+ /**
4381
+ * @internal
4382
+ */
4383
+ export declare const ListAppliedSchemaArnsResponseFilterSensitiveLog: (obj: ListAppliedSchemaArnsResponse) => any;
4384
+ /**
4385
+ * @internal
4386
+ */
4387
+ export declare const ListAttachedIndicesRequestFilterSensitiveLog: (obj: ListAttachedIndicesRequest) => any;
4388
+ /**
4389
+ * @internal
4390
+ */
4391
+ export declare const ListAttachedIndicesResponseFilterSensitiveLog: (obj: ListAttachedIndicesResponse) => any;
4392
+ /**
4393
+ * @internal
4394
+ */
4395
+ export declare const ListDevelopmentSchemaArnsRequestFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsRequest) => any;
4396
+ /**
4397
+ * @internal
4398
+ */
4399
+ export declare const ListDevelopmentSchemaArnsResponseFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsResponse) => any;
4400
+ /**
4401
+ * @internal
4402
+ */
4403
+ export declare const ListDirectoriesRequestFilterSensitiveLog: (obj: ListDirectoriesRequest) => any;
4404
+ /**
4405
+ * @internal
4406
+ */
4407
+ export declare const ListDirectoriesResponseFilterSensitiveLog: (obj: ListDirectoriesResponse) => any;
4408
+ /**
4409
+ * @internal
4410
+ */
4411
+ export declare const ListFacetAttributesRequestFilterSensitiveLog: (obj: ListFacetAttributesRequest) => any;
4412
+ /**
4413
+ * @internal
4414
+ */
4415
+ export declare const ListFacetAttributesResponseFilterSensitiveLog: (obj: ListFacetAttributesResponse) => any;
4416
+ /**
4417
+ * @internal
4418
+ */
4419
+ export declare const ListFacetNamesRequestFilterSensitiveLog: (obj: ListFacetNamesRequest) => any;
4420
+ /**
4421
+ * @internal
4422
+ */
4423
+ export declare const ListFacetNamesResponseFilterSensitiveLog: (obj: ListFacetNamesResponse) => any;
4424
+ /**
4425
+ * @internal
4426
+ */
4427
+ export declare const ListIncomingTypedLinksRequestFilterSensitiveLog: (obj: ListIncomingTypedLinksRequest) => any;
4428
+ /**
4429
+ * @internal
4430
+ */
4431
+ export declare const ListIncomingTypedLinksResponseFilterSensitiveLog: (obj: ListIncomingTypedLinksResponse) => any;
4432
+ /**
4433
+ * @internal
4434
+ */
4435
+ export declare const ListIndexRequestFilterSensitiveLog: (obj: ListIndexRequest) => any;
4436
+ /**
4437
+ * @internal
4438
+ */
4439
+ export declare const ListIndexResponseFilterSensitiveLog: (obj: ListIndexResponse) => any;
4440
+ /**
4441
+ * @internal
4442
+ */
4443
+ export declare const ListManagedSchemaArnsRequestFilterSensitiveLog: (obj: ListManagedSchemaArnsRequest) => any;
4444
+ /**
4445
+ * @internal
4446
+ */
4447
+ export declare const ListManagedSchemaArnsResponseFilterSensitiveLog: (obj: ListManagedSchemaArnsResponse) => any;
4448
+ /**
4449
+ * @internal
4450
+ */
4451
+ export declare const ListObjectAttributesRequestFilterSensitiveLog: (obj: ListObjectAttributesRequest) => any;
4452
+ /**
4453
+ * @internal
4454
+ */
4455
+ export declare const ListObjectAttributesResponseFilterSensitiveLog: (obj: ListObjectAttributesResponse) => any;
4456
+ /**
4457
+ * @internal
4458
+ */
4459
+ export declare const ListObjectChildrenRequestFilterSensitiveLog: (obj: ListObjectChildrenRequest) => any;
4460
+ /**
4461
+ * @internal
4462
+ */
4463
+ export declare const ListObjectChildrenResponseFilterSensitiveLog: (obj: ListObjectChildrenResponse) => any;
4464
+ /**
4465
+ * @internal
4466
+ */
4467
+ export declare const ListObjectParentPathsRequestFilterSensitiveLog: (obj: ListObjectParentPathsRequest) => any;
4468
+ /**
4469
+ * @internal
4470
+ */
4471
+ export declare const ListObjectParentPathsResponseFilterSensitiveLog: (obj: ListObjectParentPathsResponse) => any;
4472
+ /**
4473
+ * @internal
4474
+ */
4475
+ export declare const ListObjectParentsRequestFilterSensitiveLog: (obj: ListObjectParentsRequest) => any;
4476
+ /**
4477
+ * @internal
4478
+ */
4479
+ export declare const ListObjectParentsResponseFilterSensitiveLog: (obj: ListObjectParentsResponse) => any;
4480
+ /**
4481
+ * @internal
4482
+ */
4483
+ export declare const ListObjectPoliciesRequestFilterSensitiveLog: (obj: ListObjectPoliciesRequest) => any;
4484
+ /**
4485
+ * @internal
4486
+ */
4487
+ export declare const ListObjectPoliciesResponseFilterSensitiveLog: (obj: ListObjectPoliciesResponse) => any;
4488
+ /**
4489
+ * @internal
4490
+ */
4491
+ export declare const ListOutgoingTypedLinksRequestFilterSensitiveLog: (obj: ListOutgoingTypedLinksRequest) => any;
4492
+ /**
4493
+ * @internal
4494
+ */
4495
+ export declare const ListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: ListOutgoingTypedLinksResponse) => any;
4496
+ /**
4497
+ * @internal
4498
+ */
4499
+ export declare const ListPolicyAttachmentsRequestFilterSensitiveLog: (obj: ListPolicyAttachmentsRequest) => any;
4500
+ /**
4501
+ * @internal
4502
+ */
4503
+ export declare const ListPolicyAttachmentsResponseFilterSensitiveLog: (obj: ListPolicyAttachmentsResponse) => any;
4504
+ /**
4505
+ * @internal
4506
+ */
4507
+ export declare const ListPublishedSchemaArnsRequestFilterSensitiveLog: (obj: ListPublishedSchemaArnsRequest) => any;
4508
+ /**
4509
+ * @internal
4510
+ */
4511
+ export declare const ListPublishedSchemaArnsResponseFilterSensitiveLog: (obj: ListPublishedSchemaArnsResponse) => any;
4512
+ /**
4513
+ * @internal
4514
+ */
4515
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4516
+ /**
4517
+ * @internal
4518
+ */
4519
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
4520
+ /**
4521
+ * @internal
4522
+ */
4523
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4524
+ /**
4525
+ * @internal
4526
+ */
4527
+ export declare const ListTypedLinkFacetAttributesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesRequest) => any;
4528
+ /**
4529
+ * @internal
4530
+ */
4531
+ export declare const ListTypedLinkFacetAttributesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesResponse) => any;
4532
+ /**
4533
+ * @internal
4534
+ */
4535
+ export declare const ListTypedLinkFacetNamesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetNamesRequest) => any;
4536
+ /**
4537
+ * @internal
4538
+ */
4539
+ export declare const ListTypedLinkFacetNamesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetNamesResponse) => any;
4540
+ /**
4541
+ * @internal
4542
+ */
4543
+ export declare const LookupPolicyRequestFilterSensitiveLog: (obj: LookupPolicyRequest) => any;
4544
+ /**
4545
+ * @internal
4546
+ */
4547
+ export declare const LookupPolicyResponseFilterSensitiveLog: (obj: LookupPolicyResponse) => any;
4548
+ /**
4549
+ * @internal
4550
+ */
4551
+ export declare const PublishSchemaRequestFilterSensitiveLog: (obj: PublishSchemaRequest) => any;
4552
+ /**
4553
+ * @internal
4554
+ */
4555
+ export declare const PublishSchemaResponseFilterSensitiveLog: (obj: PublishSchemaResponse) => any;
4556
+ /**
4557
+ * @internal
4558
+ */
4559
+ export declare const PutSchemaFromJsonRequestFilterSensitiveLog: (obj: PutSchemaFromJsonRequest) => any;
4560
+ /**
4561
+ * @internal
4562
+ */
4563
+ export declare const PutSchemaFromJsonResponseFilterSensitiveLog: (obj: PutSchemaFromJsonResponse) => any;
4564
+ /**
4565
+ * @internal
4566
+ */
4567
+ export declare const RemoveFacetFromObjectRequestFilterSensitiveLog: (obj: RemoveFacetFromObjectRequest) => any;
4568
+ /**
4569
+ * @internal
4570
+ */
4571
+ export declare const RemoveFacetFromObjectResponseFilterSensitiveLog: (obj: RemoveFacetFromObjectResponse) => any;
4572
+ /**
4573
+ * @internal
4574
+ */
4575
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4576
+ /**
4577
+ * @internal
4578
+ */
4579
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4580
+ /**
4581
+ * @internal
4582
+ */
4583
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4584
+ /**
4585
+ * @internal
4586
+ */
4587
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4588
+ /**
4589
+ * @internal
4590
+ */
4591
+ export declare const FacetAttributeUpdateFilterSensitiveLog: (obj: FacetAttributeUpdate) => any;
4592
+ /**
4593
+ * @internal
4594
+ */
4595
+ export declare const UpdateFacetRequestFilterSensitiveLog: (obj: UpdateFacetRequest) => any;
4596
+ /**
4597
+ * @internal
4598
+ */
4599
+ export declare const UpdateFacetResponseFilterSensitiveLog: (obj: UpdateFacetResponse) => any;
4600
+ /**
4601
+ * @internal
4602
+ */
4603
+ export declare const UpdateLinkAttributesRequestFilterSensitiveLog: (obj: UpdateLinkAttributesRequest) => any;
4604
+ /**
4605
+ * @internal
4606
+ */
4607
+ export declare const UpdateLinkAttributesResponseFilterSensitiveLog: (obj: UpdateLinkAttributesResponse) => any;
4608
+ /**
4609
+ * @internal
4610
+ */
4611
+ export declare const UpdateObjectAttributesRequestFilterSensitiveLog: (obj: UpdateObjectAttributesRequest) => any;
4612
+ /**
4613
+ * @internal
4614
+ */
4615
+ export declare const UpdateObjectAttributesResponseFilterSensitiveLog: (obj: UpdateObjectAttributesResponse) => any;
4616
+ /**
4617
+ * @internal
4618
+ */
4619
+ export declare const UpdateSchemaRequestFilterSensitiveLog: (obj: UpdateSchemaRequest) => any;
4620
+ /**
4621
+ * @internal
4622
+ */
4623
+ export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;
4624
+ /**
4625
+ * @internal
4626
+ */
4627
+ export declare const TypedLinkFacetAttributeUpdateFilterSensitiveLog: (obj: TypedLinkFacetAttributeUpdate) => any;
4628
+ /**
4629
+ * @internal
4630
+ */
4631
+ export declare const UpdateTypedLinkFacetRequestFilterSensitiveLog: (obj: UpdateTypedLinkFacetRequest) => any;
4632
+ /**
4633
+ * @internal
4634
+ */
4635
+ export declare const UpdateTypedLinkFacetResponseFilterSensitiveLog: (obj: UpdateTypedLinkFacetResponse) => any;
4636
+ /**
4637
+ * @internal
4638
+ */
4639
+ export declare const UpgradeAppliedSchemaRequestFilterSensitiveLog: (obj: UpgradeAppliedSchemaRequest) => any;
4640
+ /**
4641
+ * @internal
4642
+ */
4643
+ export declare const UpgradeAppliedSchemaResponseFilterSensitiveLog: (obj: UpgradeAppliedSchemaResponse) => any;
4644
+ /**
4645
+ * @internal
4646
+ */
4647
+ export declare const UpgradePublishedSchemaRequestFilterSensitiveLog: (obj: UpgradePublishedSchemaRequest) => any;
4648
+ /**
4649
+ * @internal
4650
+ */
4651
+ export declare const UpgradePublishedSchemaResponseFilterSensitiveLog: (obj: UpgradePublishedSchemaResponse) => any;