@aws-sdk/client-bedrock-agentcore 3.1069.0 → 3.1071.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 +1 -0
- package/dist-cjs/schemas/schemas_0.js +19 -11
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +18 -11
- package/dist-types/commands/GetBatchEvaluationCommand.d.ts +2 -2
- package/dist-types/commands/InvokeHarnessCommand.d.ts +9 -0
- package/dist-types/commands/StartBatchEvaluationCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +44 -48
- package/dist-types/models/models_1.d.ts +34 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/dist-types/ts3.4/models/models_1.d.ts +18 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1056,6 +1056,7 @@ const InsightsFailureCategory = {
|
|
|
1056
1056
|
ORCHESTRATION_PREMATURE_TERMINATION: "orchestration-related-errors-category-premature-termination",
|
|
1057
1057
|
ORCHESTRATION_REASONING_MISMATCH: "orchestration-related-errors-category-reasoning-mismatch",
|
|
1058
1058
|
ORCHESTRATION_UNAWARE_TERMINATION: "orchestration-related-errors-category-unaware-termination",
|
|
1059
|
+
OTHER: "other",
|
|
1059
1060
|
REPETITIVE_BEHAVIOR_INFO: "repetitive-behavior-category-repetition-info",
|
|
1060
1061
|
REPETITIVE_BEHAVIOR_STEP: "repetitive-behavior-category-step-repetition",
|
|
1061
1062
|
REPETITIVE_BEHAVIOR_TOOL: "repetitive-behavior-category-repetition-tool",
|
|
@@ -257,6 +257,7 @@ const _HRMC = "HarnessRemoteMcpConfig";
|
|
|
257
257
|
const _HRMU = "HarnessRemoteMcpUrl";
|
|
258
258
|
const _HRTB = "HarnessReasoningTextBlock";
|
|
259
259
|
const _HS = "HarnessSkills";
|
|
260
|
+
const _HSASS = "HarnessSkillAwsSkillsSource";
|
|
260
261
|
const _HSCB = "HarnessSystemContentBlock";
|
|
261
262
|
const _HSGA = "HarnessSkillGitAuth";
|
|
262
263
|
const _HSGS = "HarnessSkillGitSource";
|
|
@@ -585,6 +586,7 @@ const _aSf = "affectedSessions";
|
|
|
585
586
|
const _aSg = "agentSkills";
|
|
586
587
|
const _aSu = "authorizationSignature";
|
|
587
588
|
const _aSv = "averageScore";
|
|
589
|
+
const _aSw = "awsSkills";
|
|
588
590
|
const _aT = "analysisTimestamp";
|
|
589
591
|
const _aTA = "abTestArn";
|
|
590
592
|
const _aTI = "abTestId";
|
|
@@ -879,8 +881,8 @@ const _pTRa = "paymentTokenResponse";
|
|
|
879
881
|
const _pV = "protocolVersion";
|
|
880
882
|
const _pVOEC = "perVariantOnlineEvaluationConfig";
|
|
881
883
|
const _pVa = "pValue";
|
|
882
|
-
const _pa = "
|
|
883
|
-
const _pat = "
|
|
884
|
+
const _pa = "paths";
|
|
885
|
+
const _pat = "path";
|
|
884
886
|
const _po = "port";
|
|
885
887
|
const _pr = "presses";
|
|
886
888
|
const _pre = "prefix";
|
|
@@ -944,7 +946,6 @@ const _sCu = "subCategories";
|
|
|
944
946
|
const _sD = "skillDefinition";
|
|
945
947
|
const _sE = "streamEndpoint";
|
|
946
948
|
const _sF = "statusFilter";
|
|
947
|
-
const _sFC = "sessionFilterConfig";
|
|
948
949
|
const _sI = "sessionId";
|
|
949
950
|
const _sIe = "sessionIds";
|
|
950
951
|
const _sIp = "spanId";
|
|
@@ -2131,6 +2132,12 @@ const HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
|
2131
2132
|
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
2132
2133
|
];
|
|
2133
2134
|
exports.HarnessRemoteMcpConfig$ = HarnessRemoteMcpConfig$;
|
|
2135
|
+
const HarnessSkillAwsSkillsSource$ = [3, n0, _HSASS,
|
|
2136
|
+
0,
|
|
2137
|
+
[_pa],
|
|
2138
|
+
[64 | 0]
|
|
2139
|
+
];
|
|
2140
|
+
exports.HarnessSkillAwsSkillsSource$ = HarnessSkillAwsSkillsSource$;
|
|
2134
2141
|
const HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
2135
2142
|
0,
|
|
2136
2143
|
[_cAr, _use],
|
|
@@ -2139,7 +2146,7 @@ const HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
|
2139
2146
|
exports.HarnessSkillGitAuth$ = HarnessSkillGitAuth$;
|
|
2140
2147
|
const HarnessSkillGitSource$ = [3, n0, _HSGS,
|
|
2141
2148
|
0,
|
|
2142
|
-
[_url,
|
|
2149
|
+
[_url, _pat, _aut],
|
|
2143
2150
|
[0, 0, () => HarnessSkillGitAuth$], 1
|
|
2144
2151
|
];
|
|
2145
2152
|
exports.HarnessSkillGitSource$ = HarnessSkillGitSource$;
|
|
@@ -2205,7 +2212,7 @@ const InlineGroundTruth$ = [3, n0, _IGT,
|
|
|
2205
2212
|
exports.InlineGroundTruth$ = InlineGroundTruth$;
|
|
2206
2213
|
const InputContentBlock$ = [3, n0, _ICB,
|
|
2207
2214
|
0,
|
|
2208
|
-
[
|
|
2215
|
+
[_pat, _te, _bl],
|
|
2209
2216
|
[0, 0, [() => Body, 0]], 1
|
|
2210
2217
|
];
|
|
2211
2218
|
exports.InputContentBlock$ = InputContentBlock$;
|
|
@@ -2277,8 +2284,8 @@ const InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
|
|
|
2277
2284
|
exports.InvokeCodeInterpreterResponse$ = InvokeCodeInterpreterResponse$;
|
|
2278
2285
|
const InvokeHarnessRequest$ = [3, n0, _IHR,
|
|
2279
2286
|
0,
|
|
2280
|
-
[_hA, _rSI, _mes, _rUI, _mo, _sP, _too, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
|
|
2281
|
-
[[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], [0, { [_hH]: _XABARUI }], [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
|
|
2287
|
+
[_hA, _rSI, _mes, _q, _rUI, _mo, _sP, _too, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
|
|
2288
|
+
[[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], [0, { [_hQ]: _q }], [0, { [_hH]: _XABARUI }], [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
|
|
2282
2289
|
];
|
|
2283
2290
|
exports.InvokeHarnessRequest$ = InvokeHarnessRequest$;
|
|
2284
2291
|
const InvokeHarnessResponse$ = [3, n0, _IHRn,
|
|
@@ -2607,7 +2614,7 @@ const OAuthCredentialProvider$ = [3, n0, _OACP,
|
|
|
2607
2614
|
exports.OAuthCredentialProvider$ = OAuthCredentialProvider$;
|
|
2608
2615
|
const OnlineEvaluationConfigSource$ = [3, n0, _OECS,
|
|
2609
2616
|
0,
|
|
2610
|
-
[_oECA,
|
|
2617
|
+
[_oECA, _tR],
|
|
2611
2618
|
[0, () => SessionFilterConfig$], 1
|
|
2612
2619
|
];
|
|
2613
2620
|
exports.OnlineEvaluationConfigSource$ = OnlineEvaluationConfigSource$;
|
|
@@ -2991,7 +2998,7 @@ const TokenUsage$ = [3, n0, _TU,
|
|
|
2991
2998
|
exports.TokenUsage$ = TokenUsage$;
|
|
2992
2999
|
const ToolArguments$ = [3, n0, _TA,
|
|
2993
3000
|
0,
|
|
2994
|
-
[_cod, _lan, _cCl, _com,
|
|
3001
|
+
[_cod, _lan, _cCl, _com, _pat, _pa, _co, _dPi, _tIa, _run],
|
|
2995
3002
|
[0, 0, 2, 0, 0, 64 | 0, [() => InputContentBlockList, 0], 0, 0, 0]
|
|
2996
3003
|
];
|
|
2997
3004
|
exports.ToolArguments$ = ToolArguments$;
|
|
@@ -3205,6 +3212,7 @@ var GroundTruthTurnList = [1, n0, _GTTL,
|
|
|
3205
3212
|
0, () => GroundTruthTurn$
|
|
3206
3213
|
];
|
|
3207
3214
|
var HarnessAllowedTools = 64 | 0;
|
|
3215
|
+
var HarnessAwsSkillPaths = 64 | 0;
|
|
3208
3216
|
var HarnessContentBlocks = [1, n0, _HCB,
|
|
3209
3217
|
0, [() => HarnessContentBlock$,
|
|
3210
3218
|
0]
|
|
@@ -3515,8 +3523,8 @@ const HarnessReasoningContentBlockDelta$ = [4, n0, _HRCBD,
|
|
|
3515
3523
|
exports.HarnessReasoningContentBlockDelta$ = HarnessReasoningContentBlockDelta$;
|
|
3516
3524
|
const HarnessSkill$ = [4, n0, _HSa,
|
|
3517
3525
|
0,
|
|
3518
|
-
[
|
|
3519
|
-
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$]
|
|
3526
|
+
[_pat, _s_, _g, _aSw],
|
|
3527
|
+
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$, () => HarnessSkillAwsSkillsSource$]
|
|
3520
3528
|
];
|
|
3521
3529
|
exports.HarnessSkill$ = HarnessSkill$;
|
|
3522
3530
|
const HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -43,6 +43,7 @@ export const InsightsFailureCategory = {
|
|
|
43
43
|
ORCHESTRATION_PREMATURE_TERMINATION: "orchestration-related-errors-category-premature-termination",
|
|
44
44
|
ORCHESTRATION_REASONING_MISMATCH: "orchestration-related-errors-category-reasoning-mismatch",
|
|
45
45
|
ORCHESTRATION_UNAWARE_TERMINATION: "orchestration-related-errors-category-unaware-termination",
|
|
46
|
+
OTHER: "other",
|
|
46
47
|
REPETITIVE_BEHAVIOR_INFO: "repetitive-behavior-category-repetition-info",
|
|
47
48
|
REPETITIVE_BEHAVIOR_STEP: "repetitive-behavior-category-step-repetition",
|
|
48
49
|
REPETITIVE_BEHAVIOR_TOOL: "repetitive-behavior-category-repetition-tool",
|
|
@@ -257,6 +257,7 @@ const _HRMC = "HarnessRemoteMcpConfig";
|
|
|
257
257
|
const _HRMU = "HarnessRemoteMcpUrl";
|
|
258
258
|
const _HRTB = "HarnessReasoningTextBlock";
|
|
259
259
|
const _HS = "HarnessSkills";
|
|
260
|
+
const _HSASS = "HarnessSkillAwsSkillsSource";
|
|
260
261
|
const _HSCB = "HarnessSystemContentBlock";
|
|
261
262
|
const _HSGA = "HarnessSkillGitAuth";
|
|
262
263
|
const _HSGS = "HarnessSkillGitSource";
|
|
@@ -585,6 +586,7 @@ const _aSf = "affectedSessions";
|
|
|
585
586
|
const _aSg = "agentSkills";
|
|
586
587
|
const _aSu = "authorizationSignature";
|
|
587
588
|
const _aSv = "averageScore";
|
|
589
|
+
const _aSw = "awsSkills";
|
|
588
590
|
const _aT = "analysisTimestamp";
|
|
589
591
|
const _aTA = "abTestArn";
|
|
590
592
|
const _aTI = "abTestId";
|
|
@@ -879,8 +881,8 @@ const _pTRa = "paymentTokenResponse";
|
|
|
879
881
|
const _pV = "protocolVersion";
|
|
880
882
|
const _pVOEC = "perVariantOnlineEvaluationConfig";
|
|
881
883
|
const _pVa = "pValue";
|
|
882
|
-
const _pa = "
|
|
883
|
-
const _pat = "
|
|
884
|
+
const _pa = "paths";
|
|
885
|
+
const _pat = "path";
|
|
884
886
|
const _po = "port";
|
|
885
887
|
const _pr = "presses";
|
|
886
888
|
const _pre = "prefix";
|
|
@@ -944,7 +946,6 @@ const _sCu = "subCategories";
|
|
|
944
946
|
const _sD = "skillDefinition";
|
|
945
947
|
const _sE = "streamEndpoint";
|
|
946
948
|
const _sF = "statusFilter";
|
|
947
|
-
const _sFC = "sessionFilterConfig";
|
|
948
949
|
const _sI = "sessionId";
|
|
949
950
|
const _sIe = "sessionIds";
|
|
950
951
|
const _sIp = "spanId";
|
|
@@ -1963,6 +1964,11 @@ export var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
|
1963
1964
|
[_url, _h],
|
|
1964
1965
|
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
1965
1966
|
];
|
|
1967
|
+
export var HarnessSkillAwsSkillsSource$ = [3, n0, _HSASS,
|
|
1968
|
+
0,
|
|
1969
|
+
[_pa],
|
|
1970
|
+
[64 | 0]
|
|
1971
|
+
];
|
|
1966
1972
|
export var HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
1967
1973
|
0,
|
|
1968
1974
|
[_cAr, _use],
|
|
@@ -1970,7 +1976,7 @@ export var HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
|
1970
1976
|
];
|
|
1971
1977
|
export var HarnessSkillGitSource$ = [3, n0, _HSGS,
|
|
1972
1978
|
0,
|
|
1973
|
-
[_url,
|
|
1979
|
+
[_url, _pat, _aut],
|
|
1974
1980
|
[0, 0, () => HarnessSkillGitAuth$], 1
|
|
1975
1981
|
];
|
|
1976
1982
|
export var HarnessSkillS3Source$ = [3, n0, _HSSS,
|
|
@@ -2025,7 +2031,7 @@ export var InlineGroundTruth$ = [3, n0, _IGT,
|
|
|
2025
2031
|
];
|
|
2026
2032
|
export var InputContentBlock$ = [3, n0, _ICB,
|
|
2027
2033
|
0,
|
|
2028
|
-
[
|
|
2034
|
+
[_pat, _te, _bl],
|
|
2029
2035
|
[0, 0, [() => Body, 0]], 1
|
|
2030
2036
|
];
|
|
2031
2037
|
export var Insight$ = [3, n0, _I,
|
|
@@ -2085,8 +2091,8 @@ export var InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
|
|
|
2085
2091
|
];
|
|
2086
2092
|
export var InvokeHarnessRequest$ = [3, n0, _IHR,
|
|
2087
2093
|
0,
|
|
2088
|
-
[_hA, _rSI, _mes, _rUI, _mo, _sP, _too, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
|
|
2089
|
-
[[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], [0, { [_hH]: _XABARUI }], [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
|
|
2094
|
+
[_hA, _rSI, _mes, _q, _rUI, _mo, _sP, _too, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
|
|
2095
|
+
[[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], [0, { [_hQ]: _q }], [0, { [_hH]: _XABARUI }], [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
|
|
2090
2096
|
];
|
|
2091
2097
|
export var InvokeHarnessResponse$ = [3, n0, _IHRn,
|
|
2092
2098
|
0,
|
|
@@ -2360,7 +2366,7 @@ export var OAuthCredentialProvider$ = [3, n0, _OACP,
|
|
|
2360
2366
|
];
|
|
2361
2367
|
export var OnlineEvaluationConfigSource$ = [3, n0, _OECS,
|
|
2362
2368
|
0,
|
|
2363
|
-
[_oECA,
|
|
2369
|
+
[_oECA, _tR],
|
|
2364
2370
|
[0, () => SessionFilterConfig$], 1
|
|
2365
2371
|
];
|
|
2366
2372
|
export var PaymentInstrument$ = [3, n0, _PI,
|
|
@@ -2680,7 +2686,7 @@ export var TokenUsage$ = [3, n0, _TU,
|
|
|
2680
2686
|
];
|
|
2681
2687
|
export var ToolArguments$ = [3, n0, _TA,
|
|
2682
2688
|
0,
|
|
2683
|
-
[_cod, _lan, _cCl, _com,
|
|
2689
|
+
[_cod, _lan, _cCl, _com, _pat, _pa, _co, _dPi, _tIa, _run],
|
|
2684
2690
|
[0, 0, 2, 0, 0, 64 | 0, [() => InputContentBlockList, 0], 0, 0, 0]
|
|
2685
2691
|
];
|
|
2686
2692
|
export var ToolDescriptionConfigurationBundle$ = [3, n0, _TDCB,
|
|
@@ -2873,6 +2879,7 @@ var GroundTruthTurnList = [1, n0, _GTTL,
|
|
|
2873
2879
|
0, () => GroundTruthTurn$
|
|
2874
2880
|
];
|
|
2875
2881
|
var HarnessAllowedTools = 64 | 0;
|
|
2882
|
+
var HarnessAwsSkillPaths = 64 | 0;
|
|
2876
2883
|
var HarnessContentBlocks = [1, n0, _HCB,
|
|
2877
2884
|
0, [() => HarnessContentBlock$,
|
|
2878
2885
|
0]
|
|
@@ -3159,8 +3166,8 @@ export var HarnessReasoningContentBlockDelta$ = [4, n0, _HRCBD,
|
|
|
3159
3166
|
];
|
|
3160
3167
|
export var HarnessSkill$ = [4, n0, _HSa,
|
|
3161
3168
|
0,
|
|
3162
|
-
[
|
|
3163
|
-
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$]
|
|
3169
|
+
[_pat, _s_, _g, _aSw],
|
|
3170
|
+
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$, () => HarnessSkillAwsSkillsSource$]
|
|
3164
3171
|
];
|
|
3165
3172
|
export var HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
3166
3173
|
0,
|
|
@@ -79,7 +79,7 @@ declare const GetBatchEvaluationCommand_base: {
|
|
|
79
79
|
* // },
|
|
80
80
|
* // onlineEvaluationConfigSource: { // OnlineEvaluationConfigSource
|
|
81
81
|
* // onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
82
|
-
* //
|
|
82
|
+
* // timeRange: {
|
|
83
83
|
* // startTime: new Date("TIMESTAMP"),
|
|
84
84
|
* // endTime: new Date("TIMESTAMP"),
|
|
85
85
|
* // },
|
|
@@ -140,7 +140,7 @@ declare const GetBatchEvaluationCommand_base: {
|
|
|
140
140
|
* // traceId: "STRING_VALUE", // required
|
|
141
141
|
* // signals: [ // InsightsFailureSignalList // required
|
|
142
142
|
* // { // InsightsFailureSignal
|
|
143
|
-
* // category: "execution-error-category-authentication" || "execution-error-category-resource-not-found" || "execution-error-category-service-errors" || "execution-error-category-rate-limiting" || "execution-error-category-formatting" || "execution-error-category-timeout" || "execution-error-category-resource-exhaustion" || "execution-error-category-environment" || "execution-error-category-tool-schema" || "task-instruction-category-non-compliance" || "task-instruction-category-problem-id" || "incorrect-actions-category-tool-selection" || "incorrect-actions-category-poor-information-retrieval" || "incorrect-actions-category-clarification" || "incorrect-actions-category-inappropriate-info-request" || "context-handling-error-category-context-handling-failures" || "hallucination-category-hall-capabilities" || "hallucination-category-hall-misunderstand" || "hallucination-category-hall-usage" || "hallucination-category-hall-history" || "hallucination-category-hall-params" || "hallucination-category-fabricate-tool-outputs" || "repetitive-behavior-category-repetition-tool" || "repetitive-behavior-category-repetition-info" || "repetitive-behavior-category-step-repetition" || "orchestration-related-errors-category-reasoning-mismatch" || "orchestration-related-errors-category-goal-deviation" || "orchestration-related-errors-category-premature-termination" || "orchestration-related-errors-category-unaware-termination" || "llm-output-category-nonsensical" || "configuration-mismatch-category-tool-definition" || "coding-use-case-specific-failure-types-category-edge-case-oversights" || "coding-use-case-specific-failure-types-category-dependency-issues", // required
|
|
143
|
+
* // category: "execution-error-category-authentication" || "execution-error-category-resource-not-found" || "execution-error-category-service-errors" || "execution-error-category-rate-limiting" || "execution-error-category-formatting" || "execution-error-category-timeout" || "execution-error-category-resource-exhaustion" || "execution-error-category-environment" || "execution-error-category-tool-schema" || "task-instruction-category-non-compliance" || "task-instruction-category-problem-id" || "incorrect-actions-category-tool-selection" || "incorrect-actions-category-poor-information-retrieval" || "incorrect-actions-category-clarification" || "incorrect-actions-category-inappropriate-info-request" || "context-handling-error-category-context-handling-failures" || "hallucination-category-hall-capabilities" || "hallucination-category-hall-misunderstand" || "hallucination-category-hall-usage" || "hallucination-category-hall-history" || "hallucination-category-hall-params" || "hallucination-category-fabricate-tool-outputs" || "repetitive-behavior-category-repetition-tool" || "repetitive-behavior-category-repetition-info" || "repetitive-behavior-category-step-repetition" || "orchestration-related-errors-category-reasoning-mismatch" || "orchestration-related-errors-category-goal-deviation" || "orchestration-related-errors-category-premature-termination" || "orchestration-related-errors-category-unaware-termination" || "llm-output-category-nonsensical" || "configuration-mismatch-category-tool-definition" || "coding-use-case-specific-failure-types-category-edge-case-oversights" || "coding-use-case-specific-failure-types-category-dependency-issues" || "other", // required
|
|
144
144
|
* // evidence: "STRING_VALUE", // required
|
|
145
145
|
* // confidence: Number("double"), // required
|
|
146
146
|
* // },
|
|
@@ -40,6 +40,7 @@ declare const InvokeHarnessCommand_base: {
|
|
|
40
40
|
* const client = new BedrockAgentCoreClient(config);
|
|
41
41
|
* const input = { // InvokeHarnessRequest
|
|
42
42
|
* harnessArn: "STRING_VALUE", // required
|
|
43
|
+
* qualifier: "STRING_VALUE",
|
|
43
44
|
* runtimeSessionId: "STRING_VALUE", // required
|
|
44
45
|
* runtimeUserId: "STRING_VALUE",
|
|
45
46
|
* messages: [ // HarnessMessages // required
|
|
@@ -174,6 +175,11 @@ declare const InvokeHarnessCommand_base: {
|
|
|
174
175
|
* username: "STRING_VALUE",
|
|
175
176
|
* },
|
|
176
177
|
* },
|
|
178
|
+
* awsSkills: { // HarnessSkillAwsSkillsSource
|
|
179
|
+
* paths: [ // HarnessAwsSkillPaths
|
|
180
|
+
* "STRING_VALUE",
|
|
181
|
+
* ],
|
|
182
|
+
* },
|
|
177
183
|
* },
|
|
178
184
|
* ],
|
|
179
185
|
* allowedTools: [ // HarnessAllowedTools
|
|
@@ -283,6 +289,9 @@ declare const InvokeHarnessCommand_base: {
|
|
|
283
289
|
* @throws {@link RuntimeClientError} (client fault)
|
|
284
290
|
* <p>The exception that occurs when there is an error in the runtime client. This can happen due to network issues, invalid configuration, or other client-side problems. Check the error message for specific details about the error.</p>
|
|
285
291
|
*
|
|
292
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
293
|
+
* <p>The exception that occurs when the request would cause a service quota to be exceeded. Review your service quotas and either reduce your request rate or request a quota increase.</p>
|
|
294
|
+
*
|
|
286
295
|
* @throws {@link ThrottlingException} (client fault)
|
|
287
296
|
* <p>The exception that occurs when the request was denied due to request throttling. This happens when you exceed the allowed request rate for an operation. Reduce the frequency of requests or implement exponential backoff retry logic in your application.</p>
|
|
288
297
|
*
|
|
@@ -70,7 +70,7 @@ declare const StartBatchEvaluationCommand_base: {
|
|
|
70
70
|
* },
|
|
71
71
|
* onlineEvaluationConfigSource: { // OnlineEvaluationConfigSource
|
|
72
72
|
* onlineEvaluationConfigArn: "STRING_VALUE", // required
|
|
73
|
-
*
|
|
73
|
+
* timeRange: {
|
|
74
74
|
* startTime: new Date("TIMESTAMP"),
|
|
75
75
|
* endTime: new Date("TIMESTAMP"),
|
|
76
76
|
* },
|
|
@@ -63,6 +63,7 @@ export declare const InsightsFailureCategory: {
|
|
|
63
63
|
readonly ORCHESTRATION_PREMATURE_TERMINATION: "orchestration-related-errors-category-premature-termination";
|
|
64
64
|
readonly ORCHESTRATION_REASONING_MISMATCH: "orchestration-related-errors-category-reasoning-mismatch";
|
|
65
65
|
readonly ORCHESTRATION_UNAWARE_TERMINATION: "orchestration-related-errors-category-unaware-termination";
|
|
66
|
+
readonly OTHER: "other";
|
|
66
67
|
readonly REPETITIVE_BEHAVIOR_INFO: "repetitive-behavior-category-repetition-info";
|
|
67
68
|
readonly REPETITIVE_BEHAVIOR_STEP: "repetitive-behavior-category-step-repetition";
|
|
68
69
|
readonly REPETITIVE_BEHAVIOR_TOOL: "repetitive-behavior-category-repetition-tool";
|
|
@@ -277,9 +277,7 @@ export interface ActorSummary {
|
|
|
277
277
|
*/
|
|
278
278
|
export interface InsightsFailureSignal {
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
281
|
-
* Values must stay in sync with the category registry in AgentCoreLens
|
|
282
|
-
* (amzn_agentcore_lens.config.failure_detection.FAILURE_CATEGORIES).
|
|
280
|
+
* <p>The failure category classification for this signal.</p>
|
|
283
281
|
* @public
|
|
284
282
|
*/
|
|
285
283
|
category: InsightsFailureCategory | undefined;
|
|
@@ -3647,7 +3645,7 @@ export interface OnlineEvaluationConfigSource {
|
|
|
3647
3645
|
* <p>Optional session filter configuration to narrow down which sessions from the online evaluation configuration to include.</p>
|
|
3648
3646
|
* @public
|
|
3649
3647
|
*/
|
|
3650
|
-
|
|
3648
|
+
timeRange?: SessionFilterConfig | undefined;
|
|
3651
3649
|
}
|
|
3652
3650
|
/**
|
|
3653
3651
|
* <p>Configuration for the data source used in evaluation.</p>
|
|
@@ -3768,7 +3766,7 @@ export interface EvaluationJobResults {
|
|
|
3768
3766
|
evaluatorSummaries?: EvaluatorSummary[] | undefined;
|
|
3769
3767
|
}
|
|
3770
3768
|
/**
|
|
3771
|
-
* An evaluator to run against sessions
|
|
3769
|
+
* <p>An evaluator to run against sessions during batch evaluation.</p>
|
|
3772
3770
|
* @public
|
|
3773
3771
|
*/
|
|
3774
3772
|
export interface Evaluator {
|
|
@@ -3831,7 +3829,7 @@ export interface ExecutionSummaryCluster {
|
|
|
3831
3829
|
affectedSessions: ExecutionSummaryAffectedSession[] | undefined;
|
|
3832
3830
|
}
|
|
3833
3831
|
/**
|
|
3834
|
-
*
|
|
3832
|
+
* <p>The execution summary clustering result containing grouped execution patterns identified across evaluated sessions.</p>
|
|
3835
3833
|
* @public
|
|
3836
3834
|
*/
|
|
3837
3835
|
export interface ExecutionSummaryClusteringResultContent {
|
|
@@ -3940,7 +3938,7 @@ export interface FailureCategoryCluster {
|
|
|
3940
3938
|
subCategories: FailureSubCategoryCluster[] | undefined;
|
|
3941
3939
|
}
|
|
3942
3940
|
/**
|
|
3943
|
-
*
|
|
3941
|
+
* <p>The failure analysis clustering result containing categorized failure clusters with root causes and remediation recommendations.</p>
|
|
3944
3942
|
* @public
|
|
3945
3943
|
*/
|
|
3946
3944
|
export interface FailureAnalysisResultContent {
|
|
@@ -3951,13 +3949,12 @@ export interface FailureAnalysisResultContent {
|
|
|
3951
3949
|
failures: FailureCategoryCluster[] | undefined;
|
|
3952
3950
|
}
|
|
3953
3951
|
/**
|
|
3954
|
-
* A reference to an insight analysis to run against sessions.
|
|
3952
|
+
* <p>A reference to an insight analysis to run against sessions during batch evaluation. Insights provide deeper analysis beyond individual evaluator scores, including failure detection, user intent clustering, and execution summarization.</p>
|
|
3955
3953
|
* @public
|
|
3956
3954
|
*/
|
|
3957
3955
|
export interface Insight {
|
|
3958
3956
|
/**
|
|
3959
|
-
*
|
|
3960
|
-
* Used by BatchEvaluate, InternalEvaluate, and ServiceEngineEvaluate flows.
|
|
3957
|
+
* <p>The unique identifier of the insight to run.</p>
|
|
3961
3958
|
* @public
|
|
3962
3959
|
*/
|
|
3963
3960
|
insightId: string | undefined;
|
|
@@ -4059,7 +4056,7 @@ export interface UserIntentCluster {
|
|
|
4059
4056
|
affectedSessions: UserIntentAffectedSession[] | undefined;
|
|
4060
4057
|
}
|
|
4061
4058
|
/**
|
|
4062
|
-
*
|
|
4059
|
+
* <p>The user intent clustering result containing grouped user intents identified across evaluated sessions.</p>
|
|
4063
4060
|
* @public
|
|
4064
4061
|
*/
|
|
4065
4062
|
export interface UserIntentClusteringResultContent {
|
|
@@ -4124,17 +4121,17 @@ export interface GetBatchEvaluationResponse {
|
|
|
4124
4121
|
*/
|
|
4125
4122
|
evaluationResults?: EvaluationJobResults | undefined;
|
|
4126
4123
|
/**
|
|
4127
|
-
*
|
|
4124
|
+
* <p>The failure analysis results from insights, containing categorized failure clusters with root causes and recommendations.</p>
|
|
4128
4125
|
* @public
|
|
4129
4126
|
*/
|
|
4130
4127
|
failureAnalysisResult?: FailureAnalysisResultContent | undefined;
|
|
4131
4128
|
/**
|
|
4132
|
-
*
|
|
4129
|
+
* <p>The user intent clustering results from insights, containing grouped user intents across evaluated sessions.</p>
|
|
4133
4130
|
* @public
|
|
4134
4131
|
*/
|
|
4135
4132
|
userIntentResult?: UserIntentClusteringResultContent | undefined;
|
|
4136
4133
|
/**
|
|
4137
|
-
*
|
|
4134
|
+
* <p>The execution summary clustering results from insights, containing grouped execution patterns across evaluated sessions.</p>
|
|
4138
4135
|
* @public
|
|
4139
4136
|
*/
|
|
4140
4137
|
executionSummaryResult?: ExecutionSummaryClusteringResultContent | undefined;
|
|
@@ -6671,6 +6668,17 @@ export declare namespace HarnessModelConfiguration {
|
|
|
6671
6668
|
_: (name: string, value: any) => T;
|
|
6672
6669
|
}
|
|
6673
6670
|
}
|
|
6671
|
+
/**
|
|
6672
|
+
* <p>Passed to show that AWS Skills should be included.</p>
|
|
6673
|
+
* @public
|
|
6674
|
+
*/
|
|
6675
|
+
export interface HarnessSkillAwsSkillsSource {
|
|
6676
|
+
/**
|
|
6677
|
+
* <p>Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].</p>
|
|
6678
|
+
* @public
|
|
6679
|
+
*/
|
|
6680
|
+
paths?: string[] | undefined;
|
|
6681
|
+
}
|
|
6674
6682
|
/**
|
|
6675
6683
|
* <p>Authentication configuration for accessing a private git repository.</p>
|
|
6676
6684
|
* @public
|
|
@@ -6723,7 +6731,7 @@ export interface HarnessSkillS3Source {
|
|
|
6723
6731
|
* <p>A skill available to the agent.</p>
|
|
6724
6732
|
* @public
|
|
6725
6733
|
*/
|
|
6726
|
-
export type HarnessSkill = HarnessSkill.GitMember | HarnessSkill.PathMember | HarnessSkill.S3Member | HarnessSkill.$UnknownMember;
|
|
6734
|
+
export type HarnessSkill = HarnessSkill.AwsSkillsMember | HarnessSkill.GitMember | HarnessSkill.PathMember | HarnessSkill.S3Member | HarnessSkill.$UnknownMember;
|
|
6727
6735
|
/**
|
|
6728
6736
|
* @public
|
|
6729
6737
|
*/
|
|
@@ -6736,6 +6744,7 @@ export declare namespace HarnessSkill {
|
|
|
6736
6744
|
path: string;
|
|
6737
6745
|
s3?: never;
|
|
6738
6746
|
git?: never;
|
|
6747
|
+
awsSkills?: never;
|
|
6739
6748
|
$unknown?: never;
|
|
6740
6749
|
}
|
|
6741
6750
|
/**
|
|
@@ -6746,6 +6755,7 @@ export declare namespace HarnessSkill {
|
|
|
6746
6755
|
path?: never;
|
|
6747
6756
|
s3: HarnessSkillS3Source;
|
|
6748
6757
|
git?: never;
|
|
6758
|
+
awsSkills?: never;
|
|
6749
6759
|
$unknown?: never;
|
|
6750
6760
|
}
|
|
6751
6761
|
/**
|
|
@@ -6756,6 +6766,18 @@ export declare namespace HarnessSkill {
|
|
|
6756
6766
|
path?: never;
|
|
6757
6767
|
s3?: never;
|
|
6758
6768
|
git: HarnessSkillGitSource;
|
|
6769
|
+
awsSkills?: never;
|
|
6770
|
+
$unknown?: never;
|
|
6771
|
+
}
|
|
6772
|
+
/**
|
|
6773
|
+
* <p>AWS Skills baked into the Harness's underlying Runtime.</p>
|
|
6774
|
+
* @public
|
|
6775
|
+
*/
|
|
6776
|
+
interface AwsSkillsMember {
|
|
6777
|
+
path?: never;
|
|
6778
|
+
s3?: never;
|
|
6779
|
+
git?: never;
|
|
6780
|
+
awsSkills: HarnessSkillAwsSkillsSource;
|
|
6759
6781
|
$unknown?: never;
|
|
6760
6782
|
}
|
|
6761
6783
|
/**
|
|
@@ -6765,6 +6787,7 @@ export declare namespace HarnessSkill {
|
|
|
6765
6787
|
path?: never;
|
|
6766
6788
|
s3?: never;
|
|
6767
6789
|
git?: never;
|
|
6790
|
+
awsSkills?: never;
|
|
6768
6791
|
$unknown: [string, any];
|
|
6769
6792
|
}
|
|
6770
6793
|
/**
|
|
@@ -6775,6 +6798,7 @@ export declare namespace HarnessSkill {
|
|
|
6775
6798
|
path: (value: string) => T;
|
|
6776
6799
|
s3: (value: HarnessSkillS3Source) => T;
|
|
6777
6800
|
git: (value: HarnessSkillGitSource) => T;
|
|
6801
|
+
awsSkills: (value: HarnessSkillAwsSkillsSource) => T;
|
|
6778
6802
|
_: (name: string, value: any) => T;
|
|
6779
6803
|
}
|
|
6780
6804
|
}
|
|
@@ -7099,6 +7123,11 @@ export interface InvokeHarnessRequest {
|
|
|
7099
7123
|
* @public
|
|
7100
7124
|
*/
|
|
7101
7125
|
harnessArn: string | undefined;
|
|
7126
|
+
/**
|
|
7127
|
+
* <p>The endpoint name to invoke. If omitted, the DEFAULT endpoint is used.</p>
|
|
7128
|
+
* @public
|
|
7129
|
+
*/
|
|
7130
|
+
qualifier?: string | undefined;
|
|
7102
7131
|
/**
|
|
7103
7132
|
* <p>The session ID for the invocation. Use the same session ID across requests to continue a conversation.</p>
|
|
7104
7133
|
* @public
|
|
@@ -8556,36 +8585,3 @@ export declare namespace LeftExpression {
|
|
|
8556
8585
|
_: (name: string, value: any) => T;
|
|
8557
8586
|
}
|
|
8558
8587
|
}
|
|
8559
|
-
/**
|
|
8560
|
-
* <p>Right expression of the <code>eventMetadata</code>filter.</p>
|
|
8561
|
-
* @public
|
|
8562
|
-
*/
|
|
8563
|
-
export type RightExpression = RightExpression.MetadataValueMember | RightExpression.$UnknownMember;
|
|
8564
|
-
/**
|
|
8565
|
-
* @public
|
|
8566
|
-
*/
|
|
8567
|
-
export declare namespace RightExpression {
|
|
8568
|
-
/**
|
|
8569
|
-
* <p>Value associated with the key in <code>eventMetadata</code>.</p>
|
|
8570
|
-
* @public
|
|
8571
|
-
*/
|
|
8572
|
-
interface MetadataValueMember {
|
|
8573
|
-
metadataValue: MetadataValue;
|
|
8574
|
-
$unknown?: never;
|
|
8575
|
-
}
|
|
8576
|
-
/**
|
|
8577
|
-
* @public
|
|
8578
|
-
*/
|
|
8579
|
-
interface $UnknownMember {
|
|
8580
|
-
metadataValue?: never;
|
|
8581
|
-
$unknown: [string, any];
|
|
8582
|
-
}
|
|
8583
|
-
/**
|
|
8584
|
-
* @deprecated unused in schema-serde mode.
|
|
8585
|
-
*
|
|
8586
|
-
*/
|
|
8587
|
-
interface Visitor<T> {
|
|
8588
|
-
metadataValue: (value: MetadataValue) => T;
|
|
8589
|
-
_: (name: string, value: any) => T;
|
|
8590
|
-
}
|
|
8591
|
-
}
|
|
@@ -1,6 +1,39 @@
|
|
|
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
|
-
import type { A2aDescriptor, AgentSkillsDescriptor, BranchFilter, Event, LeftExpression, MemoryContent, MemoryRecordMetadataValue,
|
|
3
|
+
import type { A2aDescriptor, AgentSkillsDescriptor, BranchFilter, Event, LeftExpression, MemoryContent, MemoryRecordMetadataValue, MetadataValue } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Right expression of the <code>eventMetadata</code>filter.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type RightExpression = RightExpression.MetadataValueMember | RightExpression.$UnknownMember;
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export declare namespace RightExpression {
|
|
13
|
+
/**
|
|
14
|
+
* <p>Value associated with the key in <code>eventMetadata</code>.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
interface MetadataValueMember {
|
|
18
|
+
metadataValue: MetadataValue;
|
|
19
|
+
$unknown?: never;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
interface $UnknownMember {
|
|
25
|
+
metadataValue?: never;
|
|
26
|
+
$unknown: [string, any];
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @deprecated unused in schema-serde mode.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
interface Visitor<T> {
|
|
33
|
+
metadataValue: (value: MetadataValue) => T;
|
|
34
|
+
_: (name: string, value: any) => T;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
4
37
|
/**
|
|
5
38
|
* <p>Filter expression for retrieving events based on metadata associated with an event.</p>
|
|
6
39
|
* @public
|
|
@@ -174,6 +174,7 @@ export declare var HarnessMetadataEvent$: StaticStructureSchema;
|
|
|
174
174
|
export declare var HarnessOpenAiModelConfig$: StaticStructureSchema;
|
|
175
175
|
export declare var HarnessReasoningTextBlock$: StaticStructureSchema;
|
|
176
176
|
export declare var HarnessRemoteMcpConfig$: StaticStructureSchema;
|
|
177
|
+
export declare var HarnessSkillAwsSkillsSource$: StaticStructureSchema;
|
|
177
178
|
export declare var HarnessSkillGitAuth$: StaticStructureSchema;
|
|
178
179
|
export declare var HarnessSkillGitSource$: StaticStructureSchema;
|
|
179
180
|
export declare var HarnessSkillS3Source$: StaticStructureSchema;
|
|
@@ -46,6 +46,7 @@ export declare const InsightsFailureCategory: {
|
|
|
46
46
|
readonly ORCHESTRATION_PREMATURE_TERMINATION: "orchestration-related-errors-category-premature-termination";
|
|
47
47
|
readonly ORCHESTRATION_REASONING_MISMATCH: "orchestration-related-errors-category-reasoning-mismatch";
|
|
48
48
|
readonly ORCHESTRATION_UNAWARE_TERMINATION: "orchestration-related-errors-category-unaware-termination";
|
|
49
|
+
readonly OTHER: "other";
|
|
49
50
|
readonly REPETITIVE_BEHAVIOR_INFO: "repetitive-behavior-category-repetition-info";
|
|
50
51
|
readonly REPETITIVE_BEHAVIOR_STEP: "repetitive-behavior-category-step-repetition";
|
|
51
52
|
readonly REPETITIVE_BEHAVIOR_TOOL: "repetitive-behavior-category-repetition-tool";
|
|
@@ -1329,7 +1329,7 @@ export interface CloudWatchLogsSource {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
export interface OnlineEvaluationConfigSource {
|
|
1331
1331
|
onlineEvaluationConfigArn: string | undefined;
|
|
1332
|
-
|
|
1332
|
+
timeRange?: SessionFilterConfig | undefined;
|
|
1333
1333
|
}
|
|
1334
1334
|
export type DataSourceConfig =
|
|
1335
1335
|
| DataSourceConfig.CloudWatchLogsMember
|
|
@@ -2381,6 +2381,9 @@ export declare namespace HarnessModelConfiguration {
|
|
|
2381
2381
|
_: (name: string, value: any) => T;
|
|
2382
2382
|
}
|
|
2383
2383
|
}
|
|
2384
|
+
export interface HarnessSkillAwsSkillsSource {
|
|
2385
|
+
paths?: string[] | undefined;
|
|
2386
|
+
}
|
|
2384
2387
|
export interface HarnessSkillGitAuth {
|
|
2385
2388
|
credentialArn: string | undefined;
|
|
2386
2389
|
username?: string | undefined;
|
|
@@ -2394,6 +2397,7 @@ export interface HarnessSkillS3Source {
|
|
|
2394
2397
|
uri: string | undefined;
|
|
2395
2398
|
}
|
|
2396
2399
|
export type HarnessSkill =
|
|
2400
|
+
| HarnessSkill.AwsSkillsMember
|
|
2397
2401
|
| HarnessSkill.GitMember
|
|
2398
2402
|
| HarnessSkill.PathMember
|
|
2399
2403
|
| HarnessSkill.S3Member
|
|
@@ -2403,30 +2407,42 @@ export declare namespace HarnessSkill {
|
|
|
2403
2407
|
path: string;
|
|
2404
2408
|
s3?: never;
|
|
2405
2409
|
git?: never;
|
|
2410
|
+
awsSkills?: never;
|
|
2406
2411
|
$unknown?: never;
|
|
2407
2412
|
}
|
|
2408
2413
|
interface S3Member {
|
|
2409
2414
|
path?: never;
|
|
2410
2415
|
s3: HarnessSkillS3Source;
|
|
2411
2416
|
git?: never;
|
|
2417
|
+
awsSkills?: never;
|
|
2412
2418
|
$unknown?: never;
|
|
2413
2419
|
}
|
|
2414
2420
|
interface GitMember {
|
|
2415
2421
|
path?: never;
|
|
2416
2422
|
s3?: never;
|
|
2417
2423
|
git: HarnessSkillGitSource;
|
|
2424
|
+
awsSkills?: never;
|
|
2425
|
+
$unknown?: never;
|
|
2426
|
+
}
|
|
2427
|
+
interface AwsSkillsMember {
|
|
2428
|
+
path?: never;
|
|
2429
|
+
s3?: never;
|
|
2430
|
+
git?: never;
|
|
2431
|
+
awsSkills: HarnessSkillAwsSkillsSource;
|
|
2418
2432
|
$unknown?: never;
|
|
2419
2433
|
}
|
|
2420
2434
|
interface $UnknownMember {
|
|
2421
2435
|
path?: never;
|
|
2422
2436
|
s3?: never;
|
|
2423
2437
|
git?: never;
|
|
2438
|
+
awsSkills?: never;
|
|
2424
2439
|
$unknown: [string, any];
|
|
2425
2440
|
}
|
|
2426
2441
|
interface Visitor<T> {
|
|
2427
2442
|
path: (value: string) => T;
|
|
2428
2443
|
s3: (value: HarnessSkillS3Source) => T;
|
|
2429
2444
|
git: (value: HarnessSkillGitSource) => T;
|
|
2445
|
+
awsSkills: (value: HarnessSkillAwsSkillsSource) => T;
|
|
2430
2446
|
_: (name: string, value: any) => T;
|
|
2431
2447
|
}
|
|
2432
2448
|
}
|
|
@@ -2584,6 +2600,7 @@ export interface HarnessTool {
|
|
|
2584
2600
|
}
|
|
2585
2601
|
export interface InvokeHarnessRequest {
|
|
2586
2602
|
harnessArn: string | undefined;
|
|
2603
|
+
qualifier?: string | undefined;
|
|
2587
2604
|
runtimeSessionId: string | undefined;
|
|
2588
2605
|
runtimeUserId?: string | undefined;
|
|
2589
2606
|
messages: HarnessMessage[] | undefined;
|
|
@@ -3205,20 +3222,3 @@ export declare namespace LeftExpression {
|
|
|
3205
3222
|
_: (name: string, value: any) => T;
|
|
3206
3223
|
}
|
|
3207
3224
|
}
|
|
3208
|
-
export type RightExpression =
|
|
3209
|
-
| RightExpression.MetadataValueMember
|
|
3210
|
-
| RightExpression.$UnknownMember;
|
|
3211
|
-
export declare namespace RightExpression {
|
|
3212
|
-
interface MetadataValueMember {
|
|
3213
|
-
metadataValue: MetadataValue;
|
|
3214
|
-
$unknown?: never;
|
|
3215
|
-
}
|
|
3216
|
-
interface $UnknownMember {
|
|
3217
|
-
metadataValue?: never;
|
|
3218
|
-
$unknown: [string, any];
|
|
3219
|
-
}
|
|
3220
|
-
interface Visitor<T> {
|
|
3221
|
-
metadataValue: (value: MetadataValue) => T;
|
|
3222
|
-
_: (name: string, value: any) => T;
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
@@ -24,8 +24,25 @@ import {
|
|
|
24
24
|
LeftExpression,
|
|
25
25
|
MemoryContent,
|
|
26
26
|
MemoryRecordMetadataValue,
|
|
27
|
-
|
|
27
|
+
MetadataValue,
|
|
28
28
|
} from "./models_0";
|
|
29
|
+
export type RightExpression =
|
|
30
|
+
| RightExpression.MetadataValueMember
|
|
31
|
+
| RightExpression.$UnknownMember;
|
|
32
|
+
export declare namespace RightExpression {
|
|
33
|
+
interface MetadataValueMember {
|
|
34
|
+
metadataValue: MetadataValue;
|
|
35
|
+
$unknown?: never;
|
|
36
|
+
}
|
|
37
|
+
interface $UnknownMember {
|
|
38
|
+
metadataValue?: never;
|
|
39
|
+
$unknown: [string, any];
|
|
40
|
+
}
|
|
41
|
+
interface Visitor<T> {
|
|
42
|
+
metadataValue: (value: MetadataValue) => T;
|
|
43
|
+
_: (name: string, value: any) => T;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
29
46
|
export interface EventMetadataFilterExpression {
|
|
30
47
|
left: LeftExpression | undefined;
|
|
31
48
|
operator: OperatorType | undefined;
|
|
@@ -174,6 +174,7 @@ export declare var HarnessMetadataEvent$: StaticStructureSchema;
|
|
|
174
174
|
export declare var HarnessOpenAiModelConfig$: StaticStructureSchema;
|
|
175
175
|
export declare var HarnessReasoningTextBlock$: StaticStructureSchema;
|
|
176
176
|
export declare var HarnessRemoteMcpConfig$: StaticStructureSchema;
|
|
177
|
+
export declare var HarnessSkillAwsSkillsSource$: StaticStructureSchema;
|
|
177
178
|
export declare var HarnessSkillGitAuth$: StaticStructureSchema;
|
|
178
179
|
export declare var HarnessSkillGitSource$: StaticStructureSchema;
|
|
179
180
|
export declare var HarnessSkillS3Source$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1071.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",
|
|
@@ -21,8 +21,8 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/core": "^3.974.22",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.57",
|
|
26
26
|
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|