@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,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 { DeleteSchemaRequest, DeleteSchemaResponse } 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 DeleteSchemaCommandInput extends DeleteSchemaRequest {
|
|
|
22
19
|
export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSchemaCommand_base: {
|
|
25
|
-
new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a given schema. Schemas in a development and published state can only be deleted. </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 { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } 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 DeleteTypedLinkFacetCommandInput extends DeleteTypedLinkFacetRe
|
|
|
22
19
|
export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTypedLinkFacetCommand_base: {
|
|
25
|
-
new (input: DeleteTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTypedLinkFacetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -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 { DetachFromIndexRequest, DetachFromIndexResponse } 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 DetachFromIndexCommandInput extends DetachFromIndexRequest {
|
|
|
22
19
|
export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DetachFromIndexCommand_base: {
|
|
25
|
-
new (input: DetachFromIndexCommandInput): import("@smithy/core/client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DetachFromIndexCommandInput): import("@smithy/core/client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DetachFromIndexCommandInput): import("@smithy/core/client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DetachFromIndexCommandInput): import("@smithy/core/client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Detaches the specified object from 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 { DetachObjectRequest, DetachObjectResponse } 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 DetachObjectCommandInput extends DetachObjectRequest {
|
|
|
22
19
|
export interface DetachObjectCommandOutput extends DetachObjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DetachObjectCommand_base: {
|
|
25
|
-
new (input: DetachObjectCommandInput): import("@smithy/core/client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DetachObjectCommandInput): import("@smithy/core/client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DetachObjectCommandInput): import("@smithy/core/client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DetachObjectCommandInput): import("@smithy/core/client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Detaches a given object from the parent object. The object that is to be detached from 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 { DetachPolicyRequest, DetachPolicyResponse } 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 DetachPolicyCommandInput extends DetachPolicyRequest {
|
|
|
22
19
|
export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DetachPolicyCommand_base: {
|
|
25
|
-
new (input: DetachPolicyCommandInput): import("@smithy/core/client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DetachPolicyCommandInput): import("@smithy/core/client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DetachPolicyCommandInput): import("@smithy/core/client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DetachPolicyCommandInput): import("@smithy/core/client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Detaches a policy from an object.</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 { DetachTypedLinkRequest } 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 DetachTypedLinkCommandInput extends DetachTypedLinkRequest {
|
|
|
22
19
|
export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DetachTypedLinkCommand_base: {
|
|
25
|
-
new (input: DetachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DetachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DetachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DetachTypedLinkCommandInput): import("@smithy/core/client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -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 { DisableDirectoryRequest, DisableDirectoryResponse } 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 DisableDirectoryCommandInput extends DisableDirectoryRequest {
|
|
|
22
19
|
export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisableDirectoryCommand_base: {
|
|
25
|
-
new (input: DisableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disables the specified directory. Disabled directories cannot be read or written 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 { EnableDirectoryRequest, EnableDirectoryResponse } 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 EnableDirectoryCommandInput extends EnableDirectoryRequest {
|
|
|
22
19
|
export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const EnableDirectoryCommand_base: {
|
|
25
|
-
new (input: EnableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: EnableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: EnableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: EnableDirectoryCommandInput): import("@smithy/core/client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables the specified directory. Only disabled directories can be enabled. Once
|
|
@@ -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 { GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResponse } 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 GetAppliedSchemaVersionCommandInput extends GetAppliedSchemaVer
|
|
|
22
19
|
export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVersionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAppliedSchemaVersionCommand_base: {
|
|
25
|
-
new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns current applied schema version ARN, including the minor version in use.</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 { GetDirectoryRequest, GetDirectoryResponse } 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 GetDirectoryCommandInput extends GetDirectoryRequest {
|
|
|
22
19
|
export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDirectoryCommand_base: {
|
|
25
|
-
new (input: GetDirectoryCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDirectoryCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDirectoryCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDirectoryCommandInput): import("@smithy/core/client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves metadata about a directory.</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 { GetFacetRequest, GetFacetResponse } 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 GetFacetCommandInput extends GetFacetRequest {
|
|
|
22
19
|
export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetFacetCommand_base: {
|
|
25
|
-
new (input: GetFacetCommandInput): import("@smithy/core/client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetFacetCommandInput): import("@smithy/core/client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetFacetCommandInput): import("@smithy/core/client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetFacetCommandInput): import("@smithy/core/client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets details of the <a>Facet</a>, such as facet name, attributes, <a>Rule</a>s, or <code>ObjectType</code>. You can call this on all kinds of schema
|
|
@@ -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 { GetLinkAttributesRequest, GetLinkAttributesResponse } 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 GetLinkAttributesCommandInput extends GetLinkAttributesRequest
|
|
|
22
19
|
export interface GetLinkAttributesCommandOutput extends GetLinkAttributesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLinkAttributesCommand_base: {
|
|
25
|
-
new (input: GetLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves attributes that are associated with a typed link.</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 { GetObjectAttributesRequest, GetObjectAttributesResponse } 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 GetObjectAttributesCommandInput extends GetObjectAttributesRequ
|
|
|
22
19
|
export interface GetObjectAttributesCommandOutput extends GetObjectAttributesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetObjectAttributesCommand_base: {
|
|
25
|
-
new (input: GetObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves attributes within a facet that are associated with an object.</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 { GetObjectInformationRequest, GetObjectInformationResponse } 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 GetObjectInformationCommandInput extends GetObjectInformationRe
|
|
|
22
19
|
export interface GetObjectInformationCommandOutput extends GetObjectInformationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetObjectInformationCommand_base: {
|
|
25
|
-
new (input: GetObjectInformationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetObjectInformationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetObjectInformationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetObjectInformationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves metadata about an object.</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 { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } 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 GetSchemaAsJsonCommandInput extends GetSchemaAsJsonRequest {
|
|
|
22
19
|
export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSchemaAsJsonCommand_base: {
|
|
25
|
-
new (input: GetSchemaAsJsonCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSchemaAsJsonCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSchemaAsJsonCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSchemaAsJsonCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a JSON representation of the schema. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_jsonformat.html#schemas_json">JSON Schema Format</a> for more information.</p>
|
|
@@ -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 { GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResponse } 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 GetTypedLinkFacetInformationCommandInput extends GetTypedLinkFa
|
|
|
22
19
|
export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkFacetInformationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTypedLinkFacetInformationCommand_base: {
|
|
25
|
-
new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/core/client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/core/client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/core/client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/core/client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the identity attribute order for a specific <a>TypedLinkFacet</a>. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
@@ -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 { ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResponse } 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 ListAppliedSchemaArnsCommandInput extends ListAppliedSchemaArns
|
|
|
22
19
|
export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArnsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAppliedSchemaArnsCommand_base: {
|
|
25
|
-
new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists schema major versions applied to a directory. If <code>SchemaArn</code> is provided, lists the minor version.</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 { ListAttachedIndicesRequest, ListAttachedIndicesResponse } 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 ListAttachedIndicesCommandInput extends ListAttachedIndicesRequ
|
|
|
22
19
|
export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAttachedIndicesCommand_base: {
|
|
25
|
-
new (input: ListAttachedIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAttachedIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAttachedIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAttachedIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists indices attached to the specified object.</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 { ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResponse } 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 ListDevelopmentSchemaArnsCommandInput extends ListDevelopmentSc
|
|
|
22
19
|
export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentSchemaArnsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDevelopmentSchemaArnsCommand_base: {
|
|
25
|
-
new (input: ListDevelopmentSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDevelopmentSchemaArnsCommandInput]): import("@smithy/core/client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDevelopmentSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDevelopmentSchemaArnsCommandInput]): import("@smithy/core/client").CommandImpl<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves each Amazon Resource Name (ARN) of schemas in the development
|
|
@@ -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 { ListDirectoriesRequest, ListDirectoriesResponse } 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 ListDirectoriesCommandInput extends ListDirectoriesRequest {
|
|
|
22
19
|
export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDirectoriesCommand_base: {
|
|
25
|
-
new (input: ListDirectoriesCommandInput): import("@smithy/core/client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDirectoriesCommandInput]): import("@smithy/core/client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDirectoriesCommandInput): import("@smithy/core/client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDirectoriesCommandInput]): import("@smithy/core/client").CommandImpl<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists directories created within an account.</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 { ListFacetAttributesRequest, ListFacetAttributesResponse } 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 ListFacetAttributesCommandInput extends ListFacetAttributesRequ
|
|
|
22
19
|
export interface ListFacetAttributesCommandOutput extends ListFacetAttributesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFacetAttributesCommand_base: {
|
|
25
|
-
new (input: ListFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves attributes attached to the facet.</p>
|