@aws-sdk/client-clouddirectory 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/CloudDirectory.d.ts +5 -1
- package/dist-types/CloudDirectoryClient.d.ts +1 -1
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +2 -1
- package/dist-types/commands/ApplySchemaCommand.d.ts +2 -1
- package/dist-types/commands/AttachObjectCommand.d.ts +2 -1
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/AttachToIndexCommand.d.ts +2 -1
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +2 -1
- package/dist-types/commands/BatchReadCommand.d.ts +2 -1
- package/dist-types/commands/BatchWriteCommand.d.ts +2 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +2 -1
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateObjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFacetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +2 -1
- package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -1
- package/dist-types/commands/DetachObjectCommand.d.ts +2 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +2 -1
- package/dist-types/commands/DisableDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/EnableDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/GetFacetCommand.d.ts +2 -1
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +2 -1
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +2 -1
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +2 -1
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListFacetNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +2 -1
- package/dist-types/commands/ListIndexCommand.d.ts +2 -1
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +2 -1
- package/dist-types/commands/LookupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PublishSchemaCommand.d.ts +2 -1
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFacetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +686 -686
- package/dist-types/ts3.4/CloudDirectory.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -280,12 +280,14 @@ export interface CloudDirectory {
|
|
|
280
280
|
/**
|
|
281
281
|
* @see {@link ListDevelopmentSchemaArnsCommand}
|
|
282
282
|
*/
|
|
283
|
+
listDevelopmentSchemaArns(): Promise<ListDevelopmentSchemaArnsCommandOutput>;
|
|
283
284
|
listDevelopmentSchemaArns(args: ListDevelopmentSchemaArnsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevelopmentSchemaArnsCommandOutput>;
|
|
284
285
|
listDevelopmentSchemaArns(args: ListDevelopmentSchemaArnsCommandInput, cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void): void;
|
|
285
286
|
listDevelopmentSchemaArns(args: ListDevelopmentSchemaArnsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void): void;
|
|
286
287
|
/**
|
|
287
288
|
* @see {@link ListDirectoriesCommand}
|
|
288
289
|
*/
|
|
290
|
+
listDirectories(): Promise<ListDirectoriesCommandOutput>;
|
|
289
291
|
listDirectories(args: ListDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListDirectoriesCommandOutput>;
|
|
290
292
|
listDirectories(args: ListDirectoriesCommandInput, cb: (err: any, data?: ListDirectoriesCommandOutput) => void): void;
|
|
291
293
|
listDirectories(args: ListDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDirectoriesCommandOutput) => void): void;
|
|
@@ -316,6 +318,7 @@ export interface CloudDirectory {
|
|
|
316
318
|
/**
|
|
317
319
|
* @see {@link ListManagedSchemaArnsCommand}
|
|
318
320
|
*/
|
|
321
|
+
listManagedSchemaArns(): Promise<ListManagedSchemaArnsCommandOutput>;
|
|
319
322
|
listManagedSchemaArns(args: ListManagedSchemaArnsCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedSchemaArnsCommandOutput>;
|
|
320
323
|
listManagedSchemaArns(args: ListManagedSchemaArnsCommandInput, cb: (err: any, data?: ListManagedSchemaArnsCommandOutput) => void): void;
|
|
321
324
|
listManagedSchemaArns(args: ListManagedSchemaArnsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedSchemaArnsCommandOutput) => void): void;
|
|
@@ -364,6 +367,7 @@ export interface CloudDirectory {
|
|
|
364
367
|
/**
|
|
365
368
|
* @see {@link ListPublishedSchemaArnsCommand}
|
|
366
369
|
*/
|
|
370
|
+
listPublishedSchemaArns(): Promise<ListPublishedSchemaArnsCommandOutput>;
|
|
367
371
|
listPublishedSchemaArns(args: ListPublishedSchemaArnsCommandInput, options?: __HttpHandlerOptions): Promise<ListPublishedSchemaArnsCommandOutput>;
|
|
368
372
|
listPublishedSchemaArns(args: ListPublishedSchemaArnsCommandInput, cb: (err: any, data?: ListPublishedSchemaArnsCommandOutput) => void): void;
|
|
369
373
|
listPublishedSchemaArns(args: ListPublishedSchemaArnsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublishedSchemaArnsCommandOutput) => void): void;
|
|
@@ -465,13 +469,13 @@ export interface CloudDirectory {
|
|
|
465
469
|
upgradePublishedSchema(args: UpgradePublishedSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void): void;
|
|
466
470
|
}
|
|
467
471
|
/**
|
|
468
|
-
* @public
|
|
469
472
|
* <fullname>Amazon Cloud Directory</fullname>
|
|
470
473
|
* <p>Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the
|
|
471
474
|
* development and management of cloud-scale web, mobile, and IoT applications. This guide
|
|
472
475
|
* describes the Cloud Directory operations that you can call programmatically and includes
|
|
473
476
|
* detailed information on data types and errors. For information about Cloud Directory features, see <a href="https://aws.amazon.com/directoryservice/">AWS Directory
|
|
474
477
|
* Service</a> and the <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/what_is_cloud_directory.html">Amazon Cloud Directory Developer Guide</a>.</p>
|
|
478
|
+
* @public
|
|
475
479
|
*/
|
|
476
480
|
export declare class CloudDirectory extends CloudDirectoryClient implements CloudDirectory {
|
|
477
481
|
}
|
|
@@ -217,13 +217,13 @@ export type CloudDirectoryClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
217
217
|
export interface CloudDirectoryClientResolvedConfig extends CloudDirectoryClientResolvedConfigType {
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
* @public
|
|
221
220
|
* <fullname>Amazon Cloud Directory</fullname>
|
|
222
221
|
* <p>Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the
|
|
223
222
|
* development and management of cloud-scale web, mobile, and IoT applications. This guide
|
|
224
223
|
* describes the Cloud Directory operations that you can call programmatically and includes
|
|
225
224
|
* detailed information on data types and errors. For information about Cloud Directory features, see <a href="https://aws.amazon.com/directoryservice/">AWS Directory
|
|
226
225
|
* Service</a> and the <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/what_is_cloud_directory.html">Amazon Cloud Directory Developer Guide</a>.</p>
|
|
226
|
+
* @public
|
|
227
227
|
*/
|
|
228
228
|
export declare class CloudDirectoryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudDirectoryClientResolvedConfig> {
|
|
229
229
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddFacetToObjectCommand_base: {
|
|
24
24
|
new (input: AddFacetToObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddFacetToObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds a new <a>Facet</a> to an object. An object can have more than one facet applied on it.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const AddFacetToObjectCommand_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 AddFacetToObjectCommand extends AddFacetToObjectCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ApplySchemaCommand_base: {
|
|
24
24
|
new (input: ApplySchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ApplySchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Copies the input published schema, at the specified version, into the <a>Directory</a> with the same
|
|
30
30
|
* name and version as that of the published schema.</p>
|
|
31
31
|
* @example
|
|
@@ -86,6 +86,7 @@ declare const ApplySchemaCommand_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 ApplySchemaCommand extends ApplySchemaCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface AttachObjectCommandOutput extends AttachObjectResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachObjectCommand_base: {
|
|
24
24
|
new (input: AttachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches an existing object to another object. An object can be accessed in two
|
|
30
30
|
* ways:</p>
|
|
31
31
|
* <ol>
|
|
@@ -107,6 +107,7 @@ declare const AttachObjectCommand_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 AttachObjectCommand extends AttachObjectCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachPolicyCommand_base: {
|
|
24
24
|
new (input: AttachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches a policy object to a regular object. An object can have a limited number of attached
|
|
30
30
|
* policies.</p>
|
|
31
31
|
* @example
|
|
@@ -86,6 +86,7 @@ declare const AttachPolicyCommand_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 AttachPolicyCommand extends AttachPolicyCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachToIndexCommand_base: {
|
|
24
24
|
new (input: AttachToIndexCommandInput): import("@smithy/smithy-client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachToIndexCommandInput): import("@smithy/smithy-client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches the specified object 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.
|
|
@@ -98,6 +98,7 @@ declare const AttachToIndexCommand_base: {
|
|
|
98
98
|
* @throws {@link CloudDirectoryServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class AttachToIndexCommand extends AttachToIndexCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachTypedLinkCommand_base: {
|
|
24
24
|
new (input: AttachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches a typed link to 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.
|
|
@@ -131,6 +131,7 @@ declare const AttachTypedLinkCommand_base: {
|
|
|
131
131
|
* @throws {@link CloudDirectoryServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
133
133
|
*
|
|
134
|
+
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {
|
|
136
137
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchReadCommand_base: {
|
|
24
24
|
new (input: BatchReadCommandInput): import("@smithy/smithy-client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchReadCommandInput): import("@smithy/smithy-client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Performs all the read operations in a batch. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -476,6 +476,7 @@ declare const BatchReadCommand_base: {
|
|
|
476
476
|
* @throws {@link CloudDirectoryServiceException}
|
|
477
477
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
478
478
|
*
|
|
479
|
+
* @public
|
|
479
480
|
*/
|
|
480
481
|
export declare class BatchReadCommand extends BatchReadCommand_base {
|
|
481
482
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchWriteCommand_base: {
|
|
24
24
|
new (input: BatchWriteCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchWriteCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Performs all the write operations in a batch. Either all the operations succeed or
|
|
30
30
|
* none.</p>
|
|
31
31
|
* @example
|
|
@@ -342,6 +342,7 @@ declare const BatchWriteCommand_base: {
|
|
|
342
342
|
* @throws {@link CloudDirectoryServiceException}
|
|
343
343
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
344
344
|
*
|
|
345
|
+
* @public
|
|
345
346
|
*/
|
|
346
347
|
export declare class BatchWriteCommand extends BatchWriteCommand_base {
|
|
347
348
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDirectoryCommand_base: {
|
|
24
24
|
new (input: CreateDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a <a>Directory</a> by copying the published schema into the
|
|
30
30
|
* directory. A directory cannot be created without a schema.</p>
|
|
31
31
|
* <p>You can also quickly create a directory using a managed schema, called the
|
|
@@ -86,6 +86,7 @@ declare const CreateDirectoryCommand_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 CreateDirectoryCommand extends CreateDirectoryCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFacetCommand_base: {
|
|
24
24
|
new (input: CreateFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new <a>Facet</a> in a schema. Facet creation is allowed only
|
|
30
30
|
* in development or applied schemas.</p>
|
|
31
31
|
* @example
|
|
@@ -116,6 +116,7 @@ declare const CreateFacetCommand_base: {
|
|
|
116
116
|
* @throws {@link CloudDirectoryServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class CreateFacetCommand extends CreateFacetCommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIndexCommand_base: {
|
|
24
24
|
new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an index object. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/indexing_search.html">Indexing and search</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.
|
|
@@ -101,6 +101,7 @@ declare const CreateIndexCommand_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 CreateIndexCommand extends CreateIndexCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateObjectCommand_base: {
|
|
24
24
|
new (input: CreateObjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateObjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an object in a <a>Directory</a>. Additionally attaches the object to
|
|
30
30
|
* a parent, if a parent reference and <code>LinkName</code> is specified. An object is simply a
|
|
31
31
|
* collection of <a>Facet</a> attributes. You can also use this API call to create a
|
|
@@ -118,6 +118,7 @@ declare const CreateObjectCommand_base: {
|
|
|
118
118
|
* @throws {@link CloudDirectoryServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
120
120
|
*
|
|
121
|
+
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class CreateObjectCommand extends CreateObjectCommand_base {
|
|
123
124
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSchemaCommand_base: {
|
|
24
24
|
new (input: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new schema in a development state. A schema can exist in three
|
|
30
30
|
* phases:</p>
|
|
31
31
|
* <ul>
|
|
@@ -96,6 +96,7 @@ declare const CreateSchemaCommand_base: {
|
|
|
96
96
|
* @throws {@link CloudDirectoryServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTypedLinkFacetCommand_base: {
|
|
24
24
|
new (input: CreateTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates 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.
|
|
@@ -112,6 +112,7 @@ declare const CreateTypedLinkFacetCommand_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 CreateTypedLinkFacetCommand extends CreateTypedLinkFacetCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDirectoryCommand_base: {
|
|
24
24
|
new (input: DeleteDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme
|
|
30
30
|
* caution
|
|
31
31
|
* when deleting directories.</p>
|
|
@@ -84,6 +84,7 @@ declare const DeleteDirectoryCommand_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 DeleteDirectoryCommand extends DeleteDirectoryCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFacetCommand_base: {
|
|
24
24
|
new (input: DeleteFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a given <a>Facet</a>. All attributes and <a>Rule</a>s
|
|
30
30
|
* that are associated with the facet will be deleted. Only development schema facets are allowed
|
|
31
31
|
* deletion.</p>
|
|
@@ -83,6 +83,7 @@ declare const DeleteFacetCommand_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 DeleteFacetCommand extends DeleteFacetCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteObjectCommand_base: {
|
|
24
24
|
new (input: DeleteObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an object and its associated attributes. Only objects with no children and no
|
|
30
30
|
* parents can be deleted. The maximum number of attributes that can be deleted during an object deletion is 30. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/limits.html">Amazon Cloud Directory Limits</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const DeleteObjectCommand_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 DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSchemaCommand_base: {
|
|
24
24
|
new (input: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a given schema. Schemas in a development and published state can only be deleted. </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 DeleteSchemaCommand_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 DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
84
85
|
}
|
|
@@ -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.
|
|
@@ -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
|
}
|