@aws-sdk/client-clouddirectory 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CloudDirectory.d.ts +228 -263
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +16 -56
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +32 -108
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDirectoryRequest,
|
|
4
|
-
DeleteDirectoryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {}
|
|
8
|
-
export interface DeleteDirectoryCommandOutput
|
|
9
|
-
extends DeleteDirectoryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDirectoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDirectoryCommandInput
|
|
8
|
+
input: DeleteDirectoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDirectoryCommandInput,
|
|
16
11
|
DeleteDirectoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDirectoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDirectoryCommandInput
|
|
17
|
+
input: DeleteDirectoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDirectoryCommandInput,
|
|
25
20
|
DeleteDirectoryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteFacetCommandInput extends DeleteFacetRequest {}
|
|
5
|
-
export interface DeleteFacetCommandOutput
|
|
6
|
-
extends DeleteFacetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteFacetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteFacetCommandInput
|
|
8
|
+
input: DeleteFacetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteFacetCommandInput,
|
|
13
11
|
DeleteFacetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteFacetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteFacetCommandInput
|
|
17
|
+
input: DeleteFacetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteFacetCommandInput,
|
|
22
20
|
DeleteFacetCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteObjectCommandInput extends DeleteObjectRequest {}
|
|
5
|
-
export interface DeleteObjectCommandOutput
|
|
6
|
-
extends DeleteObjectResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteObjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteObjectCommandInput
|
|
8
|
+
input: DeleteObjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteObjectCommandInput,
|
|
13
11
|
DeleteObjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteObjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteObjectCommandInput
|
|
17
|
+
input: DeleteObjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteObjectCommandInput,
|
|
22
20
|
DeleteObjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
|
|
5
|
-
export interface DeleteSchemaCommandOutput
|
|
6
|
-
extends DeleteSchemaResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteSchemaCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteSchemaCommandInput
|
|
8
|
+
input: DeleteSchemaCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteSchemaCommandInput,
|
|
13
11
|
DeleteSchemaCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteSchemaCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteSchemaCommandInput
|
|
17
|
+
input: DeleteSchemaCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteSchemaCommandInput,
|
|
22
20
|
DeleteSchemaCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteTypedLinkFacetRequest,
|
|
4
|
-
DeleteTypedLinkFacetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteTypedLinkFacetCommandInput
|
|
8
|
-
extends DeleteTypedLinkFacetRequest {}
|
|
4
|
+
export interface DeleteTypedLinkFacetCommandInput extends DeleteTypedLinkFacetRequest {}
|
|
9
5
|
export interface DeleteTypedLinkFacetCommandOutput
|
|
10
|
-
extends DeleteTypedLinkFacetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteTypedLinkFacetResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteTypedLinkFacetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteTypedLinkFacetCommandInput
|
|
9
|
+
input: DeleteTypedLinkFacetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteTypedLinkFacetCommandInput,
|
|
17
12
|
DeleteTypedLinkFacetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteTypedLinkFacetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteTypedLinkFacetCommandInput
|
|
18
|
+
input: DeleteTypedLinkFacetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteTypedLinkFacetCommandInput,
|
|
26
21
|
DeleteTypedLinkFacetCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DetachFromIndexRequest,
|
|
4
|
-
DetachFromIndexResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DetachFromIndexCommandInput extends DetachFromIndexRequest {}
|
|
8
|
-
export interface DetachFromIndexCommandOutput
|
|
9
|
-
extends DetachFromIndexResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, __MetadataBearer {}
|
|
11
6
|
declare const DetachFromIndexCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DetachFromIndexCommandInput
|
|
8
|
+
input: DetachFromIndexCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DetachFromIndexCommandInput,
|
|
16
11
|
DetachFromIndexCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DetachFromIndexCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DetachFromIndexCommandInput
|
|
17
|
+
input: DetachFromIndexCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DetachFromIndexCommandInput,
|
|
25
20
|
DetachFromIndexCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DetachObjectRequest, DetachObjectResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DetachObjectCommandInput extends DetachObjectRequest {}
|
|
5
|
-
export interface DetachObjectCommandOutput
|
|
6
|
-
extends DetachObjectResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DetachObjectCommandOutput extends DetachObjectResponse, __MetadataBearer {}
|
|
8
6
|
declare const DetachObjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DetachObjectCommandInput
|
|
8
|
+
input: DetachObjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DetachObjectCommandInput,
|
|
13
11
|
DetachObjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DetachObjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DetachObjectCommandInput
|
|
17
|
+
input: DetachObjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DetachObjectCommandInput,
|
|
22
20
|
DetachObjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DetachPolicyCommandInput extends DetachPolicyRequest {}
|
|
5
|
-
export interface DetachPolicyCommandOutput
|
|
6
|
-
extends DetachPolicyResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __MetadataBearer {}
|
|
8
6
|
declare const DetachPolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DetachPolicyCommandInput
|
|
8
|
+
input: DetachPolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DetachPolicyCommandInput,
|
|
13
11
|
DetachPolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DetachPolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DetachPolicyCommandInput
|
|
17
|
+
input: DetachPolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DetachPolicyCommandInput,
|
|
22
20
|
DetachPolicyCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DetachTypedLinkCommandInput extends DetachTypedLinkRequest {}
|
|
|
5
5
|
export interface DetachTypedLinkCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DetachTypedLinkCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DetachTypedLinkCommandInput
|
|
8
|
+
input: DetachTypedLinkCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DetachTypedLinkCommandInput,
|
|
11
11
|
DetachTypedLinkCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DetachTypedLinkCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DetachTypedLinkCommandInput
|
|
17
|
+
input: DetachTypedLinkCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DetachTypedLinkCommandInput,
|
|
20
20
|
DetachTypedLinkCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DisableDirectoryRequest,
|
|
4
|
-
DisableDirectoryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DisableDirectoryRequest, DisableDirectoryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DisableDirectoryCommandInput extends DisableDirectoryRequest {}
|
|
8
|
-
export interface DisableDirectoryCommandOutput
|
|
9
|
-
extends DisableDirectoryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse, __MetadataBearer {}
|
|
11
6
|
declare const DisableDirectoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DisableDirectoryCommandInput
|
|
8
|
+
input: DisableDirectoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DisableDirectoryCommandInput,
|
|
16
11
|
DisableDirectoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DisableDirectoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DisableDirectoryCommandInput
|
|
17
|
+
input: DisableDirectoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DisableDirectoryCommandInput,
|
|
25
20
|
DisableDirectoryCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
EnableDirectoryRequest,
|
|
4
|
-
EnableDirectoryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { EnableDirectoryRequest, EnableDirectoryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface EnableDirectoryCommandInput extends EnableDirectoryRequest {}
|
|
8
|
-
export interface EnableDirectoryCommandOutput
|
|
9
|
-
extends EnableDirectoryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, __MetadataBearer {}
|
|
11
6
|
declare const EnableDirectoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: EnableDirectoryCommandInput
|
|
8
|
+
input: EnableDirectoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
EnableDirectoryCommandInput,
|
|
16
11
|
EnableDirectoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const EnableDirectoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: EnableDirectoryCommandInput
|
|
17
|
+
input: EnableDirectoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
EnableDirectoryCommandInput,
|
|
25
20
|
EnableDirectoryCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetAppliedSchemaVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAppliedSchemaVersionCommandInput
|
|
8
|
-
extends GetAppliedSchemaVersionRequest {}
|
|
7
|
+
export interface GetAppliedSchemaVersionCommandInput extends GetAppliedSchemaVersionRequest {}
|
|
9
8
|
export interface GetAppliedSchemaVersionCommandOutput
|
|
10
|
-
extends GetAppliedSchemaVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetAppliedSchemaVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetAppliedSchemaVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetAppliedSchemaVersionCommandInput
|
|
12
|
+
input: GetAppliedSchemaVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetAppliedSchemaVersionCommandInput,
|
|
17
15
|
GetAppliedSchemaVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetAppliedSchemaVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetAppliedSchemaVersionCommandInput
|
|
21
|
+
input: GetAppliedSchemaVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetAppliedSchemaVersionCommandInput,
|
|
26
24
|
GetAppliedSchemaVersionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDirectoryRequest, GetDirectoryResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDirectoryCommandInput extends GetDirectoryRequest {}
|
|
5
|
-
export interface GetDirectoryCommandOutput
|
|
6
|
-
extends GetDirectoryResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDirectoryCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDirectoryCommandInput
|
|
8
|
+
input: GetDirectoryCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDirectoryCommandInput,
|
|
13
11
|
GetDirectoryCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDirectoryCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDirectoryCommandInput
|
|
17
|
+
input: GetDirectoryCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDirectoryCommandInput,
|
|
22
20
|
GetDirectoryCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetFacetRequest, GetFacetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetFacetCommandInput extends GetFacetRequest {}
|
|
5
|
-
export interface GetFacetCommandOutput
|
|
6
|
-
extends GetFacetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetFacetCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetFacetCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetFacetCommandInput,
|
|
11
11
|
GetFacetCommandOutput,
|
|
12
12
|
import("..").CloudDirectoryClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetFacetCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetFacetCommandInput,
|
|
18
20
|
GetFacetCommandOutput,
|
|
19
21
|
import("..").CloudDirectoryClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetLinkAttributesRequest,
|
|
4
|
-
GetLinkAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetLinkAttributesRequest, GetLinkAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetLinkAttributesCommandInput
|
|
8
|
-
extends GetLinkAttributesRequest {}
|
|
4
|
+
export interface GetLinkAttributesCommandInput extends GetLinkAttributesRequest {}
|
|
9
5
|
export interface GetLinkAttributesCommandOutput
|
|
10
|
-
extends GetLinkAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetLinkAttributesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetLinkAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetLinkAttributesCommandInput
|
|
9
|
+
input: GetLinkAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetLinkAttributesCommandInput,
|
|
17
12
|
GetLinkAttributesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetLinkAttributesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetLinkAttributesCommandInput
|
|
18
|
+
input: GetLinkAttributesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetLinkAttributesCommandInput,
|
|
26
21
|
GetLinkAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetObjectAttributesRequest,
|
|
4
|
-
GetObjectAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetObjectAttributesRequest, GetObjectAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetObjectAttributesCommandInput
|
|
8
|
-
extends GetObjectAttributesRequest {}
|
|
4
|
+
export interface GetObjectAttributesCommandInput extends GetObjectAttributesRequest {}
|
|
9
5
|
export interface GetObjectAttributesCommandOutput
|
|
10
|
-
extends GetObjectAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetObjectAttributesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetObjectAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetObjectAttributesCommandInput
|
|
9
|
+
input: GetObjectAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetObjectAttributesCommandInput,
|
|
17
12
|
GetObjectAttributesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetObjectAttributesCommandInput
|
|
18
|
+
input: GetObjectAttributesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetObjectAttributesCommandInput,
|
|
26
21
|
GetObjectAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetObjectInformationRequest,
|
|
4
|
-
GetObjectInformationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetObjectInformationRequest, GetObjectInformationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetObjectInformationCommandInput
|
|
8
|
-
extends GetObjectInformationRequest {}
|
|
4
|
+
export interface GetObjectInformationCommandInput extends GetObjectInformationRequest {}
|
|
9
5
|
export interface GetObjectInformationCommandOutput
|
|
10
|
-
extends GetObjectInformationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetObjectInformationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetObjectInformationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetObjectInformationCommandInput
|
|
9
|
+
input: GetObjectInformationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetObjectInformationCommandInput,
|
|
17
12
|
GetObjectInformationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetObjectInformationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetObjectInformationCommandInput
|
|
18
|
+
input: GetObjectInformationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetObjectInformationCommandInput,
|
|
26
21
|
GetObjectInformationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSchemaAsJsonRequest,
|
|
4
|
-
GetSchemaAsJsonResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetSchemaAsJsonCommandInput extends GetSchemaAsJsonRequest {}
|
|
8
|
-
export interface GetSchemaAsJsonCommandOutput
|
|
9
|
-
extends GetSchemaAsJsonResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetSchemaAsJsonCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetSchemaAsJsonCommandInput
|
|
8
|
+
input: GetSchemaAsJsonCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetSchemaAsJsonCommandInput,
|
|
16
11
|
GetSchemaAsJsonCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetSchemaAsJsonCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetSchemaAsJsonCommandInput
|
|
17
|
+
input: GetSchemaAsJsonCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetSchemaAsJsonCommandInput,
|
|
25
20
|
GetSchemaAsJsonCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetTypedLinkFacetInformationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTypedLinkFacetInformationCommandInput
|
|
8
|
-
extends GetTypedLinkFacetInformationRequest {}
|
|
7
|
+
export interface GetTypedLinkFacetInformationCommandInput extends GetTypedLinkFacetInformationRequest {}
|
|
9
8
|
export interface GetTypedLinkFacetInformationCommandOutput
|
|
10
|
-
extends GetTypedLinkFacetInformationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetTypedLinkFacetInformationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetTypedLinkFacetInformationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetTypedLinkFacetInformationCommandInput
|
|
12
|
+
input: GetTypedLinkFacetInformationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetTypedLinkFacetInformationCommandInput,
|
|
17
15
|
GetTypedLinkFacetInformationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetTypedLinkFacetInformationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetTypedLinkFacetInformationCommandInput
|
|
21
|
+
input: GetTypedLinkFacetInformationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetTypedLinkFacetInformationCommandInput,
|
|
26
24
|
GetTypedLinkFacetInformationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAppliedSchemaArnsRequest,
|
|
4
|
-
ListAppliedSchemaArnsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAppliedSchemaArnsCommandInput
|
|
8
|
-
extends ListAppliedSchemaArnsRequest {}
|
|
4
|
+
export interface ListAppliedSchemaArnsCommandInput extends ListAppliedSchemaArnsRequest {}
|
|
9
5
|
export interface ListAppliedSchemaArnsCommandOutput
|
|
10
|
-
extends ListAppliedSchemaArnsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAppliedSchemaArnsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAppliedSchemaArnsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAppliedSchemaArnsCommandInput
|
|
9
|
+
input: ListAppliedSchemaArnsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAppliedSchemaArnsCommandInput,
|
|
17
12
|
ListAppliedSchemaArnsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListAppliedSchemaArnsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListAppliedSchemaArnsCommandInput
|
|
18
|
+
input: ListAppliedSchemaArnsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListAppliedSchemaArnsCommandInput,
|
|
26
21
|
ListAppliedSchemaArnsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAttachedIndicesRequest,
|
|
4
|
-
ListAttachedIndicesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAttachedIndicesRequest, ListAttachedIndicesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAttachedIndicesCommandInput
|
|
8
|
-
extends ListAttachedIndicesRequest {}
|
|
4
|
+
export interface ListAttachedIndicesCommandInput extends ListAttachedIndicesRequest {}
|
|
9
5
|
export interface ListAttachedIndicesCommandOutput
|
|
10
|
-
extends ListAttachedIndicesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAttachedIndicesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAttachedIndicesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAttachedIndicesCommandInput
|
|
9
|
+
input: ListAttachedIndicesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAttachedIndicesCommandInput,
|
|
17
12
|
ListAttachedIndicesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListAttachedIndicesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListAttachedIndicesCommandInput
|
|
18
|
+
input: ListAttachedIndicesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListAttachedIndicesCommandInput,
|
|
26
21
|
ListAttachedIndicesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListDevelopmentSchemaArnsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDevelopmentSchemaArnsCommandInput
|
|
8
|
-
extends ListDevelopmentSchemaArnsRequest {}
|
|
7
|
+
export interface ListDevelopmentSchemaArnsCommandInput extends ListDevelopmentSchemaArnsRequest {}
|
|
9
8
|
export interface ListDevelopmentSchemaArnsCommandOutput
|
|
10
|
-
extends ListDevelopmentSchemaArnsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListDevelopmentSchemaArnsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListDevelopmentSchemaArnsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListDevelopmentSchemaArnsCommandInput
|
|
12
|
+
input: ListDevelopmentSchemaArnsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListDevelopmentSchemaArnsCommandInput,
|
|
17
15
|
ListDevelopmentSchemaArnsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDirectoriesRequest,
|
|
4
|
-
ListDirectoriesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDirectoriesRequest, ListDirectoriesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDirectoriesCommandInput extends ListDirectoriesRequest {}
|
|
8
|
-
export interface ListDirectoriesCommandOutput
|
|
9
|
-
extends ListDirectoriesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDirectoriesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDirectoriesCommandInput
|
|
8
|
+
input: ListDirectoriesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDirectoriesCommandInput,
|
|
16
11
|
ListDirectoriesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFacetAttributesRequest,
|
|
4
|
-
ListFacetAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFacetAttributesCommandInput
|
|
8
|
-
extends ListFacetAttributesRequest {}
|
|
4
|
+
export interface ListFacetAttributesCommandInput extends ListFacetAttributesRequest {}
|
|
9
5
|
export interface ListFacetAttributesCommandOutput
|
|
10
|
-
extends ListFacetAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListFacetAttributesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListFacetAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListFacetAttributesCommandInput
|
|
9
|
+
input: ListFacetAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListFacetAttributesCommandInput,
|
|
17
12
|
ListFacetAttributesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListFacetAttributesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListFacetAttributesCommandInput
|
|
18
|
+
input: ListFacetAttributesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListFacetAttributesCommandInput,
|
|
26
21
|
ListFacetAttributesCommandOutput,
|