@aws-sdk/client-clouddirectory 3.651.1 → 3.658.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/commands/AddFacetToObjectCommand.d.ts +11 -0
- package/dist-types/commands/ApplySchemaCommand.d.ts +11 -0
- package/dist-types/commands/AttachObjectCommand.d.ts +11 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +11 -0
- package/dist-types/commands/AttachToIndexCommand.d.ts +11 -0
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +11 -0
- package/dist-types/commands/BatchReadCommand.d.ts +11 -0
- package/dist-types/commands/BatchWriteCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateFacetCommand.d.ts +11 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +11 -0
- package/dist-types/commands/CreateObjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFacetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +11 -0
- package/dist-types/commands/DetachFromIndexCommand.d.ts +11 -0
- package/dist-types/commands/DetachObjectCommand.d.ts +11 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +11 -0
- package/dist-types/commands/DisableDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/EnableDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/GetFacetCommand.d.ts +11 -0
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +11 -0
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +11 -0
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +11 -0
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListDirectoriesCommand.d.ts +11 -0
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListFacetNamesCommand.d.ts +11 -0
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +11 -0
- package/dist-types/commands/ListIndexCommand.d.ts +11 -0
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +11 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +11 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +11 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +11 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +11 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +11 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -33,4 +33,15 @@ declare const CreateObjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateObjectCommand extends CreateObjectCommand_base {
|
|
36
|
+
export declare class CreateObjectCommand extends CreateObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateObjectRequest;
|
|
40
|
+
output: CreateObjectResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateObjectCommandInput;
|
|
44
|
+
output: CreateObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateSchemaCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
36
|
+
export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateSchemaRequest;
|
|
40
|
+
output: CreateSchemaResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateSchemaCommandInput;
|
|
44
|
+
output: CreateSchemaCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateTypedLinkFacetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateTypedLinkFacetCommand extends CreateTypedLinkFacetCommand_base {
|
|
40
|
+
export declare class CreateTypedLinkFacetCommand extends CreateTypedLinkFacetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTypedLinkFacetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTypedLinkFacetCommandInput;
|
|
48
|
+
output: CreateTypedLinkFacetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDirectoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {
|
|
39
|
+
export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDirectoryRequest;
|
|
43
|
+
output: DeleteDirectoryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDirectoryCommandInput;
|
|
47
|
+
output: DeleteDirectoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteFacetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteFacetCommand extends DeleteFacetCommand_base {
|
|
36
|
+
export declare class DeleteFacetCommand extends DeleteFacetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteFacetRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteFacetCommandInput;
|
|
44
|
+
output: DeleteFacetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteObjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
36
|
+
export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteObjectRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteObjectCommandInput;
|
|
44
|
+
output: DeleteObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteSchemaCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
36
|
+
export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteSchemaRequest;
|
|
40
|
+
output: DeleteSchemaResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteSchemaCommandInput;
|
|
44
|
+
output: DeleteSchemaCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteTypedLinkFacetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteTypedLinkFacetCommand extends DeleteTypedLinkFacetCommand_base {
|
|
40
|
+
export declare class DeleteTypedLinkFacetCommand extends DeleteTypedLinkFacetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteTypedLinkFacetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteTypedLinkFacetCommandInput;
|
|
48
|
+
output: DeleteTypedLinkFacetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DetachFromIndexCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DetachFromIndexCommand extends DetachFromIndexCommand_base {
|
|
39
|
+
export declare class DetachFromIndexCommand extends DetachFromIndexCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DetachFromIndexRequest;
|
|
43
|
+
output: DetachFromIndexResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DetachFromIndexCommandInput;
|
|
47
|
+
output: DetachFromIndexCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DetachObjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DetachObjectCommand extends DetachObjectCommand_base {
|
|
36
|
+
export declare class DetachObjectCommand extends DetachObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DetachObjectRequest;
|
|
40
|
+
output: DetachObjectResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DetachObjectCommandInput;
|
|
44
|
+
output: DetachObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DetachPolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DetachPolicyCommand extends DetachPolicyCommand_base {
|
|
36
|
+
export declare class DetachPolicyCommand extends DetachPolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DetachPolicyRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DetachPolicyCommandInput;
|
|
44
|
+
output: DetachPolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DetachTypedLinkCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base {
|
|
34
|
+
export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DetachTypedLinkRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DetachTypedLinkCommandInput;
|
|
42
|
+
output: DetachTypedLinkCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DisableDirectoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DisableDirectoryCommand extends DisableDirectoryCommand_base {
|
|
39
|
+
export declare class DisableDirectoryCommand extends DisableDirectoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DisableDirectoryRequest;
|
|
43
|
+
output: DisableDirectoryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DisableDirectoryCommandInput;
|
|
47
|
+
output: DisableDirectoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const EnableDirectoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class EnableDirectoryCommand extends EnableDirectoryCommand_base {
|
|
39
|
+
export declare class EnableDirectoryCommand extends EnableDirectoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: EnableDirectoryRequest;
|
|
43
|
+
output: EnableDirectoryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: EnableDirectoryCommandInput;
|
|
47
|
+
output: EnableDirectoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAppliedSchemaVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base {
|
|
40
|
+
export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAppliedSchemaVersionRequest;
|
|
44
|
+
output: GetAppliedSchemaVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAppliedSchemaVersionCommandInput;
|
|
48
|
+
output: GetAppliedSchemaVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetDirectoryCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetDirectoryCommand extends GetDirectoryCommand_base {
|
|
36
|
+
export declare class GetDirectoryCommand extends GetDirectoryCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDirectoryRequest;
|
|
40
|
+
output: GetDirectoryResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDirectoryCommandInput;
|
|
44
|
+
output: GetDirectoryCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetFacetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetFacetCommand extends GetFacetCommand_base {
|
|
36
|
+
export declare class GetFacetCommand extends GetFacetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetFacetRequest;
|
|
40
|
+
output: GetFacetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetFacetCommandInput;
|
|
44
|
+
output: GetFacetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLinkAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {
|
|
40
|
+
export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetLinkAttributesRequest;
|
|
44
|
+
output: GetLinkAttributesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLinkAttributesCommandInput;
|
|
48
|
+
output: GetLinkAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
|
|
40
|
+
export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetObjectAttributesRequest;
|
|
44
|
+
output: GetObjectAttributesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetObjectAttributesCommandInput;
|
|
48
|
+
output: GetObjectAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetObjectInformationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetObjectInformationCommand extends GetObjectInformationCommand_base {
|
|
40
|
+
export declare class GetObjectInformationCommand extends GetObjectInformationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetObjectInformationRequest;
|
|
44
|
+
output: GetObjectInformationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetObjectInformationCommandInput;
|
|
48
|
+
output: GetObjectInformationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetSchemaAsJsonCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_base {
|
|
39
|
+
export declare class GetSchemaAsJsonCommand extends GetSchemaAsJsonCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetSchemaAsJsonRequest;
|
|
43
|
+
output: GetSchemaAsJsonResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetSchemaAsJsonCommandInput;
|
|
47
|
+
output: GetSchemaAsJsonCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetTypedLinkFacetInformationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {
|
|
40
|
+
export declare class GetTypedLinkFacetInformationCommand extends GetTypedLinkFacetInformationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetTypedLinkFacetInformationRequest;
|
|
44
|
+
output: GetTypedLinkFacetInformationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetTypedLinkFacetInformationCommandInput;
|
|
48
|
+
output: GetTypedLinkFacetInformationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAppliedSchemaArnsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAppliedSchemaArnsCommand extends ListAppliedSchemaArnsCommand_base {
|
|
40
|
+
export declare class ListAppliedSchemaArnsCommand extends ListAppliedSchemaArnsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAppliedSchemaArnsRequest;
|
|
44
|
+
output: ListAppliedSchemaArnsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAppliedSchemaArnsCommandInput;
|
|
48
|
+
output: ListAppliedSchemaArnsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAttachedIndicesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAttachedIndicesCommand extends ListAttachedIndicesCommand_base {
|
|
40
|
+
export declare class ListAttachedIndicesCommand extends ListAttachedIndicesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAttachedIndicesRequest;
|
|
44
|
+
output: ListAttachedIndicesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAttachedIndicesCommandInput;
|
|
48
|
+
output: ListAttachedIndicesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDevelopmentSchemaArnsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {
|
|
40
|
+
export declare class ListDevelopmentSchemaArnsCommand extends ListDevelopmentSchemaArnsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDevelopmentSchemaArnsRequest;
|
|
44
|
+
output: ListDevelopmentSchemaArnsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDevelopmentSchemaArnsCommandInput;
|
|
48
|
+
output: ListDevelopmentSchemaArnsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListDirectoriesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListDirectoriesCommand extends ListDirectoriesCommand_base {
|
|
39
|
+
export declare class ListDirectoriesCommand extends ListDirectoriesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListDirectoriesRequest;
|
|
43
|
+
output: ListDirectoriesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListDirectoriesCommandInput;
|
|
47
|
+
output: ListDirectoriesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListFacetAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {
|
|
40
|
+
export declare class ListFacetAttributesCommand extends ListFacetAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListFacetAttributesRequest;
|
|
44
|
+
output: ListFacetAttributesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListFacetAttributesCommandInput;
|
|
48
|
+
output: ListFacetAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListFacetNamesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListFacetNamesCommand extends ListFacetNamesCommand_base {
|
|
39
|
+
export declare class ListFacetNamesCommand extends ListFacetNamesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListFacetNamesRequest;
|
|
43
|
+
output: ListFacetNamesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListFacetNamesCommandInput;
|
|
47
|
+
output: ListFacetNamesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListIncomingTypedLinksCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {
|
|
40
|
+
export declare class ListIncomingTypedLinksCommand extends ListIncomingTypedLinksCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListIncomingTypedLinksRequest;
|
|
44
|
+
output: ListIncomingTypedLinksResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListIncomingTypedLinksCommandInput;
|
|
48
|
+
output: ListIncomingTypedLinksCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListIndexCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListIndexCommand extends ListIndexCommand_base {
|
|
36
|
+
export declare class ListIndexCommand extends ListIndexCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListIndexRequest;
|
|
40
|
+
output: ListIndexResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListIndexCommandInput;
|
|
44
|
+
output: ListIndexCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListManagedSchemaArnsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {
|
|
40
|
+
export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListManagedSchemaArnsRequest;
|
|
44
|
+
output: ListManagedSchemaArnsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListManagedSchemaArnsCommandInput;
|
|
48
|
+
output: ListManagedSchemaArnsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
|
|
40
|
+
export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListObjectAttributesRequest;
|
|
44
|
+
output: ListObjectAttributesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListObjectAttributesCommandInput;
|
|
48
|
+
output: ListObjectAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListObjectChildrenCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
|
|
40
|
+
export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListObjectChildrenRequest;
|
|
44
|
+
output: ListObjectChildrenResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListObjectChildrenCommandInput;
|
|
48
|
+
output: ListObjectChildrenCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListObjectParentPathsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
|
|
40
|
+
export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListObjectParentPathsRequest;
|
|
44
|
+
output: ListObjectParentPathsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListObjectParentPathsCommandInput;
|
|
48
|
+
output: ListObjectParentPathsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListObjectParentsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
|
|
40
|
+
export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListObjectParentsRequest;
|
|
44
|
+
output: ListObjectParentsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListObjectParentsCommandInput;
|
|
48
|
+
output: ListObjectParentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListObjectPoliciesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {
|
|
40
|
+
export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListObjectPoliciesRequest;
|
|
44
|
+
output: ListObjectPoliciesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListObjectPoliciesCommandInput;
|
|
48
|
+
output: ListObjectPoliciesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {
|
|
40
|
+
export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListOutgoingTypedLinksRequest;
|
|
44
|
+
output: ListOutgoingTypedLinksResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListOutgoingTypedLinksCommandInput;
|
|
48
|
+
output: ListOutgoingTypedLinksCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|