@aws-sdk/client-clouddirectory 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/CloudDirectory.d.ts +5 -1
- package/dist-types/CloudDirectoryClient.d.ts +1 -1
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +3 -2
- package/dist-types/commands/ApplySchemaCommand.d.ts +2 -1
- package/dist-types/commands/AttachObjectCommand.d.ts +2 -1
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/AttachToIndexCommand.d.ts +2 -1
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +4 -3
- package/dist-types/commands/BatchReadCommand.d.ts +12 -11
- package/dist-types/commands/BatchWriteCommand.d.ts +8 -7
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +3 -2
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateObjectCommand.d.ts +3 -2
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -2
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFacetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +2 -1
- package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -1
- package/dist-types/commands/DetachObjectCommand.d.ts +2 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +3 -2
- package/dist-types/commands/DisableDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/EnableDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/GetFacetCommand.d.ts +2 -1
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +4 -3
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -2
- package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +2 -1
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +2 -1
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +3 -2
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +3 -2
- package/dist-types/commands/ListFacetNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +5 -4
- package/dist-types/commands/ListIndexCommand.d.ts +5 -4
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -2
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +5 -4
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +3 -2
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +2 -1
- package/dist-types/commands/LookupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PublishSchemaCommand.d.ts +2 -1
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFacetCommand.d.ts +3 -2
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +4 -3
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -2
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -2
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +686 -686
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/CloudDirectory.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { CloudDirectoryClientConfig } from "./CloudDirectoryClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -720,6 +720,7 @@ export interface CloudDirectory {
|
|
|
720
720
|
options: __HttpHandlerOptions,
|
|
721
721
|
cb: (err: any, data?: ListAttachedIndicesCommandOutput) => void
|
|
722
722
|
): void;
|
|
723
|
+
listDevelopmentSchemaArns(): Promise<ListDevelopmentSchemaArnsCommandOutput>;
|
|
723
724
|
listDevelopmentSchemaArns(
|
|
724
725
|
args: ListDevelopmentSchemaArnsCommandInput,
|
|
725
726
|
options?: __HttpHandlerOptions
|
|
@@ -733,6 +734,7 @@ export interface CloudDirectory {
|
|
|
733
734
|
options: __HttpHandlerOptions,
|
|
734
735
|
cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void
|
|
735
736
|
): void;
|
|
737
|
+
listDirectories(): Promise<ListDirectoriesCommandOutput>;
|
|
736
738
|
listDirectories(
|
|
737
739
|
args: ListDirectoriesCommandInput,
|
|
738
740
|
options?: __HttpHandlerOptions
|
|
@@ -798,6 +800,7 @@ export interface CloudDirectory {
|
|
|
798
800
|
options: __HttpHandlerOptions,
|
|
799
801
|
cb: (err: any, data?: ListIndexCommandOutput) => void
|
|
800
802
|
): void;
|
|
803
|
+
listManagedSchemaArns(): Promise<ListManagedSchemaArnsCommandOutput>;
|
|
801
804
|
listManagedSchemaArns(
|
|
802
805
|
args: ListManagedSchemaArnsCommandInput,
|
|
803
806
|
options?: __HttpHandlerOptions
|
|
@@ -902,6 +905,7 @@ export interface CloudDirectory {
|
|
|
902
905
|
options: __HttpHandlerOptions,
|
|
903
906
|
cb: (err: any, data?: ListPolicyAttachmentsCommandOutput) => void
|
|
904
907
|
): void;
|
|
908
|
+
listPublishedSchemaArns(): Promise<ListPublishedSchemaArnsCommandOutput>;
|
|
905
909
|
listPublishedSchemaArns(
|
|
906
910
|
args: ListPublishedSchemaArnsCommandInput,
|
|
907
911
|
options?: __HttpHandlerOptions
|
|
@@ -24,6 +24,15 @@ declare const AddFacetToObjectCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AddFacetToObjectCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AddFacetToObjectCommandInput,
|
|
31
|
+
AddFacetToObjectCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ApplySchemaCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ApplySchemaCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ApplySchemaCommandInput,
|
|
28
|
+
ApplySchemaCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ApplySchemaCommand extends ApplySchemaCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const AttachObjectCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AttachObjectCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AttachObjectCommandInput,
|
|
28
|
+
AttachObjectCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AttachObjectCommand extends AttachObjectCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const AttachPolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AttachPolicyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AttachPolicyCommandInput,
|
|
28
|
+
AttachPolicyCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AttachPolicyCommand extends AttachPolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const AttachToIndexCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AttachToIndexCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AttachToIndexCommandInput,
|
|
31
|
+
AttachToIndexCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AttachToIndexCommand extends AttachToIndexCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const AttachTypedLinkCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AttachTypedLinkCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AttachTypedLinkCommandInput,
|
|
31
|
+
AttachTypedLinkCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const BatchReadCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: BatchReadCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
BatchReadCommandInput,
|
|
28
|
+
BatchReadCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class BatchReadCommand extends BatchReadCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const BatchWriteCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: BatchWriteCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
BatchWriteCommandInput,
|
|
28
|
+
BatchWriteCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class BatchWriteCommand extends BatchWriteCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDirectoryCommandInput,
|
|
31
|
+
CreateDirectoryCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateFacetCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateFacetCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateFacetCommandInput,
|
|
28
|
+
CreateFacetCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateFacetCommand extends CreateFacetCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateIndexCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateIndexCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateIndexCommandInput,
|
|
28
|
+
CreateIndexCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateObjectCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateObjectCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateObjectCommandInput,
|
|
28
|
+
CreateObjectCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateObjectCommand extends CreateObjectCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateSchemaCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateSchemaCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateSchemaCommandInput,
|
|
28
|
+
CreateSchemaCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateTypedLinkFacetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateTypedLinkFacetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateTypedLinkFacetCommandInput,
|
|
32
|
+
CreateTypedLinkFacetCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateTypedLinkFacetCommand extends CreateTypedLinkFacetCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDirectoryCommandInput,
|
|
31
|
+
DeleteDirectoryCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteFacetCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteFacetCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteFacetCommandInput,
|
|
28
|
+
DeleteFacetCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteFacetCommand extends DeleteFacetCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteObjectCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteObjectCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteObjectCommandInput,
|
|
28
|
+
DeleteObjectCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteSchemaCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteSchemaCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteSchemaCommandInput,
|
|
28
|
+
DeleteSchemaCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteTypedLinkFacetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteTypedLinkFacetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteTypedLinkFacetCommandInput,
|
|
32
|
+
DeleteTypedLinkFacetCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteTypedLinkFacetCommand extends DeleteTypedLinkFacetCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DetachFromIndexCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DetachFromIndexCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DetachFromIndexCommandInput,
|
|
31
|
+
DetachFromIndexCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DetachFromIndexCommand extends DetachFromIndexCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DetachObjectCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DetachObjectCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DetachObjectCommandInput,
|
|
28
|
+
DetachObjectCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DetachObjectCommand extends DetachObjectCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DetachPolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DetachPolicyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DetachPolicyCommandInput,
|
|
28
|
+
DetachPolicyCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DetachPolicyCommand extends DetachPolicyCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DetachTypedLinkCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DetachTypedLinkCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DetachTypedLinkCommandInput,
|
|
26
|
+
DetachTypedLinkCommandOutput,
|
|
27
|
+
CloudDirectoryClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DisableDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DisableDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DisableDirectoryCommandInput,
|
|
31
|
+
DisableDirectoryCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DisableDirectoryCommand extends DisableDirectoryCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const EnableDirectoryCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: EnableDirectoryCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
EnableDirectoryCommandInput,
|
|
31
|
+
EnableDirectoryCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class EnableDirectoryCommand extends EnableDirectoryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetAppliedSchemaVersionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetAppliedSchemaVersionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAppliedSchemaVersionCommandInput,
|
|
32
|
+
GetAppliedSchemaVersionCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetDirectoryCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetDirectoryCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetDirectoryCommandInput,
|
|
28
|
+
GetDirectoryCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetDirectoryCommand extends GetDirectoryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetFacetCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetFacetCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetFacetCommandInput,
|
|
28
|
+
GetFacetCommandOutput,
|
|
29
|
+
CloudDirectoryClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetFacetCommand extends GetFacetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetLinkAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetLinkAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetLinkAttributesCommandInput,
|
|
32
|
+
GetLinkAttributesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetObjectAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetObjectAttributesCommandInput,
|
|
32
|
+
GetObjectAttributesCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetObjectInformationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetObjectInformationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetObjectInformationCommandInput,
|
|
32
|
+
GetObjectInformationCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetObjectInformationCommand extends GetObjectInformationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetSchemaAsJsonCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetSchemaAsJsonCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetSchemaAsJsonCommandInput,
|
|
31
|
+
GetSchemaAsJsonCommandOutput,
|
|
32
|
+
CloudDirectoryClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTypedLinkFacetInformationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetTypedLinkFacetInformationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTypedLinkFacetInformationCommandInput,
|
|
32
|
+
GetTypedLinkFacetInformationCommandOutput,
|
|
33
|
+
CloudDirectoryClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {}
|