@aws-sdk/client-clouddirectory 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/CloudDirectory.d.ts +1192 -335
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +526 -139
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2825 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
export * from "./AddFacetToObjectCommand";
|
|
2
|
-
export * from "./ApplySchemaCommand";
|
|
3
|
-
export * from "./AttachObjectCommand";
|
|
4
|
-
export * from "./AttachPolicyCommand";
|
|
5
|
-
export * from "./AttachToIndexCommand";
|
|
6
|
-
export * from "./AttachTypedLinkCommand";
|
|
7
|
-
export * from "./BatchReadCommand";
|
|
8
|
-
export * from "./BatchWriteCommand";
|
|
9
|
-
export * from "./CreateDirectoryCommand";
|
|
10
|
-
export * from "./CreateFacetCommand";
|
|
11
|
-
export * from "./CreateIndexCommand";
|
|
12
|
-
export * from "./CreateObjectCommand";
|
|
13
|
-
export * from "./CreateSchemaCommand";
|
|
14
|
-
export * from "./CreateTypedLinkFacetCommand";
|
|
15
|
-
export * from "./DeleteDirectoryCommand";
|
|
16
|
-
export * from "./DeleteFacetCommand";
|
|
17
|
-
export * from "./DeleteObjectCommand";
|
|
18
|
-
export * from "./DeleteSchemaCommand";
|
|
19
|
-
export * from "./DeleteTypedLinkFacetCommand";
|
|
20
|
-
export * from "./DetachFromIndexCommand";
|
|
21
|
-
export * from "./DetachObjectCommand";
|
|
22
|
-
export * from "./DetachPolicyCommand";
|
|
23
|
-
export * from "./DetachTypedLinkCommand";
|
|
24
|
-
export * from "./DisableDirectoryCommand";
|
|
25
|
-
export * from "./EnableDirectoryCommand";
|
|
26
|
-
export * from "./GetAppliedSchemaVersionCommand";
|
|
27
|
-
export * from "./GetDirectoryCommand";
|
|
28
|
-
export * from "./GetFacetCommand";
|
|
29
|
-
export * from "./GetLinkAttributesCommand";
|
|
30
|
-
export * from "./GetObjectAttributesCommand";
|
|
31
|
-
export * from "./GetObjectInformationCommand";
|
|
32
|
-
export * from "./GetSchemaAsJsonCommand";
|
|
33
|
-
export * from "./GetTypedLinkFacetInformationCommand";
|
|
34
|
-
export * from "./ListAppliedSchemaArnsCommand";
|
|
35
|
-
export * from "./ListAttachedIndicesCommand";
|
|
36
|
-
export * from "./ListDevelopmentSchemaArnsCommand";
|
|
37
|
-
export * from "./ListDirectoriesCommand";
|
|
38
|
-
export * from "./ListFacetAttributesCommand";
|
|
39
|
-
export * from "./ListFacetNamesCommand";
|
|
40
|
-
export * from "./ListIncomingTypedLinksCommand";
|
|
41
|
-
export * from "./ListIndexCommand";
|
|
42
|
-
export * from "./ListManagedSchemaArnsCommand";
|
|
43
|
-
export * from "./ListObjectAttributesCommand";
|
|
44
|
-
export * from "./ListObjectChildrenCommand";
|
|
45
|
-
export * from "./ListObjectParentPathsCommand";
|
|
46
|
-
export * from "./ListObjectParentsCommand";
|
|
47
|
-
export * from "./ListObjectPoliciesCommand";
|
|
48
|
-
export * from "./ListOutgoingTypedLinksCommand";
|
|
49
|
-
export * from "./ListPolicyAttachmentsCommand";
|
|
50
|
-
export * from "./ListPublishedSchemaArnsCommand";
|
|
51
|
-
export * from "./ListTagsForResourceCommand";
|
|
52
|
-
export * from "./ListTypedLinkFacetAttributesCommand";
|
|
53
|
-
export * from "./ListTypedLinkFacetNamesCommand";
|
|
54
|
-
export * from "./LookupPolicyCommand";
|
|
55
|
-
export * from "./PublishSchemaCommand";
|
|
56
|
-
export * from "./PutSchemaFromJsonCommand";
|
|
57
|
-
export * from "./RemoveFacetFromObjectCommand";
|
|
58
|
-
export * from "./TagResourceCommand";
|
|
59
|
-
export * from "./UntagResourceCommand";
|
|
60
|
-
export * from "./UpdateFacetCommand";
|
|
61
|
-
export * from "./UpdateLinkAttributesCommand";
|
|
62
|
-
export * from "./UpdateObjectAttributesCommand";
|
|
63
|
-
export * from "./UpdateSchemaCommand";
|
|
64
|
-
export * from "./UpdateTypedLinkFacetCommand";
|
|
65
|
-
export * from "./UpgradeAppliedSchemaCommand";
|
|
66
|
-
export * from "./UpgradePublishedSchemaCommand";
|
|
1
|
+
export * from "./AddFacetToObjectCommand";
|
|
2
|
+
export * from "./ApplySchemaCommand";
|
|
3
|
+
export * from "./AttachObjectCommand";
|
|
4
|
+
export * from "./AttachPolicyCommand";
|
|
5
|
+
export * from "./AttachToIndexCommand";
|
|
6
|
+
export * from "./AttachTypedLinkCommand";
|
|
7
|
+
export * from "./BatchReadCommand";
|
|
8
|
+
export * from "./BatchWriteCommand";
|
|
9
|
+
export * from "./CreateDirectoryCommand";
|
|
10
|
+
export * from "./CreateFacetCommand";
|
|
11
|
+
export * from "./CreateIndexCommand";
|
|
12
|
+
export * from "./CreateObjectCommand";
|
|
13
|
+
export * from "./CreateSchemaCommand";
|
|
14
|
+
export * from "./CreateTypedLinkFacetCommand";
|
|
15
|
+
export * from "./DeleteDirectoryCommand";
|
|
16
|
+
export * from "./DeleteFacetCommand";
|
|
17
|
+
export * from "./DeleteObjectCommand";
|
|
18
|
+
export * from "./DeleteSchemaCommand";
|
|
19
|
+
export * from "./DeleteTypedLinkFacetCommand";
|
|
20
|
+
export * from "./DetachFromIndexCommand";
|
|
21
|
+
export * from "./DetachObjectCommand";
|
|
22
|
+
export * from "./DetachPolicyCommand";
|
|
23
|
+
export * from "./DetachTypedLinkCommand";
|
|
24
|
+
export * from "./DisableDirectoryCommand";
|
|
25
|
+
export * from "./EnableDirectoryCommand";
|
|
26
|
+
export * from "./GetAppliedSchemaVersionCommand";
|
|
27
|
+
export * from "./GetDirectoryCommand";
|
|
28
|
+
export * from "./GetFacetCommand";
|
|
29
|
+
export * from "./GetLinkAttributesCommand";
|
|
30
|
+
export * from "./GetObjectAttributesCommand";
|
|
31
|
+
export * from "./GetObjectInformationCommand";
|
|
32
|
+
export * from "./GetSchemaAsJsonCommand";
|
|
33
|
+
export * from "./GetTypedLinkFacetInformationCommand";
|
|
34
|
+
export * from "./ListAppliedSchemaArnsCommand";
|
|
35
|
+
export * from "./ListAttachedIndicesCommand";
|
|
36
|
+
export * from "./ListDevelopmentSchemaArnsCommand";
|
|
37
|
+
export * from "./ListDirectoriesCommand";
|
|
38
|
+
export * from "./ListFacetAttributesCommand";
|
|
39
|
+
export * from "./ListFacetNamesCommand";
|
|
40
|
+
export * from "./ListIncomingTypedLinksCommand";
|
|
41
|
+
export * from "./ListIndexCommand";
|
|
42
|
+
export * from "./ListManagedSchemaArnsCommand";
|
|
43
|
+
export * from "./ListObjectAttributesCommand";
|
|
44
|
+
export * from "./ListObjectChildrenCommand";
|
|
45
|
+
export * from "./ListObjectParentPathsCommand";
|
|
46
|
+
export * from "./ListObjectParentsCommand";
|
|
47
|
+
export * from "./ListObjectPoliciesCommand";
|
|
48
|
+
export * from "./ListOutgoingTypedLinksCommand";
|
|
49
|
+
export * from "./ListPolicyAttachmentsCommand";
|
|
50
|
+
export * from "./ListPublishedSchemaArnsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./ListTypedLinkFacetAttributesCommand";
|
|
53
|
+
export * from "./ListTypedLinkFacetNamesCommand";
|
|
54
|
+
export * from "./LookupPolicyCommand";
|
|
55
|
+
export * from "./PublishSchemaCommand";
|
|
56
|
+
export * from "./PutSchemaFromJsonCommand";
|
|
57
|
+
export * from "./RemoveFacetFromObjectCommand";
|
|
58
|
+
export * from "./TagResourceCommand";
|
|
59
|
+
export * from "./UntagResourceCommand";
|
|
60
|
+
export * from "./UpdateFacetCommand";
|
|
61
|
+
export * from "./UpdateLinkAttributesCommand";
|
|
62
|
+
export * from "./UpdateObjectAttributesCommand";
|
|
63
|
+
export * from "./UpdateSchemaCommand";
|
|
64
|
+
export * from "./UpdateTypedLinkFacetCommand";
|
|
65
|
+
export * from "./UpgradeAppliedSchemaCommand";
|
|
66
|
+
export * from "./UpgradePublishedSchemaCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -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,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class CloudDirectoryServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|