@aws-sdk/client-qconnect 3.1046.0 → 3.1048.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/README.md +7 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +38 -13
- package/dist-cjs/runtimeConfig.browser.js +5 -5
- package/dist-cjs/runtimeConfig.js +2 -3
- package/dist-cjs/schemas/schemas_0.js +45 -8
- package/dist-es/QConnect.js +4 -0
- package/dist-es/QConnectClient.js +1 -4
- package/dist-es/commands/ListModelsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/enums.js +9 -0
- package/dist-es/pagination/ListModelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +1 -1
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeExtensions.js +1 -1
- package/dist-es/schemas/schemas_0.js +38 -2
- package/dist-types/QConnect.d.ts +14 -0
- package/dist-types/QConnectClient.d.ts +4 -4
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +2 -1
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +112 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +92 -51
- package/dist-types/models/models_1.d.ts +50 -0
- package/dist-types/pagination/ListModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/QConnect.d.ts +24 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +7 -3
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -13
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +6 -14
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/
|
|
12
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
26
26
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
27
|
region: string | import("@smithy/types").Provider<any>;
|
|
28
28
|
profile?: string;
|
|
29
|
-
defaultUserAgentProvider: (config?: import("@aws-sdk/
|
|
29
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
30
30
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
31
31
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -232,6 +232,8 @@ export declare var ListMessageTemplatesRequest$: StaticStructureSchema;
|
|
|
232
232
|
export declare var ListMessageTemplatesResponse$: StaticStructureSchema;
|
|
233
233
|
export declare var ListMessageTemplateVersionsRequest$: StaticStructureSchema;
|
|
234
234
|
export declare var ListMessageTemplateVersionsResponse$: StaticStructureSchema;
|
|
235
|
+
export declare var ListModelsRequest$: StaticStructureSchema;
|
|
236
|
+
export declare var ListModelsResponse$: StaticStructureSchema;
|
|
235
237
|
export declare var ListQuickResponsesRequest$: StaticStructureSchema;
|
|
236
238
|
export declare var ListQuickResponsesResponse$: StaticStructureSchema;
|
|
237
239
|
export declare var ListSpansRequest$: StaticStructureSchema;
|
|
@@ -252,6 +254,7 @@ export declare var MessageTemplateSearchExpression$: StaticStructureSchema;
|
|
|
252
254
|
export declare var MessageTemplateSearchResultData$: StaticStructureSchema;
|
|
253
255
|
export declare var MessageTemplateSummary$: StaticStructureSchema;
|
|
254
256
|
export declare var MessageTemplateVersionSummary$: StaticStructureSchema;
|
|
257
|
+
export declare var ModelSummary$: StaticStructureSchema;
|
|
255
258
|
export declare var NotesChunkDataDetails$: StaticStructureSchema;
|
|
256
259
|
export declare var NotesDataDetails$: StaticStructureSchema;
|
|
257
260
|
export declare var NoteTakingAIAgentConfiguration$: StaticStructureSchema;
|
|
@@ -473,6 +476,7 @@ export declare var ListKnowledgeBases$: StaticOperationSchema;
|
|
|
473
476
|
export declare var ListMessages$: StaticOperationSchema;
|
|
474
477
|
export declare var ListMessageTemplates$: StaticOperationSchema;
|
|
475
478
|
export declare var ListMessageTemplateVersions$: StaticOperationSchema;
|
|
479
|
+
export declare var ListModels$: StaticOperationSchema;
|
|
476
480
|
export declare var ListQuickResponses$: StaticOperationSchema;
|
|
477
481
|
export declare var ListSpans$: StaticOperationSchema;
|
|
478
482
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
@@ -255,6 +255,10 @@ import {
|
|
|
255
255
|
ListMessageTemplateVersionsCommandInput,
|
|
256
256
|
ListMessageTemplateVersionsCommandOutput,
|
|
257
257
|
} from "./commands/ListMessageTemplateVersionsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListModelsCommandInput,
|
|
260
|
+
ListModelsCommandOutput,
|
|
261
|
+
} from "./commands/ListModelsCommand";
|
|
258
262
|
import {
|
|
259
263
|
ListQuickResponsesCommandInput,
|
|
260
264
|
ListQuickResponsesCommandOutput,
|
|
@@ -1198,6 +1202,19 @@ export interface QConnect {
|
|
|
1198
1202
|
options: __HttpHandlerOptions,
|
|
1199
1203
|
cb: (err: any, data?: ListMessageTemplateVersionsCommandOutput) => void
|
|
1200
1204
|
): void;
|
|
1205
|
+
listModels(
|
|
1206
|
+
args: ListModelsCommandInput,
|
|
1207
|
+
options?: __HttpHandlerOptions
|
|
1208
|
+
): Promise<ListModelsCommandOutput>;
|
|
1209
|
+
listModels(
|
|
1210
|
+
args: ListModelsCommandInput,
|
|
1211
|
+
cb: (err: any, data?: ListModelsCommandOutput) => void
|
|
1212
|
+
): void;
|
|
1213
|
+
listModels(
|
|
1214
|
+
args: ListModelsCommandInput,
|
|
1215
|
+
options: __HttpHandlerOptions,
|
|
1216
|
+
cb: (err: any, data?: ListModelsCommandOutput) => void
|
|
1217
|
+
): void;
|
|
1201
1218
|
listQuickResponses(
|
|
1202
1219
|
args: ListQuickResponsesCommandInput,
|
|
1203
1220
|
options?: __HttpHandlerOptions
|
|
@@ -1693,6 +1710,13 @@ export interface QConnect {
|
|
|
1693
1710
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1694
1711
|
>
|
|
1695
1712
|
): Paginator<ListMessageTemplateVersionsCommandOutput>;
|
|
1713
|
+
paginateListModels(
|
|
1714
|
+
args: ListModelsCommandInput,
|
|
1715
|
+
paginationConfig?: Pick<
|
|
1716
|
+
PaginationConfiguration,
|
|
1717
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1718
|
+
>
|
|
1719
|
+
): Paginator<ListModelsCommandOutput>;
|
|
1696
1720
|
paginateListQuickResponses(
|
|
1697
1721
|
args: ListQuickResponsesCommandInput,
|
|
1698
1722
|
paginationConfig?: Pick<
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HostHeaderInputConfig,
|
|
3
3
|
HostHeaderResolvedConfig,
|
|
4
|
-
} from "@aws-sdk/middleware-host-header";
|
|
5
|
-
import {
|
|
6
4
|
UserAgentInputConfig,
|
|
7
5
|
UserAgentResolvedConfig,
|
|
8
|
-
} from "@aws-sdk/
|
|
6
|
+
} from "@aws-sdk/core/client";
|
|
9
7
|
import {
|
|
10
8
|
DefaultsMode as __DefaultsMode,
|
|
11
9
|
SmithyConfiguration as __SmithyConfiguration,
|
|
@@ -290,6 +288,10 @@ import {
|
|
|
290
288
|
ListMessageTemplateVersionsCommandInput,
|
|
291
289
|
ListMessageTemplateVersionsCommandOutput,
|
|
292
290
|
} from "./commands/ListMessageTemplateVersionsCommand";
|
|
291
|
+
import {
|
|
292
|
+
ListModelsCommandInput,
|
|
293
|
+
ListModelsCommandOutput,
|
|
294
|
+
} from "./commands/ListModelsCommand";
|
|
293
295
|
import {
|
|
294
296
|
ListQuickResponsesCommandInput,
|
|
295
297
|
ListQuickResponsesCommandOutput,
|
|
@@ -481,6 +483,7 @@ export type ServiceInputTypes =
|
|
|
481
483
|
| ListMessageTemplateVersionsCommandInput
|
|
482
484
|
| ListMessageTemplatesCommandInput
|
|
483
485
|
| ListMessagesCommandInput
|
|
486
|
+
| ListModelsCommandInput
|
|
484
487
|
| ListQuickResponsesCommandInput
|
|
485
488
|
| ListSpansCommandInput
|
|
486
489
|
| ListTagsForResourceCommandInput
|
|
@@ -575,6 +578,7 @@ export type ServiceOutputTypes =
|
|
|
575
578
|
| ListMessageTemplateVersionsCommandOutput
|
|
576
579
|
| ListMessageTemplatesCommandOutput
|
|
577
580
|
| ListMessagesCommandOutput
|
|
581
|
+
| ListModelsCommandOutput
|
|
578
582
|
| ListQuickResponsesCommandOutput
|
|
579
583
|
| ListSpansCommandOutput
|
|
580
584
|
| ListTagsForResourceCommandOutput
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateQuickResponseResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { CreateQuickResponseRequest } from "../models/models_0";
|
|
4
|
+
import { CreateQuickResponseResponse } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
QConnectClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeactivateMessageTemplateRequest,
|
|
5
5
|
DeactivateMessageTemplateResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListModelsRequest, ListModelsResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
QConnectClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../QConnectClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface ListModelsCommandInput extends ListModelsRequest {}
|
|
12
|
+
export interface ListModelsCommandOutput
|
|
13
|
+
extends ListModelsResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const ListModelsCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: ListModelsCommandInput
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
ListModelsCommandInput,
|
|
20
|
+
ListModelsCommandOutput,
|
|
21
|
+
QConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: ListModelsCommandInput
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
|
+
ListModelsCommandInput,
|
|
29
|
+
ListModelsCommandOutput,
|
|
30
|
+
QConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare class ListModelsCommand extends ListModelsCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: ListModelsRequest;
|
|
42
|
+
output: ListModelsResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: ListModelsCommandInput;
|
|
46
|
+
output: ListModelsCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -61,6 +61,7 @@ export * from "./ListKnowledgeBasesCommand";
|
|
|
61
61
|
export * from "./ListMessageTemplateVersionsCommand";
|
|
62
62
|
export * from "./ListMessageTemplatesCommand";
|
|
63
63
|
export * from "./ListMessagesCommand";
|
|
64
|
+
export * from "./ListModelsCommand";
|
|
64
65
|
export * from "./ListQuickResponsesCommand";
|
|
65
66
|
export * from "./ListSpansCommand";
|
|
66
67
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -241,6 +241,19 @@ export declare const RecommendationTriggerType: {
|
|
|
241
241
|
};
|
|
242
242
|
export type RecommendationTriggerType =
|
|
243
243
|
(typeof RecommendationTriggerType)[keyof typeof RecommendationTriggerType];
|
|
244
|
+
export declare const ModelLifecycle: {
|
|
245
|
+
readonly ACTIVE: "ACTIVE";
|
|
246
|
+
readonly LEGACY: "LEGACY";
|
|
247
|
+
};
|
|
248
|
+
export type ModelLifecycle =
|
|
249
|
+
(typeof ModelLifecycle)[keyof typeof ModelLifecycle];
|
|
250
|
+
export declare const CrossRegionStatus: {
|
|
251
|
+
readonly GLOBAL: "GLOBAL";
|
|
252
|
+
readonly NONE: "NONE";
|
|
253
|
+
readonly REGIONAL: "REGIONAL";
|
|
254
|
+
};
|
|
255
|
+
export type CrossRegionStatus =
|
|
256
|
+
(typeof CrossRegionStatus)[keyof typeof CrossRegionStatus];
|
|
244
257
|
export declare const Relevance: {
|
|
245
258
|
readonly HELPFUL: "HELPFUL";
|
|
246
259
|
readonly NOT_HELPFUL: "NOT_HELPFUL";
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
ContentStatus,
|
|
17
17
|
ConversationStatus,
|
|
18
18
|
ConversationStatusReason,
|
|
19
|
+
CrossRegionStatus,
|
|
19
20
|
FilterField,
|
|
20
21
|
FilterOperator,
|
|
21
22
|
GuardrailContentFilterType,
|
|
@@ -31,6 +32,7 @@ import {
|
|
|
31
32
|
MessageFilterType,
|
|
32
33
|
MessageTemplateAttributeType,
|
|
33
34
|
MessageType,
|
|
35
|
+
ModelLifecycle,
|
|
34
36
|
Origin,
|
|
35
37
|
ParsingStrategy,
|
|
36
38
|
Participant,
|
|
@@ -1231,6 +1233,27 @@ export interface ListAssistantsResponse {
|
|
|
1231
1233
|
assistantSummaries: AssistantSummary[] | undefined;
|
|
1232
1234
|
nextToken?: string | undefined;
|
|
1233
1235
|
}
|
|
1236
|
+
export interface ListModelsRequest {
|
|
1237
|
+
assistantId: string | undefined;
|
|
1238
|
+
aiPromptType?: AIPromptType | undefined;
|
|
1239
|
+
modelLifecycle?: ModelLifecycle | undefined;
|
|
1240
|
+
nextToken?: string | undefined;
|
|
1241
|
+
maxResults?: number | undefined;
|
|
1242
|
+
}
|
|
1243
|
+
export interface ModelSummary {
|
|
1244
|
+
modelId: string | undefined;
|
|
1245
|
+
displayName: string | undefined;
|
|
1246
|
+
crossRegionStatus?: CrossRegionStatus | undefined;
|
|
1247
|
+
supportsPromptCaching?: boolean | undefined;
|
|
1248
|
+
supportedAIPromptTypes?: AIPromptType[] | undefined;
|
|
1249
|
+
modelLifecycle?: ModelLifecycle | undefined;
|
|
1250
|
+
legacyTimestamp?: Date | undefined;
|
|
1251
|
+
endOfLifeTimestamp?: Date | undefined;
|
|
1252
|
+
}
|
|
1253
|
+
export interface ListModelsResponse {
|
|
1254
|
+
modelSummaries: ModelSummary[] | undefined;
|
|
1255
|
+
nextToken?: string | undefined;
|
|
1256
|
+
}
|
|
1234
1257
|
export interface NotifyRecommendationsReceivedRequest {
|
|
1235
1258
|
assistantId: string | undefined;
|
|
1236
1259
|
sessionId: string | undefined;
|
|
@@ -2394,16 +2417,3 @@ export interface QuickResponseData {
|
|
|
2394
2417
|
language?: string | undefined;
|
|
2395
2418
|
tags?: Record<string, string> | undefined;
|
|
2396
2419
|
}
|
|
2397
|
-
export interface CreateQuickResponseResponse {
|
|
2398
|
-
quickResponse?: QuickResponseData | undefined;
|
|
2399
|
-
}
|
|
2400
|
-
export interface DeactivateMessageTemplateRequest {
|
|
2401
|
-
knowledgeBaseId: string | undefined;
|
|
2402
|
-
messageTemplateId: string | undefined;
|
|
2403
|
-
versionNumber: number | undefined;
|
|
2404
|
-
}
|
|
2405
|
-
export interface DeactivateMessageTemplateResponse {
|
|
2406
|
-
messageTemplateArn: string | undefined;
|
|
2407
|
-
messageTemplateId: string | undefined;
|
|
2408
|
-
versionNumber: number | undefined;
|
|
2409
|
-
}
|
|
@@ -61,6 +61,19 @@ import {
|
|
|
61
61
|
SuggestedMessageDataDetails,
|
|
62
62
|
VectorIngestionConfiguration,
|
|
63
63
|
} from "./models_0";
|
|
64
|
+
export interface CreateQuickResponseResponse {
|
|
65
|
+
quickResponse?: QuickResponseData | undefined;
|
|
66
|
+
}
|
|
67
|
+
export interface DeactivateMessageTemplateRequest {
|
|
68
|
+
knowledgeBaseId: string | undefined;
|
|
69
|
+
messageTemplateId: string | undefined;
|
|
70
|
+
versionNumber: number | undefined;
|
|
71
|
+
}
|
|
72
|
+
export interface DeactivateMessageTemplateResponse {
|
|
73
|
+
messageTemplateArn: string | undefined;
|
|
74
|
+
messageTemplateId: string | undefined;
|
|
75
|
+
versionNumber: number | undefined;
|
|
76
|
+
}
|
|
64
77
|
export interface DeleteImportJobRequest {
|
|
65
78
|
knowledgeBaseId: string | undefined;
|
|
66
79
|
importJobId: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListModelsCommandInput,
|
|
4
|
+
ListModelsCommandOutput,
|
|
5
|
+
} from "../commands/ListModelsCommand";
|
|
6
|
+
import { QConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListModels: (
|
|
8
|
+
config: QConnectPaginationConfiguration,
|
|
9
|
+
input: ListModelsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListModelsCommandOutput>;
|
|
@@ -14,6 +14,7 @@ export * from "./ListKnowledgeBasesPaginator";
|
|
|
14
14
|
export * from "./ListMessagesPaginator";
|
|
15
15
|
export * from "./ListMessageTemplatesPaginator";
|
|
16
16
|
export * from "./ListMessageTemplateVersionsPaginator";
|
|
17
|
+
export * from "./ListModelsPaginator";
|
|
17
18
|
export * from "./ListQuickResponsesPaginator";
|
|
18
19
|
export * from "./ListSpansPaginator";
|
|
19
20
|
export * from "./QueryAssistantPaginator";
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
12
12
|
_: unknown
|
|
13
13
|
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
14
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/
|
|
15
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
16
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
13
13
|
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -34,7 +34,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
34
34
|
region: string | import("@smithy/types").Provider<any>;
|
|
35
35
|
profile?: string;
|
|
36
36
|
defaultUserAgentProvider: (
|
|
37
|
-
config?: import("@aws-sdk/
|
|
37
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
38
38
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
39
39
|
credentialDefaultProvider:
|
|
40
40
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
@@ -232,6 +232,8 @@ export declare var ListMessageTemplatesRequest$: StaticStructureSchema;
|
|
|
232
232
|
export declare var ListMessageTemplatesResponse$: StaticStructureSchema;
|
|
233
233
|
export declare var ListMessageTemplateVersionsRequest$: StaticStructureSchema;
|
|
234
234
|
export declare var ListMessageTemplateVersionsResponse$: StaticStructureSchema;
|
|
235
|
+
export declare var ListModelsRequest$: StaticStructureSchema;
|
|
236
|
+
export declare var ListModelsResponse$: StaticStructureSchema;
|
|
235
237
|
export declare var ListQuickResponsesRequest$: StaticStructureSchema;
|
|
236
238
|
export declare var ListQuickResponsesResponse$: StaticStructureSchema;
|
|
237
239
|
export declare var ListSpansRequest$: StaticStructureSchema;
|
|
@@ -252,6 +254,7 @@ export declare var MessageTemplateSearchExpression$: StaticStructureSchema;
|
|
|
252
254
|
export declare var MessageTemplateSearchResultData$: StaticStructureSchema;
|
|
253
255
|
export declare var MessageTemplateSummary$: StaticStructureSchema;
|
|
254
256
|
export declare var MessageTemplateVersionSummary$: StaticStructureSchema;
|
|
257
|
+
export declare var ModelSummary$: StaticStructureSchema;
|
|
255
258
|
export declare var NotesChunkDataDetails$: StaticStructureSchema;
|
|
256
259
|
export declare var NotesDataDetails$: StaticStructureSchema;
|
|
257
260
|
export declare var NoteTakingAIAgentConfiguration$: StaticStructureSchema;
|
|
@@ -473,6 +476,7 @@ export declare var ListKnowledgeBases$: StaticOperationSchema;
|
|
|
473
476
|
export declare var ListMessages$: StaticOperationSchema;
|
|
474
477
|
export declare var ListMessageTemplates$: StaticOperationSchema;
|
|
475
478
|
export declare var ListMessageTemplateVersions$: StaticOperationSchema;
|
|
479
|
+
export declare var ListModels$: StaticOperationSchema;
|
|
476
480
|
export declare var ListQuickResponses$: StaticOperationSchema;
|
|
477
481
|
export declare var ListSpans$: StaticOperationSchema;
|
|
478
482
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1048.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qconnect",
|
|
@@ -21,20 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.39",
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
24
|
+
"@aws-sdk/core": "^3.974.11",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.42",
|
|
31
26
|
"@aws-sdk/types": "^3.973.8",
|
|
32
|
-
"@
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
35
|
-
"@smithy/core": "^3.24.1",
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.4.1",
|
|
37
|
-
"@smithy/node-http-handler": "^4.7.1",
|
|
27
|
+
"@smithy/core": "^3.24.2",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.4.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.7.2",
|
|
38
30
|
"@smithy/types": "^4.14.1",
|
|
39
31
|
"tslib": "^2.6.2"
|
|
40
32
|
},
|