@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 DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTypedLinkFacetCommand_base: {
|
|
24
24
|
new (input: DeleteTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes 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.
|
|
@@ -77,6 +77,7 @@ declare const DeleteTypedLinkFacetCommand_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 DeleteTypedLinkFacetCommand extends DeleteTypedLinkFacetCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetachFromIndexCommand_base: {
|
|
24
24
|
new (input: DetachFromIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetachFromIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detaches the specified object from the specified index.</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 DetachFromIndexCommand_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 DetachFromIndexCommand extends DetachFromIndexCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface DetachObjectCommandOutput extends DetachObjectResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetachObjectCommand_base: {
|
|
24
24
|
new (input: DetachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detaches a given object from the parent object. The object that is to be detached from the
|
|
30
30
|
* parent is specified by the link name.</p>
|
|
31
31
|
* @example
|
|
@@ -87,6 +87,7 @@ declare const DetachObjectCommand_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 DetachObjectCommand extends DetachObjectCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetachPolicyCommand_base: {
|
|
24
24
|
new (input: DetachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detaches a policy from an object.</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 DetachPolicyCommand_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 DetachPolicyCommand extends DetachPolicyCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DetachTypedLinkCommand_base: {
|
|
24
24
|
new (input: DetachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DetachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detaches a typed link from a specified source and target object. 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.
|
|
@@ -51,7 +51,7 @@ declare const DetachTypedLinkCommand_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"),
|
|
@@ -104,6 +104,7 @@ declare const DetachTypedLinkCommand_base: {
|
|
|
104
104
|
* @throws {@link CloudDirectoryServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableDirectoryCommand_base: {
|
|
24
24
|
new (input: DisableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables the specified directory. Disabled directories cannot be read or written to.
|
|
30
30
|
* Only enabled directories can be disabled. Disabled directories may be reenabled.</p>
|
|
31
31
|
* @example
|
|
@@ -80,6 +80,7 @@ declare const DisableDirectoryCommand_base: {
|
|
|
80
80
|
* @throws {@link CloudDirectoryServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DisableDirectoryCommand extends DisableDirectoryCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableDirectoryCommand_base: {
|
|
24
24
|
new (input: EnableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables the specified directory. Only disabled directories can be enabled. Once
|
|
30
30
|
* enabled, the directory can then be read and written to.</p>
|
|
31
31
|
* @example
|
|
@@ -80,6 +80,7 @@ declare const EnableDirectoryCommand_base: {
|
|
|
80
80
|
* @throws {@link CloudDirectoryServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class EnableDirectoryCommand extends EnableDirectoryCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVe
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAppliedSchemaVersionCommand_base: {
|
|
24
24
|
new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAppliedSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns current applied schema version ARN, including the minor version in use.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetAppliedSchemaVersionCommand_base: {
|
|
|
75
75
|
* @throws {@link CloudDirectoryServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDirectoryCommand_base: {
|
|
24
24
|
new (input: GetDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves metadata about a directory.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetDirectoryCommand_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 GetDirectoryCommand extends GetDirectoryCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFacetCommand_base: {
|
|
24
24
|
new (input: GetFacetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFacetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets details of the <a>Facet</a>, such as facet name, attributes, <a>Rule</a>s, or <code>ObjectType</code>. You can call this on all kinds of schema
|
|
30
30
|
* facets -- published, development, or applied.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const GetFacetCommand_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 GetFacetCommand extends GetFacetCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLinkAttributesCommand_base: {
|
|
24
24
|
new (input: GetLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves attributes that are associated with a typed link.</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 GetLinkAttributesCommand_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"),
|
|
@@ -76,7 +76,7 @@ declare const GetLinkAttributesCommand_base: {
|
|
|
76
76
|
* // },
|
|
77
77
|
* // Value: { // TypedAttributeValue Union: only one key present
|
|
78
78
|
* // StringValue: "STRING_VALUE",
|
|
79
|
-
* // BinaryValue:
|
|
79
|
+
* // BinaryValue: new Uint8Array(),
|
|
80
80
|
* // BooleanValue: true || false,
|
|
81
81
|
* // NumberValue: "STRING_VALUE",
|
|
82
82
|
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -125,6 +125,7 @@ declare const GetLinkAttributesCommand_base: {
|
|
|
125
125
|
* @throws {@link CloudDirectoryServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
127
127
|
*
|
|
128
|
+
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {
|
|
130
131
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetObjectAttributesCommand_base: {
|
|
24
24
|
new (input: GetObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves attributes within a facet that are associated with an object.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,7 +59,7 @@ declare const GetObjectAttributesCommand_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"),
|
|
@@ -108,6 +108,7 @@ declare const GetObjectAttributesCommand_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 GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetObjectInformationCommandOutput extends GetObjectInformationR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetObjectInformationCommand_base: {
|
|
24
24
|
new (input: GetObjectInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetObjectInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves metadata about an object.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const GetObjectInformationCommand_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 GetObjectInformationCommand extends GetObjectInformationCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSchemaAsJsonCommand_base: {
|
|
24
24
|
new (input: GetSchemaAsJsonCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSchemaAsJsonCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a JSON representation of the schema. 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.
|
|
@@ -76,6 +76,7 @@ declare const GetSchemaAsJsonCommand_base: {
|
|
|
76
76
|
* @throws {@link CloudDirectoryServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkF
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTypedLinkFacetInformationCommand_base: {
|
|
24
24
|
new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTypedLinkFacetInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the identity attribute order for a specific <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.
|
|
@@ -84,6 +84,7 @@ declare const GetTypedLinkFacetInformationCommand_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 GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArn
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAppliedSchemaArnsCommand_base: {
|
|
24
24
|
new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAppliedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists schema major versions applied to a directory. If <code>SchemaArn</code> is provided, lists the minor version.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const ListAppliedSchemaArnsCommand_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 ListAppliedSchemaArnsCommand extends ListAppliedSchemaArnsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAttachedIndicesCommand_base: {
|
|
24
24
|
new (input: ListAttachedIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAttachedIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists indices attached to the specified object.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -56,7 +56,7 @@ declare const ListAttachedIndicesCommand_base: {
|
|
|
56
56
|
* // },
|
|
57
57
|
* // Value: { // TypedAttributeValue Union: only one key present
|
|
58
58
|
* // StringValue: "STRING_VALUE",
|
|
59
|
-
* // BinaryValue:
|
|
59
|
+
* // BinaryValue: new Uint8Array(),
|
|
60
60
|
* // BooleanValue: true || false,
|
|
61
61
|
* // NumberValue: "STRING_VALUE",
|
|
62
62
|
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -105,6 +105,7 @@ declare const ListAttachedIndicesCommand_base: {
|
|
|
105
105
|
* @throws {@link CloudDirectoryServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListAttachedIndicesCommand extends ListAttachedIndicesCommand_base {
|
|
110
111
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentS
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDevelopmentSchemaArnsCommand_base: {
|
|
24
24
|
new (input: ListDevelopmentSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDevelopmentSchemaArnsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves each Amazon Resource Name (ARN) of schemas in the development
|
|
30
30
|
* state.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const ListDevelopmentSchemaArnsCommand_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 ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDirectoriesCommand_base: {
|
|
24
24
|
new (input: ListDirectoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDirectoriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists directories created within an account.</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 ListDirectoriesCommand_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 ListDirectoriesCommand extends ListDirectoriesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFacetAttributesCommand_base: {
|
|
24
24
|
new (input: ListFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves attributes attached to the facet.</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 ListFacetAttributesCommand_base: {
|
|
|
49
49
|
* // Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
50
50
|
* // DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
51
51
|
* // StringValue: "STRING_VALUE",
|
|
52
|
-
* // BinaryValue:
|
|
52
|
+
* // BinaryValue: new Uint8Array(),
|
|
53
53
|
* // BooleanValue: true || false,
|
|
54
54
|
* // NumberValue: "STRING_VALUE",
|
|
55
55
|
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -113,6 +113,7 @@ declare const ListFacetAttributesCommand_base: {
|
|
|
113
113
|
* @throws {@link CloudDirectoryServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {
|
|
118
119
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFacetNamesCommand_base: {
|
|
24
24
|
new (input: ListFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the names of facets that exist in a schema.</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 ListFacetNamesCommand_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 ListFacetNamesCommand extends ListFacetNamesCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIncomingTypedLinksCommand_base: {
|
|
24
24
|
new (input: ListIncomingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListIncomingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, 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 incoming <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 ListIncomingTypedLinksCommand_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 ListIncomingTypedLinksCommand_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 ListIncomingTypedLinksCommand_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 ListIncomingTypedLinksCommand_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 ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {
|
|
151
152
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIndexCommand_base: {
|
|
24
24
|
new (input: ListIndexCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListIndexCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists objects attached to the specified index.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -46,7 +46,7 @@ declare const ListIndexCommand_base: {
|
|
|
46
46
|
* StartMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
47
47
|
* StartValue: { // TypedAttributeValue Union: only one key present
|
|
48
48
|
* StringValue: "STRING_VALUE",
|
|
49
|
-
* BinaryValue: "
|
|
49
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
50
50
|
* BooleanValue: true || false,
|
|
51
51
|
* NumberValue: "STRING_VALUE",
|
|
52
52
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -54,7 +54,7 @@ declare const ListIndexCommand_base: {
|
|
|
54
54
|
* EndMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
55
55
|
* EndValue: {// Union: only one key present
|
|
56
56
|
* StringValue: "STRING_VALUE",
|
|
57
|
-
* BinaryValue: "
|
|
57
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
58
58
|
* BooleanValue: true || false,
|
|
59
59
|
* NumberValue: "STRING_VALUE",
|
|
60
60
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -83,7 +83,7 @@ declare const ListIndexCommand_base: {
|
|
|
83
83
|
* // },
|
|
84
84
|
* // Value: { // TypedAttributeValue Union: only one key present
|
|
85
85
|
* // StringValue: "STRING_VALUE",
|
|
86
|
-
* // BinaryValue:
|
|
86
|
+
* // BinaryValue: new Uint8Array(),
|
|
87
87
|
* // BooleanValue: true || false,
|
|
88
88
|
* // NumberValue: "STRING_VALUE",
|
|
89
89
|
* // DatetimeValue: new Date("TIMESTAMP"),
|
|
@@ -142,6 +142,7 @@ declare const ListIndexCommand_base: {
|
|
|
142
142
|
* @throws {@link CloudDirectoryServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
144
144
|
*
|
|
145
|
+
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class ListIndexCommand extends ListIndexCommand_base {
|
|
147
148
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListManagedSchemaArnsCommand_base: {
|
|
24
24
|
new (input: ListManagedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListManagedSchemaArnsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, 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 managed schema. If a major version ARN is provided as SchemaArn, 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.
|
|
@@ -77,6 +77,7 @@ declare const ListManagedSchemaArnsCommand_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 ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {
|
|
82
83
|
}
|