@aws-sdk/client-clouddirectory 3.533.0 → 3.535.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-types/CloudDirectory.d.ts +5 -1
- package/dist-types/CloudDirectoryClient.d.ts +1 -1
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +2 -1
- package/dist-types/commands/ApplySchemaCommand.d.ts +2 -1
- package/dist-types/commands/AttachObjectCommand.d.ts +2 -1
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/AttachToIndexCommand.d.ts +2 -1
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +2 -1
- package/dist-types/commands/BatchReadCommand.d.ts +2 -1
- package/dist-types/commands/BatchWriteCommand.d.ts +2 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +2 -1
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateObjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFacetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +2 -1
- package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -1
- package/dist-types/commands/DetachObjectCommand.d.ts +2 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +2 -1
- package/dist-types/commands/DisableDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/EnableDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/GetFacetCommand.d.ts +2 -1
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +2 -1
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +2 -1
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +2 -1
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListFacetNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +2 -1
- package/dist-types/commands/ListIndexCommand.d.ts +2 -1
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +2 -1
- package/dist-types/commands/LookupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PublishSchemaCommand.d.ts +2 -1
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFacetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +686 -686
- package/dist-types/ts3.4/CloudDirectory.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -25,6 +25,15 @@ declare const ListFacetAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListFacetAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListFacetAttributesCommandInput,
|
|
32
|
+
ListFacetAttributesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListFacetNamesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListFacetNamesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListFacetNamesCommandInput,
|
|
31
|
+
ListFacetNamesCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListFacetNamesCommand extends ListFacetNamesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListIncomingTypedLinksCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListIncomingTypedLinksCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListIncomingTypedLinksCommandInput,
|
|
32
|
+
ListIncomingTypedLinksCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListIndexCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListIndexCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListIndexCommandInput,
|
|
28
|
+
ListIndexCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListIndexCommand extends ListIndexCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListManagedSchemaArnsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListManagedSchemaArnsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListManagedSchemaArnsCommandInput,
|
|
32
|
+
ListManagedSchemaArnsCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListObjectAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListObjectAttributesCommandInput,
|
|
32
|
+
ListObjectAttributesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListObjectChildrenCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListObjectChildrenCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListObjectChildrenCommandInput,
|
|
32
|
+
ListObjectChildrenCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListObjectParentPathsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListObjectParentPathsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListObjectParentPathsCommandInput,
|
|
32
|
+
ListObjectParentPathsCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListObjectParentsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListObjectParentsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListObjectParentsCommandInput,
|
|
32
|
+
ListObjectParentsCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListObjectPoliciesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListObjectPoliciesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListObjectPoliciesCommandInput,
|
|
32
|
+
ListObjectPoliciesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListOutgoingTypedLinksCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListOutgoingTypedLinksCommandInput,
|
|
32
|
+
ListOutgoingTypedLinksCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPolicyAttachmentsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPolicyAttachmentsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPolicyAttachmentsCommandInput,
|
|
32
|
+
ListPolicyAttachmentsCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPolicyAttachmentsCommand extends ListPolicyAttachmentsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPublishedSchemaArnsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListPublishedSchemaArnsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPublishedSchemaArnsCommandInput,
|
|
32
|
+
ListPublishedSchemaArnsCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPublishedSchemaArnsCommand extends ListPublishedSchemaArnsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTypedLinkFacetAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTypedLinkFacetAttributesCommandInput,
|
|
32
|
+
ListTypedLinkFacetAttributesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTypedLinkFacetAttributesCommand extends ListTypedLinkFacetAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTypedLinkFacetNamesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTypedLinkFacetNamesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTypedLinkFacetNamesCommandInput,
|
|
32
|
+
ListTypedLinkFacetNamesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTypedLinkFacetNamesCommand extends ListTypedLinkFacetNamesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const LookupPolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: LookupPolicyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
LookupPolicyCommandInput,
|
|
28
|
+
LookupPolicyCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class LookupPolicyCommand extends LookupPolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const PublishSchemaCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: PublishSchemaCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
PublishSchemaCommandInput,
|
|
31
|
+
PublishSchemaCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class PublishSchemaCommand extends PublishSchemaCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutSchemaFromJsonCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutSchemaFromJsonCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutSchemaFromJsonCommandInput,
|
|
32
|
+
PutSchemaFromJsonCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutSchemaFromJsonCommand extends PutSchemaFromJsonCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RemoveFacetFromObjectCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RemoveFacetFromObjectCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RemoveFacetFromObjectCommandInput,
|
|
32
|
+
RemoveFacetFromObjectCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RemoveFacetFromObjectCommand extends RemoveFacetFromObjectCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UntagResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UntagResourceCommandInput,
|
|
31
|
+
UntagResourceCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateFacetCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateFacetCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateFacetCommandInput,
|
|
28
|
+
UpdateFacetCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateFacetCommand extends UpdateFacetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateLinkAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateLinkAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateLinkAttributesCommandInput,
|
|
32
|
+
UpdateLinkAttributesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateLinkAttributesCommand extends UpdateLinkAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateObjectAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateObjectAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateObjectAttributesCommandInput,
|
|
32
|
+
UpdateObjectAttributesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateObjectAttributesCommand extends UpdateObjectAttributesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateSchemaCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateSchemaCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateSchemaCommandInput,
|
|
28
|
+
UpdateSchemaCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateTypedLinkFacetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateTypedLinkFacetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateTypedLinkFacetCommandInput,
|
|
32
|
+
UpdateTypedLinkFacetCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateTypedLinkFacetCommand extends UpdateTypedLinkFacetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpgradeAppliedSchemaCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpgradeAppliedSchemaCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpgradeAppliedSchemaCommandInput,
|
|
32
|
+
UpgradeAppliedSchemaCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpgradeAppliedSchemaCommand extends UpgradeAppliedSchemaCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpgradePublishedSchemaCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpgradePublishedSchemaCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpgradePublishedSchemaCommandInput,
|
|
32
|
+
UpgradePublishedSchemaCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpgradePublishedSchemaCommand extends UpgradePublishedSchemaCommand_base {}
|
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.
|
|
4
|
+
"version": "3.535.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-clouddirectory",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|