@aws-sdk/client-clouddirectory 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudDirectory.d.ts +1126 -335
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +501 -139
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2083 -2534
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +20 -20
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./CloudDirectory";
|
|
2
|
-
export * from "./CloudDirectoryClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { CloudDirectoryServiceException } from "./models/CloudDirectoryServiceException";
|
|
1
|
+
export * from "./CloudDirectory";
|
|
2
|
+
export * from "./CloudDirectoryClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { CloudDirectoryServiceException } from "./models/CloudDirectoryServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class CloudDirectoryServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|