@aws-sdk/client-clouddirectory 3.297.0 → 3.298.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 (137) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -3
  2. package/dist-cjs/commands/ApplySchemaCommand.js +2 -3
  3. package/dist-cjs/commands/AttachObjectCommand.js +2 -3
  4. package/dist-cjs/commands/AttachPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachToIndexCommand.js +2 -3
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -3
  7. package/dist-cjs/commands/BatchReadCommand.js +2 -3
  8. package/dist-cjs/commands/BatchWriteCommand.js +2 -3
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -3
  10. package/dist-cjs/commands/CreateFacetCommand.js +2 -3
  11. package/dist-cjs/commands/CreateIndexCommand.js +2 -3
  12. package/dist-cjs/commands/CreateObjectCommand.js +2 -3
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -3
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteFacetCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteObjectCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -3
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -3
  21. package/dist-cjs/commands/DetachObjectCommand.js +2 -3
  22. package/dist-cjs/commands/DetachPolicyCommand.js +2 -3
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +2 -3
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -3
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -3
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -3
  27. package/dist-cjs/commands/GetDirectoryCommand.js +2 -3
  28. package/dist-cjs/commands/GetFacetCommand.js +2 -3
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -3
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -3
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -3
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -3
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -3
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -3
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -3
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -3
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -3
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -3
  41. package/dist-cjs/commands/ListIndexCommand.js +2 -3
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -3
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -3
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -3
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -3
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -3
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -3
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -3
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -3
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -3
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  54. package/dist-cjs/commands/LookupPolicyCommand.js +2 -3
  55. package/dist-cjs/commands/PublishSchemaCommand.js +2 -3
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -3
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -3
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  60. package/dist-cjs/commands/UpdateFacetCommand.js +2 -3
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -3
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -3
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -3
  67. package/dist-cjs/models/models_0.js +1 -1053
  68. package/dist-es/commands/AddFacetToObjectCommand.js +2 -3
  69. package/dist-es/commands/ApplySchemaCommand.js +2 -3
  70. package/dist-es/commands/AttachObjectCommand.js +2 -3
  71. package/dist-es/commands/AttachPolicyCommand.js +2 -3
  72. package/dist-es/commands/AttachToIndexCommand.js +2 -3
  73. package/dist-es/commands/AttachTypedLinkCommand.js +2 -3
  74. package/dist-es/commands/BatchReadCommand.js +2 -3
  75. package/dist-es/commands/BatchWriteCommand.js +2 -3
  76. package/dist-es/commands/CreateDirectoryCommand.js +2 -3
  77. package/dist-es/commands/CreateFacetCommand.js +2 -3
  78. package/dist-es/commands/CreateIndexCommand.js +2 -3
  79. package/dist-es/commands/CreateObjectCommand.js +2 -3
  80. package/dist-es/commands/CreateSchemaCommand.js +2 -3
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -3
  82. package/dist-es/commands/DeleteDirectoryCommand.js +2 -3
  83. package/dist-es/commands/DeleteFacetCommand.js +2 -3
  84. package/dist-es/commands/DeleteObjectCommand.js +2 -3
  85. package/dist-es/commands/DeleteSchemaCommand.js +2 -3
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -3
  87. package/dist-es/commands/DetachFromIndexCommand.js +2 -3
  88. package/dist-es/commands/DetachObjectCommand.js +2 -3
  89. package/dist-es/commands/DetachPolicyCommand.js +2 -3
  90. package/dist-es/commands/DetachTypedLinkCommand.js +2 -3
  91. package/dist-es/commands/DisableDirectoryCommand.js +2 -3
  92. package/dist-es/commands/EnableDirectoryCommand.js +2 -3
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -3
  94. package/dist-es/commands/GetDirectoryCommand.js +2 -3
  95. package/dist-es/commands/GetFacetCommand.js +2 -3
  96. package/dist-es/commands/GetLinkAttributesCommand.js +2 -3
  97. package/dist-es/commands/GetObjectAttributesCommand.js +2 -3
  98. package/dist-es/commands/GetObjectInformationCommand.js +2 -3
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -3
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -3
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +2 -3
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  104. package/dist-es/commands/ListDirectoriesCommand.js +2 -3
  105. package/dist-es/commands/ListFacetAttributesCommand.js +2 -3
  106. package/dist-es/commands/ListFacetNamesCommand.js +2 -3
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -3
  108. package/dist-es/commands/ListIndexCommand.js +2 -3
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -3
  110. package/dist-es/commands/ListObjectAttributesCommand.js +2 -3
  111. package/dist-es/commands/ListObjectChildrenCommand.js +2 -3
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +2 -3
  113. package/dist-es/commands/ListObjectParentsCommand.js +2 -3
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +2 -3
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -3
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -3
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  121. package/dist-es/commands/LookupPolicyCommand.js +2 -3
  122. package/dist-es/commands/PublishSchemaCommand.js +2 -3
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -3
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -3
  125. package/dist-es/commands/TagResourceCommand.js +2 -3
  126. package/dist-es/commands/UntagResourceCommand.js +2 -3
  127. package/dist-es/commands/UpdateFacetCommand.js +2 -3
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -3
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -3
  130. package/dist-es/commands/UpdateSchemaCommand.js +2 -3
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -3
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -3
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -3
  134. package/dist-es/models/models_0.js +0 -821
  135. package/dist-types/models/models_0.d.ts +0 -904
  136. package/dist-types/ts3.4/models/models_0.d.ts +0 -664
  137. package/package.json +4 -3
