@aws-sdk/client-wisdom 3.478.0 → 3.481.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/commands/CreateAssistantAssociationCommand.js +18 -41
- package/dist-cjs/commands/CreateAssistantCommand.js +18 -41
- package/dist-cjs/commands/CreateContentCommand.js +18 -41
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +18 -41
- package/dist-cjs/commands/CreateQuickResponseCommand.js +18 -41
- package/dist-cjs/commands/CreateSessionCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssistantCommand.js +18 -41
- package/dist-cjs/commands/DeleteContentCommand.js +18 -41
- package/dist-cjs/commands/DeleteImportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +18 -41
- package/dist-cjs/commands/DeleteQuickResponseCommand.js +18 -41
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetAssistantCommand.js +18 -41
- package/dist-cjs/commands/GetContentCommand.js +18 -41
- package/dist-cjs/commands/GetContentSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetImportJobCommand.js +18 -41
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +18 -41
- package/dist-cjs/commands/GetQuickResponseCommand.js +18 -41
- package/dist-cjs/commands/GetRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/GetSessionCommand.js +18 -41
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListAssistantsCommand.js +18 -41
- package/dist-cjs/commands/ListContentsCommand.js +18 -41
- package/dist-cjs/commands/ListImportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +18 -41
- package/dist-cjs/commands/ListQuickResponsesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +18 -41
- package/dist-cjs/commands/QueryAssistantCommand.js +18 -41
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-cjs/commands/SearchContentCommand.js +18 -41
- package/dist-cjs/commands/SearchQuickResponsesCommand.js +18 -41
- package/dist-cjs/commands/SearchSessionsCommand.js +18 -41
- package/dist-cjs/commands/StartContentUploadCommand.js +18 -41
- package/dist-cjs/commands/StartImportJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateContentCommand.js +18 -41
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-cjs/commands/UpdateQuickResponseCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateAssistantAssociationCommand.js +18 -41
- package/dist-es/commands/CreateAssistantCommand.js +18 -41
- package/dist-es/commands/CreateContentCommand.js +18 -41
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +18 -41
- package/dist-es/commands/CreateQuickResponseCommand.js +18 -41
- package/dist-es/commands/CreateSessionCommand.js +18 -41
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +18 -41
- package/dist-es/commands/DeleteAssistantCommand.js +18 -41
- package/dist-es/commands/DeleteContentCommand.js +18 -41
- package/dist-es/commands/DeleteImportJobCommand.js +18 -41
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +18 -41
- package/dist-es/commands/DeleteQuickResponseCommand.js +18 -41
- package/dist-es/commands/GetAssistantAssociationCommand.js +18 -41
- package/dist-es/commands/GetAssistantCommand.js +18 -41
- package/dist-es/commands/GetContentCommand.js +18 -41
- package/dist-es/commands/GetContentSummaryCommand.js +18 -41
- package/dist-es/commands/GetImportJobCommand.js +18 -41
- package/dist-es/commands/GetKnowledgeBaseCommand.js +18 -41
- package/dist-es/commands/GetQuickResponseCommand.js +18 -41
- package/dist-es/commands/GetRecommendationsCommand.js +18 -41
- package/dist-es/commands/GetSessionCommand.js +18 -41
- package/dist-es/commands/ListAssistantAssociationsCommand.js +18 -41
- package/dist-es/commands/ListAssistantsCommand.js +18 -41
- package/dist-es/commands/ListContentsCommand.js +18 -41
- package/dist-es/commands/ListImportJobsCommand.js +18 -41
- package/dist-es/commands/ListKnowledgeBasesCommand.js +18 -41
- package/dist-es/commands/ListQuickResponsesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +18 -41
- package/dist-es/commands/QueryAssistantCommand.js +18 -41
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-es/commands/SearchContentCommand.js +18 -41
- package/dist-es/commands/SearchQuickResponsesCommand.js +18 -41
- package/dist-es/commands/SearchSessionsCommand.js +18 -41
- package/dist-es/commands/StartContentUploadCommand.js +18 -41
- package/dist-es/commands/StartImportJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateContentCommand.js +18 -41
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-es/commands/UpdateQuickResponseCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +6 -21
- package/dist-types/commands/CreateAssistantCommand.d.ts +6 -21
- package/dist-types/commands/CreateContentCommand.d.ts +6 -21
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +6 -21
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +6 -21
- package/dist-types/commands/CreateSessionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssistantCommand.d.ts +6 -21
- package/dist-types/commands/DeleteContentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +6 -21
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +6 -21
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetAssistantCommand.d.ts +6 -21
- package/dist-types/commands/GetContentCommand.d.ts +6 -21
- package/dist-types/commands/GetContentSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +6 -21
- package/dist-types/commands/GetQuickResponseCommand.d.ts +6 -21
- package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/GetSessionCommand.d.ts +6 -21
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListAssistantsCommand.d.ts +6 -21
- package/dist-types/commands/ListContentsCommand.d.ts +6 -21
- package/dist-types/commands/ListImportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +6 -21
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -21
- package/dist-types/commands/QueryAssistantCommand.d.ts +6 -21
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -21
- package/dist-types/commands/SearchContentCommand.d.ts +6 -21
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +6 -21
- package/dist-types/commands/SearchSessionsCommand.d.ts +6 -21
- package/dist-types/commands/StartContentUploadCommand.d.ts +6 -21
- package/dist-types/commands/StartImportJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateContentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
NotifyRecommendationsReceivedRequest,
|
|
11
5
|
NotifyRecommendationsReceivedResponse,
|
|
@@ -21,22 +15,16 @@ export interface NotifyRecommendationsReceivedCommandInput
|
|
|
21
15
|
export interface NotifyRecommendationsReceivedCommandOutput
|
|
22
16
|
extends NotifyRecommendationsReceivedResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: NotifyRecommendationsReceivedCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: NotifyRecommendationsReceivedCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WisdomClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const NotifyRecommendationsReceivedCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: NotifyRecommendationsReceivedCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
NotifyRecommendationsReceivedCommandInput,
|
|
38
|
-
NotifyRecommendationsReceivedCommandOutput
|
|
23
|
+
NotifyRecommendationsReceivedCommandOutput,
|
|
24
|
+
WisdomClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
QueryAssistantRequest,
|
|
11
5
|
QueryAssistantResponse,
|
|
@@ -20,19 +14,16 @@ export interface QueryAssistantCommandInput extends QueryAssistantRequest {}
|
|
|
20
14
|
export interface QueryAssistantCommandOutput
|
|
21
15
|
extends QueryAssistantResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const QueryAssistantCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: QueryAssistantCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
QueryAssistantCommandInput,
|
|
22
|
+
QueryAssistantCommandOutput,
|
|
23
|
+
WisdomClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class QueryAssistantCommand extends QueryAssistantCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RemoveKnowledgeBaseTemplateUriRequest,
|
|
11
5
|
RemoveKnowledgeBaseTemplateUriResponse,
|
|
@@ -21,22 +15,16 @@ export interface RemoveKnowledgeBaseTemplateUriCommandInput
|
|
|
21
15
|
export interface RemoveKnowledgeBaseTemplateUriCommandOutput
|
|
22
16
|
extends RemoveKnowledgeBaseTemplateUriResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: RemoveKnowledgeBaseTemplateUriCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: RemoveKnowledgeBaseTemplateUriCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WisdomClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RemoveKnowledgeBaseTemplateUriCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
RemoveKnowledgeBaseTemplateUriCommandInput,
|
|
38
|
-
RemoveKnowledgeBaseTemplateUriCommandOutput
|
|
23
|
+
RemoveKnowledgeBaseTemplateUriCommandOutput,
|
|
24
|
+
WisdomClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SearchContentRequest,
|
|
11
5
|
SearchContentResponse,
|
|
@@ -20,19 +14,16 @@ export interface SearchContentCommandInput extends SearchContentRequest {}
|
|
|
20
14
|
export interface SearchContentCommandOutput
|
|
21
15
|
extends SearchContentResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const SearchContentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SearchContentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SearchContentCommandInput,
|
|
22
|
+
SearchContentCommandOutput,
|
|
23
|
+
WisdomClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class SearchContentCommand extends SearchContentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SearchQuickResponsesRequest,
|
|
11
5
|
SearchQuickResponsesResponse,
|
|
@@ -21,22 +15,16 @@ export interface SearchQuickResponsesCommandInput
|
|
|
21
15
|
export interface SearchQuickResponsesCommandOutput
|
|
22
16
|
extends SearchQuickResponsesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: SearchQuickResponsesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: SearchQuickResponsesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WisdomClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const SearchQuickResponsesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SearchQuickResponsesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
SearchQuickResponsesCommandInput,
|
|
38
|
-
SearchQuickResponsesCommandOutput
|
|
23
|
+
SearchQuickResponsesCommandOutput,
|
|
24
|
+
WisdomClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SearchSessionsRequest,
|
|
11
5
|
SearchSessionsResponse,
|
|
@@ -20,19 +14,16 @@ export interface SearchSessionsCommandInput extends SearchSessionsRequest {}
|
|
|
20
14
|
export interface SearchSessionsCommandOutput
|
|
21
15
|
extends SearchSessionsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const SearchSessionsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SearchSessionsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SearchSessionsCommandInput,
|
|
22
|
+
SearchSessionsCommandOutput,
|
|
23
|
+
WisdomClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class SearchSessionsCommand extends SearchSessionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StartContentUploadRequest,
|
|
11
5
|
StartContentUploadResponse,
|
|
@@ -21,19 +15,16 @@ export interface StartContentUploadCommandInput
|
|
|
21
15
|
export interface StartContentUploadCommandOutput
|
|
22
16
|
extends StartContentUploadResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const StartContentUploadCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartContentUploadCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartContentUploadCommandInput,
|
|
23
|
+
StartContentUploadCommandOutput,
|
|
24
|
+
WisdomClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartContentUploadCommand extends StartContentUploadCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StartImportJobRequest,
|
|
11
5
|
StartImportJobResponse,
|
|
@@ -20,19 +14,16 @@ export interface StartImportJobCommandInput extends StartImportJobRequest {}
|
|
|
20
14
|
export interface StartImportJobCommandOutput
|
|
21
15
|
extends StartImportJobResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const StartImportJobCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: StartImportJobCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
StartImportJobCommandInput,
|
|
22
|
+
StartImportJobCommandOutput,
|
|
23
|
+
WisdomClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class StartImportJobCommand extends StartImportJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
WisdomClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UntagResourceRequest,
|
|
11
5
|
UntagResourceResponse,
|
|
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
20
14
|
export interface UntagResourceCommandOutput
|
|
21
15
|
extends UntagResourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UntagResourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UntagResourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UntagResourceCommandInput,
|
|
22
|
+
UntagResourceCommandOutput,
|
|
23
|
+
WisdomClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateContentRequest,
|
|
11
5
|
UpdateContentResponse,
|
|
@@ -20,19 +14,16 @@ export interface UpdateContentCommandInput extends UpdateContentRequest {}
|
|
|
20
14
|
export interface UpdateContentCommandOutput
|
|
21
15
|
extends UpdateContentResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UpdateContentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateContentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateContentCommandInput,
|
|
22
|
+
UpdateContentCommandOutput,
|
|
23
|
+
WisdomClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdateContentCommand extends UpdateContentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateKnowledgeBaseTemplateUriRequest,
|
|
11
5
|
UpdateKnowledgeBaseTemplateUriResponse,
|
|
@@ -21,22 +15,16 @@ export interface UpdateKnowledgeBaseTemplateUriCommandInput
|
|
|
21
15
|
export interface UpdateKnowledgeBaseTemplateUriCommandOutput
|
|
22
16
|
extends UpdateKnowledgeBaseTemplateUriResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateKnowledgeBaseTemplateUriCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateKnowledgeBaseTemplateUriCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: WisdomClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateKnowledgeBaseTemplateUriCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateKnowledgeBaseTemplateUriCommandInput,
|
|
38
|
-
UpdateKnowledgeBaseTemplateUriCommandOutput
|
|
23
|
+
UpdateKnowledgeBaseTemplateUriCommandOutput,
|
|
24
|
+
WisdomClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateQuickResponseRequest,
|
|
11
5
|
UpdateQuickResponseResponse,
|
|
@@ -21,19 +15,16 @@ export interface UpdateQuickResponseCommandInput
|
|
|
21
15
|
export interface UpdateQuickResponseCommandOutput
|
|
22
16
|
extends UpdateQuickResponseResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const UpdateQuickResponseCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateQuickResponseCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateQuickResponseCommandInput,
|
|
23
|
+
UpdateQuickResponseCommandOutput,
|
|
24
|
+
WisdomClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base {}
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|