@aws-sdk/client-clouddirectory 3.1087.0 → 3.1089.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
|
-
ListFacetNamesRequest,
|
|
4
|
-
ListFacetNamesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListFacetNamesCommandInput extends ListFacetNamesRequest {}
|
|
8
|
-
export interface ListFacetNamesCommandOutput
|
|
9
|
-
extends ListFacetNamesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListFacetNamesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListFacetNamesCommandInput
|
|
8
|
+
input: ListFacetNamesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListFacetNamesCommandInput,
|
|
16
11
|
ListFacetNamesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListFacetNamesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListFacetNamesCommandInput
|
|
17
|
+
input: ListFacetNamesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListFacetNamesCommandInput,
|
|
25
20
|
ListFacetNamesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIncomingTypedLinksRequest,
|
|
4
|
-
ListIncomingTypedLinksResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListIncomingTypedLinksCommandInput
|
|
8
|
-
extends ListIncomingTypedLinksRequest {}
|
|
4
|
+
export interface ListIncomingTypedLinksCommandInput extends ListIncomingTypedLinksRequest {}
|
|
9
5
|
export interface ListIncomingTypedLinksCommandOutput
|
|
10
|
-
extends ListIncomingTypedLinksResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListIncomingTypedLinksResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListIncomingTypedLinksCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListIncomingTypedLinksCommandInput
|
|
9
|
+
input: ListIncomingTypedLinksCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListIncomingTypedLinksCommandInput,
|
|
17
12
|
ListIncomingTypedLinksCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListIncomingTypedLinksCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListIncomingTypedLinksCommandInput
|
|
18
|
+
input: ListIncomingTypedLinksCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListIncomingTypedLinksCommandInput,
|
|
26
21
|
ListIncomingTypedLinksCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListIndexRequest, ListIndexResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListIndexCommandInput extends ListIndexRequest {}
|
|
5
|
-
export interface ListIndexCommandOutput
|
|
6
|
-
extends ListIndexResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListIndexCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListIndexCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListIndexCommandInput,
|
|
11
11
|
ListIndexCommandOutput,
|
|
12
12
|
import("..").CloudDirectoryClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListIndexCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListIndexCommandInput,
|
|
18
20
|
ListIndexCommandOutput,
|
|
19
21
|
import("..").CloudDirectoryClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListManagedSchemaArnsRequest,
|
|
4
|
-
ListManagedSchemaArnsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListManagedSchemaArnsCommandInput
|
|
8
|
-
extends ListManagedSchemaArnsRequest {}
|
|
4
|
+
export interface ListManagedSchemaArnsCommandInput extends ListManagedSchemaArnsRequest {}
|
|
9
5
|
export interface ListManagedSchemaArnsCommandOutput
|
|
10
|
-
extends ListManagedSchemaArnsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListManagedSchemaArnsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListManagedSchemaArnsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListManagedSchemaArnsCommandInput
|
|
9
|
+
input: ListManagedSchemaArnsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListManagedSchemaArnsCommandInput,
|
|
17
12
|
ListManagedSchemaArnsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListObjectAttributesRequest,
|
|
4
|
-
ListObjectAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObjectAttributesCommandInput
|
|
8
|
-
extends ListObjectAttributesRequest {}
|
|
4
|
+
export interface ListObjectAttributesCommandInput extends ListObjectAttributesRequest {}
|
|
9
5
|
export interface ListObjectAttributesCommandOutput
|
|
10
|
-
extends ListObjectAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListObjectAttributesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListObjectAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListObjectAttributesCommandInput
|
|
9
|
+
input: ListObjectAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListObjectAttributesCommandInput,
|
|
17
12
|
ListObjectAttributesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListObjectAttributesCommandInput
|
|
18
|
+
input: ListObjectAttributesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListObjectAttributesCommandInput,
|
|
26
21
|
ListObjectAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListObjectChildrenRequest,
|
|
4
|
-
ListObjectChildrenResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObjectChildrenCommandInput
|
|
8
|
-
extends ListObjectChildrenRequest {}
|
|
4
|
+
export interface ListObjectChildrenCommandInput extends ListObjectChildrenRequest {}
|
|
9
5
|
export interface ListObjectChildrenCommandOutput
|
|
10
|
-
extends ListObjectChildrenResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListObjectChildrenResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListObjectChildrenCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListObjectChildrenCommandInput
|
|
9
|
+
input: ListObjectChildrenCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListObjectChildrenCommandInput,
|
|
17
12
|
ListObjectChildrenCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListObjectChildrenCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListObjectChildrenCommandInput
|
|
18
|
+
input: ListObjectChildrenCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListObjectChildrenCommandInput,
|
|
26
21
|
ListObjectChildrenCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListObjectParentPathsRequest,
|
|
4
|
-
ListObjectParentPathsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObjectParentPathsCommandInput
|
|
8
|
-
extends ListObjectParentPathsRequest {}
|
|
4
|
+
export interface ListObjectParentPathsCommandInput extends ListObjectParentPathsRequest {}
|
|
9
5
|
export interface ListObjectParentPathsCommandOutput
|
|
10
|
-
extends ListObjectParentPathsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListObjectParentPathsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListObjectParentPathsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListObjectParentPathsCommandInput
|
|
9
|
+
input: ListObjectParentPathsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListObjectParentPathsCommandInput,
|
|
17
12
|
ListObjectParentPathsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListObjectParentPathsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListObjectParentPathsCommandInput
|
|
18
|
+
input: ListObjectParentPathsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListObjectParentPathsCommandInput,
|
|
26
21
|
ListObjectParentPathsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListObjectParentsRequest,
|
|
4
|
-
ListObjectParentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObjectParentsCommandInput
|
|
8
|
-
extends ListObjectParentsRequest {}
|
|
4
|
+
export interface ListObjectParentsCommandInput extends ListObjectParentsRequest {}
|
|
9
5
|
export interface ListObjectParentsCommandOutput
|
|
10
|
-
extends ListObjectParentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListObjectParentsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListObjectParentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListObjectParentsCommandInput
|
|
9
|
+
input: ListObjectParentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListObjectParentsCommandInput,
|
|
17
12
|
ListObjectParentsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListObjectParentsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListObjectParentsCommandInput
|
|
18
|
+
input: ListObjectParentsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListObjectParentsCommandInput,
|
|
26
21
|
ListObjectParentsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListObjectPoliciesRequest,
|
|
4
|
-
ListObjectPoliciesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObjectPoliciesCommandInput
|
|
8
|
-
extends ListObjectPoliciesRequest {}
|
|
4
|
+
export interface ListObjectPoliciesCommandInput extends ListObjectPoliciesRequest {}
|
|
9
5
|
export interface ListObjectPoliciesCommandOutput
|
|
10
|
-
extends ListObjectPoliciesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListObjectPoliciesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListObjectPoliciesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListObjectPoliciesCommandInput
|
|
9
|
+
input: ListObjectPoliciesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListObjectPoliciesCommandInput,
|
|
17
12
|
ListObjectPoliciesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListObjectPoliciesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListObjectPoliciesCommandInput
|
|
18
|
+
input: ListObjectPoliciesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListObjectPoliciesCommandInput,
|
|
26
21
|
ListObjectPoliciesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListOutgoingTypedLinksRequest,
|
|
4
|
-
ListOutgoingTypedLinksResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOutgoingTypedLinksCommandInput
|
|
8
|
-
extends ListOutgoingTypedLinksRequest {}
|
|
4
|
+
export interface ListOutgoingTypedLinksCommandInput extends ListOutgoingTypedLinksRequest {}
|
|
9
5
|
export interface ListOutgoingTypedLinksCommandOutput
|
|
10
|
-
extends ListOutgoingTypedLinksResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListOutgoingTypedLinksResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListOutgoingTypedLinksCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListOutgoingTypedLinksCommandInput
|
|
9
|
+
input: ListOutgoingTypedLinksCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListOutgoingTypedLinksCommandInput,
|
|
17
12
|
ListOutgoingTypedLinksCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListOutgoingTypedLinksCommandInput
|
|
18
|
+
input: ListOutgoingTypedLinksCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListOutgoingTypedLinksCommandInput,
|
|
26
21
|
ListOutgoingTypedLinksCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPolicyAttachmentsRequest,
|
|
4
|
-
ListPolicyAttachmentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPolicyAttachmentsCommandInput
|
|
8
|
-
extends ListPolicyAttachmentsRequest {}
|
|
4
|
+
export interface ListPolicyAttachmentsCommandInput extends ListPolicyAttachmentsRequest {}
|
|
9
5
|
export interface ListPolicyAttachmentsCommandOutput
|
|
10
|
-
extends ListPolicyAttachmentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPolicyAttachmentsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPolicyAttachmentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPolicyAttachmentsCommandInput
|
|
9
|
+
input: ListPolicyAttachmentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPolicyAttachmentsCommandInput,
|
|
17
12
|
ListPolicyAttachmentsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListPolicyAttachmentsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListPolicyAttachmentsCommandInput
|
|
18
|
+
input: ListPolicyAttachmentsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListPolicyAttachmentsCommandInput,
|
|
26
21
|
ListPolicyAttachmentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPublishedSchemaArnsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPublishedSchemaArnsCommandInput
|
|
8
|
-
extends ListPublishedSchemaArnsRequest {}
|
|
7
|
+
export interface ListPublishedSchemaArnsCommandInput extends ListPublishedSchemaArnsRequest {}
|
|
9
8
|
export interface ListPublishedSchemaArnsCommandOutput
|
|
10
|
-
extends ListPublishedSchemaArnsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPublishedSchemaArnsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPublishedSchemaArnsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPublishedSchemaArnsCommandInput
|
|
12
|
+
input: ListPublishedSchemaArnsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPublishedSchemaArnsCommandInput,
|
|
17
15
|
ListPublishedSchemaArnsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTypedLinkFacetAttributesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTypedLinkFacetAttributesCommandInput
|
|
8
|
-
extends ListTypedLinkFacetAttributesRequest {}
|
|
7
|
+
export interface ListTypedLinkFacetAttributesCommandInput extends ListTypedLinkFacetAttributesRequest {}
|
|
9
8
|
export interface ListTypedLinkFacetAttributesCommandOutput
|
|
10
|
-
extends ListTypedLinkFacetAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTypedLinkFacetAttributesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTypedLinkFacetAttributesCommandInput
|
|
12
|
+
input: ListTypedLinkFacetAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTypedLinkFacetAttributesCommandInput,
|
|
17
15
|
ListTypedLinkFacetAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListTypedLinkFacetAttributesCommandInput
|
|
21
|
+
input: ListTypedLinkFacetAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListTypedLinkFacetAttributesCommandInput,
|
|
26
24
|
ListTypedLinkFacetAttributesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTypedLinkFacetNamesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTypedLinkFacetNamesCommandInput
|
|
8
|
-
extends ListTypedLinkFacetNamesRequest {}
|
|
7
|
+
export interface ListTypedLinkFacetNamesCommandInput extends ListTypedLinkFacetNamesRequest {}
|
|
9
8
|
export interface ListTypedLinkFacetNamesCommandOutput
|
|
10
|
-
extends ListTypedLinkFacetNamesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTypedLinkFacetNamesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListTypedLinkFacetNamesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTypedLinkFacetNamesCommandInput
|
|
12
|
+
input: ListTypedLinkFacetNamesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTypedLinkFacetNamesCommandInput,
|
|
17
15
|
ListTypedLinkFacetNamesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListTypedLinkFacetNamesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListTypedLinkFacetNamesCommandInput
|
|
21
|
+
input: ListTypedLinkFacetNamesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListTypedLinkFacetNamesCommandInput,
|
|
26
24
|
ListTypedLinkFacetNamesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface LookupPolicyCommandInput extends LookupPolicyRequest {}
|
|
5
|
-
export interface LookupPolicyCommandOutput
|
|
6
|
-
extends LookupPolicyResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __MetadataBearer {}
|
|
8
6
|
declare const LookupPolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: LookupPolicyCommandInput
|
|
8
|
+
input: LookupPolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
LookupPolicyCommandInput,
|
|
13
11
|
LookupPolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const LookupPolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: LookupPolicyCommandInput
|
|
17
|
+
input: LookupPolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
LookupPolicyCommandInput,
|
|
22
20
|
LookupPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PublishSchemaRequest,
|
|
4
|
-
PublishSchemaResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PublishSchemaRequest, PublishSchemaResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PublishSchemaCommandInput extends PublishSchemaRequest {}
|
|
8
|
-
export interface PublishSchemaCommandOutput
|
|
9
|
-
extends PublishSchemaResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __MetadataBearer {}
|
|
11
6
|
declare const PublishSchemaCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PublishSchemaCommandInput
|
|
8
|
+
input: PublishSchemaCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PublishSchemaCommandInput,
|
|
16
11
|
PublishSchemaCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PublishSchemaCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PublishSchemaCommandInput
|
|
17
|
+
input: PublishSchemaCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PublishSchemaCommandInput,
|
|
25
20
|
PublishSchemaCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutSchemaFromJsonRequest,
|
|
4
|
-
PutSchemaFromJsonResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutSchemaFromJsonRequest, PutSchemaFromJsonResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutSchemaFromJsonCommandInput
|
|
8
|
-
extends PutSchemaFromJsonRequest {}
|
|
4
|
+
export interface PutSchemaFromJsonCommandInput extends PutSchemaFromJsonRequest {}
|
|
9
5
|
export interface PutSchemaFromJsonCommandOutput
|
|
10
|
-
extends PutSchemaFromJsonResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutSchemaFromJsonResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutSchemaFromJsonCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutSchemaFromJsonCommandInput
|
|
9
|
+
input: PutSchemaFromJsonCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutSchemaFromJsonCommandInput,
|
|
17
12
|
PutSchemaFromJsonCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutSchemaFromJsonCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutSchemaFromJsonCommandInput
|
|
18
|
+
input: PutSchemaFromJsonCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutSchemaFromJsonCommandInput,
|
|
26
21
|
PutSchemaFromJsonCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RemoveFacetFromObjectRequest,
|
|
4
|
-
RemoveFacetFromObjectResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RemoveFacetFromObjectRequest, RemoveFacetFromObjectResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RemoveFacetFromObjectCommandInput
|
|
8
|
-
extends RemoveFacetFromObjectRequest {}
|
|
4
|
+
export interface RemoveFacetFromObjectCommandInput extends RemoveFacetFromObjectRequest {}
|
|
9
5
|
export interface RemoveFacetFromObjectCommandOutput
|
|
10
|
-
extends RemoveFacetFromObjectResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RemoveFacetFromObjectResponse, __MetadataBearer {}
|
|
12
7
|
declare const RemoveFacetFromObjectCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RemoveFacetFromObjectCommandInput
|
|
9
|
+
input: RemoveFacetFromObjectCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RemoveFacetFromObjectCommandInput,
|
|
17
12
|
RemoveFacetFromObjectCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RemoveFacetFromObjectCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RemoveFacetFromObjectCommandInput
|
|
18
|
+
input: RemoveFacetFromObjectCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RemoveFacetFromObjectCommandInput,
|
|
26
21
|
RemoveFacetFromObjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateFacetRequest, UpdateFacetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateFacetCommandInput extends UpdateFacetRequest {}
|
|
5
|
-
export interface UpdateFacetCommandOutput
|
|
6
|
-
extends UpdateFacetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateFacetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateFacetCommandInput
|
|
8
|
+
input: UpdateFacetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateFacetCommandInput,
|
|
13
11
|
UpdateFacetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateFacetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateFacetCommandInput
|
|
17
|
+
input: UpdateFacetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateFacetCommandInput,
|
|
22
20
|
UpdateFacetCommandOutput,
|