@aws-sdk/client-wisdom 3.1077.0 → 3.1078.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 +49 -413
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAssistantAssociationCommand.js +2 -14
- package/dist-es/commands/CreateAssistantCommand.js +2 -14
- package/dist-es/commands/CreateContentCommand.js +2 -14
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +2 -14
- package/dist-es/commands/CreateQuickResponseCommand.js +2 -14
- package/dist-es/commands/CreateSessionCommand.js +2 -14
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteAssistantCommand.js +2 -14
- package/dist-es/commands/DeleteContentCommand.js +2 -14
- package/dist-es/commands/DeleteImportJobCommand.js +2 -14
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +2 -14
- package/dist-es/commands/DeleteQuickResponseCommand.js +2 -14
- package/dist-es/commands/GetAssistantAssociationCommand.js +2 -14
- package/dist-es/commands/GetAssistantCommand.js +2 -14
- package/dist-es/commands/GetContentCommand.js +2 -14
- package/dist-es/commands/GetContentSummaryCommand.js +2 -14
- package/dist-es/commands/GetImportJobCommand.js +2 -14
- package/dist-es/commands/GetKnowledgeBaseCommand.js +2 -14
- package/dist-es/commands/GetQuickResponseCommand.js +2 -14
- package/dist-es/commands/GetRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetSessionCommand.js +2 -14
- package/dist-es/commands/ListAssistantAssociationsCommand.js +2 -14
- package/dist-es/commands/ListAssistantsCommand.js +2 -14
- package/dist-es/commands/ListContentsCommand.js +2 -14
- package/dist-es/commands/ListImportJobsCommand.js +2 -14
- package/dist-es/commands/ListKnowledgeBasesCommand.js +2 -14
- package/dist-es/commands/ListQuickResponsesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +2 -14
- package/dist-es/commands/QueryAssistantCommand.js +2 -14
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -14
- package/dist-es/commands/SearchContentCommand.js +2 -14
- package/dist-es/commands/SearchQuickResponsesCommand.js +2 -14
- package/dist-es/commands/SearchSessionsCommand.js +2 -14
- package/dist-es/commands/StartContentUploadCommand.js +2 -14
- package/dist-es/commands/StartImportJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateContentCommand.js +2 -14
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -14
- package/dist-es/commands/UpdateQuickResponseCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssistantCommand.d.ts +3 -8
- package/dist-types/commands/CreateContentCommand.d.ts +3 -8
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +3 -8
- package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssistantCommand.d.ts +3 -8
- package/dist-types/commands/DeleteContentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +3 -8
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetAssistantCommand.d.ts +3 -8
- package/dist-types/commands/GetContentCommand.d.ts +3 -8
- package/dist-types/commands/GetContentSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +3 -8
- package/dist-types/commands/GetQuickResponseCommand.d.ts +3 -8
- package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionCommand.d.ts +3 -8
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssistantsCommand.d.ts +3 -8
- package/dist-types/commands/ListContentsCommand.d.ts +3 -8
- package/dist-types/commands/ListImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +3 -8
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +3 -8
- package/dist-types/commands/QueryAssistantCommand.d.ts +3 -8
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +3 -8
- package/dist-types/commands/SearchContentCommand.d.ts +3 -8
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +3 -8
- package/dist-types/commands/SearchSessionsCommand.d.ts +3 -8
- package/dist-types/commands/StartContentUploadCommand.d.ts +3 -8
- package/dist-types/commands/StartImportJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "TagResource", {})
|
|
13
|
-
.n("WisdomClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "UntagResource", {})
|
|
13
|
-
.n("WisdomClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateContent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateContentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "UpdateContent", {})
|
|
13
|
-
.n("WisdomClient", "UpdateContentCommand")
|
|
14
|
-
.sc(UpdateContent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateContentCommand extends command(_ep0, _mw0, "UpdateContent", UpdateContent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateKnowledgeBaseTemplateUri$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateKnowledgeBaseTemplateUriCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "UpdateKnowledgeBaseTemplateUri", {})
|
|
13
|
-
.n("WisdomClient", "UpdateKnowledgeBaseTemplateUriCommand")
|
|
14
|
-
.sc(UpdateKnowledgeBaseTemplateUri$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateKnowledgeBaseTemplateUriCommand extends command(_ep0, _mw0, "UpdateKnowledgeBaseTemplateUri", UpdateKnowledgeBaseTemplateUri$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateQuickResponse$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateQuickResponseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "UpdateQuickResponse", {})
|
|
13
|
-
.n("WisdomClient", "UpdateQuickResponseCommand")
|
|
14
|
-
.sc(UpdateQuickResponse$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateQuickResponseCommand extends command(_ep0, _mw0, "UpdateQuickResponse", UpdateQuickResponse$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "./WisdomClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateAssistantAssociationRequest, CreateAssistantAssociationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAssistantAssociationCommandInput extends CreateAssistantA
|
|
|
22
19
|
export interface CreateAssistantAssociationCommandOutput extends CreateAssistantAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAssistantAssociationCommand_base: {
|
|
25
|
-
new (input: CreateAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an association between an Amazon Connect Wisdom assistant and another resource. Currently, the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateAssistantRequest, CreateAssistantResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAssistantCommandInput extends CreateAssistantRequest {
|
|
|
22
19
|
export interface CreateAssistantCommandOutput extends CreateAssistantResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAssistantCommand_base: {
|
|
25
|
-
new (input: CreateAssistantCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAssistantCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAssistantCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAssistantCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon Connect Wisdom assistant.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateContentRequest, CreateContentResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateContentCommandInput extends CreateContentRequest {
|
|
|
22
19
|
export interface CreateContentCommandOutput extends CreateContentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateContentCommand_base: {
|
|
25
|
-
new (input: CreateContentCommandInput): import("@smithy/core/client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateContentCommandInput): import("@smithy/core/client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateContentCommandInput): import("@smithy/core/client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateContentCommandInput): import("@smithy/core/client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates Wisdom content. Before to calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateKnowledgeBaseRequest, CreateKnowledgeBaseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateKnowledgeBaseCommandInput extends CreateKnowledgeBaseRequ
|
|
|
22
19
|
export interface CreateKnowledgeBaseCommandOutput extends CreateKnowledgeBaseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateKnowledgeBaseCommand_base: {
|
|
25
|
-
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a knowledge base.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateQuickResponseRequest, CreateQuickResponseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateQuickResponseCommandInput extends CreateQuickResponseRequ
|
|
|
22
19
|
export interface CreateQuickResponseCommandOutput extends CreateQuickResponseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateQuickResponseCommand_base: {
|
|
25
|
-
new (input: CreateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a Wisdom quick response.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateSessionRequest, CreateSessionResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSessionCommandInput extends CreateSessionRequest {
|
|
|
22
19
|
export interface CreateSessionCommandOutput extends CreateSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSessionCommand_base: {
|
|
25
|
-
new (input: CreateSessionCommandInput): import("@smithy/core/client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSessionCommandInput): import("@smithy/core/client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSessionCommandInput): import("@smithy/core/client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSessionCommandInput): import("@smithy/core/client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a session. A session is a contextual container used for generating
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteAssistantAssociationRequest, DeleteAssistantAssociationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAssistantAssociationCommandInput extends DeleteAssistantA
|
|
|
22
19
|
export interface DeleteAssistantAssociationCommandOutput extends DeleteAssistantAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAssistantAssociationCommand_base: {
|
|
25
|
-
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an assistant association.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteAssistantRequest, DeleteAssistantResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAssistantCommandInput extends DeleteAssistantRequest {
|
|
|
22
19
|
export interface DeleteAssistantCommandOutput extends DeleteAssistantResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAssistantCommand_base: {
|
|
25
|
-
new (input: DeleteAssistantCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAssistantCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAssistantCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAssistantCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an assistant.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteContentRequest, DeleteContentResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteContentCommandInput extends DeleteContentRequest {
|
|
|
22
19
|
export interface DeleteContentCommandOutput extends DeleteContentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteContentCommand_base: {
|
|
25
|
-
new (input: DeleteContentCommandInput): import("@smithy/core/client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteContentCommandInput): import("@smithy/core/client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteContentCommandInput): import("@smithy/core/client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteContentCommandInput): import("@smithy/core/client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the content.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteImportJobRequest, DeleteImportJobResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteImportJobCommandInput extends DeleteImportJobRequest {
|
|
|
22
19
|
export interface DeleteImportJobCommandOutput extends DeleteImportJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteImportJobCommand_base: {
|
|
25
|
-
new (input: DeleteImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the quick response import job.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteKnowledgeBaseCommandInput extends DeleteKnowledgeBaseRequ
|
|
|
22
19
|
export interface DeleteKnowledgeBaseCommandOutput extends DeleteKnowledgeBaseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteKnowledgeBaseCommand_base: {
|
|
25
|
-
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the knowledge base.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteQuickResponseRequest, DeleteQuickResponseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteQuickResponseCommandInput extends DeleteQuickResponseRequ
|
|
|
22
19
|
export interface DeleteQuickResponseCommandOutput extends DeleteQuickResponseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteQuickResponseCommand_base: {
|
|
25
|
-
new (input: DeleteQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a quick response.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAssistantAssociationRequest, GetAssistantAssociationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAssistantAssociationCommandInput extends GetAssistantAssocia
|
|
|
22
19
|
export interface GetAssistantAssociationCommandOutput extends GetAssistantAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAssistantAssociationCommand_base: {
|
|
25
|
-
new (input: GetAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an assistant association.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAssistantRequest, GetAssistantResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAssistantCommandInput extends GetAssistantRequest {
|
|
|
22
19
|
export interface GetAssistantCommandOutput extends GetAssistantResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAssistantCommand_base: {
|
|
25
|
-
new (input: GetAssistantCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAssistantCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAssistantCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAssistantCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an assistant.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetContentRequest, GetContentResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetContentCommandInput extends GetContentRequest {
|
|
|
22
19
|
export interface GetContentCommandOutput extends GetContentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetContentCommand_base: {
|
|
25
|
-
new (input: GetContentCommandInput): import("@smithy/core/client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetContentCommandInput): import("@smithy/core/client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetContentCommandInput): import("@smithy/core/client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetContentCommandInput): import("@smithy/core/client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves content, including a pre-signed URL to download the content.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetContentSummaryRequest, GetContentSummaryResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetContentSummaryCommandInput extends GetContentSummaryRequest
|
|
|
22
19
|
export interface GetContentSummaryCommandOutput extends GetContentSummaryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetContentSummaryCommand_base: {
|
|
25
|
-
new (input: GetContentSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetContentSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetContentSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetContentSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves summary information about the content.</p>
|