@aws-sdk/client-wisdom 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/Wisdom.d.ts +136 -145
- package/dist-types/ts3.4/WisdomClient.d.ts +18 -37
- 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 +8 -18
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +4 -9
- 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/UpdateContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.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 +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- 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
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetContentRequest, GetContentResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetContentCommandInput extends GetContentRequest {}
|
|
5
|
-
export interface GetContentCommandOutput
|
|
6
|
-
extends GetContentResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetContentCommandOutput extends GetContentResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetContentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetContentCommandInput
|
|
8
|
+
input: GetContentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetContentCommandInput,
|
|
13
11
|
GetContentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetContentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetContentCommandInput
|
|
17
|
+
input: GetContentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetContentCommandInput,
|
|
22
20
|
GetContentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetContentSummaryRequest,
|
|
4
|
-
GetContentSummaryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetContentSummaryRequest, GetContentSummaryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetContentSummaryCommandInput
|
|
8
|
-
extends GetContentSummaryRequest {}
|
|
4
|
+
export interface GetContentSummaryCommandInput extends GetContentSummaryRequest {}
|
|
9
5
|
export interface GetContentSummaryCommandOutput
|
|
10
|
-
extends GetContentSummaryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetContentSummaryResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetContentSummaryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetContentSummaryCommandInput
|
|
9
|
+
input: GetContentSummaryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetContentSummaryCommandInput,
|
|
17
12
|
GetContentSummaryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetContentSummaryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetContentSummaryCommandInput
|
|
18
|
+
input: GetContentSummaryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetContentSummaryCommandInput,
|
|
26
21
|
GetContentSummaryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetImportJobRequest, GetImportJobResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetImportJobCommandInput extends GetImportJobRequest {}
|
|
5
|
-
export interface GetImportJobCommandOutput
|
|
6
|
-
extends GetImportJobResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetImportJobCommandOutput extends GetImportJobResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetImportJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetImportJobCommandInput
|
|
8
|
+
input: GetImportJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetImportJobCommandInput,
|
|
13
11
|
GetImportJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetImportJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetImportJobCommandInput
|
|
17
|
+
input: GetImportJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetImportJobCommandInput,
|
|
22
20
|
GetImportJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetKnowledgeBaseRequest,
|
|
4
|
-
GetKnowledgeBaseResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetKnowledgeBaseCommandInput extends GetKnowledgeBaseRequest {}
|
|
8
|
-
export interface GetKnowledgeBaseCommandOutput
|
|
9
|
-
extends GetKnowledgeBaseResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetKnowledgeBaseCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetKnowledgeBaseCommandInput
|
|
8
|
+
input: GetKnowledgeBaseCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetKnowledgeBaseCommandInput,
|
|
16
11
|
GetKnowledgeBaseCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetKnowledgeBaseCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetKnowledgeBaseCommandInput
|
|
17
|
+
input: GetKnowledgeBaseCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetKnowledgeBaseCommandInput,
|
|
25
20
|
GetKnowledgeBaseCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetQuickResponseRequest,
|
|
4
|
-
GetQuickResponseResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetQuickResponseRequest, GetQuickResponseResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetQuickResponseCommandInput extends GetQuickResponseRequest {}
|
|
8
|
-
export interface GetQuickResponseCommandOutput
|
|
9
|
-
extends GetQuickResponseResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetQuickResponseCommandOutput extends GetQuickResponseResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetQuickResponseCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetQuickResponseCommandInput
|
|
8
|
+
input: GetQuickResponseCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetQuickResponseCommandInput,
|
|
16
11
|
GetQuickResponseCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetQuickResponseCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetQuickResponseCommandInput
|
|
17
|
+
input: GetQuickResponseCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetQuickResponseCommandInput,
|
|
25
20
|
GetQuickResponseCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRecommendationsRequest,
|
|
4
|
-
GetRecommendationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRecommendationsCommandInput
|
|
8
|
-
extends GetRecommendationsRequest {}
|
|
4
|
+
export interface GetRecommendationsCommandInput extends GetRecommendationsRequest {}
|
|
9
5
|
export interface GetRecommendationsCommandOutput
|
|
10
|
-
extends GetRecommendationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRecommendationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetRecommendationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRecommendationsCommandInput
|
|
9
|
+
input: GetRecommendationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRecommendationsCommandInput,
|
|
17
12
|
GetRecommendationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetRecommendationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetRecommendationsCommandInput
|
|
18
|
+
input: GetRecommendationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetRecommendationsCommandInput,
|
|
26
21
|
GetRecommendationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetSessionCommandInput extends GetSessionRequest {}
|
|
5
|
-
export interface GetSessionCommandOutput
|
|
6
|
-
extends GetSessionResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetSessionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetSessionCommandInput
|
|
8
|
+
input: GetSessionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetSessionCommandInput,
|
|
13
11
|
GetSessionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetSessionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetSessionCommandInput
|
|
17
|
+
input: GetSessionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetSessionCommandInput,
|
|
22
20
|
GetSessionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAssistantAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAssistantAssociationsCommandInput
|
|
8
|
-
extends ListAssistantAssociationsRequest {}
|
|
7
|
+
export interface ListAssistantAssociationsCommandInput extends ListAssistantAssociationsRequest {}
|
|
9
8
|
export interface ListAssistantAssociationsCommandOutput
|
|
10
|
-
extends ListAssistantAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAssistantAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAssistantAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAssistantAssociationsCommandInput
|
|
12
|
+
input: ListAssistantAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAssistantAssociationsCommandInput,
|
|
17
15
|
ListAssistantAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListAssistantAssociationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListAssistantAssociationsCommandInput
|
|
21
|
+
input: ListAssistantAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListAssistantAssociationsCommandInput,
|
|
26
24
|
ListAssistantAssociationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAssistantsRequest,
|
|
4
|
-
ListAssistantsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAssistantsRequest, ListAssistantsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListAssistantsCommandInput extends ListAssistantsRequest {}
|
|
8
|
-
export interface ListAssistantsCommandOutput
|
|
9
|
-
extends ListAssistantsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAssistantsCommandOutput extends ListAssistantsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListAssistantsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListAssistantsCommandInput
|
|
8
|
+
input: ListAssistantsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListAssistantsCommandInput,
|
|
16
11
|
ListAssistantsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListContentsRequest, ListContentsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListContentsCommandInput extends ListContentsRequest {}
|
|
5
|
-
export interface ListContentsCommandOutput
|
|
6
|
-
extends ListContentsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListContentsCommandOutput extends ListContentsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListContentsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListContentsCommandInput
|
|
8
|
+
input: ListContentsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListContentsCommandInput,
|
|
13
11
|
ListContentsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListContentsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListContentsCommandInput
|
|
17
|
+
input: ListContentsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListContentsCommandInput,
|
|
22
20
|
ListContentsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListImportJobsRequest,
|
|
4
|
-
ListImportJobsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListImportJobsCommandInput extends ListImportJobsRequest {}
|
|
8
|
-
export interface ListImportJobsCommandOutput
|
|
9
|
-
extends ListImportJobsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListImportJobsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListImportJobsCommandInput
|
|
8
|
+
input: ListImportJobsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListImportJobsCommandInput,
|
|
16
11
|
ListImportJobsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListImportJobsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListImportJobsCommandInput
|
|
17
|
+
input: ListImportJobsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListImportJobsCommandInput,
|
|
25
20
|
ListImportJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListKnowledgeBasesRequest,
|
|
4
|
-
ListKnowledgeBasesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListKnowledgeBasesCommandInput
|
|
8
|
-
extends ListKnowledgeBasesRequest {}
|
|
4
|
+
export interface ListKnowledgeBasesCommandInput extends ListKnowledgeBasesRequest {}
|
|
9
5
|
export interface ListKnowledgeBasesCommandOutput
|
|
10
|
-
extends ListKnowledgeBasesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListKnowledgeBasesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListKnowledgeBasesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListKnowledgeBasesCommandInput
|
|
9
|
+
input: ListKnowledgeBasesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListKnowledgeBasesCommandInput,
|
|
17
12
|
ListKnowledgeBasesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListQuickResponsesRequest,
|
|
4
|
-
ListQuickResponsesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListQuickResponsesRequest, ListQuickResponsesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListQuickResponsesCommandInput
|
|
8
|
-
extends ListQuickResponsesRequest {}
|
|
4
|
+
export interface ListQuickResponsesCommandInput extends ListQuickResponsesRequest {}
|
|
9
5
|
export interface ListQuickResponsesCommandOutput
|
|
10
|
-
extends ListQuickResponsesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListQuickResponsesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListQuickResponsesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListQuickResponsesCommandInput
|
|
9
|
+
input: ListQuickResponsesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListQuickResponsesCommandInput,
|
|
17
12
|
ListQuickResponsesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListQuickResponsesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListQuickResponsesCommandInput
|
|
18
|
+
input: ListQuickResponsesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListQuickResponsesCommandInput,
|
|
26
21
|
ListQuickResponsesCommandOutput,
|
|
@@ -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
|
NotifyRecommendationsReceivedResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface NotifyRecommendationsReceivedCommandInput
|
|
8
|
-
extends NotifyRecommendationsReceivedRequest {}
|
|
7
|
+
export interface NotifyRecommendationsReceivedCommandInput extends NotifyRecommendationsReceivedRequest {}
|
|
9
8
|
export interface NotifyRecommendationsReceivedCommandOutput
|
|
10
|
-
extends NotifyRecommendationsReceivedResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends NotifyRecommendationsReceivedResponse, __MetadataBearer {}
|
|
12
10
|
declare const NotifyRecommendationsReceivedCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: NotifyRecommendationsReceivedCommandInput
|
|
12
|
+
input: NotifyRecommendationsReceivedCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
NotifyRecommendationsReceivedCommandInput,
|
|
17
15
|
NotifyRecommendationsReceivedCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const NotifyRecommendationsReceivedCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: NotifyRecommendationsReceivedCommandInput
|
|
21
|
+
input: NotifyRecommendationsReceivedCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
NotifyRecommendationsReceivedCommandInput,
|
|
26
24
|
NotifyRecommendationsReceivedCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
QueryAssistantRequest,
|
|
4
|
-
QueryAssistantResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { QueryAssistantRequest, QueryAssistantResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface QueryAssistantCommandInput extends QueryAssistantRequest {}
|
|
8
|
-
export interface QueryAssistantCommandOutput
|
|
9
|
-
extends QueryAssistantResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __MetadataBearer {}
|
|
11
6
|
declare const QueryAssistantCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: QueryAssistantCommandInput
|
|
8
|
+
input: QueryAssistantCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
QueryAssistantCommandInput,
|
|
16
11
|
QueryAssistantCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const QueryAssistantCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: QueryAssistantCommandInput
|
|
17
|
+
input: QueryAssistantCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
QueryAssistantCommandInput,
|
|
25
20
|
QueryAssistantCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RemoveKnowledgeBaseTemplateUriResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RemoveKnowledgeBaseTemplateUriCommandInput
|
|
8
|
-
extends RemoveKnowledgeBaseTemplateUriRequest {}
|
|
7
|
+
export interface RemoveKnowledgeBaseTemplateUriCommandInput extends RemoveKnowledgeBaseTemplateUriRequest {}
|
|
9
8
|
export interface RemoveKnowledgeBaseTemplateUriCommandOutput
|
|
10
|
-
extends RemoveKnowledgeBaseTemplateUriResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RemoveKnowledgeBaseTemplateUriResponse, __MetadataBearer {}
|
|
12
10
|
declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RemoveKnowledgeBaseTemplateUriCommandInput
|
|
12
|
+
input: RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
17
15
|
RemoveKnowledgeBaseTemplateUriCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RemoveKnowledgeBaseTemplateUriCommandInput
|
|
21
|
+
input: RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
26
24
|
RemoveKnowledgeBaseTemplateUriCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SearchContentRequest,
|
|
4
|
-
SearchContentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SearchContentRequest, SearchContentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface SearchContentCommandInput extends SearchContentRequest {}
|
|
8
|
-
export interface SearchContentCommandOutput
|
|
9
|
-
extends SearchContentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SearchContentCommandOutput extends SearchContentResponse, __MetadataBearer {}
|
|
11
6
|
declare const SearchContentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: SearchContentCommandInput
|
|
8
|
+
input: SearchContentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
SearchContentCommandInput,
|
|
16
11
|
SearchContentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const SearchContentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: SearchContentCommandInput
|
|
17
|
+
input: SearchContentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
SearchContentCommandInput,
|
|
25
20
|
SearchContentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SearchQuickResponsesRequest,
|
|
4
|
-
SearchQuickResponsesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SearchQuickResponsesRequest, SearchQuickResponsesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SearchQuickResponsesCommandInput
|
|
8
|
-
extends SearchQuickResponsesRequest {}
|
|
4
|
+
export interface SearchQuickResponsesCommandInput extends SearchQuickResponsesRequest {}
|
|
9
5
|
export interface SearchQuickResponsesCommandOutput
|
|
10
|
-
extends SearchQuickResponsesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SearchQuickResponsesResponse, __MetadataBearer {}
|
|
12
7
|
declare const SearchQuickResponsesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SearchQuickResponsesCommandInput
|
|
9
|
+
input: SearchQuickResponsesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SearchQuickResponsesCommandInput,
|
|
17
12
|
SearchQuickResponsesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SearchQuickResponsesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SearchQuickResponsesCommandInput
|
|
18
|
+
input: SearchQuickResponsesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SearchQuickResponsesCommandInput,
|
|
26
21
|
SearchQuickResponsesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SearchSessionsRequest,
|
|
4
|
-
SearchSessionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface SearchSessionsCommandInput extends SearchSessionsRequest {}
|
|
8
|
-
export interface SearchSessionsCommandOutput
|
|
9
|
-
extends SearchSessionsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SearchSessionsCommandOutput extends SearchSessionsResponse, __MetadataBearer {}
|
|
11
6
|
declare const SearchSessionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: SearchSessionsCommandInput
|
|
8
|
+
input: SearchSessionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
SearchSessionsCommandInput,
|
|
16
11
|
SearchSessionsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const SearchSessionsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: SearchSessionsCommandInput
|
|
17
|
+
input: SearchSessionsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
SearchSessionsCommandInput,
|
|
25
20
|
SearchSessionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartContentUploadRequest,
|
|
4
|
-
StartContentUploadResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartContentUploadRequest, StartContentUploadResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartContentUploadCommandInput
|
|
8
|
-
extends StartContentUploadRequest {}
|
|
4
|
+
export interface StartContentUploadCommandInput extends StartContentUploadRequest {}
|
|
9
5
|
export interface StartContentUploadCommandOutput
|
|
10
|
-
extends StartContentUploadResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartContentUploadResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartContentUploadCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartContentUploadCommandInput
|
|
9
|
+
input: StartContentUploadCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartContentUploadCommandInput,
|
|
17
12
|
StartContentUploadCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartContentUploadCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartContentUploadCommandInput
|
|
18
|
+
input: StartContentUploadCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartContentUploadCommandInput,
|
|
26
21
|
StartContentUploadCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartImportJobRequest,
|
|
4
|
-
StartImportJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartImportJobRequest, StartImportJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartImportJobCommandInput extends StartImportJobRequest {}
|
|
8
|
-
export interface StartImportJobCommandOutput
|
|
9
|
-
extends StartImportJobResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartImportJobCommandOutput extends StartImportJobResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartImportJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartImportJobCommandInput
|
|
8
|
+
input: StartImportJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartImportJobCommandInput,
|
|
16
11
|
StartImportJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartImportJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartImportJobCommandInput
|
|
17
|
+
input: StartImportJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartImportJobCommandInput,
|
|
25
20
|
StartImportJobCommandOutput,
|
|
@@ -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,
|