@aws-sdk/client-clouddirectory 3.529.1 → 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 +3 -2
- 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 +4 -3
- package/dist-types/commands/BatchReadCommand.d.ts +12 -11
- package/dist-types/commands/BatchWriteCommand.d.ts +8 -7
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +3 -2
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateObjectCommand.d.ts +3 -2
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -2
- 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 +3 -2
- 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 +4 -3
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -2
- 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 +3 -2
- 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 +3 -2
- package/dist-types/commands/ListFacetNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +5 -4
- package/dist-types/commands/ListIndexCommand.d.ts +5 -4
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -2
- 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 +5 -4
- 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 +3 -2
- 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 +3 -2
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +4 -3
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -2
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -2
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListObjectAttributesCommand_base: {
|
|
24
24
|
new (input: ListObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all attributes that are associated with an object.
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
@@ -59,7 +59,7 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
59
59
|
* // },
|
|
60
60
|
* // Value: { // TypedAttributeValue Union: only one key present
|
|
61
61
|
* // StringValue: "STRING_VALUE",
|
|
62
|
-
* // BinaryValue:
|
|
62
|
+
* // BinaryValue: new Uint8Array(),
|
|
63
63
|
* // BooleanValue: true || false,
|
|
64
64
|
* // NumberValue: "STRING_VALUE",
|
|
65
65
|
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -112,6 +112,7 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
112
112
|
* @throws {@link CloudDirectoryServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListObjectChildrenCommand_base: {
|
|
24
24
|
new (input: ListObjectChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListObjectChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of child objects that are associated with a given
|
|
30
30
|
* object.</p>
|
|
31
31
|
* @example
|
|
@@ -95,6 +95,7 @@ declare const ListObjectChildrenCommand_base: {
|
|
|
95
95
|
* @throws {@link CloudDirectoryServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListObjectParentPathsCommand_base: {
|
|
24
24
|
new (input: ListObjectParentPathsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListObjectParentPathsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves all available parent paths for any object type such as node, leaf node,
|
|
30
30
|
* policy node, and index node objects. For more information about objects, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directorystructure.html">Directory Structure</a>.</p>
|
|
31
31
|
* <p>Use this API to evaluate all parents for an object. The call returns all objects from
|
|
@@ -101,6 +101,7 @@ declare const ListObjectParentPathsCommand_base: {
|
|
|
101
101
|
* @throws {@link CloudDirectoryServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListObjectParentsCommand_base: {
|
|
24
24
|
new (input: ListObjectParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListObjectParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists parent objects that are associated with a given object in pagination
|
|
30
30
|
* fashion.</p>
|
|
31
31
|
* @example
|
|
@@ -101,6 +101,7 @@ declare const ListObjectParentsCommand_base: {
|
|
|
101
101
|
* @throws {@link CloudDirectoryServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListObjectPoliciesCommand_base: {
|
|
24
24
|
new (input: ListObjectPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListObjectPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns policies attached to an object in pagination fashion.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const ListObjectPoliciesCommand_base: {
|
|
|
90
90
|
* @throws {@link CloudDirectoryServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOutgoingTypedLinksCommand_base: {
|
|
24
24
|
new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListOutgoingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a>
|
|
30
30
|
* information for an object. It also supports filtering by typed link facet and identity
|
|
31
31
|
* attributes. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
@@ -47,7 +47,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
47
47
|
* StartMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
48
48
|
* StartValue: { // TypedAttributeValue Union: only one key present
|
|
49
49
|
* StringValue: "STRING_VALUE",
|
|
50
|
-
* BinaryValue: "
|
|
50
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
51
51
|
* BooleanValue: true || false,
|
|
52
52
|
* NumberValue: "STRING_VALUE",
|
|
53
53
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -55,7 +55,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
55
55
|
* EndMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
56
56
|
* EndValue: {// Union: only one key present
|
|
57
57
|
* StringValue: "STRING_VALUE",
|
|
58
|
-
* BinaryValue: "
|
|
58
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
59
59
|
* BooleanValue: true || false,
|
|
60
60
|
* NumberValue: "STRING_VALUE",
|
|
61
61
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -91,7 +91,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
91
91
|
* // AttributeName: "STRING_VALUE", // required
|
|
92
92
|
* // Value: { // TypedAttributeValue Union: only one key present
|
|
93
93
|
* // StringValue: "STRING_VALUE",
|
|
94
|
-
* // BinaryValue:
|
|
94
|
+
* // BinaryValue: new Uint8Array(),
|
|
95
95
|
* // BooleanValue: true || false,
|
|
96
96
|
* // NumberValue: "STRING_VALUE",
|
|
97
97
|
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -146,6 +146,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
146
146
|
* @throws {@link CloudDirectoryServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
148
148
|
*
|
|
149
|
+
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {
|
|
151
152
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPolicyAttachmentsCommand_base: {
|
|
24
24
|
new (input: ListPolicyAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPolicyAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const ListPolicyAttachmentsCommand_base: {
|
|
|
93
93
|
* @throws {@link CloudDirectoryServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListPolicyAttachmentsCommand extends ListPolicyAttachmentsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPublishedSchemaArnsCommand_base: {
|
|
24
24
|
new (input: ListPublishedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListPublishedSchemaArnsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the major version families of each published schema. If a major version ARN is provided as <code>SchemaArn</code>, the minor version revisions in that family are listed instead.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const ListPublishedSchemaArnsCommand_base: {
|
|
|
83
83
|
* @throws {@link CloudDirectoryServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListPublishedSchemaArnsCommand extends ListPublishedSchemaArnsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns tags for a resource. Tagging is currently supported only for directories with a
|
|
30
30
|
* limit of 50 tags per directory. All 50 tags are returned for a given directory with this API
|
|
31
31
|
* call.</p>
|
|
@@ -88,6 +88,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
88
88
|
* @throws {@link CloudDirectoryServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
24
24
|
new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTypedLinkFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of all attribute definitions for a particular <a>TypedLinkFacet</a>. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -48,7 +48,7 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
|
48
48
|
* // Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
49
49
|
* // DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
50
50
|
* // StringValue: "STRING_VALUE",
|
|
51
|
-
* // BinaryValue:
|
|
51
|
+
* // BinaryValue: new Uint8Array(),
|
|
52
52
|
* // BooleanValue: true || false,
|
|
53
53
|
* // NumberValue: "STRING_VALUE",
|
|
54
54
|
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -107,6 +107,7 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
|
107
107
|
* @throws {@link CloudDirectoryServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class ListTypedLinkFacetAttributesCommand extends ListTypedLinkFacetAttributesCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTypedLinkFacetNamesCommand_base: {
|
|
24
24
|
new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTypedLinkFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of <code>TypedLink</code> facet names for a particular schema.
|
|
30
30
|
* For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListTypedLinkFacetNamesCommand_base: {
|
|
|
84
84
|
* @throws {@link CloudDirectoryServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListTypedLinkFacetNamesCommand extends ListTypedLinkFacetNamesCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const LookupPolicyCommand_base: {
|
|
24
24
|
new (input: LookupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: LookupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all policies from the root of the <a>Directory</a> to the object
|
|
30
30
|
* specified. If there are no policies present, an empty list is returned. If policies are
|
|
31
31
|
* present, and if some objects don't have the policies attached, it returns the <code>ObjectIdentifier</code>
|
|
@@ -103,6 +103,7 @@ declare const LookupPolicyCommand_base: {
|
|
|
103
103
|
* @throws {@link CloudDirectoryServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class LookupPolicyCommand extends LookupPolicyCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const PublishSchemaCommand_base: {
|
|
24
24
|
new (input: PublishSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PublishSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Publishes a development schema with a major version and a recommended minor version.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const PublishSchemaCommand_base: {
|
|
|
81
81
|
* @throws {@link CloudDirectoryServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PublishSchemaCommand extends PublishSchemaCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutSchemaFromJsonCommand_base: {
|
|
24
24
|
new (input: PutSchemaFromJsonCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutSchemaFromJsonCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows a schema to be updated using JSON upload. Only available for development schemas. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_jsonformat.html#schemas_json">JSON Schema Format</a> for more information.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const PutSchemaFromJsonCommand_base: {
|
|
|
79
79
|
* @throws {@link CloudDirectoryServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class PutSchemaFromJsonCommand extends PutSchemaFromJsonCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveFacetFromObjectCommand_base: {
|
|
24
24
|
new (input: RemoveFacetFromObjectCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveFacetFromObjectCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified facet from the specified object.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const RemoveFacetFromObjectCommand_base: {
|
|
|
87
87
|
* @throws {@link CloudDirectoryServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class RemoveFacetFromObjectCommand extends RemoveFacetFromObjectCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>An API operation for adding tags to a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const TagResourceCommand_base: {
|
|
|
82
82
|
* @throws {@link CloudDirectoryServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>An API operation for removing tags from a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const UntagResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link CloudDirectoryServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFacetCommand_base: {
|
|
24
24
|
new (input: UpdateFacetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFacetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Does the following:</p>
|
|
30
30
|
* <ol>
|
|
31
31
|
* <li>
|
|
@@ -55,7 +55,7 @@ declare const UpdateFacetCommand_base: {
|
|
|
55
55
|
* Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
56
56
|
* DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
57
57
|
* StringValue: "STRING_VALUE",
|
|
58
|
-
* BinaryValue: "
|
|
58
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
59
59
|
* BooleanValue: true || false,
|
|
60
60
|
* NumberValue: "STRING_VALUE",
|
|
61
61
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -132,6 +132,7 @@ declare const UpdateFacetCommand_base: {
|
|
|
132
132
|
* @throws {@link CloudDirectoryServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
134
134
|
*
|
|
135
|
+
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class UpdateFacetCommand extends UpdateFacetCommand_base {
|
|
137
138
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLinkAttributesCommand_base: {
|
|
24
24
|
new (input: UpdateLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a given typed link’s attributes. Attributes to be updated must not contribute to the typed link’s identity, as defined by its <code>IdentityAttributeOrder</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -51,7 +51,7 @@ declare const UpdateLinkAttributesCommand_base: {
|
|
|
51
51
|
* AttributeName: "STRING_VALUE", // required
|
|
52
52
|
* Value: { // TypedAttributeValue Union: only one key present
|
|
53
53
|
* StringValue: "STRING_VALUE",
|
|
54
|
-
* BinaryValue: "
|
|
54
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
55
55
|
* BooleanValue: true || false,
|
|
56
56
|
* NumberValue: "STRING_VALUE",
|
|
57
57
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -70,7 +70,7 @@ declare const UpdateLinkAttributesCommand_base: {
|
|
|
70
70
|
* AttributeActionType: "CREATE_OR_UPDATE" || "DELETE",
|
|
71
71
|
* AttributeUpdateValue: {// Union: only one key present
|
|
72
72
|
* StringValue: "STRING_VALUE",
|
|
73
|
-
* BinaryValue: "
|
|
73
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
74
74
|
* BooleanValue: true || false,
|
|
75
75
|
* NumberValue: "STRING_VALUE",
|
|
76
76
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -123,6 +123,7 @@ declare const UpdateLinkAttributesCommand_base: {
|
|
|
123
123
|
* @throws {@link CloudDirectoryServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
125
125
|
*
|
|
126
|
+
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class UpdateLinkAttributesCommand extends UpdateLinkAttributesCommand_base {
|
|
128
129
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateObjectAttributesCommand_base: {
|
|
24
24
|
new (input: UpdateObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a given object's attributes.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -49,7 +49,7 @@ declare const UpdateObjectAttributesCommand_base: {
|
|
|
49
49
|
* ObjectAttributeActionType: "CREATE_OR_UPDATE" || "DELETE",
|
|
50
50
|
* ObjectAttributeUpdateValue: { // TypedAttributeValue Union: only one key present
|
|
51
51
|
* StringValue: "STRING_VALUE",
|
|
52
|
-
* BinaryValue: "
|
|
52
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
53
53
|
* BooleanValue: true || false,
|
|
54
54
|
* NumberValue: "STRING_VALUE",
|
|
55
55
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -108,6 +108,7 @@ declare const UpdateObjectAttributesCommand_base: {
|
|
|
108
108
|
* @throws {@link CloudDirectoryServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class UpdateObjectAttributesCommand extends UpdateObjectAttributesCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSchemaCommand_base: {
|
|
24
24
|
new (input: UpdateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the schema name with a new name. Only development schema names can be
|
|
30
30
|
* updated.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const UpdateSchemaCommand_base: {
|
|
|
77
77
|
* @throws {@link CloudDirectoryServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTypedLinkFacetCommand_base: {
|
|
24
24
|
new (input: UpdateTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a <a>TypedLinkFacet</a>. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -43,7 +43,7 @@ declare const UpdateTypedLinkFacetCommand_base: {
|
|
|
43
43
|
* Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
44
44
|
* DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
45
45
|
* StringValue: "STRING_VALUE",
|
|
46
|
-
* BinaryValue: "
|
|
46
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
47
47
|
* BooleanValue: true || false,
|
|
48
48
|
* NumberValue: "STRING_VALUE",
|
|
49
49
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -117,6 +117,7 @@ declare const UpdateTypedLinkFacetCommand_base: {
|
|
|
117
117
|
* @throws {@link CloudDirectoryServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
119
119
|
*
|
|
120
|
+
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class UpdateTypedLinkFacetCommand extends UpdateTypedLinkFacetCommand_base {
|
|
122
123
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpgradeAppliedSchemaCommand_base: {
|
|
24
24
|
new (input: UpgradeAppliedSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpgradeAppliedSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Upgrades a single directory in-place using the <code>PublishedSchemaArn</code> with schema updates found in <code>MinorVersion</code>. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const UpgradeAppliedSchemaCommand_base: {
|
|
|
86
86
|
* @throws {@link CloudDirectoryServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpgradeAppliedSchemaCommand extends UpgradeAppliedSchemaCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpgradePublishedSchemaCommand_base: {
|
|
24
24
|
new (input: UpgradePublishedSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpgradePublishedSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Upgrades a published schema under a new minor version revision using the current contents of <code>DevelopmentSchemaArn</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const UpgradePublishedSchemaCommand_base: {
|
|
|
85
85
|
* @throws {@link CloudDirectoryServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpgradePublishedSchemaCommand extends UpgradePublishedSchemaCommand_base {
|
|
90
91
|
}
|