@aws-sdk/client-qconnect 3.533.0 → 3.536.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-types/QConnect.d.ts +3 -1
- package/dist-types/QConnectClient.d.ts +1 -1
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateAssistantCommand.d.ts +2 -1
- package/dist-types/commands/CreateContentCommand.d.ts +2 -1
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +2 -1
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +2 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssistantCommand.d.ts +2 -1
- package/dist-types/commands/DeleteContentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +2 -1
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssistantCommand.d.ts +2 -1
- package/dist-types/commands/GetContentCommand.d.ts +2 -1
- package/dist-types/commands/GetContentSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +2 -1
- package/dist-types/commands/GetQuickResponseCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationsCommand.d.ts +4 -3
- package/dist-types/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssistantsCommand.d.ts +2 -1
- package/dist-types/commands/ListContentsCommand.d.ts +2 -1
- package/dist-types/commands/ListImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +2 -1
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +2 -1
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/QueryAssistantCommand.d.ts +4 -3
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
- package/dist-types/commands/SearchContentCommand.d.ts +2 -1
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +2 -1
- package/dist-types/commands/SearchSessionsCommand.d.ts +2 -1
- package/dist-types/commands/StartContentUploadCommand.d.ts +2 -1
- package/dist-types/commands/StartImportJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +540 -540
- package/dist-types/ts3.4/QConnect.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags for the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -58,6 +58,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
58
58
|
* @throws {@link QConnectServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
60
60
|
*
|
|
61
|
+
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
63
64
|
}
|
|
@@ -22,10 +22,10 @@ export interface NotifyRecommendationsReceivedCommandOutput extends NotifyRecomm
|
|
|
22
22
|
}
|
|
23
23
|
declare const NotifyRecommendationsReceivedCommand_base: {
|
|
24
24
|
new (input: NotifyRecommendationsReceivedCommandInput): import("@smithy/smithy-client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: NotifyRecommendationsReceivedCommandInput): import("@smithy/smithy-client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified recommendations from the specified assistant's queue of newly
|
|
30
30
|
* available recommendations. You can use this API in conjunction with <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a> and a <code>waitTimeSeconds</code> input for long-polling
|
|
31
31
|
* behavior and avoiding duplicate recommendations.</p>
|
|
@@ -76,6 +76,7 @@ declare const NotifyRecommendationsReceivedCommand_base: {
|
|
|
76
76
|
* @throws {@link QConnectServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutFeedbackCommand_base: {
|
|
24
24
|
new (input: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides feedback against the specified assistant for the specified target. This API only supports generative targets.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const PutFeedbackCommand_base: {
|
|
|
77
77
|
* @throws {@link QConnectServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
|
|
82
83
|
}
|
|
@@ -22,15 +22,15 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const QueryAssistantCommand_base: {
|
|
24
24
|
new (input: QueryAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: QueryAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Performs a manual search against the specified assistant. To retrieve recommendations for
|
|
32
30
|
* an assistant, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a>.
|
|
33
31
|
* </p>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated QueryAssistant API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -220,6 +220,7 @@ declare const QueryAssistantCommand_base: {
|
|
|
220
220
|
* @throws {@link QConnectServiceException}
|
|
221
221
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
222
222
|
*
|
|
223
|
+
* @public
|
|
223
224
|
*/
|
|
224
225
|
export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
|
|
225
226
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveKnowledgeBaseTemplateUriCommandOutput extends RemoveKnowl
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
|
|
24
24
|
new (input: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a URI template from a knowledge base.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
|
|
|
60
60
|
* @throws {@link QConnectServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchContentCommandOutput extends SearchContentResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchContentCommand_base: {
|
|
24
24
|
new (input: SearchContentCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchContentCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Searches for content in a specified knowledge base. Can be used to get a specific content
|
|
30
30
|
* resource by its name.</p>
|
|
31
31
|
* @example
|
|
@@ -93,6 +93,7 @@ declare const SearchContentCommand_base: {
|
|
|
93
93
|
* @throws {@link QConnectServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class SearchContentCommand extends SearchContentCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchQuickResponsesCommandOutput extends SearchQuickResponsesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchQuickResponsesCommand_base: {
|
|
24
24
|
new (input: SearchQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Searches existing Amazon Q quick responses in an Amazon Q knowledge base.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -143,6 +143,7 @@ declare const SearchQuickResponsesCommand_base: {
|
|
|
143
143
|
* @throws {@link QConnectServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
145
145
|
*
|
|
146
|
+
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {
|
|
148
149
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchSessionsCommandOutput extends SearchSessionsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchSessionsCommand_base: {
|
|
24
24
|
new (input: SearchSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Searches for sessions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const SearchSessionsCommand_base: {
|
|
|
81
81
|
* @throws {@link QConnectServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class SearchSessionsCommand extends SearchSessionsCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartContentUploadCommandOutput extends StartContentUploadRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartContentUploadCommand_base: {
|
|
24
24
|
new (input: StartContentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartContentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get a URL to upload content to a knowledge base. To upload content, first make a PUT
|
|
30
30
|
* request to the returned URL with your file, making sure to include the required headers. Then
|
|
31
31
|
* use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_CreateContent.html">CreateContent</a> to finalize the content creation process or <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_UpdateContent.html">UpdateContent</a> to modify an existing resource. You can only upload content to a
|
|
@@ -72,6 +72,7 @@ declare const StartContentUploadCommand_base: {
|
|
|
72
72
|
* @throws {@link QConnectServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartImportJobCommandOutput extends StartImportJobResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartImportJobCommand_base: {
|
|
24
24
|
new (input: StartImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Start an asynchronous job to import Amazon Q resources from an uploaded source file. Before calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to
|
|
30
30
|
* upload an asset that contains the resource data.</p>
|
|
31
31
|
* <ul>
|
|
@@ -115,6 +115,7 @@ declare const StartImportJobCommand_base: {
|
|
|
115
115
|
* @throws {@link QConnectServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class StartImportJobCommand extends StartImportJobCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const TagResourceCommand_base: {
|
|
|
60
60
|
* @throws {@link QConnectServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const UntagResourceCommand_base: {
|
|
|
57
57
|
* @throws {@link QConnectServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateContentCommandOutput extends UpdateContentResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateContentCommand_base: {
|
|
24
24
|
new (input: UpdateContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates information about the content.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const UpdateContentCommand_base: {
|
|
|
94
94
|
* @throws {@link QConnectServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateContentCommand extends UpdateContentCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateKnowledgeBaseTemplateUriCommandOutput extends UpdateKnowl
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
|
|
24
24
|
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the template URI of a knowledge base. This is only supported for knowledge bases
|
|
30
30
|
* of type EXTERNAL. Include a single variable in <code>$\{variable\}</code> format; this
|
|
31
31
|
* interpolated by Amazon Q using ingested content. For example, if you ingest a Salesforce
|
|
@@ -93,6 +93,7 @@ declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
|
|
|
93
93
|
* @throws {@link QConnectServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateQuickResponseCommandOutput extends UpdateQuickResponseRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateQuickResponseCommand_base: {
|
|
24
24
|
new (input: UpdateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing Amazon Q quick response.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -129,6 +129,7 @@ declare const UpdateQuickResponseCommand_base: {
|
|
|
129
129
|
* @throws {@link QConnectServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from QConnect service.</p>
|
|
131
131
|
*
|
|
132
|
+
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base {
|
|
134
135
|
}
|