@aws-sdk/client-wisdom 3.651.1 → 3.658.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/commands/CreateAssistantAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateAssistantCommand.d.ts +11 -0
- package/dist-types/commands/CreateContentCommand.d.ts +11 -0
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +11 -0
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +11 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAssistantCommand.d.ts +11 -0
- package/dist-types/commands/DeleteContentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +11 -0
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +11 -0
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetAssistantCommand.d.ts +11 -0
- package/dist-types/commands/GetContentCommand.d.ts +11 -0
- package/dist-types/commands/GetContentSummaryCommand.d.ts +11 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +11 -0
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +11 -0
- package/dist-types/commands/GetQuickResponseCommand.d.ts +11 -0
- package/dist-types/commands/GetRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionCommand.d.ts +11 -0
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListAssistantsCommand.d.ts +11 -0
- package/dist-types/commands/ListContentsCommand.d.ts +11 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +12 -1
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +11 -0
- package/dist-types/commands/QueryAssistantCommand.d.ts +11 -0
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +11 -0
- package/dist-types/commands/SearchContentCommand.d.ts +11 -0
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +11 -0
- package/dist-types/commands/SearchSessionsCommand.d.ts +11 -0
- package/dist-types/commands/StartContentUploadCommand.d.ts +11 -0
- package/dist-types/commands/StartImportJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateContentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +11 -0
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -97,4 +97,15 @@ declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: UpdateKnowledgeBaseTemplateUriRequest;
|
|
104
|
+
output: UpdateKnowledgeBaseTemplateUriResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: UpdateKnowledgeBaseTemplateUriCommandInput;
|
|
108
|
+
output: UpdateKnowledgeBaseTemplateUriCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -133,4 +133,15 @@ declare const UpdateQuickResponseCommand_base: {
|
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: UpdateQuickResponseRequest;
|
|
140
|
+
output: UpdateQuickResponseResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: UpdateQuickResponseCommandInput;
|
|
144
|
+
output: UpdateQuickResponseCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAssistantAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
|
|
40
|
+
export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAssistantAssociationRequest;
|
|
44
|
+
output: CreateAssistantAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAssistantAssociationCommandInput;
|
|
48
|
+
output: CreateAssistantAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateAssistantCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
|
|
39
|
+
export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateAssistantRequest;
|
|
43
|
+
output: CreateAssistantResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateAssistantCommandInput;
|
|
47
|
+
output: CreateAssistantCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateContentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateContentCommand extends CreateContentCommand_base {
|
|
39
|
+
export declare class CreateContentCommand extends CreateContentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateContentRequest;
|
|
43
|
+
output: CreateContentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateContentCommandInput;
|
|
47
|
+
output: CreateContentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateKnowledgeBaseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
|
|
40
|
+
export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateKnowledgeBaseRequest;
|
|
44
|
+
output: CreateKnowledgeBaseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateKnowledgeBaseCommandInput;
|
|
48
|
+
output: CreateKnowledgeBaseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateQuickResponseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
|
|
40
|
+
export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateQuickResponseRequest;
|
|
44
|
+
output: CreateQuickResponseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateQuickResponseCommandInput;
|
|
48
|
+
output: CreateQuickResponseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateSessionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateSessionCommand extends CreateSessionCommand_base {
|
|
39
|
+
export declare class CreateSessionCommand extends CreateSessionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateSessionRequest;
|
|
43
|
+
output: CreateSessionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateSessionCommandInput;
|
|
47
|
+
output: CreateSessionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAssistantAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
|
|
40
|
+
export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAssistantAssociationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAssistantAssociationCommandInput;
|
|
48
|
+
output: DeleteAssistantAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteAssistantCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {
|
|
39
|
+
export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteAssistantRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteAssistantCommandInput;
|
|
47
|
+
output: DeleteAssistantCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteContentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteContentCommand extends DeleteContentCommand_base {
|
|
39
|
+
export declare class DeleteContentCommand extends DeleteContentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteContentRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteContentCommandInput;
|
|
47
|
+
output: DeleteContentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteImportJobCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
|
|
39
|
+
export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteImportJobRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteImportJobCommandInput;
|
|
47
|
+
output: DeleteImportJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteKnowledgeBaseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
|
|
40
|
+
export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteKnowledgeBaseRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteKnowledgeBaseCommandInput;
|
|
48
|
+
output: DeleteKnowledgeBaseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteQuickResponseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
|
|
40
|
+
export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteQuickResponseRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteQuickResponseCommandInput;
|
|
48
|
+
output: DeleteQuickResponseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAssistantAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
|
|
40
|
+
export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAssistantAssociationRequest;
|
|
44
|
+
output: GetAssistantAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAssistantAssociationCommandInput;
|
|
48
|
+
output: GetAssistantAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetAssistantCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetAssistantCommand extends GetAssistantCommand_base {
|
|
36
|
+
export declare class GetAssistantCommand extends GetAssistantCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetAssistantRequest;
|
|
40
|
+
output: GetAssistantResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetAssistantCommandInput;
|
|
44
|
+
output: GetAssistantCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetContentCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetContentCommand extends GetContentCommand_base {
|
|
36
|
+
export declare class GetContentCommand extends GetContentCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetContentRequest;
|
|
40
|
+
output: GetContentResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetContentCommandInput;
|
|
44
|
+
output: GetContentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetContentSummaryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
|
|
40
|
+
export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetContentSummaryRequest;
|
|
44
|
+
output: GetContentSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetContentSummaryCommandInput;
|
|
48
|
+
output: GetContentSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetImportJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetImportJobCommand extends GetImportJobCommand_base {
|
|
36
|
+
export declare class GetImportJobCommand extends GetImportJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetImportJobRequest;
|
|
40
|
+
output: GetImportJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetImportJobCommandInput;
|
|
44
|
+
output: GetImportJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetKnowledgeBaseCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
|
|
39
|
+
export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetKnowledgeBaseRequest;
|
|
43
|
+
output: GetKnowledgeBaseResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetKnowledgeBaseCommandInput;
|
|
47
|
+
output: GetKnowledgeBaseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetQuickResponseCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
|
|
39
|
+
export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetQuickResponseRequest;
|
|
43
|
+
output: GetQuickResponseResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetQuickResponseCommandInput;
|
|
47
|
+
output: GetQuickResponseCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
|
|
40
|
+
export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRecommendationsRequest;
|
|
44
|
+
output: GetRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRecommendationsCommandInput;
|
|
48
|
+
output: GetRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetSessionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
36
|
+
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetSessionRequest;
|
|
40
|
+
output: GetSessionResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetSessionCommandInput;
|
|
44
|
+
output: GetSessionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAssistantAssociationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
|
|
40
|
+
export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAssistantAssociationsRequest;
|
|
44
|
+
output: ListAssistantAssociationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAssistantAssociationsCommandInput;
|
|
48
|
+
output: ListAssistantAssociationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListAssistantsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
|
|
39
|
+
export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAssistantsRequest;
|
|
43
|
+
output: ListAssistantsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAssistantsCommandInput;
|
|
47
|
+
output: ListAssistantsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListContentsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListContentsCommand extends ListContentsCommand_base {
|
|
36
|
+
export declare class ListContentsCommand extends ListContentsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListContentsRequest;
|
|
40
|
+
output: ListContentsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListContentsCommandInput;
|
|
44
|
+
output: ListContentsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListImportJobsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
|
|
39
|
+
export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListImportJobsRequest;
|
|
43
|
+
output: ListImportJobsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListImportJobsCommandInput;
|
|
47
|
+
output: ListImportJobsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListKnowledgeBasesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {
|
|
40
|
+
export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListKnowledgeBasesRequest;
|
|
44
|
+
output: ListKnowledgeBasesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListKnowledgeBasesCommandInput;
|
|
48
|
+
output: ListKnowledgeBasesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListQuickResponsesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {
|
|
40
|
+
export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListQuickResponsesRequest;
|
|
44
|
+
output: ListQuickResponsesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListQuickResponsesCommandInput;
|
|
48
|
+
output: ListQuickResponsesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const NotifyRecommendationsReceivedCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {
|
|
40
|
+
export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: NotifyRecommendationsReceivedRequest;
|
|
44
|
+
output: NotifyRecommendationsReceivedResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: NotifyRecommendationsReceivedCommandInput;
|
|
48
|
+
output: NotifyRecommendationsReceivedCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const QueryAssistantCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
|
|
39
|
+
export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: QueryAssistantRequest;
|
|
43
|
+
output: QueryAssistantResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: QueryAssistantCommandInput;
|
|
47
|
+
output: QueryAssistantCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {
|
|
40
|
+
export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RemoveKnowledgeBaseTemplateUriRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RemoveKnowledgeBaseTemplateUriCommandInput;
|
|
48
|
+
output: RemoveKnowledgeBaseTemplateUriCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const SearchContentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class SearchContentCommand extends SearchContentCommand_base {
|
|
39
|
+
export declare class SearchContentCommand extends SearchContentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: SearchContentRequest;
|
|
43
|
+
output: SearchContentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: SearchContentCommandInput;
|
|
47
|
+
output: SearchContentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SearchQuickResponsesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {
|
|
40
|
+
export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SearchQuickResponsesRequest;
|
|
44
|
+
output: SearchQuickResponsesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SearchQuickResponsesCommandInput;
|
|
48
|
+
output: SearchQuickResponsesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const SearchSessionsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class SearchSessionsCommand extends SearchSessionsCommand_base {
|
|
39
|
+
export declare class SearchSessionsCommand extends SearchSessionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: SearchSessionsRequest;
|
|
43
|
+
output: SearchSessionsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: SearchSessionsCommandInput;
|
|
47
|
+
output: SearchSessionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartContentUploadCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
|
|
40
|
+
export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartContentUploadRequest;
|
|
44
|
+
output: StartContentUploadResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartContentUploadCommandInput;
|
|
48
|
+
output: StartContentUploadCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|