@@ -1417,667 +1417,3 @@ export interface UpgradePublishedSchemaRequest {
1417
1417
  export interface UpgradePublishedSchemaResponse {
1418
1418
  UpgradedSchemaArn?: string;
1419
1419
  }
1420
- export declare const AttributeKeyFilterSensitiveLog: (obj: AttributeKey) => any;
1421
- export declare const TypedAttributeValueFilterSensitiveLog: (
1422
- obj: TypedAttributeValue
1423
- ) => any;
1424
- export declare const AttributeKeyAndValueFilterSensitiveLog: (
1425
- obj: AttributeKeyAndValue
1426
- ) => any;
1427
- export declare const ObjectReferenceFilterSensitiveLog: (
1428
- obj: ObjectReference
1429
- ) => any;
1430
- export declare const SchemaFacetFilterSensitiveLog: (obj: SchemaFacet) => any;
1431
- export declare const AddFacetToObjectRequestFilterSensitiveLog: (
1432
- obj: AddFacetToObjectRequest
1433
- ) => any;
1434
- export declare const AddFacetToObjectResponseFilterSensitiveLog: (
1435
- obj: AddFacetToObjectResponse
1436
- ) => any;
1437
- export declare const ApplySchemaRequestFilterSensitiveLog: (
1438
- obj: ApplySchemaRequest
1439
- ) => any;
1440
- export declare const ApplySchemaResponseFilterSensitiveLog: (
1441
- obj: ApplySchemaResponse
1442
- ) => any;
1443
- export declare const AttachObjectRequestFilterSensitiveLog: (
1444
- obj: AttachObjectRequest
1445
- ) => any;
1446
- export declare const AttachObjectResponseFilterSensitiveLog: (
1447
- obj: AttachObjectResponse
1448
- ) => any;
1449
- export declare const AttachPolicyRequestFilterSensitiveLog: (
1450
- obj: AttachPolicyRequest
1451
- ) => any;
1452
- export declare const AttachPolicyResponseFilterSensitiveLog: (
1453
- obj: AttachPolicyResponse
1454
- ) => any;
1455
- export declare const AttachToIndexRequestFilterSensitiveLog: (
1456
- obj: AttachToIndexRequest
1457
- ) => any;
1458
- export declare const AttachToIndexResponseFilterSensitiveLog: (
1459
- obj: AttachToIndexResponse
1460
- ) => any;
1461
- export declare const AttributeNameAndValueFilterSensitiveLog: (
1462
- obj: AttributeNameAndValue
1463
- ) => any;
1464
- export declare const TypedLinkSchemaAndFacetNameFilterSensitiveLog: (
1465
- obj: TypedLinkSchemaAndFacetName
1466
- ) => any;
1467
- export declare const AttachTypedLinkRequestFilterSensitiveLog: (
1468
- obj: AttachTypedLinkRequest
1469
- ) => any;
1470
- export declare const TypedLinkSpecifierFilterSensitiveLog: (
1471
- obj: TypedLinkSpecifier
1472
- ) => any;
1473
- export declare const AttachTypedLinkResponseFilterSensitiveLog: (
1474
- obj: AttachTypedLinkResponse
1475
- ) => any;
1476
- export declare const BatchGetLinkAttributesFilterSensitiveLog: (
1477
- obj: BatchGetLinkAttributes
1478
- ) => any;
1479
- export declare const BatchGetObjectAttributesFilterSensitiveLog: (
1480
- obj: BatchGetObjectAttributes
1481
- ) => any;
1482
- export declare const BatchGetObjectInformationFilterSensitiveLog: (
1483
- obj: BatchGetObjectInformation
1484
- ) => any;
1485
- export declare const BatchListAttachedIndicesFilterSensitiveLog: (
1486
- obj: BatchListAttachedIndices
1487
- ) => any;
1488
- export declare const TypedAttributeValueRangeFilterSensitiveLog: (
1489
- obj: TypedAttributeValueRange
1490
- ) => any;
1491
- export declare const TypedLinkAttributeRangeFilterSensitiveLog: (
1492
- obj: TypedLinkAttributeRange
1493
- ) => any;
1494
- export declare const BatchListIncomingTypedLinksFilterSensitiveLog: (
1495
- obj: BatchListIncomingTypedLinks
1496
- ) => any;
1497
- export declare const ObjectAttributeRangeFilterSensitiveLog: (
1498
- obj: ObjectAttributeRange
1499
- ) => any;
1500
- export declare const BatchListIndexFilterSensitiveLog: (
1501
- obj: BatchListIndex
1502
- ) => any;
1503
- export declare const BatchListObjectAttributesFilterSensitiveLog: (
1504
- obj: BatchListObjectAttributes
1505
- ) => any;
1506
- export declare const BatchListObjectChildrenFilterSensitiveLog: (
1507
- obj: BatchListObjectChildren
1508
- ) => any;
1509
- export declare const BatchListObjectParentPathsFilterSensitiveLog: (
1510
- obj: BatchListObjectParentPaths
1511
- ) => any;
1512
- export declare const BatchListObjectParentsFilterSensitiveLog: (
1513
- obj: BatchListObjectParents
1514
- ) => any;
1515
- export declare const BatchListObjectPoliciesFilterSensitiveLog: (
1516
- obj: BatchListObjectPolicies
1517
- ) => any;
1518
- export declare const BatchListOutgoingTypedLinksFilterSensitiveLog: (
1519
- obj: BatchListOutgoingTypedLinks
1520
- ) => any;
1521
- export declare const BatchListPolicyAttachmentsFilterSensitiveLog: (
1522
- obj: BatchListPolicyAttachments
1523
- ) => any;
1524
- export declare const BatchLookupPolicyFilterSensitiveLog: (
1525
- obj: BatchLookupPolicy
1526
- ) => any;
1527
- export declare const BatchReadOperationFilterSensitiveLog: (
1528
- obj: BatchReadOperation
1529
- ) => any;
1530
- export declare const BatchReadRequestFilterSensitiveLog: (
1531
- obj: BatchReadRequest
1532
- ) => any;
1533
- export declare const BatchReadExceptionFilterSensitiveLog: (
1534
- obj: BatchReadException
1535
- ) => any;
1536
- export declare const BatchGetLinkAttributesResponseFilterSensitiveLog: (
1537
- obj: BatchGetLinkAttributesResponse
1538
- ) => any;
1539
- export declare const BatchGetObjectAttributesResponseFilterSensitiveLog: (
1540
- obj: BatchGetObjectAttributesResponse
1541
- ) => any;
1542
- export declare const BatchGetObjectInformationResponseFilterSensitiveLog: (
1543
- obj: BatchGetObjectInformationResponse
1544
- ) => any;
1545
- export declare const IndexAttachmentFilterSensitiveLog: (
1546
- obj: IndexAttachment
1547
- ) => any;
1548
- export declare const BatchListAttachedIndicesResponseFilterSensitiveLog: (
1549
- obj: BatchListAttachedIndicesResponse
1550
- ) => any;
1551
- export declare const BatchListIncomingTypedLinksResponseFilterSensitiveLog: (
1552
- obj: BatchListIncomingTypedLinksResponse
1553
- ) => any;
1554
- export declare const BatchListIndexResponseFilterSensitiveLog: (
1555
- obj: BatchListIndexResponse
1556
- ) => any;
1557
- export declare const BatchListObjectAttributesResponseFilterSensitiveLog: (
1558
- obj: BatchListObjectAttributesResponse
1559
- ) => any;
1560
- export declare const BatchListObjectChildrenResponseFilterSensitiveLog: (
1561
- obj: BatchListObjectChildrenResponse
1562
- ) => any;
1563
- export declare const PathToObjectIdentifiersFilterSensitiveLog: (
1564
- obj: PathToObjectIdentifiers
1565
- ) => any;
1566
- export declare const BatchListObjectParentPathsResponseFilterSensitiveLog: (
1567
- obj: BatchListObjectParentPathsResponse
1568
- ) => any;
1569
- export declare const ObjectIdentifierAndLinkNameTupleFilterSensitiveLog: (
1570
- obj: ObjectIdentifierAndLinkNameTuple
1571
- ) => any;
1572
- export declare const BatchListObjectParentsResponseFilterSensitiveLog: (
1573
- obj: BatchListObjectParentsResponse
1574
- ) => any;
1575
- export declare const BatchListObjectPoliciesResponseFilterSensitiveLog: (
1576
- obj: BatchListObjectPoliciesResponse
1577
- ) => any;
1578
- export declare const BatchListOutgoingTypedLinksResponseFilterSensitiveLog: (
1579
- obj: BatchListOutgoingTypedLinksResponse
1580
- ) => any;
1581
- export declare const BatchListPolicyAttachmentsResponseFilterSensitiveLog: (
1582
- obj: BatchListPolicyAttachmentsResponse
1583
- ) => any;
1584
- export declare const PolicyAttachmentFilterSensitiveLog: (
1585
- obj: PolicyAttachment
1586
- ) => any;
1587
- export declare const PolicyToPathFilterSensitiveLog: (obj: PolicyToPath) => any;
1588
- export declare const BatchLookupPolicyResponseFilterSensitiveLog: (
1589
- obj: BatchLookupPolicyResponse
1590
- ) => any;
1591
- export declare const BatchReadSuccessfulResponseFilterSensitiveLog: (
1592
- obj: BatchReadSuccessfulResponse
1593
- ) => any;
1594
- export declare const BatchReadOperationResponseFilterSensitiveLog: (
1595
- obj: BatchReadOperationResponse
1596
- ) => any;
1597
- export declare const BatchReadResponseFilterSensitiveLog: (
1598
- obj: BatchReadResponse
1599
- ) => any;
1600
- export declare const BatchAddFacetToObjectFilterSensitiveLog: (
1601
- obj: BatchAddFacetToObject
1602
- ) => any;
1603
- export declare const BatchAttachObjectFilterSensitiveLog: (
1604
- obj: BatchAttachObject
1605
- ) => any;
1606
- export declare const BatchAttachPolicyFilterSensitiveLog: (
1607
- obj: BatchAttachPolicy
1608
- ) => any;
1609
- export declare const BatchAttachToIndexFilterSensitiveLog: (
1610
- obj: BatchAttachToIndex
1611
- ) => any;
1612
- export declare const BatchAttachTypedLinkFilterSensitiveLog: (
1613
- obj: BatchAttachTypedLink
1614
- ) => any;
1615
- export declare const BatchCreateIndexFilterSensitiveLog: (
1616
- obj: BatchCreateIndex
1617
- ) => any;
1618
- export declare const BatchCreateObjectFilterSensitiveLog: (
1619
- obj: BatchCreateObject
1620
- ) => any;
1621
- export declare const BatchDeleteObjectFilterSensitiveLog: (
1622
- obj: BatchDeleteObject
1623
- ) => any;
1624
- export declare const BatchDetachFromIndexFilterSensitiveLog: (
1625
- obj: BatchDetachFromIndex
1626
- ) => any;
1627
- export declare const BatchDetachObjectFilterSensitiveLog: (
1628
- obj: BatchDetachObject
1629
- ) => any;
1630
- export declare const BatchDetachPolicyFilterSensitiveLog: (
1631
- obj: BatchDetachPolicy
1632
- ) => any;
1633
- export declare const BatchDetachTypedLinkFilterSensitiveLog: (
1634
- obj: BatchDetachTypedLink
1635
- ) => any;
1636
- export declare const BatchRemoveFacetFromObjectFilterSensitiveLog: (
1637
- obj: BatchRemoveFacetFromObject
1638
- ) => any;
1639
- export declare const LinkAttributeActionFilterSensitiveLog: (
1640
- obj: LinkAttributeAction
1641
- ) => any;
1642
- export declare const LinkAttributeUpdateFilterSensitiveLog: (
1643
- obj: LinkAttributeUpdate
1644
- ) => any;
1645
- export declare const BatchUpdateLinkAttributesFilterSensitiveLog: (
1646
- obj: BatchUpdateLinkAttributes
1647
- ) => any;
1648
- export declare const ObjectAttributeActionFilterSensitiveLog: (
1649
- obj: ObjectAttributeAction
1650
- ) => any;
1651
- export declare const ObjectAttributeUpdateFilterSensitiveLog: (
1652
- obj: ObjectAttributeUpdate
1653
- ) => any;
1654
- export declare const BatchUpdateObjectAttributesFilterSensitiveLog: (
1655
- obj: BatchUpdateObjectAttributes
1656
- ) => any;
1657
- export declare const BatchWriteOperationFilterSensitiveLog: (
1658
- obj: BatchWriteOperation
1659
- ) => any;
1660
- export declare const BatchWriteRequestFilterSensitiveLog: (
1661
- obj: BatchWriteRequest
1662
- ) => any;
1663
- export declare const BatchAddFacetToObjectResponseFilterSensitiveLog: (
1664
- obj: BatchAddFacetToObjectResponse
1665
- ) => any;
1666
- export declare const BatchAttachObjectResponseFilterSensitiveLog: (
1667
- obj: BatchAttachObjectResponse
1668
- ) => any;
1669
- export declare const BatchAttachPolicyResponseFilterSensitiveLog: (
1670
- obj: BatchAttachPolicyResponse
1671
- ) => any;
1672
- export declare const BatchAttachToIndexResponseFilterSensitiveLog: (
1673
- obj: BatchAttachToIndexResponse
1674
- ) => any;
1675
- export declare const BatchAttachTypedLinkResponseFilterSensitiveLog: (
1676
- obj: BatchAttachTypedLinkResponse
1677
- ) => any;
1678
- export declare const BatchCreateIndexResponseFilterSensitiveLog: (
1679
- obj: BatchCreateIndexResponse
1680
- ) => any;
1681
- export declare const BatchCreateObjectResponseFilterSensitiveLog: (
1682
- obj: BatchCreateObjectResponse
1683
- ) => any;
1684
- export declare const BatchDeleteObjectResponseFilterSensitiveLog: (
1685
- obj: BatchDeleteObjectResponse
1686
- ) => any;
1687
- export declare const BatchDetachFromIndexResponseFilterSensitiveLog: (
1688
- obj: BatchDetachFromIndexResponse
1689
- ) => any;
1690
- export declare const BatchDetachObjectResponseFilterSensitiveLog: (
1691
- obj: BatchDetachObjectResponse
1692
- ) => any;
1693
- export declare const BatchDetachPolicyResponseFilterSensitiveLog: (
1694
- obj: BatchDetachPolicyResponse
1695
- ) => any;
1696
- export declare const BatchDetachTypedLinkResponseFilterSensitiveLog: (
1697
- obj: BatchDetachTypedLinkResponse
1698
- ) => any;
1699
- export declare const BatchRemoveFacetFromObjectResponseFilterSensitiveLog: (
1700
- obj: BatchRemoveFacetFromObjectResponse
1701
- ) => any;
1702
- export declare const BatchUpdateLinkAttributesResponseFilterSensitiveLog: (
1703
- obj: BatchUpdateLinkAttributesResponse
1704
- ) => any;
1705
- export declare const BatchUpdateObjectAttributesResponseFilterSensitiveLog: (
1706
- obj: BatchUpdateObjectAttributesResponse
1707
- ) => any;
1708
- export declare const BatchWriteOperationResponseFilterSensitiveLog: (
1709
- obj: BatchWriteOperationResponse
1710
- ) => any;
1711
- export declare const BatchWriteResponseFilterSensitiveLog: (
1712
- obj: BatchWriteResponse
1713
- ) => any;
1714
- export declare const CreateDirectoryRequestFilterSensitiveLog: (
1715
- obj: CreateDirectoryRequest
1716
- ) => any;
1717
- export declare const CreateDirectoryResponseFilterSensitiveLog: (
1718
- obj: CreateDirectoryResponse
1719
- ) => any;
1720
- export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
1721
- export declare const FacetAttributeDefinitionFilterSensitiveLog: (
1722
- obj: FacetAttributeDefinition
1723
- ) => any;
1724
- export declare const FacetAttributeReferenceFilterSensitiveLog: (
1725
- obj: FacetAttributeReference
1726
- ) => any;
1727
- export declare const FacetAttributeFilterSensitiveLog: (
1728
- obj: FacetAttribute
1729
- ) => any;
1730
- export declare const CreateFacetRequestFilterSensitiveLog: (
1731
- obj: CreateFacetRequest
1732
- ) => any;
1733
- export declare const CreateFacetResponseFilterSensitiveLog: (
1734
- obj: CreateFacetResponse
1735
- ) => any;
1736
- export declare const CreateIndexRequestFilterSensitiveLog: (
1737
- obj: CreateIndexRequest
1738
- ) => any;
1739
- export declare const CreateIndexResponseFilterSensitiveLog: (
1740
- obj: CreateIndexResponse
1741
- ) => any;
1742
- export declare const CreateObjectRequestFilterSensitiveLog: (
1743
- obj: CreateObjectRequest
1744
- ) => any;
1745
- export declare const CreateObjectResponseFilterSensitiveLog: (
1746
- obj: CreateObjectResponse
1747
- ) => any;
1748
- export declare const CreateSchemaRequestFilterSensitiveLog: (
1749
- obj: CreateSchemaRequest
1750
- ) => any;
1751
- export declare const CreateSchemaResponseFilterSensitiveLog: (
1752
- obj: CreateSchemaResponse
1753
- ) => any;
1754
- export declare const TypedLinkAttributeDefinitionFilterSensitiveLog: (
1755
- obj: TypedLinkAttributeDefinition
1756
- ) => any;
1757
- export declare const TypedLinkFacetFilterSensitiveLog: (
1758
- obj: TypedLinkFacet
1759
- ) => any;
1760
- export declare const CreateTypedLinkFacetRequestFilterSensitiveLog: (
1761
- obj: CreateTypedLinkFacetRequest
1762
- ) => any;
1763
- export declare const CreateTypedLinkFacetResponseFilterSensitiveLog: (
1764
- obj: CreateTypedLinkFacetResponse
1765
- ) => any;
1766
- export declare const DeleteDirectoryRequestFilterSensitiveLog: (
1767
- obj: DeleteDirectoryRequest
1768
- ) => any;
1769
- export declare const DeleteDirectoryResponseFilterSensitiveLog: (
1770
- obj: DeleteDirectoryResponse
1771
- ) => any;
1772
- export declare const DeleteFacetRequestFilterSensitiveLog: (
1773
- obj: DeleteFacetRequest
1774
- ) => any;
1775
- export declare const DeleteFacetResponseFilterSensitiveLog: (
1776
- obj: DeleteFacetResponse
1777
- ) => any;
1778
- export declare const DeleteObjectRequestFilterSensitiveLog: (
1779
- obj: DeleteObjectRequest
1780
- ) => any;
1781
- export declare const DeleteObjectResponseFilterSensitiveLog: (
1782
- obj: DeleteObjectResponse
1783
- ) => any;
1784
- export declare const DeleteSchemaRequestFilterSensitiveLog: (
1785
- obj: DeleteSchemaRequest
1786
- ) => any;
1787
- export declare const DeleteSchemaResponseFilterSensitiveLog: (
1788
- obj: DeleteSchemaResponse
1789
- ) => any;
1790
- export declare const DeleteTypedLinkFacetRequestFilterSensitiveLog: (
1791
- obj: DeleteTypedLinkFacetRequest
1792
- ) => any;
1793
- export declare const DeleteTypedLinkFacetResponseFilterSensitiveLog: (
1794
- obj: DeleteTypedLinkFacetResponse
1795
- ) => any;
1796
- export declare const DetachFromIndexRequestFilterSensitiveLog: (
1797
- obj: DetachFromIndexRequest
1798
- ) => any;
1799
- export declare const DetachFromIndexResponseFilterSensitiveLog: (
1800
- obj: DetachFromIndexResponse
1801
- ) => any;
1802
- export declare const DetachObjectRequestFilterSensitiveLog: (
1803
- obj: DetachObjectRequest
1804
- ) => any;
1805
- export declare const DetachObjectResponseFilterSensitiveLog: (
1806
- obj: DetachObjectResponse
1807
- ) => any;
1808
- export declare const DetachPolicyRequestFilterSensitiveLog: (
1809
- obj: DetachPolicyRequest
1810
- ) => any;
1811
- export declare const DetachPolicyResponseFilterSensitiveLog: (
1812
- obj: DetachPolicyResponse
1813
- ) => any;
1814
- export declare const DetachTypedLinkRequestFilterSensitiveLog: (
1815
- obj: DetachTypedLinkRequest
1816
- ) => any;
1817
- export declare const DisableDirectoryRequestFilterSensitiveLog: (
1818
- obj: DisableDirectoryRequest
1819
- ) => any;
1820
- export declare const DisableDirectoryResponseFilterSensitiveLog: (
1821
- obj: DisableDirectoryResponse
1822
- ) => any;
1823
- export declare const EnableDirectoryRequestFilterSensitiveLog: (
1824
- obj: EnableDirectoryRequest
1825
- ) => any;
1826
- export declare const EnableDirectoryResponseFilterSensitiveLog: (
1827
- obj: EnableDirectoryResponse
1828
- ) => any;
1829
- export declare const GetAppliedSchemaVersionRequestFilterSensitiveLog: (
1830
- obj: GetAppliedSchemaVersionRequest
1831
- ) => any;
1832
- export declare const GetAppliedSchemaVersionResponseFilterSensitiveLog: (
1833
- obj: GetAppliedSchemaVersionResponse
1834
- ) => any;
1835
- export declare const GetDirectoryRequestFilterSensitiveLog: (
1836
- obj: GetDirectoryRequest
1837
- ) => any;
1838
- export declare const DirectoryFilterSensitiveLog: (obj: Directory) => any;
1839
- export declare const GetDirectoryResponseFilterSensitiveLog: (
1840
- obj: GetDirectoryResponse
1841
- ) => any;
1842
- export declare const GetFacetRequestFilterSensitiveLog: (
1843
- obj: GetFacetRequest
1844
- ) => any;
1845
- export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
1846
- export declare const GetFacetResponseFilterSensitiveLog: (
1847
- obj: GetFacetResponse
1848
- ) => any;
1849
- export declare const GetLinkAttributesRequestFilterSensitiveLog: (
1850
- obj: GetLinkAttributesRequest
1851
- ) => any;
1852
- export declare const GetLinkAttributesResponseFilterSensitiveLog: (
1853
- obj: GetLinkAttributesResponse
1854
- ) => any;
1855
- export declare const GetObjectAttributesRequestFilterSensitiveLog: (
1856
- obj: GetObjectAttributesRequest
1857
- ) => any;
1858
- export declare const GetObjectAttributesResponseFilterSensitiveLog: (
1859
- obj: GetObjectAttributesResponse
1860
- ) => any;
1861
- export declare const GetObjectInformationRequestFilterSensitiveLog: (
1862
- obj: GetObjectInformationRequest
1863
- ) => any;
1864
- export declare const GetObjectInformationResponseFilterSensitiveLog: (
1865
- obj: GetObjectInformationResponse
1866
- ) => any;
1867
- export declare const GetSchemaAsJsonRequestFilterSensitiveLog: (
1868
- obj: GetSchemaAsJsonRequest
1869
- ) => any;
1870
- export declare const GetSchemaAsJsonResponseFilterSensitiveLog: (
1871
- obj: GetSchemaAsJsonResponse
1872
- ) => any;
1873
- export declare const GetTypedLinkFacetInformationRequestFilterSensitiveLog: (
1874
- obj: GetTypedLinkFacetInformationRequest
1875
- ) => any;
1876
- export declare const GetTypedLinkFacetInformationResponseFilterSensitiveLog: (
1877
- obj: GetTypedLinkFacetInformationResponse
1878
- ) => any;
1879
- export declare const ListAppliedSchemaArnsRequestFilterSensitiveLog: (
1880
- obj: ListAppliedSchemaArnsRequest
1881
- ) => any;
1882
- export declare const ListAppliedSchemaArnsResponseFilterSensitiveLog: (
1883
- obj: ListAppliedSchemaArnsResponse
1884
- ) => any;
1885
- export declare const ListAttachedIndicesRequestFilterSensitiveLog: (
1886
- obj: ListAttachedIndicesRequest
1887
- ) => any;
1888
- export declare const ListAttachedIndicesResponseFilterSensitiveLog: (
1889
- obj: ListAttachedIndicesResponse
1890
- ) => any;
1891
- export declare const ListDevelopmentSchemaArnsRequestFilterSensitiveLog: (
1892
- obj: ListDevelopmentSchemaArnsRequest
1893
- ) => any;
1894
- export declare const ListDevelopmentSchemaArnsResponseFilterSensitiveLog: (
1895
- obj: ListDevelopmentSchemaArnsResponse
1896
- ) => any;
1897
- export declare const ListDirectoriesRequestFilterSensitiveLog: (
1898
- obj: ListDirectoriesRequest
1899
- ) => any;
1900
- export declare const ListDirectoriesResponseFilterSensitiveLog: (
1901
- obj: ListDirectoriesResponse
1902
- ) => any;
1903
- export declare const ListFacetAttributesRequestFilterSensitiveLog: (
1904
- obj: ListFacetAttributesRequest
1905
- ) => any;
1906
- export declare const ListFacetAttributesResponseFilterSensitiveLog: (
1907
- obj: ListFacetAttributesResponse
1908
- ) => any;
1909
- export declare const ListFacetNamesRequestFilterSensitiveLog: (
1910
- obj: ListFacetNamesRequest
1911
- ) => any;
1912
- export declare const ListFacetNamesResponseFilterSensitiveLog: (
1913
- obj: ListFacetNamesResponse
1914
- ) => any;
1915
- export declare const ListIncomingTypedLinksRequestFilterSensitiveLog: (
1916
- obj: ListIncomingTypedLinksRequest
1917
- ) => any;
1918
- export declare const ListIncomingTypedLinksResponseFilterSensitiveLog: (
1919
- obj: ListIncomingTypedLinksResponse
1920
- ) => any;
1921
- export declare const ListIndexRequestFilterSensitiveLog: (
1922
- obj: ListIndexRequest
1923
- ) => any;
1924
- export declare const ListIndexResponseFilterSensitiveLog: (
1925
- obj: ListIndexResponse
1926
- ) => any;
1927
- export declare const ListManagedSchemaArnsRequestFilterSensitiveLog: (
1928
- obj: ListManagedSchemaArnsRequest
1929
- ) => any;
1930
- export declare const ListManagedSchemaArnsResponseFilterSensitiveLog: (
1931
- obj: ListManagedSchemaArnsResponse
1932
- ) => any;
1933
- export declare const ListObjectAttributesRequestFilterSensitiveLog: (
1934
- obj: ListObjectAttributesRequest
1935
- ) => any;
1936
- export declare const ListObjectAttributesResponseFilterSensitiveLog: (
1937
- obj: ListObjectAttributesResponse
1938
- ) => any;
1939
- export declare const ListObjectChildrenRequestFilterSensitiveLog: (
1940
- obj: ListObjectChildrenRequest
1941
- ) => any;
1942
- export declare const ListObjectChildrenResponseFilterSensitiveLog: (
1943
- obj: ListObjectChildrenResponse
1944
- ) => any;
1945
- export declare const ListObjectParentPathsRequestFilterSensitiveLog: (
1946
- obj: ListObjectParentPathsRequest
1947
- ) => any;
1948
- export declare const ListObjectParentPathsResponseFilterSensitiveLog: (
1949
- obj: ListObjectParentPathsResponse
1950
- ) => any;
1951
- export declare const ListObjectParentsRequestFilterSensitiveLog: (
1952
- obj: ListObjectParentsRequest
1953
- ) => any;
1954
- export declare const ListObjectParentsResponseFilterSensitiveLog: (
1955
- obj: ListObjectParentsResponse
1956
- ) => any;
1957
- export declare const ListObjectPoliciesRequestFilterSensitiveLog: (
1958
- obj: ListObjectPoliciesRequest
1959
- ) => any;
1960
- export declare const ListObjectPoliciesResponseFilterSensitiveLog: (
1961
- obj: ListObjectPoliciesResponse
1962
- ) => any;
1963
- export declare const ListOutgoingTypedLinksRequestFilterSensitiveLog: (
1964
- obj: ListOutgoingTypedLinksRequest
1965
- ) => any;
1966
- export declare const ListOutgoingTypedLinksResponseFilterSensitiveLog: (
1967
- obj: ListOutgoingTypedLinksResponse
1968
- ) => any;
1969
- export declare const ListPolicyAttachmentsRequestFilterSensitiveLog: (
1970
- obj: ListPolicyAttachmentsRequest
1971
- ) => any;
1972
- export declare const ListPolicyAttachmentsResponseFilterSensitiveLog: (
1973
- obj: ListPolicyAttachmentsResponse
1974
- ) => any;
1975
- export declare const ListPublishedSchemaArnsRequestFilterSensitiveLog: (
1976
- obj: ListPublishedSchemaArnsRequest
1977
- ) => any;
1978
- export declare const ListPublishedSchemaArnsResponseFilterSensitiveLog: (
1979
- obj: ListPublishedSchemaArnsResponse
1980
- ) => any;
1981
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1982
- obj: ListTagsForResourceRequest
1983
- ) => any;
1984
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1985
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1986
- obj: ListTagsForResourceResponse
1987
- ) => any;
1988
- export declare const ListTypedLinkFacetAttributesRequestFilterSensitiveLog: (
1989
- obj: ListTypedLinkFacetAttributesRequest
1990
- ) => any;
1991
- export declare const ListTypedLinkFacetAttributesResponseFilterSensitiveLog: (
1992
- obj: ListTypedLinkFacetAttributesResponse
1993
- ) => any;
1994
- export declare const ListTypedLinkFacetNamesRequestFilterSensitiveLog: (
1995
- obj: ListTypedLinkFacetNamesRequest
1996
- ) => any;
1997
- export declare const ListTypedLinkFacetNamesResponseFilterSensitiveLog: (
1998
- obj: ListTypedLinkFacetNamesResponse
1999
- ) => any;
2000
- export declare const LookupPolicyRequestFilterSensitiveLog: (
2001
- obj: LookupPolicyRequest
2002
- ) => any;
2003
- export declare const LookupPolicyResponseFilterSensitiveLog: (
2004
- obj: LookupPolicyResponse
2005
- ) => any;
2006
- export declare const PublishSchemaRequestFilterSensitiveLog: (
2007
- obj: PublishSchemaRequest
2008
- ) => any;
2009
- export declare const PublishSchemaResponseFilterSensitiveLog: (
2010
- obj: PublishSchemaResponse
2011
- ) => any;
2012
- export declare const PutSchemaFromJsonRequestFilterSensitiveLog: (
2013
- obj: PutSchemaFromJsonRequest
2014
- ) => any;
2015
- export declare const PutSchemaFromJsonResponseFilterSensitiveLog: (
2016
- obj: PutSchemaFromJsonResponse
2017
- ) => any;
2018
- export declare const RemoveFacetFromObjectRequestFilterSensitiveLog: (
2019
- obj: RemoveFacetFromObjectRequest
2020
- ) => any;
2021
- export declare const RemoveFacetFromObjectResponseFilterSensitiveLog: (
2022
- obj: RemoveFacetFromObjectResponse
2023
- ) => any;
2024
- export declare const TagResourceRequestFilterSensitiveLog: (
2025
- obj: TagResourceRequest
2026
- ) => any;
2027
- export declare const TagResourceResponseFilterSensitiveLog: (
2028
- obj: TagResourceResponse
2029
- ) => any;
2030
- export declare const UntagResourceRequestFilterSensitiveLog: (
2031
- obj: UntagResourceRequest
2032
- ) => any;
2033
- export declare const UntagResourceResponseFilterSensitiveLog: (
2034
- obj: UntagResourceResponse
2035
- ) => any;
2036
- export declare const FacetAttributeUpdateFilterSensitiveLog: (
2037
- obj: FacetAttributeUpdate
2038
- ) => any;
2039
- export declare const UpdateFacetRequestFilterSensitiveLog: (
2040
- obj: UpdateFacetRequest
2041
- ) => any;
2042
- export declare const UpdateFacetResponseFilterSensitiveLog: (
2043
- obj: UpdateFacetResponse
2044
- ) => any;
2045
- export declare const UpdateLinkAttributesRequestFilterSensitiveLog: (
2046
- obj: UpdateLinkAttributesRequest
2047
- ) => any;
2048
- export declare const UpdateLinkAttributesResponseFilterSensitiveLog: (
2049
- obj: UpdateLinkAttributesResponse
2050
- ) => any;
2051
- export declare const UpdateObjectAttributesRequestFilterSensitiveLog: (
2052
- obj: UpdateObjectAttributesRequest
2053
- ) => any;
2054
- export declare const UpdateObjectAttributesResponseFilterSensitiveLog: (
2055
- obj: UpdateObjectAttributesResponse
2056
- ) => any;
2057
- export declare const UpdateSchemaRequestFilterSensitiveLog: (
2058
- obj: UpdateSchemaRequest
2059
- ) => any;
2060
- export declare const UpdateSchemaResponseFilterSensitiveLog: (
2061
- obj: UpdateSchemaResponse
2062
- ) => any;
2063
- export declare const TypedLinkFacetAttributeUpdateFilterSensitiveLog: (
2064
- obj: TypedLinkFacetAttributeUpdate
2065
- ) => any;
2066
- export declare const UpdateTypedLinkFacetRequestFilterSensitiveLog: (
2067
- obj: UpdateTypedLinkFacetRequest
2068
- ) => any;
2069
- export declare const UpdateTypedLinkFacetResponseFilterSensitiveLog: (
2070
- obj: UpdateTypedLinkFacetResponse
2071
- ) => any;
2072
- export declare const UpgradeAppliedSchemaRequestFilterSensitiveLog: (
2073
- obj: UpgradeAppliedSchemaRequest
2074
- ) => any;
2075
- export declare const UpgradeAppliedSchemaResponseFilterSensitiveLog: (
2076
- obj: UpgradeAppliedSchemaResponse
2077
- ) => any;
2078
- export declare const UpgradePublishedSchemaRequestFilterSensitiveLog: (
2079
- obj: UpgradePublishedSchemaRequest
2080
- ) => any;
2081
- export declare const UpgradePublishedSchemaResponseFilterSensitiveLog: (
2082
- obj: UpgradePublishedSchemaResponse
2083
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-clouddirectory",
3
3
  "description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
4
- "version": "3.297.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo clouddirectory"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",