@aws-sdk/client-clouddirectory 3.1076.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 +77 -665
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAppliedSchemaArnsRequest,
|
|
10
4
|
ListAppliedSchemaArnsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAppliedSchemaArnsCommandInput
|
|
15
8
|
extends ListAppliedSchemaArnsRequest {}
|
|
16
9
|
export interface ListAppliedSchemaArnsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAppliedSchemaArnsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAppliedSchemaArnsCommandInput,
|
|
24
17
|
ListAppliedSchemaArnsCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAppliedSchemaArnsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAppliedSchemaArnsCommandInput,
|
|
33
26
|
ListAppliedSchemaArnsCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAppliedSchemaArnsCommand extends ListAppliedSchemaArnsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAttachedIndicesRequest,
|
|
10
4
|
ListAttachedIndicesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAttachedIndicesCommandInput
|
|
15
8
|
extends ListAttachedIndicesRequest {}
|
|
16
9
|
export interface ListAttachedIndicesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAttachedIndicesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAttachedIndicesCommandInput,
|
|
24
17
|
ListAttachedIndicesCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAttachedIndicesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAttachedIndicesCommandInput,
|
|
33
26
|
ListAttachedIndicesCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAttachedIndicesCommand extends ListAttachedIndicesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListDevelopmentSchemaArnsRequest,
|
|
10
4
|
ListDevelopmentSchemaArnsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDevelopmentSchemaArnsCommandInput
|
|
15
8
|
extends ListDevelopmentSchemaArnsRequest {}
|
|
16
9
|
export interface ListDevelopmentSchemaArnsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDevelopmentSchemaArnsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDevelopmentSchemaArnsCommandInput,
|
|
24
17
|
ListDevelopmentSchemaArnsCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListDevelopmentSchemaArnsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDevelopmentSchemaArnsCommandInput,
|
|
33
26
|
ListDevelopmentSchemaArnsCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListDirectoriesRequest,
|
|
10
4
|
ListDirectoriesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDirectoriesCommandInput extends ListDirectoriesRequest {}
|
|
15
8
|
export interface ListDirectoriesCommandOutput
|
|
16
9
|
extends ListDirectoriesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListDirectoriesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListDirectoriesCommandInput,
|
|
23
16
|
ListDirectoriesCommandOutput,
|
|
24
|
-
CloudDirectoryClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListDirectoriesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListDirectoriesCommandInput,
|
|
32
25
|
ListDirectoriesCommandOutput,
|
|
33
|
-
CloudDirectoryClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListDirectoriesCommand extends ListDirectoriesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListFacetAttributesRequest,
|
|
10
4
|
ListFacetAttributesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListFacetAttributesCommandInput
|
|
15
8
|
extends ListFacetAttributesRequest {}
|
|
16
9
|
export interface ListFacetAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListFacetAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListFacetAttributesCommandInput,
|
|
24
17
|
ListFacetAttributesCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListFacetAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListFacetAttributesCommandInput,
|
|
33
26
|
ListFacetAttributesCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListFacetNamesRequest,
|
|
10
4
|
ListFacetNamesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListFacetNamesCommandInput extends ListFacetNamesRequest {}
|
|
15
8
|
export interface ListFacetNamesCommandOutput
|
|
16
9
|
extends ListFacetNamesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListFacetNamesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListFacetNamesCommandInput,
|
|
23
16
|
ListFacetNamesCommandOutput,
|
|
24
|
-
CloudDirectoryClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListFacetNamesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListFacetNamesCommandInput,
|
|
32
25
|
ListFacetNamesCommandOutput,
|
|
33
|
-
CloudDirectoryClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListFacetNamesCommand extends ListFacetNamesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListIncomingTypedLinksRequest,
|
|
10
4
|
ListIncomingTypedLinksResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListIncomingTypedLinksCommandInput
|
|
15
8
|
extends ListIncomingTypedLinksRequest {}
|
|
16
9
|
export interface ListIncomingTypedLinksCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListIncomingTypedLinksCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListIncomingTypedLinksCommandInput,
|
|
24
17
|
ListIncomingTypedLinksCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListIncomingTypedLinksCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListIncomingTypedLinksCommandInput,
|
|
33
26
|
ListIncomingTypedLinksCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import { ListIndexRequest, ListIndexResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListIndexCommandInput extends ListIndexRequest {}
|
|
12
5
|
export interface ListIndexCommandOutput
|
|
13
6
|
extends ListIndexResponse,
|
|
@@ -16,20 +9,18 @@ declare const ListIndexCommand_base: {
|
|
|
16
9
|
new (input: ListIndexCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListIndexCommandInput,
|
|
18
11
|
ListIndexCommandOutput,
|
|
19
|
-
CloudDirectoryClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: ListIndexCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
ListIndexCommandInput,
|
|
25
18
|
ListIndexCommandOutput,
|
|
26
|
-
CloudDirectoryClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class ListIndexCommand extends ListIndexCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListManagedSchemaArnsRequest,
|
|
10
4
|
ListManagedSchemaArnsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListManagedSchemaArnsCommandInput
|
|
15
8
|
extends ListManagedSchemaArnsRequest {}
|
|
16
9
|
export interface ListManagedSchemaArnsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListManagedSchemaArnsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListManagedSchemaArnsCommandInput,
|
|
24
17
|
ListManagedSchemaArnsCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListManagedSchemaArnsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListManagedSchemaArnsCommandInput,
|
|
33
26
|
ListManagedSchemaArnsCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListObjectAttributesRequest,
|
|
10
4
|
ListObjectAttributesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListObjectAttributesCommandInput
|
|
15
8
|
extends ListObjectAttributesRequest {}
|
|
16
9
|
export interface ListObjectAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListObjectAttributesCommandInput,
|
|
24
17
|
ListObjectAttributesCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListObjectAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListObjectAttributesCommandInput,
|
|
33
26
|
ListObjectAttributesCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListObjectChildrenRequest,
|
|
10
4
|
ListObjectChildrenResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListObjectChildrenCommandInput
|
|
15
8
|
extends ListObjectChildrenRequest {}
|
|
16
9
|
export interface ListObjectChildrenCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListObjectChildrenCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListObjectChildrenCommandInput,
|
|
24
17
|
ListObjectChildrenCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListObjectChildrenCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListObjectChildrenCommandInput,
|
|
33
26
|
ListObjectChildrenCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListObjectParentPathsRequest,
|
|
10
4
|
ListObjectParentPathsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListObjectParentPathsCommandInput
|
|
15
8
|
extends ListObjectParentPathsRequest {}
|
|
16
9
|
export interface ListObjectParentPathsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListObjectParentPathsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListObjectParentPathsCommandInput,
|
|
24
17
|
ListObjectParentPathsCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListObjectParentPathsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListObjectParentPathsCommandInput,
|
|
33
26
|
ListObjectParentPathsCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListObjectParentsRequest,
|
|
10
4
|
ListObjectParentsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListObjectParentsCommandInput
|
|
15
8
|
extends ListObjectParentsRequest {}
|
|
16
9
|
export interface ListObjectParentsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListObjectParentsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListObjectParentsCommandInput,
|
|
24
17
|
ListObjectParentsCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListObjectParentsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListObjectParentsCommandInput,
|
|
33
26
|
ListObjectParentsCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudDirectoryClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudDirectoryClient";
|
|
8
2
|
import {
|
|
9
3
|
ListObjectPoliciesRequest,
|
|
10
4
|
ListObjectPoliciesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListObjectPoliciesCommandInput
|
|
15
8
|
extends ListObjectPoliciesRequest {}
|
|
16
9
|
export interface ListObjectPoliciesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListObjectPoliciesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListObjectPoliciesCommandInput,
|
|
24
17
|
ListObjectPoliciesCommandOutput,
|
|
25
|
-
CloudDirectoryClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListObjectPoliciesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListObjectPoliciesCommandInput,
|
|
33
26
|
ListObjectPoliciesCommandOutput,
|
|
34
|
-
CloudDirectoryClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudDirectoryClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {
|
|
43
34
|
protected static __types: {
|