@aws-sdk/client-clouddirectory 3.1077.0 → 3.1078.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-cjs/index.js +74 -663
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +2 -14
- package/dist-es/commands/ApplySchemaCommand.js +2 -14
- package/dist-es/commands/AttachObjectCommand.js +2 -14
- package/dist-es/commands/AttachPolicyCommand.js +2 -14
- package/dist-es/commands/AttachToIndexCommand.js +2 -14
- package/dist-es/commands/AttachTypedLinkCommand.js +2 -14
- package/dist-es/commands/BatchReadCommand.js +2 -14
- package/dist-es/commands/BatchWriteCommand.js +2 -14
- package/dist-es/commands/CreateDirectoryCommand.js +2 -14
- package/dist-es/commands/CreateFacetCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateObjectCommand.js +2 -14
- package/dist-es/commands/CreateSchemaCommand.js +2 -14
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/DeleteDirectoryCommand.js +2 -14
- package/dist-es/commands/DeleteFacetCommand.js +2 -14
- package/dist-es/commands/DeleteObjectCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/DetachFromIndexCommand.js +2 -14
- package/dist-es/commands/DetachObjectCommand.js +2 -14
- package/dist-es/commands/DetachPolicyCommand.js +2 -14
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -14
- package/dist-es/commands/DisableDirectoryCommand.js +2 -14
- package/dist-es/commands/EnableDirectoryCommand.js +2 -14
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -14
- package/dist-es/commands/GetDirectoryCommand.js +2 -14
- package/dist-es/commands/GetFacetCommand.js +2 -14
- package/dist-es/commands/GetLinkAttributesCommand.js +2 -14
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -14
- package/dist-es/commands/GetObjectInformationCommand.js +2 -14
- package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -14
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -14
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListAttachedIndicesCommand.js +2 -14
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListDirectoriesCommand.js +2 -14
- package/dist-es/commands/ListFacetAttributesCommand.js +2 -14
- package/dist-es/commands/ListFacetNamesCommand.js +2 -14
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -14
- package/dist-es/commands/ListIndexCommand.js +2 -14
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListObjectAttributesCommand.js +2 -14
- package/dist-es/commands/ListObjectChildrenCommand.js +2 -14
- package/dist-es/commands/ListObjectParentPathsCommand.js +2 -14
- package/dist-es/commands/ListObjectParentsCommand.js +2 -14
- package/dist-es/commands/ListObjectPoliciesCommand.js +2 -14
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -14
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -14
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -14
- package/dist-es/commands/LookupPolicyCommand.js +2 -14
- package/dist-es/commands/PublishSchemaCommand.js +2 -14
- package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -14
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateFacetCommand.js +2 -14
- package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateSchemaCommand.js +2 -14
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -14
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +3 -8
- package/dist-types/commands/ApplySchemaCommand.d.ts +3 -8
- package/dist-types/commands/AttachObjectCommand.d.ts +3 -8
- package/dist-types/commands/AttachPolicyCommand.d.ts +3 -8
- package/dist-types/commands/AttachToIndexCommand.d.ts +3 -8
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +3 -8
- package/dist-types/commands/BatchReadCommand.d.ts +3 -8
- package/dist-types/commands/BatchWriteCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/CreateFacetCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateObjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFacetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/DetachFromIndexCommand.d.ts +3 -8
- package/dist-types/commands/DetachObjectCommand.d.ts +3 -8
- package/dist-types/commands/DetachPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +3 -8
- package/dist-types/commands/DisableDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/EnableDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/GetFacetCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectInformationCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +3 -8
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +3 -8
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListDirectoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListFacetNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListIndexCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectParentsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +3 -8
- package/dist-types/commands/LookupPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PublishSchemaCommand.d.ts +3 -8
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +3 -8
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFacetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +3 -8
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSchema$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSchemaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UpdateSchemaCommand")
|
|
14
|
-
.sc(UpdateSchema$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSchemaCommand extends command(_ep0, _mw0, "UpdateSchema", UpdateSchema$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTypedLinkFacet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTypedLinkFacetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
|
|
14
|
-
.sc(UpdateTypedLinkFacet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTypedLinkFacetCommand extends command(_ep0, _mw0, "UpdateTypedLinkFacet", UpdateTypedLinkFacet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpgradeAppliedSchema$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpgradeAppliedSchemaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
|
|
14
|
-
.sc(UpgradeAppliedSchema$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpgradeAppliedSchemaCommand extends command(_ep0, _mw0, "UpgradeAppliedSchema", UpgradeAppliedSchema$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpgradePublishedSchema$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpgradePublishedSchemaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
|
|
14
|
-
.sc(UpgradePublishedSchema$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpgradePublishedSchemaCommand extends command(_ep0, _mw0, "UpgradePublishedSchema", UpgradePublishedSchema$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./CloudDirectoryClient";
|
|
2
2
|
export * from "./CloudDirectory";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CloudDirectoryClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {
|
|
|
22
19
|
export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddFacetToObjectCommand_base: {
|
|
25
|
-
new (input: AddFacetToObjectCommandInput): import("@smithy/core/client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddFacetToObjectCommandInput): import("@smithy/core/client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddFacetToObjectCommandInput): import("@smithy/core/client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddFacetToObjectCommandInput): import("@smithy/core/client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds a new <a>Facet</a> to an object. An object can have more than one facet applied on it.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ApplySchemaCommandInput extends ApplySchemaRequest {
|
|
|
22
19
|
export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ApplySchemaCommand_base: {
|
|
25
|
-
new (input: ApplySchemaCommandInput): import("@smithy/core/client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ApplySchemaCommandInput): import("@smithy/core/client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ApplySchemaCommandInput): import("@smithy/core/client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ApplySchemaCommandInput): import("@smithy/core/client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Copies the input published schema, at the specified version, into the <a>Directory</a> with the same
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AttachObjectCommandInput extends AttachObjectRequest {
|
|
|
22
19
|
export interface AttachObjectCommandOutput extends AttachObjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AttachObjectCommand_base: {
|
|
25
|
-
new (input: AttachObjectCommandInput): import("@smithy/core/client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AttachObjectCommandInput): import("@smithy/core/client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AttachObjectCommandInput): import("@smithy/core/client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AttachObjectCommandInput): import("@smithy/core/client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attaches an existing object to another object. An object can be accessed in two
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AttachPolicyCommandInput extends AttachPolicyRequest {
|
|
|
22
19
|
export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AttachPolicyCommand_base: {
|
|
25
|
-
new (input: AttachPolicyCommandInput): import("@smithy/core/client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AttachPolicyCommandInput): import("@smithy/core/client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AttachPolicyCommandInput): import("@smithy/core/client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AttachPolicyCommandInput): import("@smithy/core/client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attaches a policy object to a regular object. An object can have a limited number of attached
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AttachToIndexCommandInput extends AttachToIndexRequest {
|
|
|
22
19
|
export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AttachToIndexCommand_base: {
|
|
25
|
-
new (input: AttachToIndexCommandInput): import("@smithy/core/client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AttachToIndexCommandInput): import("@smithy/core/client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AttachToIndexCommandInput): import("@smithy/core/client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AttachToIndexCommandInput): import("@smithy/core/client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Attaches the specified object to the specified index.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {
|
|
|
22
19
|
export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AttachTypedLinkCommand_base: {
|
|
25
|
-
new (input: AttachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AttachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AttachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AttachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { BatchReadRequest, BatchReadResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchReadCommandInput extends BatchReadRequest {
|
|
|
22
19
|
export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchReadCommand_base: {
|
|
25
|
-
new (input: BatchReadCommandInput): import("@smithy/core/client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchReadCommandInput): import("@smithy/core/client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchReadCommandInput): import("@smithy/core/client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchReadCommandInput): import("@smithy/core/client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Performs all the read operations in a batch. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchWriteCommandInput extends BatchWriteRequest {
|
|
|
22
19
|
export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchWriteCommand_base: {
|
|
25
|
-
new (input: BatchWriteCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchWriteCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchWriteCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchWriteCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Performs all the write operations in a batch. Either all the operations succeed or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {
|
|
|
22
19
|
export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDirectoryCommand_base: {
|
|
25
|
-
new (input: CreateDirectoryCommandInput): import("@smithy/core/client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDirectoryCommandInput): import("@smithy/core/client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDirectoryCommandInput): import("@smithy/core/client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDirectoryCommandInput): import("@smithy/core/client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a <a>Directory</a> by copying the published schema into the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { CreateFacetRequest, CreateFacetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFacetCommandInput extends CreateFacetRequest {
|
|
|
22
19
|
export interface CreateFacetCommandOutput extends CreateFacetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFacetCommand_base: {
|
|
25
|
-
new (input: CreateFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new <a>Facet</a> in a schema. Facet creation is allowed only
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateIndexCommandInput extends CreateIndexRequest {
|
|
|
22
19
|
export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateIndexCommand_base: {
|
|
25
|
-
new (input: CreateIndexCommandInput): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateIndexCommandInput): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateIndexCommandInput): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateIndexCommandInput): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { CreateObjectRequest, CreateObjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateObjectCommandInput extends CreateObjectRequest {
|
|
|
22
19
|
export interface CreateObjectCommandOutput extends CreateObjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateObjectCommand_base: {
|
|
25
|
-
new (input: CreateObjectCommandInput): import("@smithy/core/client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateObjectCommandInput): import("@smithy/core/client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateObjectCommandInput): import("@smithy/core/client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateObjectCommandInput): import("@smithy/core/client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an object in a <a>Directory</a>. Additionally attaches the object to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSchemaCommandInput extends CreateSchemaRequest {
|
|
|
22
19
|
export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSchemaCommand_base: {
|
|
25
|
-
new (input: CreateSchemaCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSchemaCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSchemaCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSchemaCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new schema in a development state. A schema can exist in three
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTypedLinkFacetCommandInput extends CreateTypedLinkFacetRe
|
|
|
22
19
|
export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTypedLinkFacetCommand_base: {
|
|
25
|
-
new (input: CreateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {
|
|
|
22
19
|
export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDirectoryCommand_base: {
|
|
25
|
-
new (input: DeleteDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteFacetCommandInput extends DeleteFacetRequest {
|
|
|
22
19
|
export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFacetCommand_base: {
|
|
25
|
-
new (input: DeleteFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a given <a>Facet</a>. All attributes and <a>Rule</a>s
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
2
|
import type { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteObjectCommandInput extends DeleteObjectRequest {
|
|
|
22
19
|
export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteObjectCommand_base: {
|
|
25
|
-
new (input: DeleteObjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteObjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteObjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteObjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an object and its associated attributes. Only objects with no children and no
|