@aws-sdk/client-bedrock-agentcore 3.1107.0 → 3.1108.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 +11 -3
- package/dist-es/schemas/schemas_0.js +9 -2
- package/dist-types/commands/GetMemoryRecordCommand.d.ts +1 -2
- package/dist-types/commands/GetRecommendationCommand.d.ts +10 -0
- package/dist-types/commands/StartRecommendationCommand.d.ts +20 -0
- package/dist-types/models/models_0.d.ts +38 -16
- package/dist-types/models/models_1.d.ts +15 -0
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +18 -4
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -70,7 +70,7 @@ const commonParams = {
|
|
|
70
70
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
71
71
|
};
|
|
72
72
|
|
|
73
|
-
var version = "3.
|
|
73
|
+
var version = "3.1107.0";
|
|
74
74
|
var packageInfo = {
|
|
75
75
|
version: version};
|
|
76
76
|
|
|
@@ -717,6 +717,7 @@ const _OACPV = "OAuthCustomParametersValue";
|
|
|
717
717
|
const _OACPu = "OAuthCustomParameters";
|
|
718
718
|
const _OC = "OutputConfig";
|
|
719
719
|
const _OECS = "OnlineEvaluationConfigSource";
|
|
720
|
+
const _OETC = "OnlineEvaluationTraceConfig";
|
|
720
721
|
const _P = "Proxies";
|
|
721
722
|
const _PB = "ProxyBypass";
|
|
722
723
|
const _PC = "ProxyConfiguration";
|
|
@@ -1185,6 +1186,7 @@ const _oA = "outboundAuth";
|
|
|
1185
1186
|
const _oAMC = "openAiModelConfig";
|
|
1186
1187
|
const _oAu = "oAuth2";
|
|
1187
1188
|
const _oC = "outputConfig";
|
|
1189
|
+
const _oE = "onlineEvaluation";
|
|
1188
1190
|
const _oECA = "onlineEvaluationConfigArn";
|
|
1189
1191
|
const _oECS = "onlineEvaluationConfigSource";
|
|
1190
1192
|
const _oF = "oauth2Flow";
|
|
@@ -2723,6 +2725,11 @@ var OnlineEvaluationConfigSource$ = [3, n0, _OECS,
|
|
|
2723
2725
|
[_oECA, _tR],
|
|
2724
2726
|
[0, () => SessionFilterConfig$], 1
|
|
2725
2727
|
];
|
|
2728
|
+
var OnlineEvaluationTraceConfig$ = [3, n0, _OETC,
|
|
2729
|
+
0,
|
|
2730
|
+
[_oECA, _sT, _eT],
|
|
2731
|
+
[0, 5, 5], 3
|
|
2732
|
+
];
|
|
2726
2733
|
var PaymentInstrument$ = [3, n0, _PI,
|
|
2727
2734
|
0,
|
|
2728
2735
|
[_pII, _pMA, _pCI, _uIs, _pIT, _pID, _cA, _sta, _uA],
|
|
@@ -3389,8 +3396,8 @@ var ABTestEvaluationConfig$ = [4, n0, _ABTEC,
|
|
|
3389
3396
|
];
|
|
3390
3397
|
var AgentTracesConfig$ = [4, n0, _ATC,
|
|
3391
3398
|
0,
|
|
3392
|
-
[_sSess, _cL, _bEa],
|
|
3393
|
-
[[() => Spans, 0], () => CloudWatchLogsTraceConfig$, () => BatchEvaluationTraceConfig$]
|
|
3399
|
+
[_sSess, _cL, _bEa, _oE],
|
|
3400
|
+
[[() => Spans, 0], () => CloudWatchLogsTraceConfig$, () => BatchEvaluationTraceConfig$, () => OnlineEvaluationTraceConfig$]
|
|
3394
3401
|
];
|
|
3395
3402
|
var BrowserAction$ = [4, n0, _BAr,
|
|
3396
3403
|
0,
|
|
@@ -5077,6 +5084,7 @@ exports.OAuthCredentialProvider$ = OAuthCredentialProvider$;
|
|
|
5077
5084
|
exports.OAuthGrantType = OAuthGrantType;
|
|
5078
5085
|
exports.Oauth2FlowType = Oauth2FlowType;
|
|
5079
5086
|
exports.OnlineEvaluationConfigSource$ = OnlineEvaluationConfigSource$;
|
|
5087
|
+
exports.OnlineEvaluationTraceConfig$ = OnlineEvaluationTraceConfig$;
|
|
5080
5088
|
exports.OperatorType = OperatorType;
|
|
5081
5089
|
exports.OutputConfig$ = OutputConfig$;
|
|
5082
5090
|
exports.PayloadType$ = PayloadType$;
|
|
@@ -402,6 +402,7 @@ const _OACPV = "OAuthCustomParametersValue";
|
|
|
402
402
|
const _OACPu = "OAuthCustomParameters";
|
|
403
403
|
const _OC = "OutputConfig";
|
|
404
404
|
const _OECS = "OnlineEvaluationConfigSource";
|
|
405
|
+
const _OETC = "OnlineEvaluationTraceConfig";
|
|
405
406
|
const _P = "Proxies";
|
|
406
407
|
const _PB = "ProxyBypass";
|
|
407
408
|
const _PC = "ProxyConfiguration";
|
|
@@ -870,6 +871,7 @@ const _oA = "outboundAuth";
|
|
|
870
871
|
const _oAMC = "openAiModelConfig";
|
|
871
872
|
const _oAu = "oAuth2";
|
|
872
873
|
const _oC = "outputConfig";
|
|
874
|
+
const _oE = "onlineEvaluation";
|
|
873
875
|
const _oECA = "onlineEvaluationConfigArn";
|
|
874
876
|
const _oECS = "onlineEvaluationConfigSource";
|
|
875
877
|
const _oF = "oauth2Flow";
|
|
@@ -2411,6 +2413,11 @@ export var OnlineEvaluationConfigSource$ = [3, n0, _OECS,
|
|
|
2411
2413
|
[_oECA, _tR],
|
|
2412
2414
|
[0, () => SessionFilterConfig$], 1
|
|
2413
2415
|
];
|
|
2416
|
+
export var OnlineEvaluationTraceConfig$ = [3, n0, _OETC,
|
|
2417
|
+
0,
|
|
2418
|
+
[_oECA, _sT, _eT],
|
|
2419
|
+
[0, 5, 5], 3
|
|
2420
|
+
];
|
|
2414
2421
|
export var PaymentInstrument$ = [3, n0, _PI,
|
|
2415
2422
|
0,
|
|
2416
2423
|
[_pII, _pMA, _pCI, _uIs, _pIT, _pID, _cA, _sta, _uA],
|
|
@@ -3101,8 +3108,8 @@ export var ABTestEvaluationConfig$ = [4, n0, _ABTEC,
|
|
|
3101
3108
|
];
|
|
3102
3109
|
export var AgentTracesConfig$ = [4, n0, _ATC,
|
|
3103
3110
|
0,
|
|
3104
|
-
[_sSess, _cL, _bEa],
|
|
3105
|
-
[[() => Spans, 0], () => CloudWatchLogsTraceConfig$, () => BatchEvaluationTraceConfig$]
|
|
3111
|
+
[_sSess, _cL, _bEa, _oE],
|
|
3112
|
+
[[() => Spans, 0], () => CloudWatchLogsTraceConfig$, () => BatchEvaluationTraceConfig$, () => OnlineEvaluationTraceConfig$]
|
|
3106
3113
|
];
|
|
3107
3114
|
export var BrowserAction$ = [4, n0, _BAr,
|
|
3108
3115
|
0,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetMemoryRecordInput } from "../models/
|
|
3
|
-
import type { GetMemoryRecordOutput } from "../models/models_1";
|
|
2
|
+
import type { GetMemoryRecordInput, GetMemoryRecordOutput } from "../models/models_1";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -84,6 +84,11 @@ declare const GetRecommendationCommand_base: {
|
|
|
84
84
|
* // batchEvaluation: { // BatchEvaluationTraceConfig
|
|
85
85
|
* // batchEvaluationArn: "STRING_VALUE", // required
|
|
86
86
|
* // },
|
|
87
|
+
* // onlineEvaluation: { // OnlineEvaluationTraceConfig
|
|
88
|
+
* // onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
89
|
+
* // startTime: new Date("TIMESTAMP"), // required
|
|
90
|
+
* // endTime: new Date("TIMESTAMP"), // required
|
|
91
|
+
* // },
|
|
87
92
|
* // },
|
|
88
93
|
* // evaluationConfig: { // RecommendationEvaluationConfig
|
|
89
94
|
* // evaluators: [ // RecommendationEvaluatorList // required
|
|
@@ -146,6 +151,11 @@ declare const GetRecommendationCommand_base: {
|
|
|
146
151
|
* // batchEvaluation: {
|
|
147
152
|
* // batchEvaluationArn: "STRING_VALUE", // required
|
|
148
153
|
* // },
|
|
154
|
+
* // onlineEvaluation: {
|
|
155
|
+
* // onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
156
|
+
* // startTime: new Date("TIMESTAMP"), // required
|
|
157
|
+
* // endTime: new Date("TIMESTAMP"), // required
|
|
158
|
+
* // },
|
|
149
159
|
* // },
|
|
150
160
|
* // },
|
|
151
161
|
* // },
|
|
@@ -77,6 +77,11 @@ declare const StartRecommendationCommand_base: {
|
|
|
77
77
|
* batchEvaluation: { // BatchEvaluationTraceConfig
|
|
78
78
|
* batchEvaluationArn: "STRING_VALUE", // required
|
|
79
79
|
* },
|
|
80
|
+
* onlineEvaluation: { // OnlineEvaluationTraceConfig
|
|
81
|
+
* onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
82
|
+
* startTime: new Date("TIMESTAMP"), // required
|
|
83
|
+
* endTime: new Date("TIMESTAMP"), // required
|
|
84
|
+
* },
|
|
80
85
|
* },
|
|
81
86
|
* evaluationConfig: { // RecommendationEvaluationConfig
|
|
82
87
|
* evaluators: [ // RecommendationEvaluatorList // required
|
|
@@ -139,6 +144,11 @@ declare const StartRecommendationCommand_base: {
|
|
|
139
144
|
* batchEvaluation: {
|
|
140
145
|
* batchEvaluationArn: "STRING_VALUE", // required
|
|
141
146
|
* },
|
|
147
|
+
* onlineEvaluation: {
|
|
148
|
+
* onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
149
|
+
* startTime: new Date("TIMESTAMP"), // required
|
|
150
|
+
* endTime: new Date("TIMESTAMP"), // required
|
|
151
|
+
* },
|
|
142
152
|
* },
|
|
143
153
|
* },
|
|
144
154
|
* },
|
|
@@ -196,6 +206,11 @@ declare const StartRecommendationCommand_base: {
|
|
|
196
206
|
* // batchEvaluation: { // BatchEvaluationTraceConfig
|
|
197
207
|
* // batchEvaluationArn: "STRING_VALUE", // required
|
|
198
208
|
* // },
|
|
209
|
+
* // onlineEvaluation: { // OnlineEvaluationTraceConfig
|
|
210
|
+
* // onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
211
|
+
* // startTime: new Date("TIMESTAMP"), // required
|
|
212
|
+
* // endTime: new Date("TIMESTAMP"), // required
|
|
213
|
+
* // },
|
|
199
214
|
* // },
|
|
200
215
|
* // evaluationConfig: { // RecommendationEvaluationConfig
|
|
201
216
|
* // evaluators: [ // RecommendationEvaluatorList // required
|
|
@@ -258,6 +273,11 @@ declare const StartRecommendationCommand_base: {
|
|
|
258
273
|
* // batchEvaluation: {
|
|
259
274
|
* // batchEvaluationArn: "STRING_VALUE", // required
|
|
260
275
|
* // },
|
|
276
|
+
* // onlineEvaluation: {
|
|
277
|
+
* // onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
278
|
+
* // startTime: new Date("TIMESTAMP"), // required
|
|
279
|
+
* // endTime: new Date("TIMESTAMP"), // required
|
|
280
|
+
* // },
|
|
261
281
|
* // },
|
|
262
282
|
* // },
|
|
263
283
|
* // },
|
|
@@ -1097,11 +1097,32 @@ export interface CloudWatchLogsTraceConfig {
|
|
|
1097
1097
|
*/
|
|
1098
1098
|
rule?: CloudWatchLogsRule | undefined;
|
|
1099
1099
|
}
|
|
1100
|
+
/**
|
|
1101
|
+
* <p>Contains the configuration for reusing agent traces from an online evaluation configuration for recommendation analysis. Because online evaluation is a continuous stream, a time range specifies which evaluated sessions the recommendation includes.</p>
|
|
1102
|
+
* @public
|
|
1103
|
+
*/
|
|
1104
|
+
export interface OnlineEvaluationTraceConfig {
|
|
1105
|
+
/**
|
|
1106
|
+
* <p>The ARN of the online evaluation configuration to reuse sessions from.</p>
|
|
1107
|
+
* @public
|
|
1108
|
+
*/
|
|
1109
|
+
onlineEvaluationConfigArn: string | undefined;
|
|
1110
|
+
/**
|
|
1111
|
+
* <p>The start time of the time range. Only sessions evaluated at or after this timestamp are included.</p>
|
|
1112
|
+
* @public
|
|
1113
|
+
*/
|
|
1114
|
+
startTime: Date | undefined;
|
|
1115
|
+
/**
|
|
1116
|
+
* <p>The end time of the time range. Only sessions evaluated before this timestamp are included.</p>
|
|
1117
|
+
* @public
|
|
1118
|
+
*/
|
|
1119
|
+
endTime: Date | undefined;
|
|
1120
|
+
}
|
|
1100
1121
|
/**
|
|
1101
1122
|
* <p>The configuration specifying where to read agent traces from for recommendation analysis.</p>
|
|
1102
1123
|
* @public
|
|
1103
1124
|
*/
|
|
1104
|
-
export type AgentTracesConfig = AgentTracesConfig.BatchEvaluationMember | AgentTracesConfig.CloudwatchLogsMember | AgentTracesConfig.SessionSpansMember | AgentTracesConfig.$UnknownMember;
|
|
1125
|
+
export type AgentTracesConfig = AgentTracesConfig.BatchEvaluationMember | AgentTracesConfig.CloudwatchLogsMember | AgentTracesConfig.OnlineEvaluationMember | AgentTracesConfig.SessionSpansMember | AgentTracesConfig.$UnknownMember;
|
|
1105
1126
|
/**
|
|
1106
1127
|
* @public
|
|
1107
1128
|
*/
|
|
@@ -1114,6 +1135,7 @@ export declare namespace AgentTracesConfig {
|
|
|
1114
1135
|
sessionSpans: __DocumentType[];
|
|
1115
1136
|
cloudwatchLogs?: never;
|
|
1116
1137
|
batchEvaluation?: never;
|
|
1138
|
+
onlineEvaluation?: never;
|
|
1117
1139
|
$unknown?: never;
|
|
1118
1140
|
}
|
|
1119
1141
|
/**
|
|
@@ -1124,6 +1146,7 @@ export declare namespace AgentTracesConfig {
|
|
|
1124
1146
|
sessionSpans?: never;
|
|
1125
1147
|
cloudwatchLogs: CloudWatchLogsTraceConfig;
|
|
1126
1148
|
batchEvaluation?: never;
|
|
1149
|
+
onlineEvaluation?: never;
|
|
1127
1150
|
$unknown?: never;
|
|
1128
1151
|
}
|
|
1129
1152
|
/**
|
|
@@ -1134,6 +1157,18 @@ export declare namespace AgentTracesConfig {
|
|
|
1134
1157
|
sessionSpans?: never;
|
|
1135
1158
|
cloudwatchLogs?: never;
|
|
1136
1159
|
batchEvaluation: BatchEvaluationTraceConfig;
|
|
1160
|
+
onlineEvaluation?: never;
|
|
1161
|
+
$unknown?: never;
|
|
1162
|
+
}
|
|
1163
|
+
/**
|
|
1164
|
+
* <p>Agent traces from an online evaluation configuration over a specified time range.</p>
|
|
1165
|
+
* @public
|
|
1166
|
+
*/
|
|
1167
|
+
interface OnlineEvaluationMember {
|
|
1168
|
+
sessionSpans?: never;
|
|
1169
|
+
cloudwatchLogs?: never;
|
|
1170
|
+
batchEvaluation?: never;
|
|
1171
|
+
onlineEvaluation: OnlineEvaluationTraceConfig;
|
|
1137
1172
|
$unknown?: never;
|
|
1138
1173
|
}
|
|
1139
1174
|
/**
|
|
@@ -1143,6 +1178,7 @@ export declare namespace AgentTracesConfig {
|
|
|
1143
1178
|
sessionSpans?: never;
|
|
1144
1179
|
cloudwatchLogs?: never;
|
|
1145
1180
|
batchEvaluation?: never;
|
|
1181
|
+
onlineEvaluation?: never;
|
|
1146
1182
|
$unknown: [string, any];
|
|
1147
1183
|
}
|
|
1148
1184
|
/**
|
|
@@ -1153,6 +1189,7 @@ export declare namespace AgentTracesConfig {
|
|
|
1153
1189
|
sessionSpans: (value: __DocumentType[]) => T;
|
|
1154
1190
|
cloudwatchLogs: (value: CloudWatchLogsTraceConfig) => T;
|
|
1155
1191
|
batchEvaluation: (value: BatchEvaluationTraceConfig) => T;
|
|
1192
|
+
onlineEvaluation: (value: OnlineEvaluationTraceConfig) => T;
|
|
1156
1193
|
_: (name: string, value: any) => T;
|
|
1157
1194
|
}
|
|
1158
1195
|
}
|
|
@@ -8651,18 +8688,3 @@ export interface GetEventOutput {
|
|
|
8651
8688
|
*/
|
|
8652
8689
|
event: Event | undefined;
|
|
8653
8690
|
}
|
|
8654
|
-
/**
|
|
8655
|
-
* @public
|
|
8656
|
-
*/
|
|
8657
|
-
export interface GetMemoryRecordInput {
|
|
8658
|
-
/**
|
|
8659
|
-
* <p>The identifier of the AgentCore Memory resource containing the memory record.</p>
|
|
8660
|
-
* @public
|
|
8661
|
-
*/
|
|
8662
|
-
memoryId: string | undefined;
|
|
8663
|
-
/**
|
|
8664
|
-
* <p>The identifier of the memory record to retrieve.</p>
|
|
8665
|
-
* @public
|
|
8666
|
-
*/
|
|
8667
|
-
memoryRecordId: string | undefined;
|
|
8668
|
-
}
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
2
|
import type { BlockchainChainId, CryptoWalletNetwork, Currency, DescriptorType, EventFilterCondition, ExtractionJobStatus, InstrumentBalanceToken, MemoryRecordOperatorType, OperatorType, PaymentInstrumentStatus, PaymentInstrumentType, PaymentSessionStatus, PaymentStatus, PaymentType, RegistryRecordStatus } from "./enums";
|
|
3
3
|
import type { A2aDescriptor, ActorSummary, AgentSkillsDescriptor, Event, MemoryContent, MemoryRecordMetadataValue, MetadataValue } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface GetMemoryRecordInput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The identifier of the AgentCore Memory resource containing the memory record.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
memoryId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The identifier of the memory record to retrieve.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
memoryRecordId: string | undefined;
|
|
18
|
+
}
|
|
4
19
|
/**
|
|
5
20
|
* <p>Contains information about a memory record in an AgentCore Memory resource.</p>
|
|
6
21
|
* @public
|
|
@@ -259,6 +259,7 @@ export declare var MouseScrollResult$: StaticStructureSchema;
|
|
|
259
259
|
export declare var OAuth2Authentication$: StaticStructureSchema;
|
|
260
260
|
export declare var OAuthCredentialProvider$: StaticStructureSchema;
|
|
261
261
|
export declare var OnlineEvaluationConfigSource$: StaticStructureSchema;
|
|
262
|
+
export declare var OnlineEvaluationTraceConfig$: StaticStructureSchema;
|
|
262
263
|
export declare var PaymentInstrument$: StaticStructureSchema;
|
|
263
264
|
export declare var PaymentInstrumentSummary$: StaticStructureSchema;
|
|
264
265
|
export declare var PaymentSession$: StaticStructureSchema;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { GetMemoryRecordInput } from "../models/
|
|
3
|
-
import { GetMemoryRecordOutput } from "../models/models_1";
|
|
2
|
+
import { GetMemoryRecordInput, GetMemoryRecordOutput } from "../models/models_1";
|
|
4
3
|
export { __MetadataBearer };
|
|
5
4
|
export interface GetMemoryRecordCommandInput extends GetMemoryRecordInput {}
|
|
6
5
|
export interface GetMemoryRecordCommandOutput extends GetMemoryRecordOutput, __MetadataBearer {}
|
|
@@ -426,9 +426,15 @@ export interface CloudWatchLogsTraceConfig {
|
|
|
426
426
|
endTime: Date | undefined;
|
|
427
427
|
rule?: CloudWatchLogsRule | undefined;
|
|
428
428
|
}
|
|
429
|
+
export interface OnlineEvaluationTraceConfig {
|
|
430
|
+
onlineEvaluationConfigArn: string | undefined;
|
|
431
|
+
startTime: Date | undefined;
|
|
432
|
+
endTime: Date | undefined;
|
|
433
|
+
}
|
|
429
434
|
export type AgentTracesConfig =
|
|
430
435
|
| AgentTracesConfig.BatchEvaluationMember
|
|
431
436
|
| AgentTracesConfig.CloudwatchLogsMember
|
|
437
|
+
| AgentTracesConfig.OnlineEvaluationMember
|
|
432
438
|
| AgentTracesConfig.SessionSpansMember
|
|
433
439
|
| AgentTracesConfig.$UnknownMember;
|
|
434
440
|
export declare namespace AgentTracesConfig {
|
|
@@ -436,30 +442,42 @@ export declare namespace AgentTracesConfig {
|
|
|
436
442
|
sessionSpans: __DocumentType[];
|
|
437
443
|
cloudwatchLogs?: never;
|
|
438
444
|
batchEvaluation?: never;
|
|
445
|
+
onlineEvaluation?: never;
|
|
439
446
|
$unknown?: never;
|
|
440
447
|
}
|
|
441
448
|
interface CloudwatchLogsMember {
|
|
442
449
|
sessionSpans?: never;
|
|
443
450
|
cloudwatchLogs: CloudWatchLogsTraceConfig;
|
|
444
451
|
batchEvaluation?: never;
|
|
452
|
+
onlineEvaluation?: never;
|
|
445
453
|
$unknown?: never;
|
|
446
454
|
}
|
|
447
455
|
interface BatchEvaluationMember {
|
|
448
456
|
sessionSpans?: never;
|
|
449
457
|
cloudwatchLogs?: never;
|
|
450
458
|
batchEvaluation: BatchEvaluationTraceConfig;
|
|
459
|
+
onlineEvaluation?: never;
|
|
460
|
+
$unknown?: never;
|
|
461
|
+
}
|
|
462
|
+
interface OnlineEvaluationMember {
|
|
463
|
+
sessionSpans?: never;
|
|
464
|
+
cloudwatchLogs?: never;
|
|
465
|
+
batchEvaluation?: never;
|
|
466
|
+
onlineEvaluation: OnlineEvaluationTraceConfig;
|
|
451
467
|
$unknown?: never;
|
|
452
468
|
}
|
|
453
469
|
interface $UnknownMember {
|
|
454
470
|
sessionSpans?: never;
|
|
455
471
|
cloudwatchLogs?: never;
|
|
456
472
|
batchEvaluation?: never;
|
|
473
|
+
onlineEvaluation?: never;
|
|
457
474
|
$unknown: [string, any];
|
|
458
475
|
}
|
|
459
476
|
interface Visitor<T> {
|
|
460
477
|
sessionSpans: (value: __DocumentType[]) => T;
|
|
461
478
|
cloudwatchLogs: (value: CloudWatchLogsTraceConfig) => T;
|
|
462
479
|
batchEvaluation: (value: BatchEvaluationTraceConfig) => T;
|
|
480
|
+
onlineEvaluation: (value: OnlineEvaluationTraceConfig) => T;
|
|
463
481
|
_: (name: string, value: any) => T;
|
|
464
482
|
}
|
|
465
483
|
}
|
|
@@ -3221,7 +3239,3 @@ export interface GetEventInput {
|
|
|
3221
3239
|
export interface GetEventOutput {
|
|
3222
3240
|
event: Event | undefined;
|
|
3223
3241
|
}
|
|
3224
|
-
export interface GetMemoryRecordInput {
|
|
3225
|
-
memoryId: string | undefined;
|
|
3226
|
-
memoryRecordId: string | undefined;
|
|
3227
|
-
}
|
|
@@ -25,6 +25,10 @@ import {
|
|
|
25
25
|
MemoryRecordMetadataValue,
|
|
26
26
|
MetadataValue,
|
|
27
27
|
} from "./models_0";
|
|
28
|
+
export interface GetMemoryRecordInput {
|
|
29
|
+
memoryId: string | undefined;
|
|
30
|
+
memoryRecordId: string | undefined;
|
|
31
|
+
}
|
|
28
32
|
export interface MemoryRecord {
|
|
29
33
|
memoryRecordId: string | undefined;
|
|
30
34
|
content: MemoryContent | undefined;
|
|
@@ -259,6 +259,7 @@ export declare var MouseScrollResult$: StaticStructureSchema;
|
|
|
259
259
|
export declare var OAuth2Authentication$: StaticStructureSchema;
|
|
260
260
|
export declare var OAuthCredentialProvider$: StaticStructureSchema;
|
|
261
261
|
export declare var OnlineEvaluationConfigSource$: StaticStructureSchema;
|
|
262
|
+
export declare var OnlineEvaluationTraceConfig$: StaticStructureSchema;
|
|
262
263
|
export declare var PaymentInstrument$: StaticStructureSchema;
|
|
263
264
|
export declare var PaymentInstrumentSummary$: StaticStructureSchema;
|
|
264
265
|
export declare var PaymentSession$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1108.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-agentcore",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"clean": "premove dist-cjs dist-es dist-types",
|
|
44
44
|
"extract:docs": "api-extractor run --local",
|
|
45
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
46
|
-
"test:index": "tsc
|
|
46
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
49
|
+
"@aws-sdk/core": "^3.977.7",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.79",
|
|
51
|
+
"@aws-sdk/types": "^3.974.3",
|
|
52
52
|
"@smithy/core": "^3.31.1",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
54
54
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"premove": "4.0.0",
|
|
64
|
-
"typescript": "~
|
|
64
|
+
"typescript": "~6.0.3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=20.0.0"
|