@aws-sdk/client-clouddirectory 3.803.0 → 3.804.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-es/protocols/Aws_restJson1.js +1 -1
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +1 -1
- package/dist-types/commands/ApplySchemaCommand.d.ts +1 -1
- package/dist-types/commands/AttachObjectCommand.d.ts +1 -1
- package/dist-types/commands/AttachPolicyCommand.d.ts +1 -1
- package/dist-types/commands/AttachToIndexCommand.d.ts +1 -1
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +1 -1
- package/dist-types/commands/BatchReadCommand.d.ts +1 -1
- package/dist-types/commands/BatchWriteCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
- package/dist-types/commands/CreateObjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFacetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/DetachFromIndexCommand.d.ts +1 -1
- package/dist-types/commands/DetachObjectCommand.d.ts +1 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/EnableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetFacetCommand.d.ts +1 -1
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectInformationCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +1 -1
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +1 -1
- package/dist-types/commands/ListIndexCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectParentsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/LookupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PublishSchemaCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFacetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +19 -19
|
@@ -2704,7 +2704,7 @@ const se_TypedAttributeValue = (input, context) => {
|
|
|
2704
2704
|
return TypedAttributeValue.visit(input, {
|
|
2705
2705
|
BinaryValue: (value) => ({ BinaryValue: context.base64Encoder(value) }),
|
|
2706
2706
|
BooleanValue: (value) => ({ BooleanValue: value }),
|
|
2707
|
-
DatetimeValue: (value) => ({ DatetimeValue: value.getTime() /
|
|
2707
|
+
DatetimeValue: (value) => ({ DatetimeValue: value.getTime() / 1_000 }),
|
|
2708
2708
|
NumberValue: (value) => ({ NumberValue: value }),
|
|
2709
2709
|
StringValue: (value) => ({ StringValue: value }),
|
|
2710
2710
|
_: (name, value) => ({ [name]: value }),
|
|
@@ -23,7 +23,7 @@ export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse,
|
|
|
23
23
|
}
|
|
24
24
|
declare const AddFacetToObjectCommand_base: {
|
|
25
25
|
new (input: AddFacetToObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AddFacetToObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const ApplySchemaCommand_base: {
|
|
25
25
|
new (input: ApplySchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ApplySchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AttachObjectCommandOutput extends AttachObjectResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const AttachObjectCommand_base: {
|
|
25
25
|
new (input: AttachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AttachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const AttachPolicyCommand_base: {
|
|
25
25
|
new (input: AttachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AttachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const AttachToIndexCommand_base: {
|
|
25
25
|
new (input: AttachToIndexCommandInput): import("@smithy/smithy-client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AttachToIndexCommandInput): import("@smithy/smithy-client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const AttachTypedLinkCommand_base: {
|
|
25
25
|
new (input: AttachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AttachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
declare const BatchReadCommand_base: {
|
|
25
25
|
new (input: BatchReadCommandInput): import("@smithy/smithy-client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: BatchReadCommandInput): import("@smithy/smithy-client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
declare const BatchWriteCommand_base: {
|
|
25
25
|
new (input: BatchWriteCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: BatchWriteCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDirectoryCommand_base: {
|
|
25
25
|
new (input: CreateDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFacetCommand_base: {
|
|
25
25
|
new (input: CreateFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateIndexCommand_base: {
|
|
25
25
|
new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateObjectCommand_base: {
|
|
25
25
|
new (input: CreateObjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateObjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSchemaCommand_base: {
|
|
25
25
|
new (input: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTypedLinkFacetCommand_base: {
|
|
25
25
|
new (input: CreateTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDirectoryCommand_base: {
|
|
25
25
|
new (input: DeleteDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFacetCommand_base: {
|
|
25
25
|
new (input: DeleteFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteObjectCommand_base: {
|
|
25
25
|
new (input: DeleteObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSchemaCommand_base: {
|
|
25
25
|
new (input: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetR
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTypedLinkFacetCommand_base: {
|
|
25
25
|
new (input: DeleteTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteTypedLinkFacetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const DetachFromIndexCommand_base: {
|
|
25
25
|
new (input: DetachFromIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DetachFromIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DetachObjectCommandOutput extends DetachObjectResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const DetachObjectCommand_base: {
|
|
25
25
|
new (input: DetachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DetachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const DetachPolicyCommand_base: {
|
|
25
25
|
new (input: DetachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DetachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DetachTypedLinkCommand_base: {
|
|
25
25
|
new (input: DetachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DetachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse,
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisableDirectoryCommand_base: {
|
|
25
25
|
new (input: DisableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const EnableDirectoryCommand_base: {
|
|
25
25
|
new (input: EnableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: EnableDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVe
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetAppliedSchemaVersionCommand_base: {
|
|
25
25
|
new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetAppliedSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetDirectoryCommand_base: {
|
|
25
25
|
new (input: GetDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBeare
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetFacetCommand_base: {
|
|
25
25
|
new (input: GetFacetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetFacetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetLinkAttributesCommand_base: {
|
|
25
25
|
new (input: GetLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetLinkAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetObjectAttributesCommand_base: {
|
|
25
25
|
new (input: GetObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetObjectInformationCommandOutput extends GetObjectInformationR
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetObjectInformationCommand_base: {
|
|
25
25
|
new (input: GetObjectInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetObjectInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetSchemaAsJsonCommand_base: {
|
|
25
25
|
new (input: GetSchemaAsJsonCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetSchemaAsJsonCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkF
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetTypedLinkFacetInformationCommand_base: {
|
|
25
25
|
new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetTypedLinkFacetInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArn
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListAppliedSchemaArnsCommand_base: {
|
|
25
25
|
new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListAppliedSchemaArnsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListAttachedIndicesCommand_base: {
|
|
25
25
|
new (input: ListAttachedIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListAttachedIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListFacetAttributesCommand_base: {
|
|
25
25
|
new (input: ListFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListFacetNamesCommand_base: {
|
|
25
25
|
new (input: ListFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListIncomingTypedLinksCommand_base: {
|
|
25
25
|
new (input: ListIncomingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListIncomingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListIndexCommand_base: {
|
|
25
25
|
new (input: ListIndexCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListIndexCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectAttributesCommand_base: {
|
|
25
25
|
new (input: ListObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListObjectAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectChildrenCommand_base: {
|
|
25
25
|
new (input: ListObjectChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListObjectChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectParentPathsCommand_base: {
|
|
25
25
|
new (input: ListObjectParentPathsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListObjectParentPathsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectParentsCommand_base: {
|
|
25
25
|
new (input: ListObjectParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListObjectParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectPoliciesCommand_base: {
|
|
25
25
|
new (input: ListObjectPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListObjectPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListOutgoingTypedLinksCommand_base: {
|
|
25
25
|
new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListPolicyAttachmentsCommand_base: {
|
|
25
25
|
new (input: ListPolicyAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListPolicyAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
25
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
25
25
|
new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTypedLinkFacetNamesCommand_base: {
|
|
25
25
|
new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const LookupPolicyCommand_base: {
|
|
25
25
|
new (input: LookupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: LookupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const PublishSchemaCommand_base: {
|
|
25
25
|
new (input: PublishSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PublishSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutSchemaFromJsonCommand_base: {
|
|
25
25
|
new (input: PutSchemaFromJsonCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutSchemaFromJsonCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|