@aws-sdk/client-clouddirectory 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3516 -3593
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CloudDirectoryClient.js +2 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +3 -9
- package/dist-es/commands/ApplySchemaCommand.js +3 -9
- package/dist-es/commands/AttachObjectCommand.js +3 -9
- package/dist-es/commands/AttachPolicyCommand.js +3 -9
- package/dist-es/commands/AttachToIndexCommand.js +3 -9
- package/dist-es/commands/AttachTypedLinkCommand.js +3 -9
- package/dist-es/commands/BatchReadCommand.js +3 -9
- package/dist-es/commands/BatchWriteCommand.js +3 -9
- package/dist-es/commands/CreateDirectoryCommand.js +3 -9
- package/dist-es/commands/CreateFacetCommand.js +3 -9
- package/dist-es/commands/CreateIndexCommand.js +3 -9
- package/dist-es/commands/CreateObjectCommand.js +3 -9
- package/dist-es/commands/CreateSchemaCommand.js +3 -9
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -9
- package/dist-es/commands/DeleteFacetCommand.js +3 -9
- package/dist-es/commands/DeleteObjectCommand.js +3 -9
- package/dist-es/commands/DeleteSchemaCommand.js +3 -9
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/DetachFromIndexCommand.js +3 -9
- package/dist-es/commands/DetachObjectCommand.js +3 -9
- package/dist-es/commands/DetachPolicyCommand.js +3 -9
- package/dist-es/commands/DetachTypedLinkCommand.js +3 -9
- package/dist-es/commands/DisableDirectoryCommand.js +3 -9
- package/dist-es/commands/EnableDirectoryCommand.js +3 -9
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -9
- package/dist-es/commands/GetDirectoryCommand.js +3 -9
- package/dist-es/commands/GetFacetCommand.js +3 -9
- package/dist-es/commands/GetLinkAttributesCommand.js +3 -9
- package/dist-es/commands/GetObjectAttributesCommand.js +3 -9
- package/dist-es/commands/GetObjectInformationCommand.js +3 -9
- package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -9
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -9
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListAttachedIndicesCommand.js +3 -9
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListDirectoriesCommand.js +3 -9
- package/dist-es/commands/ListFacetAttributesCommand.js +3 -9
- package/dist-es/commands/ListFacetNamesCommand.js +3 -9
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -9
- package/dist-es/commands/ListIndexCommand.js +3 -9
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListObjectAttributesCommand.js +3 -9
- package/dist-es/commands/ListObjectChildrenCommand.js +3 -9
- package/dist-es/commands/ListObjectParentPathsCommand.js +3 -9
- package/dist-es/commands/ListObjectParentsCommand.js +3 -9
- package/dist-es/commands/ListObjectPoliciesCommand.js +3 -9
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -9
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -9
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -9
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -9
- package/dist-es/commands/LookupPolicyCommand.js +3 -9
- package/dist-es/commands/PublishSchemaCommand.js +3 -9
- package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -9
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateFacetCommand.js +3 -9
- package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateSchemaCommand.js +3 -9
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -9
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3292 -0
- package/dist-types/CloudDirectoryClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +364 -0
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +370 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -3033
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -596
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -797
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.