@aws-sdk/client-bedrock-agentcore 3.1113.0 → 3.1114.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 +34 -15
- package/dist-es/schemas/schemas_0.js +32 -14
- package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +1 -0
- package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +3 -0
- package/dist-types/commands/CreateEventCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +1 -0
- package/dist-types/commands/GetEventCommand.d.ts +4 -1
- package/dist-types/commands/GetMemoryRecordCommand.d.ts +1 -0
- package/dist-types/commands/ListEventsCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +58 -37
- package/dist-types/models/models_1.d.ts +40 -0
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -9
- package/dist-types/ts3.4/models/models_1.d.ts +10 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
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.1113.0";
|
|
74
74
|
var packageInfo = {
|
|
75
75
|
version: version};
|
|
76
76
|
|
|
@@ -461,6 +461,7 @@ const _EC = "EfsConfiguration";
|
|
|
461
461
|
const _ECL = "EvaluationContentList";
|
|
462
462
|
const _ECW = "EmbeddedCryptoWallet";
|
|
463
463
|
const _ECv = "EvaluationContent";
|
|
464
|
+
const _ECx = "ExtractionConfig";
|
|
464
465
|
const _EE = "EvaluationExplanation";
|
|
465
466
|
const _EET = "EvaluationExpectedTrajectory";
|
|
466
467
|
const _EI = "EvaluationInput";
|
|
@@ -698,6 +699,8 @@ const _MD = "MemoryDocument";
|
|
|
698
699
|
const _MDA = "MouseDragArguments";
|
|
699
700
|
const _MDR = "MouseDragResult";
|
|
700
701
|
const _MDc = "McpDescriptor";
|
|
702
|
+
const _MJD = "MemoryJsonData";
|
|
703
|
+
const _MJDC = "MemoryJsonDataContent";
|
|
701
704
|
const _ML = "MessagesList";
|
|
702
705
|
const _MM = "Mcp-Method";
|
|
703
706
|
const _MMA = "MouseMoveArguments";
|
|
@@ -1044,6 +1047,7 @@ const _eCW = "embeddedCryptoWallet";
|
|
|
1044
1047
|
const _eCf = "efsConfiguration";
|
|
1045
1048
|
const _eCr = "errorCode";
|
|
1046
1049
|
const _eCv = "evaluationConfig";
|
|
1050
|
+
const _eCx = "extractionConfig";
|
|
1047
1051
|
const _eD = "errorDetails";
|
|
1048
1052
|
const _eF = "eventFilter";
|
|
1049
1053
|
const _eI = "eventId";
|
|
@@ -1198,7 +1202,8 @@ const _nOSI = "numberOfSessionsIgnored";
|
|
|
1198
1202
|
const _nOSIP = "numberOfSessionsInProgress";
|
|
1199
1203
|
const _nP = "namespacePath";
|
|
1200
1204
|
const _nT = "nextToken";
|
|
1201
|
-
const _nV = "
|
|
1205
|
+
const _nV = "namespaceVariables";
|
|
1206
|
+
const _nVu = "numberValue";
|
|
1202
1207
|
const _na = "namespace";
|
|
1203
1208
|
const _nam = "namespaces";
|
|
1204
1209
|
const _ne = "network";
|
|
@@ -1320,6 +1325,7 @@ const _sMe = "secretsManager";
|
|
|
1320
1325
|
const _sMes = "sessionMetadata";
|
|
1321
1326
|
const _sN = "serviceNames";
|
|
1322
1327
|
const _sNe = "serverName";
|
|
1328
|
+
const _sNo = "sourceNamespaces";
|
|
1323
1329
|
const _sP = "systemPrompt";
|
|
1324
1330
|
const _sPI = "selectedPaymentId";
|
|
1325
1331
|
const _sPJP = "systemPromptJsonPath";
|
|
@@ -1554,6 +1560,7 @@ var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
|
1554
1560
|
var HarnessLiteLlmApiBase = [0, n0, _HLLAB, 8, 0];
|
|
1555
1561
|
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
1556
1562
|
var MemoryDocument = [0, n0, _MD, 8, 15];
|
|
1563
|
+
var MemoryJsonDataContent = [0, n0, _MJDC, 8, 15];
|
|
1557
1564
|
var MppPaymentCredential = [0, n0, _MPC, 8, 0];
|
|
1558
1565
|
var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
1559
1566
|
var PaymentDocument = [0, n0, _PD, 8, 15];
|
|
@@ -1827,8 +1834,8 @@ var CreateABTestResponse$ = [3, n0, _CABTRr,
|
|
|
1827
1834
|
];
|
|
1828
1835
|
var CreateEventInput$ = [3, n0, _CEI,
|
|
1829
1836
|
0,
|
|
1830
|
-
[_mI, _aI, _eTv, _p, _sI, _b, _cT, _met, _eMx],
|
|
1831
|
-
[[0, 1], 0, 4, [() => PayloadTypeList, 0], 0, () => Branch$, [0, 4], () => MetadataMap, 0], 4
|
|
1837
|
+
[_mI, _aI, _eTv, _p, _sI, _b, _cT, _met, _eMx, _eCx],
|
|
1838
|
+
[[0, 1], 0, 4, [() => PayloadTypeList, 0], 0, () => Branch$, [0, 4], () => MetadataMap, 0, () => ExtractionConfig$], 4
|
|
1832
1839
|
];
|
|
1833
1840
|
var CreateEventOutput$ = [3, n0, _CEO,
|
|
1834
1841
|
0,
|
|
@@ -1912,8 +1919,8 @@ var DeleteEventOutput$ = [3, n0, _DEO,
|
|
|
1912
1919
|
];
|
|
1913
1920
|
var DeleteMemoryRecordInput$ = [3, n0, _DMRI,
|
|
1914
1921
|
0,
|
|
1915
|
-
[_mI, _mRI],
|
|
1916
|
-
[[0, 1], [0, 1]], 2
|
|
1922
|
+
[_mI, _mRI, _na],
|
|
1923
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _na }]], 2
|
|
1917
1924
|
];
|
|
1918
1925
|
var DeleteMemoryRecordOutput$ = [3, n0, _DMRO,
|
|
1919
1926
|
0,
|
|
@@ -2045,6 +2052,11 @@ var ExternalProxy$ = [3, n0, _EP,
|
|
|
2045
2052
|
[_se, _po, _dP, _cr],
|
|
2046
2053
|
[0, 1, 64 | 0, () => ProxyCredentials$], 2
|
|
2047
2054
|
];
|
|
2055
|
+
var ExtractionConfig$ = [3, n0, _ECx,
|
|
2056
|
+
0,
|
|
2057
|
+
[_nV],
|
|
2058
|
+
[128 | 0]
|
|
2059
|
+
];
|
|
2048
2060
|
var ExtractionJob$ = [3, n0, _EJ,
|
|
2049
2061
|
0,
|
|
2050
2062
|
[_jI],
|
|
@@ -2152,8 +2164,8 @@ var GetEventOutput$ = [3, n0, _GEO,
|
|
|
2152
2164
|
];
|
|
2153
2165
|
var GetMemoryRecordInput$ = [3, n0, _GMRI,
|
|
2154
2166
|
0,
|
|
2155
|
-
[_mI, _mRI],
|
|
2156
|
-
[[0, 1], [0, 1]], 2
|
|
2167
|
+
[_mI, _mRI, _na],
|
|
2168
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _na }]], 2
|
|
2157
2169
|
];
|
|
2158
2170
|
var GetMemoryRecordOutput$ = [3, n0, _GMRO,
|
|
2159
2171
|
0,
|
|
@@ -2665,6 +2677,11 @@ var McpDescriptor$ = [3, n0, _MDc,
|
|
|
2665
2677
|
[_se, _too],
|
|
2666
2678
|
[() => ServerDefinition$, () => ToolsDefinition$], 2
|
|
2667
2679
|
];
|
|
2680
|
+
var MemoryJsonData$ = [3, n0, _MJD,
|
|
2681
|
+
8,
|
|
2682
|
+
[_co],
|
|
2683
|
+
[[() => MemoryJsonDataContent, 0]], 1
|
|
2684
|
+
];
|
|
2668
2685
|
var MemoryMetadataFilterExpression$ = [3, n0, _MMFE,
|
|
2669
2686
|
0,
|
|
2670
2687
|
[_le, _o, _ri],
|
|
@@ -2682,8 +2699,8 @@ var MemoryRecordCreateInput$ = [3, n0, _MRCI,
|
|
|
2682
2699
|
];
|
|
2683
2700
|
var MemoryRecordDeleteInput$ = [3, n0, _MRDI,
|
|
2684
2701
|
0,
|
|
2685
|
-
[_mRI],
|
|
2686
|
-
[0], 1
|
|
2702
|
+
[_mRI, _na],
|
|
2703
|
+
[0, 0], 1
|
|
2687
2704
|
];
|
|
2688
2705
|
var MemoryRecordOutput$ = [3, n0, _MRO,
|
|
2689
2706
|
0,
|
|
@@ -2697,8 +2714,8 @@ var MemoryRecordSummary$ = [3, n0, _MRS,
|
|
|
2697
2714
|
];
|
|
2698
2715
|
var MemoryRecordUpdateInput$ = [3, n0, _MRUI,
|
|
2699
2716
|
0,
|
|
2700
|
-
[_mRI, _tim, _co, _nam, _mSIe, _met],
|
|
2701
|
-
[0, 4, [() => MemoryContent$, 0], 64 | 0, 0, () => MemoryRecordMetadataMap], 2
|
|
2717
|
+
[_mRI, _tim, _co, _nam, _sNo, _mSIe, _met],
|
|
2718
|
+
[0, 4, [() => MemoryContent$, 0], 64 | 0, 64 | 0, 0, () => MemoryRecordMetadataMap], 2
|
|
2702
2719
|
];
|
|
2703
2720
|
var MessageMetadata$ = [3, n0, _MMe,
|
|
2704
2721
|
0,
|
|
@@ -3616,7 +3633,7 @@ var MemoryRecordLeftExpression$ = [4, n0, _MRLE,
|
|
|
3616
3633
|
];
|
|
3617
3634
|
var MemoryRecordMetadataValue$ = [4, n0, _MRMV,
|
|
3618
3635
|
0,
|
|
3619
|
-
[_sVt, _sLV,
|
|
3636
|
+
[_sVt, _sLV, _nVu, _dTV],
|
|
3620
3637
|
[0, 64 | 0, 1, 4]
|
|
3621
3638
|
];
|
|
3622
3639
|
var MemoryRecordRightExpression$ = [4, n0, _MRRE,
|
|
@@ -3636,8 +3653,8 @@ var OutputConfig$ = [4, n0, _OC,
|
|
|
3636
3653
|
];
|
|
3637
3654
|
var PayloadType$ = [4, n0, _PT,
|
|
3638
3655
|
0,
|
|
3639
|
-
[_conv, _bl],
|
|
3640
|
-
[[() => Conversational$, 0], [() => MemoryDocument, 0]]
|
|
3656
|
+
[_conv, _bl, _js],
|
|
3657
|
+
[[() => Conversational$, 0], [() => MemoryDocument, 0], [() => MemoryJsonData$, 0]]
|
|
3641
3658
|
];
|
|
3642
3659
|
var PaymentInput$ = [4, n0, _PIa,
|
|
3643
3660
|
0,
|
|
@@ -4873,6 +4890,7 @@ exports.ExecutionSummaryAffectedSession$ = ExecutionSummaryAffectedSession$;
|
|
|
4873
4890
|
exports.ExecutionSummaryCluster$ = ExecutionSummaryCluster$;
|
|
4874
4891
|
exports.ExecutionSummaryClusteringResultContent$ = ExecutionSummaryClusteringResultContent$;
|
|
4875
4892
|
exports.ExternalProxy$ = ExternalProxy$;
|
|
4893
|
+
exports.ExtractionConfig$ = ExtractionConfig$;
|
|
4876
4894
|
exports.ExtractionJob$ = ExtractionJob$;
|
|
4877
4895
|
exports.ExtractionJobFilterInput$ = ExtractionJobFilterInput$;
|
|
4878
4896
|
exports.ExtractionJobMessages$ = ExtractionJobMessages$;
|
|
@@ -5103,6 +5121,7 @@ exports.ListSessionsOutput$ = ListSessionsOutput$;
|
|
|
5103
5121
|
exports.LiveViewStream$ = LiveViewStream$;
|
|
5104
5122
|
exports.McpDescriptor$ = McpDescriptor$;
|
|
5105
5123
|
exports.MemoryContent$ = MemoryContent$;
|
|
5124
|
+
exports.MemoryJsonData$ = MemoryJsonData$;
|
|
5106
5125
|
exports.MemoryMetadataFilterExpression$ = MemoryMetadataFilterExpression$;
|
|
5107
5126
|
exports.MemoryRecord$ = MemoryRecord$;
|
|
5108
5127
|
exports.MemoryRecordCreateInput$ = MemoryRecordCreateInput$;
|
|
@@ -130,6 +130,7 @@ const _EC = "EfsConfiguration";
|
|
|
130
130
|
const _ECL = "EvaluationContentList";
|
|
131
131
|
const _ECW = "EmbeddedCryptoWallet";
|
|
132
132
|
const _ECv = "EvaluationContent";
|
|
133
|
+
const _ECx = "ExtractionConfig";
|
|
133
134
|
const _EE = "EvaluationExplanation";
|
|
134
135
|
const _EET = "EvaluationExpectedTrajectory";
|
|
135
136
|
const _EI = "EvaluationInput";
|
|
@@ -367,6 +368,8 @@ const _MD = "MemoryDocument";
|
|
|
367
368
|
const _MDA = "MouseDragArguments";
|
|
368
369
|
const _MDR = "MouseDragResult";
|
|
369
370
|
const _MDc = "McpDescriptor";
|
|
371
|
+
const _MJD = "MemoryJsonData";
|
|
372
|
+
const _MJDC = "MemoryJsonDataContent";
|
|
370
373
|
const _ML = "MessagesList";
|
|
371
374
|
const _MM = "Mcp-Method";
|
|
372
375
|
const _MMA = "MouseMoveArguments";
|
|
@@ -713,6 +716,7 @@ const _eCW = "embeddedCryptoWallet";
|
|
|
713
716
|
const _eCf = "efsConfiguration";
|
|
714
717
|
const _eCr = "errorCode";
|
|
715
718
|
const _eCv = "evaluationConfig";
|
|
719
|
+
const _eCx = "extractionConfig";
|
|
716
720
|
const _eD = "errorDetails";
|
|
717
721
|
const _eF = "eventFilter";
|
|
718
722
|
const _eI = "eventId";
|
|
@@ -867,7 +871,8 @@ const _nOSI = "numberOfSessionsIgnored";
|
|
|
867
871
|
const _nOSIP = "numberOfSessionsInProgress";
|
|
868
872
|
const _nP = "namespacePath";
|
|
869
873
|
const _nT = "nextToken";
|
|
870
|
-
const _nV = "
|
|
874
|
+
const _nV = "namespaceVariables";
|
|
875
|
+
const _nVu = "numberValue";
|
|
871
876
|
const _na = "namespace";
|
|
872
877
|
const _nam = "namespaces";
|
|
873
878
|
const _ne = "network";
|
|
@@ -989,6 +994,7 @@ const _sMe = "secretsManager";
|
|
|
989
994
|
const _sMes = "sessionMetadata";
|
|
990
995
|
const _sN = "serviceNames";
|
|
991
996
|
const _sNe = "serverName";
|
|
997
|
+
const _sNo = "sourceNamespaces";
|
|
992
998
|
const _sP = "systemPrompt";
|
|
993
999
|
const _sPI = "selectedPaymentId";
|
|
994
1000
|
const _sPJP = "systemPromptJsonPath";
|
|
@@ -1226,6 +1232,7 @@ var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
|
1226
1232
|
var HarnessLiteLlmApiBase = [0, n0, _HLLAB, 8, 0];
|
|
1227
1233
|
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
1228
1234
|
var MemoryDocument = [0, n0, _MD, 8, 15];
|
|
1235
|
+
var MemoryJsonDataContent = [0, n0, _MJDC, 8, 15];
|
|
1229
1236
|
var MppPaymentCredential = [0, n0, _MPC, 8, 0];
|
|
1230
1237
|
var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
1231
1238
|
var PaymentDocument = [0, n0, _PD, 8, 15];
|
|
@@ -1499,8 +1506,8 @@ export var CreateABTestResponse$ = [3, n0, _CABTRr,
|
|
|
1499
1506
|
];
|
|
1500
1507
|
export var CreateEventInput$ = [3, n0, _CEI,
|
|
1501
1508
|
0,
|
|
1502
|
-
[_mI, _aI, _eTv, _p, _sI, _b, _cT, _met, _eMx],
|
|
1503
|
-
[[0, 1], 0, 4, [() => PayloadTypeList, 0], 0, () => Branch$, [0, 4], () => MetadataMap, 0], 4
|
|
1509
|
+
[_mI, _aI, _eTv, _p, _sI, _b, _cT, _met, _eMx, _eCx],
|
|
1510
|
+
[[0, 1], 0, 4, [() => PayloadTypeList, 0], 0, () => Branch$, [0, 4], () => MetadataMap, 0, () => ExtractionConfig$], 4
|
|
1504
1511
|
];
|
|
1505
1512
|
export var CreateEventOutput$ = [3, n0, _CEO,
|
|
1506
1513
|
0,
|
|
@@ -1584,8 +1591,8 @@ export var DeleteEventOutput$ = [3, n0, _DEO,
|
|
|
1584
1591
|
];
|
|
1585
1592
|
export var DeleteMemoryRecordInput$ = [3, n0, _DMRI,
|
|
1586
1593
|
0,
|
|
1587
|
-
[_mI, _mRI],
|
|
1588
|
-
[[0, 1], [0, 1]], 2
|
|
1594
|
+
[_mI, _mRI, _na],
|
|
1595
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _na }]], 2
|
|
1589
1596
|
];
|
|
1590
1597
|
export var DeleteMemoryRecordOutput$ = [3, n0, _DMRO,
|
|
1591
1598
|
0,
|
|
@@ -1717,6 +1724,11 @@ export var ExternalProxy$ = [3, n0, _EP,
|
|
|
1717
1724
|
[_se, _po, _dP, _cr],
|
|
1718
1725
|
[0, 1, 64 | 0, () => ProxyCredentials$], 2
|
|
1719
1726
|
];
|
|
1727
|
+
export var ExtractionConfig$ = [3, n0, _ECx,
|
|
1728
|
+
0,
|
|
1729
|
+
[_nV],
|
|
1730
|
+
[128 | 0]
|
|
1731
|
+
];
|
|
1720
1732
|
export var ExtractionJob$ = [3, n0, _EJ,
|
|
1721
1733
|
0,
|
|
1722
1734
|
[_jI],
|
|
@@ -1824,8 +1836,8 @@ export var GetEventOutput$ = [3, n0, _GEO,
|
|
|
1824
1836
|
];
|
|
1825
1837
|
export var GetMemoryRecordInput$ = [3, n0, _GMRI,
|
|
1826
1838
|
0,
|
|
1827
|
-
[_mI, _mRI],
|
|
1828
|
-
[[0, 1], [0, 1]], 2
|
|
1839
|
+
[_mI, _mRI, _na],
|
|
1840
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _na }]], 2
|
|
1829
1841
|
];
|
|
1830
1842
|
export var GetMemoryRecordOutput$ = [3, n0, _GMRO,
|
|
1831
1843
|
0,
|
|
@@ -2337,6 +2349,11 @@ export var McpDescriptor$ = [3, n0, _MDc,
|
|
|
2337
2349
|
[_se, _too],
|
|
2338
2350
|
[() => ServerDefinition$, () => ToolsDefinition$], 2
|
|
2339
2351
|
];
|
|
2352
|
+
export var MemoryJsonData$ = [3, n0, _MJD,
|
|
2353
|
+
8,
|
|
2354
|
+
[_co],
|
|
2355
|
+
[[() => MemoryJsonDataContent, 0]], 1
|
|
2356
|
+
];
|
|
2340
2357
|
export var MemoryMetadataFilterExpression$ = [3, n0, _MMFE,
|
|
2341
2358
|
0,
|
|
2342
2359
|
[_le, _o, _ri],
|
|
@@ -2354,8 +2371,8 @@ export var MemoryRecordCreateInput$ = [3, n0, _MRCI,
|
|
|
2354
2371
|
];
|
|
2355
2372
|
export var MemoryRecordDeleteInput$ = [3, n0, _MRDI,
|
|
2356
2373
|
0,
|
|
2357
|
-
[_mRI],
|
|
2358
|
-
[0], 1
|
|
2374
|
+
[_mRI, _na],
|
|
2375
|
+
[0, 0], 1
|
|
2359
2376
|
];
|
|
2360
2377
|
export var MemoryRecordOutput$ = [3, n0, _MRO,
|
|
2361
2378
|
0,
|
|
@@ -2369,8 +2386,8 @@ export var MemoryRecordSummary$ = [3, n0, _MRS,
|
|
|
2369
2386
|
];
|
|
2370
2387
|
export var MemoryRecordUpdateInput$ = [3, n0, _MRUI,
|
|
2371
2388
|
0,
|
|
2372
|
-
[_mRI, _tim, _co, _nam, _mSIe, _met],
|
|
2373
|
-
[0, 4, [() => MemoryContent$, 0], 64 | 0, 0, () => MemoryRecordMetadataMap], 2
|
|
2389
|
+
[_mRI, _tim, _co, _nam, _sNo, _mSIe, _met],
|
|
2390
|
+
[0, 4, [() => MemoryContent$, 0], 64 | 0, 64 | 0, 0, () => MemoryRecordMetadataMap], 2
|
|
2374
2391
|
];
|
|
2375
2392
|
export var MessageMetadata$ = [3, n0, _MMe,
|
|
2376
2393
|
0,
|
|
@@ -3123,6 +3140,7 @@ var MemoryRecordMetadataMap = [2, n0, _MRMM,
|
|
|
3123
3140
|
var MetadataMap = [2, n0, _MMet,
|
|
3124
3141
|
0, 0, () => MetadataValue$
|
|
3125
3142
|
];
|
|
3143
|
+
var NamespaceVariablesMap = 128 | 0;
|
|
3126
3144
|
var OAuthCustomParameters = [2, n0, _OACPu,
|
|
3127
3145
|
0, [0,
|
|
3128
3146
|
0],
|
|
@@ -3313,7 +3331,7 @@ export var MemoryRecordLeftExpression$ = [4, n0, _MRLE,
|
|
|
3313
3331
|
];
|
|
3314
3332
|
export var MemoryRecordMetadataValue$ = [4, n0, _MRMV,
|
|
3315
3333
|
0,
|
|
3316
|
-
[_sVt, _sLV,
|
|
3334
|
+
[_sVt, _sLV, _nVu, _dTV],
|
|
3317
3335
|
[0, 64 | 0, 1, 4]
|
|
3318
3336
|
];
|
|
3319
3337
|
export var MemoryRecordRightExpression$ = [4, n0, _MRRE,
|
|
@@ -3333,8 +3351,8 @@ export var OutputConfig$ = [4, n0, _OC,
|
|
|
3333
3351
|
];
|
|
3334
3352
|
export var PayloadType$ = [4, n0, _PT,
|
|
3335
3353
|
0,
|
|
3336
|
-
[_conv, _bl],
|
|
3337
|
-
[[() => Conversational$, 0], [() => MemoryDocument, 0]]
|
|
3354
|
+
[_conv, _bl, _js],
|
|
3355
|
+
[[() => Conversational$, 0], [() => MemoryDocument, 0], [() => MemoryJsonData$, 0]]
|
|
3338
3356
|
];
|
|
3339
3357
|
export var PaymentInput$ = [4, n0, _PIa,
|
|
3340
3358
|
0,
|
|
@@ -45,6 +45,9 @@ declare const BatchUpdateMemoryRecordsCommand_base: {
|
|
|
45
45
|
* namespaces: [ // NamespacesList
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
+
* sourceNamespaces: [
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
48
51
|
* memoryStrategyId: "STRING_VALUE",
|
|
49
52
|
* metadata: { // MemoryRecordMetadataMap
|
|
50
53
|
* "<keys>": { // MemoryRecordMetadataValue Union: only one key present
|
|
@@ -47,6 +47,9 @@ declare const CreateEventCommand_base: {
|
|
|
47
47
|
* role: "ASSISTANT" || "USER" || "TOOL" || "OTHER", // required
|
|
48
48
|
* },
|
|
49
49
|
* blob: "DOCUMENT_VALUE",
|
|
50
|
+
* json: { // MemoryJsonData
|
|
51
|
+
* content: "DOCUMENT_VALUE", // required
|
|
52
|
+
* },
|
|
50
53
|
* },
|
|
51
54
|
* ],
|
|
52
55
|
* branch: { // Branch
|
|
@@ -60,6 +63,11 @@ declare const CreateEventCommand_base: {
|
|
|
60
63
|
* },
|
|
61
64
|
* },
|
|
62
65
|
* extractionMode: "SKIP",
|
|
66
|
+
* extractionConfig: { // ExtractionConfig
|
|
67
|
+
* namespaceVariables: { // NamespaceVariablesMap
|
|
68
|
+
* "<keys>": "STRING_VALUE",
|
|
69
|
+
* },
|
|
70
|
+
* },
|
|
63
71
|
* };
|
|
64
72
|
* const command = new CreateEventCommand(input);
|
|
65
73
|
* const response = await client.send(command);
|
|
@@ -79,6 +87,9 @@ declare const CreateEventCommand_base: {
|
|
|
79
87
|
* // role: "ASSISTANT" || "USER" || "TOOL" || "OTHER", // required
|
|
80
88
|
* // },
|
|
81
89
|
* // blob: "DOCUMENT_VALUE",
|
|
90
|
+
* // json: { // MemoryJsonData
|
|
91
|
+
* // content: "DOCUMENT_VALUE", // required
|
|
92
|
+
* // },
|
|
82
93
|
* // },
|
|
83
94
|
* // ],
|
|
84
95
|
* // branch: { // Branch
|
|
@@ -36,6 +36,7 @@ declare const DeleteMemoryRecordCommand_base: {
|
|
|
36
36
|
* const input = { // DeleteMemoryRecordInput
|
|
37
37
|
* memoryId: "STRING_VALUE", // required
|
|
38
38
|
* memoryRecordId: "STRING_VALUE", // required
|
|
39
|
+
* namespace: "STRING_VALUE",
|
|
39
40
|
* };
|
|
40
41
|
* const command = new DeleteMemoryRecordCommand(input);
|
|
41
42
|
* const response = await client.send(command);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetEventInput, GetEventOutput } from "../models/
|
|
2
|
+
import type { GetEventInput, GetEventOutput } from "../models/models_1";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -57,6 +57,9 @@ declare const GetEventCommand_base: {
|
|
|
57
57
|
* // role: "ASSISTANT" || "USER" || "TOOL" || "OTHER", // required
|
|
58
58
|
* // },
|
|
59
59
|
* // blob: "DOCUMENT_VALUE",
|
|
60
|
+
* // json: { // MemoryJsonData
|
|
61
|
+
* // content: "DOCUMENT_VALUE", // required
|
|
62
|
+
* // },
|
|
60
63
|
* // },
|
|
61
64
|
* // ],
|
|
62
65
|
* // branch: { // Branch
|
|
@@ -36,6 +36,7 @@ declare const GetMemoryRecordCommand_base: {
|
|
|
36
36
|
* const input = { // GetMemoryRecordInput
|
|
37
37
|
* memoryId: "STRING_VALUE", // required
|
|
38
38
|
* memoryRecordId: "STRING_VALUE", // required
|
|
39
|
+
* namespace: "STRING_VALUE",
|
|
39
40
|
* };
|
|
40
41
|
* const command = new GetMemoryRecordCommand(input);
|
|
41
42
|
* const response = await client.send(command);
|
|
@@ -79,6 +79,9 @@ declare const ListEventsCommand_base: {
|
|
|
79
79
|
* // role: "ASSISTANT" || "USER" || "TOOL" || "OTHER", // required
|
|
80
80
|
* // },
|
|
81
81
|
* // blob: "DOCUMENT_VALUE",
|
|
82
|
+
* // json: { // MemoryJsonData
|
|
83
|
+
* // content: "DOCUMENT_VALUE", // required
|
|
84
|
+
* // },
|
|
82
85
|
* // },
|
|
83
86
|
* // ],
|
|
84
87
|
* // branch: { // Branch
|
|
@@ -8247,6 +8247,11 @@ export interface MemoryRecordDeleteInput {
|
|
|
8247
8247
|
* @public
|
|
8248
8248
|
*/
|
|
8249
8249
|
memoryRecordId: string | undefined;
|
|
8250
|
+
/**
|
|
8251
|
+
* <p>The namespace of the memory record being deleted. This value is used for IAM condition key authorization.</p>
|
|
8252
|
+
* @public
|
|
8253
|
+
*/
|
|
8254
|
+
namespace?: string | undefined;
|
|
8250
8255
|
}
|
|
8251
8256
|
/**
|
|
8252
8257
|
* @public
|
|
@@ -8303,6 +8308,11 @@ export interface MemoryRecordUpdateInput {
|
|
|
8303
8308
|
* @public
|
|
8304
8309
|
*/
|
|
8305
8310
|
namespaces?: string[] | undefined;
|
|
8311
|
+
/**
|
|
8312
|
+
* <p>The namespaces of the source memory record being updated. This value is used for IAM condition key authorization.</p>
|
|
8313
|
+
* @public
|
|
8314
|
+
*/
|
|
8315
|
+
sourceNamespaces?: string[] | undefined;
|
|
8306
8316
|
/**
|
|
8307
8317
|
* <p>The updated ID of the memory strategy that defines how this memory record is grouped.</p>
|
|
8308
8318
|
* @public
|
|
@@ -8360,6 +8370,17 @@ export interface Branch {
|
|
|
8360
8370
|
*/
|
|
8361
8371
|
name: string | undefined;
|
|
8362
8372
|
}
|
|
8373
|
+
/**
|
|
8374
|
+
* <p>The configuration for extraction behavior. Use this structure to specify namespace variable keys and their values for namespace substitution during long-term memory extraction.</p>
|
|
8375
|
+
* @public
|
|
8376
|
+
*/
|
|
8377
|
+
export interface ExtractionConfig {
|
|
8378
|
+
/**
|
|
8379
|
+
* <p>A map of <code>namespaceKeys</code> to their values. The service substitutes these values into <code>namespaceTemplates</code> during long-term memory extraction to control namespace hierarchy.</p>
|
|
8380
|
+
* @public
|
|
8381
|
+
*/
|
|
8382
|
+
namespaceVariables?: Record<string, string> | undefined;
|
|
8383
|
+
}
|
|
8363
8384
|
/**
|
|
8364
8385
|
* <p>Value associated with the <code>eventMetadata</code> key.</p>
|
|
8365
8386
|
* @public
|
|
@@ -8442,11 +8463,22 @@ export interface Conversational {
|
|
|
8442
8463
|
*/
|
|
8443
8464
|
role: Role | undefined;
|
|
8444
8465
|
}
|
|
8466
|
+
/**
|
|
8467
|
+
* <p>Contains non-conversational, JSON-formatted content for an event payload. JSON payloads are extracted into long-term memory.</p>
|
|
8468
|
+
* @public
|
|
8469
|
+
*/
|
|
8470
|
+
export interface MemoryJsonData {
|
|
8471
|
+
/**
|
|
8472
|
+
* <p>The JSON content of the payload. Accepts any JSON value, including objects, arrays, strings, numbers, booleans, and null. The maximum size is 100 KB.</p>
|
|
8473
|
+
* @public
|
|
8474
|
+
*/
|
|
8475
|
+
content: __DocumentType | undefined;
|
|
8476
|
+
}
|
|
8445
8477
|
/**
|
|
8446
8478
|
* <p>Contains the payload content for an event.</p>
|
|
8447
8479
|
* @public
|
|
8448
8480
|
*/
|
|
8449
|
-
export type PayloadType = PayloadType.BlobMember | PayloadType.ConversationalMember | PayloadType.$UnknownMember;
|
|
8481
|
+
export type PayloadType = PayloadType.BlobMember | PayloadType.ConversationalMember | PayloadType.JsonMember | PayloadType.$UnknownMember;
|
|
8450
8482
|
/**
|
|
8451
8483
|
* @public
|
|
8452
8484
|
*/
|
|
@@ -8458,6 +8490,7 @@ export declare namespace PayloadType {
|
|
|
8458
8490
|
interface ConversationalMember {
|
|
8459
8491
|
conversational: Conversational;
|
|
8460
8492
|
blob?: never;
|
|
8493
|
+
json?: never;
|
|
8461
8494
|
$unknown?: never;
|
|
8462
8495
|
}
|
|
8463
8496
|
/**
|
|
@@ -8467,6 +8500,17 @@ export declare namespace PayloadType {
|
|
|
8467
8500
|
interface BlobMember {
|
|
8468
8501
|
conversational?: never;
|
|
8469
8502
|
blob: __DocumentType;
|
|
8503
|
+
json?: never;
|
|
8504
|
+
$unknown?: never;
|
|
8505
|
+
}
|
|
8506
|
+
/**
|
|
8507
|
+
* <p>The JSON content of the payload. Use this type to store non-conversational, JSON-formatted data, such as behavioral events, activity logs, or system events.</p>
|
|
8508
|
+
* @public
|
|
8509
|
+
*/
|
|
8510
|
+
interface JsonMember {
|
|
8511
|
+
conversational?: never;
|
|
8512
|
+
blob?: never;
|
|
8513
|
+
json: MemoryJsonData;
|
|
8470
8514
|
$unknown?: never;
|
|
8471
8515
|
}
|
|
8472
8516
|
/**
|
|
@@ -8475,6 +8519,7 @@ export declare namespace PayloadType {
|
|
|
8475
8519
|
interface $UnknownMember {
|
|
8476
8520
|
conversational?: never;
|
|
8477
8521
|
blob?: never;
|
|
8522
|
+
json?: never;
|
|
8478
8523
|
$unknown: [string, any];
|
|
8479
8524
|
}
|
|
8480
8525
|
/**
|
|
@@ -8484,6 +8529,7 @@ export declare namespace PayloadType {
|
|
|
8484
8529
|
interface Visitor<T> {
|
|
8485
8530
|
conversational: (value: Conversational) => T;
|
|
8486
8531
|
blob: (value: __DocumentType) => T;
|
|
8532
|
+
json: (value: MemoryJsonData) => T;
|
|
8487
8533
|
_: (name: string, value: any) => T;
|
|
8488
8534
|
}
|
|
8489
8535
|
}
|
|
@@ -8512,7 +8558,7 @@ export interface CreateEventInput {
|
|
|
8512
8558
|
*/
|
|
8513
8559
|
eventTimestamp: Date | undefined;
|
|
8514
8560
|
/**
|
|
8515
|
-
* <p>The content payload of the event. This can include conversational data or binary content.</p>
|
|
8561
|
+
* <p>The content payload of the event. This can include conversational data, JSON data, or binary content.</p>
|
|
8516
8562
|
* @public
|
|
8517
8563
|
*/
|
|
8518
8564
|
payload: PayloadType[] | undefined;
|
|
@@ -8536,6 +8582,11 @@ export interface CreateEventInput {
|
|
|
8536
8582
|
* @public
|
|
8537
8583
|
*/
|
|
8538
8584
|
extractionMode?: ExtractionMode | undefined;
|
|
8585
|
+
/**
|
|
8586
|
+
* <p>The extraction configuration for long-term memory records. Use this parameter to specify namespace variable keys and their values for namespace substitution during extraction.</p>
|
|
8587
|
+
* @public
|
|
8588
|
+
*/
|
|
8589
|
+
extractionConfig?: ExtractionConfig | undefined;
|
|
8539
8590
|
}
|
|
8540
8591
|
/**
|
|
8541
8592
|
* <p>Contains information about an event in an AgentCore Memory resource.</p>
|
|
@@ -8642,49 +8693,19 @@ export interface DeleteMemoryRecordInput {
|
|
|
8642
8693
|
* @public
|
|
8643
8694
|
*/
|
|
8644
8695
|
memoryRecordId: string | undefined;
|
|
8645
|
-
}
|
|
8646
|
-
/**
|
|
8647
|
-
* @public
|
|
8648
|
-
*/
|
|
8649
|
-
export interface DeleteMemoryRecordOutput {
|
|
8650
|
-
/**
|
|
8651
|
-
* <p>The identifier of the memory record that was deleted.</p>
|
|
8652
|
-
* @public
|
|
8653
|
-
*/
|
|
8654
|
-
memoryRecordId: string | undefined;
|
|
8655
|
-
}
|
|
8656
|
-
/**
|
|
8657
|
-
* @public
|
|
8658
|
-
*/
|
|
8659
|
-
export interface GetEventInput {
|
|
8660
|
-
/**
|
|
8661
|
-
* <p>The identifier of the AgentCore Memory resource containing the event.</p>
|
|
8662
|
-
* @public
|
|
8663
|
-
*/
|
|
8664
|
-
memoryId: string | undefined;
|
|
8665
8696
|
/**
|
|
8666
|
-
* <p>The
|
|
8697
|
+
* <p>The namespace of the memory record to delete. This value is used for IAM condition key authorization.</p>
|
|
8667
8698
|
* @public
|
|
8668
8699
|
*/
|
|
8669
|
-
|
|
8670
|
-
/**
|
|
8671
|
-
* <p>The identifier of the actor associated with the event.</p>
|
|
8672
|
-
* @public
|
|
8673
|
-
*/
|
|
8674
|
-
actorId: string | undefined;
|
|
8675
|
-
/**
|
|
8676
|
-
* <p>The identifier of the event to retrieve.</p>
|
|
8677
|
-
* @public
|
|
8678
|
-
*/
|
|
8679
|
-
eventId: string | undefined;
|
|
8700
|
+
namespace?: string | undefined;
|
|
8680
8701
|
}
|
|
8681
8702
|
/**
|
|
8682
8703
|
* @public
|
|
8683
8704
|
*/
|
|
8684
|
-
export interface
|
|
8705
|
+
export interface DeleteMemoryRecordOutput {
|
|
8685
8706
|
/**
|
|
8686
|
-
* <p>The
|
|
8707
|
+
* <p>The identifier of the memory record that was deleted.</p>
|
|
8687
8708
|
* @public
|
|
8688
8709
|
*/
|
|
8689
|
-
|
|
8710
|
+
memoryRecordId: string | undefined;
|
|
8690
8711
|
}
|
|
@@ -1,6 +1,41 @@
|
|
|
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 GetEventInput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The identifier of the AgentCore Memory resource containing the event.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
memoryId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The identifier of the session containing the event.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
sessionId: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The identifier of the actor associated with the event.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
actorId: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The identifier of the event to retrieve.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
eventId: string | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface GetEventOutput {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The requested event information.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
event: Event | undefined;
|
|
38
|
+
}
|
|
4
39
|
/**
|
|
5
40
|
* @public
|
|
6
41
|
*/
|
|
@@ -15,6 +50,11 @@ export interface GetMemoryRecordInput {
|
|
|
15
50
|
* @public
|
|
16
51
|
*/
|
|
17
52
|
memoryRecordId: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The namespace of the memory record to retrieve. This value is used for IAM condition key authorization.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
namespace?: string | undefined;
|
|
18
58
|
}
|
|
19
59
|
/**
|
|
20
60
|
* <p>Contains information about a memory record in an AgentCore Memory resource.</p>
|
|
@@ -117,6 +117,7 @@ export declare var ExecutionSummaryAffectedSession$: StaticStructureSchema;
|
|
|
117
117
|
export declare var ExecutionSummaryCluster$: StaticStructureSchema;
|
|
118
118
|
export declare var ExecutionSummaryClusteringResultContent$: StaticStructureSchema;
|
|
119
119
|
export declare var ExternalProxy$: StaticStructureSchema;
|
|
120
|
+
export declare var ExtractionConfig$: StaticStructureSchema;
|
|
120
121
|
export declare var ExtractionJob$: StaticStructureSchema;
|
|
121
122
|
export declare var ExtractionJobFilterInput$: StaticStructureSchema;
|
|
122
123
|
export declare var ExtractionJobMetadata$: StaticStructureSchema;
|
|
@@ -241,6 +242,7 @@ export declare var ListSessionsInput$: StaticStructureSchema;
|
|
|
241
242
|
export declare var ListSessionsOutput$: StaticStructureSchema;
|
|
242
243
|
export declare var LiveViewStream$: StaticStructureSchema;
|
|
243
244
|
export declare var McpDescriptor$: StaticStructureSchema;
|
|
245
|
+
export declare var MemoryJsonData$: StaticStructureSchema;
|
|
244
246
|
export declare var MemoryMetadataFilterExpression$: StaticStructureSchema;
|
|
245
247
|
export declare var MemoryRecord$: StaticStructureSchema;
|
|
246
248
|
export declare var MemoryRecordCreateInput$: StaticStructureSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { GetEventInput, GetEventOutput } from "../models/
|
|
2
|
+
import { GetEventInput, GetEventOutput } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetEventCommandInput extends GetEventInput {}
|
|
5
5
|
export interface GetEventCommandOutput extends GetEventOutput, __MetadataBearer {}
|
|
@@ -3101,6 +3101,7 @@ export interface BatchCreateMemoryRecordsOutput {
|
|
|
3101
3101
|
}
|
|
3102
3102
|
export interface MemoryRecordDeleteInput {
|
|
3103
3103
|
memoryRecordId: string | undefined;
|
|
3104
|
+
namespace?: string | undefined;
|
|
3104
3105
|
}
|
|
3105
3106
|
export interface BatchDeleteMemoryRecordsInput {
|
|
3106
3107
|
memoryId: string | undefined;
|
|
@@ -3115,6 +3116,7 @@ export interface MemoryRecordUpdateInput {
|
|
|
3115
3116
|
timestamp: Date | undefined;
|
|
3116
3117
|
content?: MemoryContent | undefined;
|
|
3117
3118
|
namespaces?: string[] | undefined;
|
|
3119
|
+
sourceNamespaces?: string[] | undefined;
|
|
3118
3120
|
memoryStrategyId?: string | undefined;
|
|
3119
3121
|
metadata?: Record<string, MemoryRecordMetadataValue> | undefined;
|
|
3120
3122
|
}
|
|
@@ -3130,6 +3132,9 @@ export interface Branch {
|
|
|
3130
3132
|
rootEventId?: string | undefined;
|
|
3131
3133
|
name: string | undefined;
|
|
3132
3134
|
}
|
|
3135
|
+
export interface ExtractionConfig {
|
|
3136
|
+
namespaceVariables?: Record<string, string> | undefined;
|
|
3137
|
+
}
|
|
3133
3138
|
export type MetadataValue = MetadataValue.StringValueMember | MetadataValue.$UnknownMember;
|
|
3134
3139
|
export declare namespace MetadataValue {
|
|
3135
3140
|
interface StringValueMember {
|
|
@@ -3164,29 +3169,43 @@ export interface Conversational {
|
|
|
3164
3169
|
content: Content | undefined;
|
|
3165
3170
|
role: Role | undefined;
|
|
3166
3171
|
}
|
|
3172
|
+
export interface MemoryJsonData {
|
|
3173
|
+
content: __DocumentType | undefined;
|
|
3174
|
+
}
|
|
3167
3175
|
export type PayloadType =
|
|
3168
3176
|
| PayloadType.BlobMember
|
|
3169
3177
|
| PayloadType.ConversationalMember
|
|
3178
|
+
| PayloadType.JsonMember
|
|
3170
3179
|
| PayloadType.$UnknownMember;
|
|
3171
3180
|
export declare namespace PayloadType {
|
|
3172
3181
|
interface ConversationalMember {
|
|
3173
3182
|
conversational: Conversational;
|
|
3174
3183
|
blob?: never;
|
|
3184
|
+
json?: never;
|
|
3175
3185
|
$unknown?: never;
|
|
3176
3186
|
}
|
|
3177
3187
|
interface BlobMember {
|
|
3178
3188
|
conversational?: never;
|
|
3179
3189
|
blob: __DocumentType;
|
|
3190
|
+
json?: never;
|
|
3191
|
+
$unknown?: never;
|
|
3192
|
+
}
|
|
3193
|
+
interface JsonMember {
|
|
3194
|
+
conversational?: never;
|
|
3195
|
+
blob?: never;
|
|
3196
|
+
json: MemoryJsonData;
|
|
3180
3197
|
$unknown?: never;
|
|
3181
3198
|
}
|
|
3182
3199
|
interface $UnknownMember {
|
|
3183
3200
|
conversational?: never;
|
|
3184
3201
|
blob?: never;
|
|
3202
|
+
json?: never;
|
|
3185
3203
|
$unknown: [string, any];
|
|
3186
3204
|
}
|
|
3187
3205
|
interface Visitor<T> {
|
|
3188
3206
|
conversational: (value: Conversational) => T;
|
|
3189
3207
|
blob: (value: __DocumentType) => T;
|
|
3208
|
+
json: (value: MemoryJsonData) => T;
|
|
3190
3209
|
_: (name: string, value: any) => T;
|
|
3191
3210
|
}
|
|
3192
3211
|
}
|
|
@@ -3200,6 +3219,7 @@ export interface CreateEventInput {
|
|
|
3200
3219
|
clientToken?: string | undefined;
|
|
3201
3220
|
metadata?: Record<string, MetadataValue> | undefined;
|
|
3202
3221
|
extractionMode?: ExtractionMode | undefined;
|
|
3222
|
+
extractionConfig?: ExtractionConfig | undefined;
|
|
3203
3223
|
}
|
|
3204
3224
|
export interface Event {
|
|
3205
3225
|
memoryId: string | undefined;
|
|
@@ -3226,16 +3246,8 @@ export interface DeleteEventOutput {
|
|
|
3226
3246
|
export interface DeleteMemoryRecordInput {
|
|
3227
3247
|
memoryId: string | undefined;
|
|
3228
3248
|
memoryRecordId: string | undefined;
|
|
3249
|
+
namespace?: string | undefined;
|
|
3229
3250
|
}
|
|
3230
3251
|
export interface DeleteMemoryRecordOutput {
|
|
3231
3252
|
memoryRecordId: string | undefined;
|
|
3232
3253
|
}
|
|
3233
|
-
export interface GetEventInput {
|
|
3234
|
-
memoryId: string | undefined;
|
|
3235
|
-
sessionId: string | undefined;
|
|
3236
|
-
actorId: string | undefined;
|
|
3237
|
-
eventId: string | undefined;
|
|
3238
|
-
}
|
|
3239
|
-
export interface GetEventOutput {
|
|
3240
|
-
event: Event | undefined;
|
|
3241
|
-
}
|
|
@@ -25,9 +25,19 @@ import {
|
|
|
25
25
|
MemoryRecordMetadataValue,
|
|
26
26
|
MetadataValue,
|
|
27
27
|
} from "./models_0";
|
|
28
|
+
export interface GetEventInput {
|
|
29
|
+
memoryId: string | undefined;
|
|
30
|
+
sessionId: string | undefined;
|
|
31
|
+
actorId: string | undefined;
|
|
32
|
+
eventId: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
export interface GetEventOutput {
|
|
35
|
+
event: Event | undefined;
|
|
36
|
+
}
|
|
28
37
|
export interface GetMemoryRecordInput {
|
|
29
38
|
memoryId: string | undefined;
|
|
30
39
|
memoryRecordId: string | undefined;
|
|
40
|
+
namespace?: string | undefined;
|
|
31
41
|
}
|
|
32
42
|
export interface MemoryRecord {
|
|
33
43
|
memoryRecordId: string | undefined;
|
|
@@ -117,6 +117,7 @@ export declare var ExecutionSummaryAffectedSession$: StaticStructureSchema;
|
|
|
117
117
|
export declare var ExecutionSummaryCluster$: StaticStructureSchema;
|
|
118
118
|
export declare var ExecutionSummaryClusteringResultContent$: StaticStructureSchema;
|
|
119
119
|
export declare var ExternalProxy$: StaticStructureSchema;
|
|
120
|
+
export declare var ExtractionConfig$: StaticStructureSchema;
|
|
120
121
|
export declare var ExtractionJob$: StaticStructureSchema;
|
|
121
122
|
export declare var ExtractionJobFilterInput$: StaticStructureSchema;
|
|
122
123
|
export declare var ExtractionJobMetadata$: StaticStructureSchema;
|
|
@@ -241,6 +242,7 @@ export declare var ListSessionsInput$: StaticStructureSchema;
|
|
|
241
242
|
export declare var ListSessionsOutput$: StaticStructureSchema;
|
|
242
243
|
export declare var LiveViewStream$: StaticStructureSchema;
|
|
243
244
|
export declare var McpDescriptor$: StaticStructureSchema;
|
|
245
|
+
export declare var MemoryJsonData$: StaticStructureSchema;
|
|
244
246
|
export declare var MemoryMetadataFilterExpression$: StaticStructureSchema;
|
|
245
247
|
export declare var MemoryRecord$: StaticStructureSchema;
|
|
246
248
|
export declare var MemoryRecordCreateInput$: 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.1114.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",
|