@aws-sdk/client-bedrock-agentcore-control 3.1010.0 → 3.1011.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/schemas/schemas_0.js +74 -73
- package/dist-es/schemas/schemas_0.js +74 -73
- package/dist-types/commands/CreateMemoryCommand.d.ts +22 -8
- package/dist-types/commands/GetMemoryCommand.d.ts +8 -1
- package/dist-types/commands/UpdateMemoryCommand.d.ts +26 -9
- package/dist-types/models/models_0.d.ts +79 -2
- package/dist-types/ts3.4/models/models_0.d.ts +13 -2
- package/package.json +1 -1
|
@@ -716,7 +716,8 @@ const _n = "name";
|
|
|
716
716
|
const _nC = "networkConfiguration";
|
|
717
717
|
const _nM = "networkMode";
|
|
718
718
|
const _nMC = "networkModeConfig";
|
|
719
|
-
const _nT = "
|
|
719
|
+
const _nT = "namespaceTemplates";
|
|
720
|
+
const _nTe = "nextToken";
|
|
720
721
|
const _na = "namespaces";
|
|
721
722
|
const _nu = "numerical";
|
|
722
723
|
const _o = "operator";
|
|
@@ -1253,8 +1254,8 @@ exports.CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
|
|
|
1253
1254
|
];
|
|
1254
1255
|
exports.CustomMemoryStrategyInput$ = [3, n0, _CMSI,
|
|
1255
1256
|
0,
|
|
1256
|
-
[_n, _d, _na, _con],
|
|
1257
|
-
[0, [() => Description, 0], 64 | 0, [() => exports.CustomConfigurationInput$, 0]], 1
|
|
1257
|
+
[_n, _d, _na, _nT, _con],
|
|
1258
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.CustomConfigurationInput$, 0]], 1
|
|
1258
1259
|
];
|
|
1259
1260
|
exports.CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
|
|
1260
1261
|
0,
|
|
@@ -1443,8 +1444,8 @@ exports.EpisodicExtractionOverride$ = [3, n0, _EEO,
|
|
|
1443
1444
|
];
|
|
1444
1445
|
exports.EpisodicMemoryStrategyInput$ = [3, n0, _EMSI,
|
|
1445
1446
|
0,
|
|
1446
|
-
[_n, _d, _na, _rC],
|
|
1447
|
-
[0, [() => Description, 0], 64 | 0, () => exports.EpisodicReflectionConfigurationInput$], 1
|
|
1447
|
+
[_n, _d, _na, _nT, _rC],
|
|
1448
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0, () => exports.EpisodicReflectionConfigurationInput$], 1
|
|
1448
1449
|
];
|
|
1449
1450
|
exports.EpisodicOverrideConfigurationInput$ = [3, n0, _EOCI,
|
|
1450
1451
|
0,
|
|
@@ -1463,23 +1464,23 @@ exports.EpisodicOverrideExtractionConfigurationInput$ = [3, n0, _EOECI,
|
|
|
1463
1464
|
];
|
|
1464
1465
|
exports.EpisodicOverrideReflectionConfigurationInput$ = [3, n0, _EORCI,
|
|
1465
1466
|
0,
|
|
1466
|
-
[_aTP, _mI, _na],
|
|
1467
|
-
[[() => Prompt, 0], 0, 64 | 0], 2
|
|
1467
|
+
[_aTP, _mI, _na, _nT],
|
|
1468
|
+
[[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
|
|
1468
1469
|
];
|
|
1469
1470
|
exports.EpisodicReflectionConfiguration$ = [3, n0, _ERC,
|
|
1470
1471
|
0,
|
|
1471
|
-
[_na],
|
|
1472
|
-
[64 | 0
|
|
1472
|
+
[_na, _nT],
|
|
1473
|
+
[64 | 0, 64 | 0]
|
|
1473
1474
|
];
|
|
1474
1475
|
exports.EpisodicReflectionConfigurationInput$ = [3, n0, _ERCI,
|
|
1475
1476
|
0,
|
|
1476
|
-
[_na],
|
|
1477
|
-
[64 | 0
|
|
1477
|
+
[_na, _nT],
|
|
1478
|
+
[64 | 0, 64 | 0]
|
|
1478
1479
|
];
|
|
1479
1480
|
exports.EpisodicReflectionOverride$ = [3, n0, _ERO,
|
|
1480
1481
|
0,
|
|
1481
|
-
[_aTP, _mI, _na],
|
|
1482
|
-
[[() => Prompt, 0], 0, 64 | 0], 2
|
|
1482
|
+
[_aTP, _mI, _na, _nT],
|
|
1483
|
+
[[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
|
|
1483
1484
|
];
|
|
1484
1485
|
exports.EvaluatorSummary$ = [3, n0, _ES,
|
|
1485
1486
|
0,
|
|
@@ -1783,172 +1784,172 @@ exports.LinkedinOauth2ProviderConfigOutput$ = [3, n0, _LOPCO,
|
|
|
1783
1784
|
];
|
|
1784
1785
|
exports.ListAgentRuntimeEndpointsRequest$ = [3, n0, _LARER,
|
|
1785
1786
|
0,
|
|
1786
|
-
[_aRI, _mR,
|
|
1787
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1787
|
+
[_aRI, _mR, _nTe],
|
|
1788
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
1788
1789
|
];
|
|
1789
1790
|
exports.ListAgentRuntimeEndpointsResponse$ = [3, n0, _LARERi,
|
|
1790
1791
|
0,
|
|
1791
|
-
[_rE,
|
|
1792
|
+
[_rE, _nTe],
|
|
1792
1793
|
[[() => AgentRuntimeEndpoints, 0], 0], 1
|
|
1793
1794
|
];
|
|
1794
1795
|
exports.ListAgentRuntimesRequest$ = [3, n0, _LARR,
|
|
1795
1796
|
0,
|
|
1796
|
-
[_mR,
|
|
1797
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1797
|
+
[_mR, _nTe],
|
|
1798
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1798
1799
|
];
|
|
1799
1800
|
exports.ListAgentRuntimesResponse$ = [3, n0, _LARRi,
|
|
1800
1801
|
0,
|
|
1801
|
-
[_aR,
|
|
1802
|
+
[_aR, _nTe],
|
|
1802
1803
|
[[() => AgentRuntimes, 0], 0], 1
|
|
1803
1804
|
];
|
|
1804
1805
|
exports.ListAgentRuntimeVersionsRequest$ = [3, n0, _LARVR,
|
|
1805
1806
|
0,
|
|
1806
|
-
[_aRI, _mR,
|
|
1807
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1807
|
+
[_aRI, _mR, _nTe],
|
|
1808
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
1808
1809
|
];
|
|
1809
1810
|
exports.ListAgentRuntimeVersionsResponse$ = [3, n0, _LARVRi,
|
|
1810
1811
|
0,
|
|
1811
|
-
[_aR,
|
|
1812
|
+
[_aR, _nTe],
|
|
1812
1813
|
[[() => AgentRuntimes, 0], 0], 1
|
|
1813
1814
|
];
|
|
1814
1815
|
exports.ListApiKeyCredentialProvidersRequest$ = [3, n0, _LAKCPR,
|
|
1815
1816
|
0,
|
|
1816
|
-
[
|
|
1817
|
+
[_nTe, _mR],
|
|
1817
1818
|
[0, 1]
|
|
1818
1819
|
];
|
|
1819
1820
|
exports.ListApiKeyCredentialProvidersResponse$ = [3, n0, _LAKCPRi,
|
|
1820
1821
|
0,
|
|
1821
|
-
[_cPre,
|
|
1822
|
+
[_cPre, _nTe],
|
|
1822
1823
|
[() => ApiKeyCredentialProviders, 0], 1
|
|
1823
1824
|
];
|
|
1824
1825
|
exports.ListBrowserProfilesRequest$ = [3, n0, _LBPR,
|
|
1825
1826
|
0,
|
|
1826
|
-
[_mR,
|
|
1827
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1827
|
+
[_mR, _nTe],
|
|
1828
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1828
1829
|
];
|
|
1829
1830
|
exports.ListBrowserProfilesResponse$ = [3, n0, _LBPRi,
|
|
1830
1831
|
0,
|
|
1831
|
-
[_pS,
|
|
1832
|
+
[_pS, _nTe],
|
|
1832
1833
|
[[() => BrowserProfileSummaries, 0], 0], 1
|
|
1833
1834
|
];
|
|
1834
1835
|
exports.ListBrowsersRequest$ = [3, n0, _LBR,
|
|
1835
1836
|
0,
|
|
1836
|
-
[_mR,
|
|
1837
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1837
|
+
[_mR, _nTe, _t],
|
|
1838
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _t }]]
|
|
1838
1839
|
];
|
|
1839
1840
|
exports.ListBrowsersResponse$ = [3, n0, _LBRi,
|
|
1840
1841
|
0,
|
|
1841
|
-
[_bSr,
|
|
1842
|
+
[_bSr, _nTe],
|
|
1842
1843
|
[[() => BrowserSummaries, 0], 0], 1
|
|
1843
1844
|
];
|
|
1844
1845
|
exports.ListCodeInterpretersRequest$ = [3, n0, _LCIR,
|
|
1845
1846
|
0,
|
|
1846
|
-
[_mR,
|
|
1847
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1847
|
+
[_mR, _nTe, _t],
|
|
1848
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _t }]]
|
|
1848
1849
|
];
|
|
1849
1850
|
exports.ListCodeInterpretersResponse$ = [3, n0, _LCIRi,
|
|
1850
1851
|
0,
|
|
1851
|
-
[_cIS,
|
|
1852
|
+
[_cIS, _nTe],
|
|
1852
1853
|
[[() => CodeInterpreterSummaries, 0], 0], 1
|
|
1853
1854
|
];
|
|
1854
1855
|
exports.ListEvaluatorsRequest$ = [3, n0, _LER,
|
|
1855
1856
|
0,
|
|
1856
|
-
[
|
|
1857
|
-
[[0, { [_hQ]:
|
|
1857
|
+
[_nTe, _mR],
|
|
1858
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
1858
1859
|
];
|
|
1859
1860
|
exports.ListEvaluatorsResponse$ = [3, n0, _LERi,
|
|
1860
1861
|
0,
|
|
1861
|
-
[_ev,
|
|
1862
|
+
[_ev, _nTe],
|
|
1862
1863
|
[[() => EvaluatorSummaryList, 0], 0], 1
|
|
1863
1864
|
];
|
|
1864
1865
|
exports.ListGatewaysRequest$ = [3, n0, _LGR,
|
|
1865
1866
|
0,
|
|
1866
|
-
[_mR,
|
|
1867
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1867
|
+
[_mR, _nTe],
|
|
1868
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1868
1869
|
];
|
|
1869
1870
|
exports.ListGatewaysResponse$ = [3, n0, _LGRi,
|
|
1870
1871
|
0,
|
|
1871
|
-
[_it,
|
|
1872
|
+
[_it, _nTe],
|
|
1872
1873
|
[[() => GatewaySummaries, 0], 0], 1
|
|
1873
1874
|
];
|
|
1874
1875
|
exports.ListGatewayTargetsRequest$ = [3, n0, _LGTR,
|
|
1875
1876
|
0,
|
|
1876
|
-
[_gIa, _mR,
|
|
1877
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1877
|
+
[_gIa, _mR, _nTe],
|
|
1878
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
1878
1879
|
];
|
|
1879
1880
|
exports.ListGatewayTargetsResponse$ = [3, n0, _LGTRi,
|
|
1880
1881
|
0,
|
|
1881
|
-
[_it,
|
|
1882
|
+
[_it, _nTe],
|
|
1882
1883
|
[[() => TargetSummaries, 0], 0], 1
|
|
1883
1884
|
];
|
|
1884
1885
|
exports.ListMemoriesInput$ = [3, n0, _LMI,
|
|
1885
1886
|
0,
|
|
1886
|
-
[_mR,
|
|
1887
|
+
[_mR, _nTe],
|
|
1887
1888
|
[1, 0]
|
|
1888
1889
|
];
|
|
1889
1890
|
exports.ListMemoriesOutput$ = [3, n0, _LMO,
|
|
1890
1891
|
0,
|
|
1891
|
-
[_memo,
|
|
1892
|
+
[_memo, _nTe],
|
|
1892
1893
|
[() => MemorySummaryList, 0], 1
|
|
1893
1894
|
];
|
|
1894
1895
|
exports.ListOauth2CredentialProvidersRequest$ = [3, n0, _LOCPR,
|
|
1895
1896
|
0,
|
|
1896
|
-
[
|
|
1897
|
+
[_nTe, _mR],
|
|
1897
1898
|
[0, 1]
|
|
1898
1899
|
];
|
|
1899
1900
|
exports.ListOauth2CredentialProvidersResponse$ = [3, n0, _LOCPRi,
|
|
1900
1901
|
0,
|
|
1901
|
-
[_cPre,
|
|
1902
|
+
[_cPre, _nTe],
|
|
1902
1903
|
[() => Oauth2CredentialProviders, 0], 1
|
|
1903
1904
|
];
|
|
1904
1905
|
exports.ListOnlineEvaluationConfigsRequest$ = [3, n0, _LOECR,
|
|
1905
1906
|
0,
|
|
1906
|
-
[
|
|
1907
|
-
[[0, { [_hQ]:
|
|
1907
|
+
[_nTe, _mR],
|
|
1908
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
1908
1909
|
];
|
|
1909
1910
|
exports.ListOnlineEvaluationConfigsResponse$ = [3, n0, _LOECRi,
|
|
1910
1911
|
0,
|
|
1911
|
-
[_oEC,
|
|
1912
|
+
[_oEC, _nTe],
|
|
1912
1913
|
[[() => OnlineEvaluationConfigSummaryList, 0], 0], 1
|
|
1913
1914
|
];
|
|
1914
1915
|
exports.ListPoliciesRequest$ = [3, n0, _LPR,
|
|
1915
1916
|
0,
|
|
1916
|
-
[_pEI,
|
|
1917
|
-
[[0, 1], [0, { [_hQ]:
|
|
1917
|
+
[_pEI, _nTe, _mR, _tRS],
|
|
1918
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tRS }]], 1
|
|
1918
1919
|
];
|
|
1919
1920
|
exports.ListPoliciesResponse$ = [3, n0, _LPRi,
|
|
1920
1921
|
0,
|
|
1921
|
-
[_pol,
|
|
1922
|
+
[_pol, _nTe],
|
|
1922
1923
|
[[() => Policies, 0], 0], 1
|
|
1923
1924
|
];
|
|
1924
1925
|
exports.ListPolicyEnginesRequest$ = [3, n0, _LPER,
|
|
1925
1926
|
0,
|
|
1926
|
-
[
|
|
1927
|
-
[[0, { [_hQ]:
|
|
1927
|
+
[_nTe, _mR],
|
|
1928
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
1928
1929
|
];
|
|
1929
1930
|
exports.ListPolicyEnginesResponse$ = [3, n0, _LPERi,
|
|
1930
1931
|
0,
|
|
1931
|
-
[_pE,
|
|
1932
|
+
[_pE, _nTe],
|
|
1932
1933
|
[[() => PolicyEngines, 0], 0], 1
|
|
1933
1934
|
];
|
|
1934
1935
|
exports.ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
|
|
1935
1936
|
0,
|
|
1936
|
-
[_pGI, _pEI,
|
|
1937
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
1937
|
+
[_pGI, _pEI, _nTe, _mR],
|
|
1938
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 2
|
|
1938
1939
|
];
|
|
1939
1940
|
exports.ListPolicyGenerationAssetsResponse$ = [3, n0, _LPGARi,
|
|
1940
1941
|
0,
|
|
1941
|
-
[_pGAo,
|
|
1942
|
+
[_pGAo, _nTe],
|
|
1942
1943
|
[() => PolicyGenerationAssets, 0]
|
|
1943
1944
|
];
|
|
1944
1945
|
exports.ListPolicyGenerationsRequest$ = [3, n0, _LPGR,
|
|
1945
1946
|
0,
|
|
1946
|
-
[_pEI,
|
|
1947
|
-
[[0, 1], [0, { [_hQ]:
|
|
1947
|
+
[_pEI, _nTe, _mR],
|
|
1948
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
|
|
1948
1949
|
];
|
|
1949
1950
|
exports.ListPolicyGenerationsResponse$ = [3, n0, _LPGRi,
|
|
1950
1951
|
0,
|
|
1951
|
-
[_pG,
|
|
1952
|
+
[_pG, _nTe],
|
|
1952
1953
|
[() => PolicyGenerations, 0], 1
|
|
1953
1954
|
];
|
|
1954
1955
|
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
@@ -1963,12 +1964,12 @@ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
1963
1964
|
];
|
|
1964
1965
|
exports.ListWorkloadIdentitiesRequest$ = [3, n0, _LWIR,
|
|
1965
1966
|
0,
|
|
1966
|
-
[
|
|
1967
|
+
[_nTe, _mR],
|
|
1967
1968
|
[0, 1]
|
|
1968
1969
|
];
|
|
1969
1970
|
exports.ListWorkloadIdentitiesResponse$ = [3, n0, _LWIRi,
|
|
1970
1971
|
0,
|
|
1971
|
-
[_wI,
|
|
1972
|
+
[_wI, _nTe],
|
|
1972
1973
|
[() => WorkloadIdentityList, 0], 1
|
|
1973
1974
|
];
|
|
1974
1975
|
exports.LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
|
|
@@ -1998,8 +1999,8 @@ exports.Memory$ = [3, n0, _M,
|
|
|
1998
1999
|
];
|
|
1999
2000
|
exports.MemoryStrategy$ = [3, n0, _MS,
|
|
2000
2001
|
0,
|
|
2001
|
-
[_sI, _n, _t, _na, _d, _con, _cA, _uA, _st],
|
|
2002
|
-
[0, 0, 0, 64 | 0, [() => Description, 0], [() => exports.StrategyConfiguration$, 0], 4, 4, 0],
|
|
2002
|
+
[_sI, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st],
|
|
2003
|
+
[0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => exports.StrategyConfiguration$, 0], 4, 4, 0], 5
|
|
2003
2004
|
];
|
|
2004
2005
|
exports.MemorySummary$ = [3, n0, _MSe,
|
|
2005
2006
|
0,
|
|
@@ -2043,8 +2044,8 @@ exports.ModifyMemoryStrategies$ = [3, n0, _MMS,
|
|
|
2043
2044
|
];
|
|
2044
2045
|
exports.ModifyMemoryStrategyInput$ = [3, n0, _MMSI,
|
|
2045
2046
|
0,
|
|
2046
|
-
[_mSI, _d, _na, _con],
|
|
2047
|
-
[0, [() => Description, 0], 64 | 0, [() => exports.ModifyStrategyConfiguration$, 0]], 1
|
|
2047
|
+
[_mSI, _d, _na, _nT, _con],
|
|
2048
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0, [() => exports.ModifyStrategyConfiguration$, 0]], 1
|
|
2048
2049
|
];
|
|
2049
2050
|
exports.ModifySelfManagedConfiguration$ = [3, n0, _MSMC,
|
|
2050
2051
|
0,
|
|
@@ -2203,8 +2204,8 @@ exports.SemanticExtractionOverride$ = [3, n0, _SEO,
|
|
|
2203
2204
|
];
|
|
2204
2205
|
exports.SemanticMemoryStrategyInput$ = [3, n0, _SMSI,
|
|
2205
2206
|
0,
|
|
2206
|
-
[_n, _d, _na],
|
|
2207
|
-
[0, [() => Description, 0], 64 | 0], 1
|
|
2207
|
+
[_n, _d, _na, _nT],
|
|
2208
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0], 1
|
|
2208
2209
|
];
|
|
2209
2210
|
exports.SemanticOverrideConfigurationInput$ = [3, n0, _SOCI,
|
|
2210
2211
|
0,
|
|
@@ -2273,8 +2274,8 @@ exports.SummaryConsolidationOverride$ = [3, n0, _SCOu,
|
|
|
2273
2274
|
];
|
|
2274
2275
|
exports.SummaryMemoryStrategyInput$ = [3, n0, _SMSIu,
|
|
2275
2276
|
0,
|
|
2276
|
-
[_n, _d, _na],
|
|
2277
|
-
[0, [() => Description, 0], 64 | 0], 1
|
|
2277
|
+
[_n, _d, _na, _nT],
|
|
2278
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0], 1
|
|
2278
2279
|
];
|
|
2279
2280
|
exports.SummaryOverrideConfigurationInput$ = [3, n0, _SOCIu,
|
|
2280
2281
|
0,
|
|
@@ -2483,8 +2484,8 @@ exports.UserPreferenceExtractionOverride$ = [3, n0, _UPEO,
|
|
|
2483
2484
|
];
|
|
2484
2485
|
exports.UserPreferenceMemoryStrategyInput$ = [3, n0, _UPMSI,
|
|
2485
2486
|
0,
|
|
2486
|
-
[_n, _d, _na],
|
|
2487
|
-
[0, [() => Description, 0], 64 | 0], 1
|
|
2487
|
+
[_n, _d, _na, _nT],
|
|
2488
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0], 1
|
|
2488
2489
|
];
|
|
2489
2490
|
exports.UserPreferenceOverrideConfigurationInput$ = [3, n0, _UPOCI,
|
|
2490
2491
|
0,
|
|
@@ -704,7 +704,8 @@ const _n = "name";
|
|
|
704
704
|
const _nC = "networkConfiguration";
|
|
705
705
|
const _nM = "networkMode";
|
|
706
706
|
const _nMC = "networkModeConfig";
|
|
707
|
-
const _nT = "
|
|
707
|
+
const _nT = "namespaceTemplates";
|
|
708
|
+
const _nTe = "nextToken";
|
|
708
709
|
const _na = "namespaces";
|
|
709
710
|
const _nu = "numerical";
|
|
710
711
|
const _o = "operator";
|
|
@@ -1241,8 +1242,8 @@ export var CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
|
|
|
1241
1242
|
];
|
|
1242
1243
|
export var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
|
|
1243
1244
|
0,
|
|
1244
|
-
[_n, _d, _na, _con],
|
|
1245
|
-
[0, [() => Description, 0], 64 | 0, [() => CustomConfigurationInput$, 0]], 1
|
|
1245
|
+
[_n, _d, _na, _nT, _con],
|
|
1246
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0, [() => CustomConfigurationInput$, 0]], 1
|
|
1246
1247
|
];
|
|
1247
1248
|
export var CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
|
|
1248
1249
|
0,
|
|
@@ -1431,8 +1432,8 @@ export var EpisodicExtractionOverride$ = [3, n0, _EEO,
|
|
|
1431
1432
|
];
|
|
1432
1433
|
export var EpisodicMemoryStrategyInput$ = [3, n0, _EMSI,
|
|
1433
1434
|
0,
|
|
1434
|
-
[_n, _d, _na, _rC],
|
|
1435
|
-
[0, [() => Description, 0], 64 | 0, () => EpisodicReflectionConfigurationInput$], 1
|
|
1435
|
+
[_n, _d, _na, _nT, _rC],
|
|
1436
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0, () => EpisodicReflectionConfigurationInput$], 1
|
|
1436
1437
|
];
|
|
1437
1438
|
export var EpisodicOverrideConfigurationInput$ = [3, n0, _EOCI,
|
|
1438
1439
|
0,
|
|
@@ -1451,23 +1452,23 @@ export var EpisodicOverrideExtractionConfigurationInput$ = [3, n0, _EOECI,
|
|
|
1451
1452
|
];
|
|
1452
1453
|
export var EpisodicOverrideReflectionConfigurationInput$ = [3, n0, _EORCI,
|
|
1453
1454
|
0,
|
|
1454
|
-
[_aTP, _mI, _na],
|
|
1455
|
-
[[() => Prompt, 0], 0, 64 | 0], 2
|
|
1455
|
+
[_aTP, _mI, _na, _nT],
|
|
1456
|
+
[[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
|
|
1456
1457
|
];
|
|
1457
1458
|
export var EpisodicReflectionConfiguration$ = [3, n0, _ERC,
|
|
1458
1459
|
0,
|
|
1459
|
-
[_na],
|
|
1460
|
-
[64 | 0
|
|
1460
|
+
[_na, _nT],
|
|
1461
|
+
[64 | 0, 64 | 0]
|
|
1461
1462
|
];
|
|
1462
1463
|
export var EpisodicReflectionConfigurationInput$ = [3, n0, _ERCI,
|
|
1463
1464
|
0,
|
|
1464
|
-
[_na],
|
|
1465
|
-
[64 | 0
|
|
1465
|
+
[_na, _nT],
|
|
1466
|
+
[64 | 0, 64 | 0]
|
|
1466
1467
|
];
|
|
1467
1468
|
export var EpisodicReflectionOverride$ = [3, n0, _ERO,
|
|
1468
1469
|
0,
|
|
1469
|
-
[_aTP, _mI, _na],
|
|
1470
|
-
[[() => Prompt, 0], 0, 64 | 0], 2
|
|
1470
|
+
[_aTP, _mI, _na, _nT],
|
|
1471
|
+
[[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
|
|
1471
1472
|
];
|
|
1472
1473
|
export var EvaluatorSummary$ = [3, n0, _ES,
|
|
1473
1474
|
0,
|
|
@@ -1771,172 +1772,172 @@ export var LinkedinOauth2ProviderConfigOutput$ = [3, n0, _LOPCO,
|
|
|
1771
1772
|
];
|
|
1772
1773
|
export var ListAgentRuntimeEndpointsRequest$ = [3, n0, _LARER,
|
|
1773
1774
|
0,
|
|
1774
|
-
[_aRI, _mR,
|
|
1775
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1775
|
+
[_aRI, _mR, _nTe],
|
|
1776
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
1776
1777
|
];
|
|
1777
1778
|
export var ListAgentRuntimeEndpointsResponse$ = [3, n0, _LARERi,
|
|
1778
1779
|
0,
|
|
1779
|
-
[_rE,
|
|
1780
|
+
[_rE, _nTe],
|
|
1780
1781
|
[[() => AgentRuntimeEndpoints, 0], 0], 1
|
|
1781
1782
|
];
|
|
1782
1783
|
export var ListAgentRuntimesRequest$ = [3, n0, _LARR,
|
|
1783
1784
|
0,
|
|
1784
|
-
[_mR,
|
|
1785
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1785
|
+
[_mR, _nTe],
|
|
1786
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1786
1787
|
];
|
|
1787
1788
|
export var ListAgentRuntimesResponse$ = [3, n0, _LARRi,
|
|
1788
1789
|
0,
|
|
1789
|
-
[_aR,
|
|
1790
|
+
[_aR, _nTe],
|
|
1790
1791
|
[[() => AgentRuntimes, 0], 0], 1
|
|
1791
1792
|
];
|
|
1792
1793
|
export var ListAgentRuntimeVersionsRequest$ = [3, n0, _LARVR,
|
|
1793
1794
|
0,
|
|
1794
|
-
[_aRI, _mR,
|
|
1795
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1795
|
+
[_aRI, _mR, _nTe],
|
|
1796
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
1796
1797
|
];
|
|
1797
1798
|
export var ListAgentRuntimeVersionsResponse$ = [3, n0, _LARVRi,
|
|
1798
1799
|
0,
|
|
1799
|
-
[_aR,
|
|
1800
|
+
[_aR, _nTe],
|
|
1800
1801
|
[[() => AgentRuntimes, 0], 0], 1
|
|
1801
1802
|
];
|
|
1802
1803
|
export var ListApiKeyCredentialProvidersRequest$ = [3, n0, _LAKCPR,
|
|
1803
1804
|
0,
|
|
1804
|
-
[
|
|
1805
|
+
[_nTe, _mR],
|
|
1805
1806
|
[0, 1]
|
|
1806
1807
|
];
|
|
1807
1808
|
export var ListApiKeyCredentialProvidersResponse$ = [3, n0, _LAKCPRi,
|
|
1808
1809
|
0,
|
|
1809
|
-
[_cPre,
|
|
1810
|
+
[_cPre, _nTe],
|
|
1810
1811
|
[() => ApiKeyCredentialProviders, 0], 1
|
|
1811
1812
|
];
|
|
1812
1813
|
export var ListBrowserProfilesRequest$ = [3, n0, _LBPR,
|
|
1813
1814
|
0,
|
|
1814
|
-
[_mR,
|
|
1815
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1815
|
+
[_mR, _nTe],
|
|
1816
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1816
1817
|
];
|
|
1817
1818
|
export var ListBrowserProfilesResponse$ = [3, n0, _LBPRi,
|
|
1818
1819
|
0,
|
|
1819
|
-
[_pS,
|
|
1820
|
+
[_pS, _nTe],
|
|
1820
1821
|
[[() => BrowserProfileSummaries, 0], 0], 1
|
|
1821
1822
|
];
|
|
1822
1823
|
export var ListBrowsersRequest$ = [3, n0, _LBR,
|
|
1823
1824
|
0,
|
|
1824
|
-
[_mR,
|
|
1825
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1825
|
+
[_mR, _nTe, _t],
|
|
1826
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _t }]]
|
|
1826
1827
|
];
|
|
1827
1828
|
export var ListBrowsersResponse$ = [3, n0, _LBRi,
|
|
1828
1829
|
0,
|
|
1829
|
-
[_bSr,
|
|
1830
|
+
[_bSr, _nTe],
|
|
1830
1831
|
[[() => BrowserSummaries, 0], 0], 1
|
|
1831
1832
|
];
|
|
1832
1833
|
export var ListCodeInterpretersRequest$ = [3, n0, _LCIR,
|
|
1833
1834
|
0,
|
|
1834
|
-
[_mR,
|
|
1835
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1835
|
+
[_mR, _nTe, _t],
|
|
1836
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _t }]]
|
|
1836
1837
|
];
|
|
1837
1838
|
export var ListCodeInterpretersResponse$ = [3, n0, _LCIRi,
|
|
1838
1839
|
0,
|
|
1839
|
-
[_cIS,
|
|
1840
|
+
[_cIS, _nTe],
|
|
1840
1841
|
[[() => CodeInterpreterSummaries, 0], 0], 1
|
|
1841
1842
|
];
|
|
1842
1843
|
export var ListEvaluatorsRequest$ = [3, n0, _LER,
|
|
1843
1844
|
0,
|
|
1844
|
-
[
|
|
1845
|
-
[[0, { [_hQ]:
|
|
1845
|
+
[_nTe, _mR],
|
|
1846
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
1846
1847
|
];
|
|
1847
1848
|
export var ListEvaluatorsResponse$ = [3, n0, _LERi,
|
|
1848
1849
|
0,
|
|
1849
|
-
[_ev,
|
|
1850
|
+
[_ev, _nTe],
|
|
1850
1851
|
[[() => EvaluatorSummaryList, 0], 0], 1
|
|
1851
1852
|
];
|
|
1852
1853
|
export var ListGatewaysRequest$ = [3, n0, _LGR,
|
|
1853
1854
|
0,
|
|
1854
|
-
[_mR,
|
|
1855
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1855
|
+
[_mR, _nTe],
|
|
1856
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1856
1857
|
];
|
|
1857
1858
|
export var ListGatewaysResponse$ = [3, n0, _LGRi,
|
|
1858
1859
|
0,
|
|
1859
|
-
[_it,
|
|
1860
|
+
[_it, _nTe],
|
|
1860
1861
|
[[() => GatewaySummaries, 0], 0], 1
|
|
1861
1862
|
];
|
|
1862
1863
|
export var ListGatewayTargetsRequest$ = [3, n0, _LGTR,
|
|
1863
1864
|
0,
|
|
1864
|
-
[_gIa, _mR,
|
|
1865
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
1865
|
+
[_gIa, _mR, _nTe],
|
|
1866
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
1866
1867
|
];
|
|
1867
1868
|
export var ListGatewayTargetsResponse$ = [3, n0, _LGTRi,
|
|
1868
1869
|
0,
|
|
1869
|
-
[_it,
|
|
1870
|
+
[_it, _nTe],
|
|
1870
1871
|
[[() => TargetSummaries, 0], 0], 1
|
|
1871
1872
|
];
|
|
1872
1873
|
export var ListMemoriesInput$ = [3, n0, _LMI,
|
|
1873
1874
|
0,
|
|
1874
|
-
[_mR,
|
|
1875
|
+
[_mR, _nTe],
|
|
1875
1876
|
[1, 0]
|
|
1876
1877
|
];
|
|
1877
1878
|
export var ListMemoriesOutput$ = [3, n0, _LMO,
|
|
1878
1879
|
0,
|
|
1879
|
-
[_memo,
|
|
1880
|
+
[_memo, _nTe],
|
|
1880
1881
|
[() => MemorySummaryList, 0], 1
|
|
1881
1882
|
];
|
|
1882
1883
|
export var ListOauth2CredentialProvidersRequest$ = [3, n0, _LOCPR,
|
|
1883
1884
|
0,
|
|
1884
|
-
[
|
|
1885
|
+
[_nTe, _mR],
|
|
1885
1886
|
[0, 1]
|
|
1886
1887
|
];
|
|
1887
1888
|
export var ListOauth2CredentialProvidersResponse$ = [3, n0, _LOCPRi,
|
|
1888
1889
|
0,
|
|
1889
|
-
[_cPre,
|
|
1890
|
+
[_cPre, _nTe],
|
|
1890
1891
|
[() => Oauth2CredentialProviders, 0], 1
|
|
1891
1892
|
];
|
|
1892
1893
|
export var ListOnlineEvaluationConfigsRequest$ = [3, n0, _LOECR,
|
|
1893
1894
|
0,
|
|
1894
|
-
[
|
|
1895
|
-
[[0, { [_hQ]:
|
|
1895
|
+
[_nTe, _mR],
|
|
1896
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
1896
1897
|
];
|
|
1897
1898
|
export var ListOnlineEvaluationConfigsResponse$ = [3, n0, _LOECRi,
|
|
1898
1899
|
0,
|
|
1899
|
-
[_oEC,
|
|
1900
|
+
[_oEC, _nTe],
|
|
1900
1901
|
[[() => OnlineEvaluationConfigSummaryList, 0], 0], 1
|
|
1901
1902
|
];
|
|
1902
1903
|
export var ListPoliciesRequest$ = [3, n0, _LPR,
|
|
1903
1904
|
0,
|
|
1904
|
-
[_pEI,
|
|
1905
|
-
[[0, 1], [0, { [_hQ]:
|
|
1905
|
+
[_pEI, _nTe, _mR, _tRS],
|
|
1906
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tRS }]], 1
|
|
1906
1907
|
];
|
|
1907
1908
|
export var ListPoliciesResponse$ = [3, n0, _LPRi,
|
|
1908
1909
|
0,
|
|
1909
|
-
[_pol,
|
|
1910
|
+
[_pol, _nTe],
|
|
1910
1911
|
[[() => Policies, 0], 0], 1
|
|
1911
1912
|
];
|
|
1912
1913
|
export var ListPolicyEnginesRequest$ = [3, n0, _LPER,
|
|
1913
1914
|
0,
|
|
1914
|
-
[
|
|
1915
|
-
[[0, { [_hQ]:
|
|
1915
|
+
[_nTe, _mR],
|
|
1916
|
+
[[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
|
|
1916
1917
|
];
|
|
1917
1918
|
export var ListPolicyEnginesResponse$ = [3, n0, _LPERi,
|
|
1918
1919
|
0,
|
|
1919
|
-
[_pE,
|
|
1920
|
+
[_pE, _nTe],
|
|
1920
1921
|
[[() => PolicyEngines, 0], 0], 1
|
|
1921
1922
|
];
|
|
1922
1923
|
export var ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
|
|
1923
1924
|
0,
|
|
1924
|
-
[_pGI, _pEI,
|
|
1925
|
-
[[0, 1], [0, 1], [0, { [_hQ]:
|
|
1925
|
+
[_pGI, _pEI, _nTe, _mR],
|
|
1926
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 2
|
|
1926
1927
|
];
|
|
1927
1928
|
export var ListPolicyGenerationAssetsResponse$ = [3, n0, _LPGARi,
|
|
1928
1929
|
0,
|
|
1929
|
-
[_pGAo,
|
|
1930
|
+
[_pGAo, _nTe],
|
|
1930
1931
|
[() => PolicyGenerationAssets, 0]
|
|
1931
1932
|
];
|
|
1932
1933
|
export var ListPolicyGenerationsRequest$ = [3, n0, _LPGR,
|
|
1933
1934
|
0,
|
|
1934
|
-
[_pEI,
|
|
1935
|
-
[[0, 1], [0, { [_hQ]:
|
|
1935
|
+
[_pEI, _nTe, _mR],
|
|
1936
|
+
[[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]], 1
|
|
1936
1937
|
];
|
|
1937
1938
|
export var ListPolicyGenerationsResponse$ = [3, n0, _LPGRi,
|
|
1938
1939
|
0,
|
|
1939
|
-
[_pG,
|
|
1940
|
+
[_pG, _nTe],
|
|
1940
1941
|
[() => PolicyGenerations, 0], 1
|
|
1941
1942
|
];
|
|
1942
1943
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
@@ -1951,12 +1952,12 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
1951
1952
|
];
|
|
1952
1953
|
export var ListWorkloadIdentitiesRequest$ = [3, n0, _LWIR,
|
|
1953
1954
|
0,
|
|
1954
|
-
[
|
|
1955
|
+
[_nTe, _mR],
|
|
1955
1956
|
[0, 1]
|
|
1956
1957
|
];
|
|
1957
1958
|
export var ListWorkloadIdentitiesResponse$ = [3, n0, _LWIRi,
|
|
1958
1959
|
0,
|
|
1959
|
-
[_wI,
|
|
1960
|
+
[_wI, _nTe],
|
|
1960
1961
|
[() => WorkloadIdentityList, 0], 1
|
|
1961
1962
|
];
|
|
1962
1963
|
export var LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
|
|
@@ -1986,8 +1987,8 @@ export var Memory$ = [3, n0, _M,
|
|
|
1986
1987
|
];
|
|
1987
1988
|
export var MemoryStrategy$ = [3, n0, _MS,
|
|
1988
1989
|
0,
|
|
1989
|
-
[_sI, _n, _t, _na, _d, _con, _cA, _uA, _st],
|
|
1990
|
-
[0, 0, 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0],
|
|
1990
|
+
[_sI, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st],
|
|
1991
|
+
[0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0], 5
|
|
1991
1992
|
];
|
|
1992
1993
|
export var MemorySummary$ = [3, n0, _MSe,
|
|
1993
1994
|
0,
|
|
@@ -2031,8 +2032,8 @@ export var ModifyMemoryStrategies$ = [3, n0, _MMS,
|
|
|
2031
2032
|
];
|
|
2032
2033
|
export var ModifyMemoryStrategyInput$ = [3, n0, _MMSI,
|
|
2033
2034
|
0,
|
|
2034
|
-
[_mSI, _d, _na, _con],
|
|
2035
|
-
[0, [() => Description, 0], 64 | 0, [() => ModifyStrategyConfiguration$, 0]], 1
|
|
2035
|
+
[_mSI, _d, _na, _nT, _con],
|
|
2036
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0, [() => ModifyStrategyConfiguration$, 0]], 1
|
|
2036
2037
|
];
|
|
2037
2038
|
export var ModifySelfManagedConfiguration$ = [3, n0, _MSMC,
|
|
2038
2039
|
0,
|
|
@@ -2191,8 +2192,8 @@ export var SemanticExtractionOverride$ = [3, n0, _SEO,
|
|
|
2191
2192
|
];
|
|
2192
2193
|
export var SemanticMemoryStrategyInput$ = [3, n0, _SMSI,
|
|
2193
2194
|
0,
|
|
2194
|
-
[_n, _d, _na],
|
|
2195
|
-
[0, [() => Description, 0], 64 | 0], 1
|
|
2195
|
+
[_n, _d, _na, _nT],
|
|
2196
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0], 1
|
|
2196
2197
|
];
|
|
2197
2198
|
export var SemanticOverrideConfigurationInput$ = [3, n0, _SOCI,
|
|
2198
2199
|
0,
|
|
@@ -2261,8 +2262,8 @@ export var SummaryConsolidationOverride$ = [3, n0, _SCOu,
|
|
|
2261
2262
|
];
|
|
2262
2263
|
export var SummaryMemoryStrategyInput$ = [3, n0, _SMSIu,
|
|
2263
2264
|
0,
|
|
2264
|
-
[_n, _d, _na],
|
|
2265
|
-
[0, [() => Description, 0], 64 | 0], 1
|
|
2265
|
+
[_n, _d, _na, _nT],
|
|
2266
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0], 1
|
|
2266
2267
|
];
|
|
2267
2268
|
export var SummaryOverrideConfigurationInput$ = [3, n0, _SOCIu,
|
|
2268
2269
|
0,
|
|
@@ -2471,8 +2472,8 @@ export var UserPreferenceExtractionOverride$ = [3, n0, _UPEO,
|
|
|
2471
2472
|
];
|
|
2472
2473
|
export var UserPreferenceMemoryStrategyInput$ = [3, n0, _UPMSI,
|
|
2473
2474
|
0,
|
|
2474
|
-
[_n, _d, _na],
|
|
2475
|
-
[0, [() => Description, 0], 64 | 0], 1
|
|
2475
|
+
[_n, _d, _na, _nT],
|
|
2476
|
+
[0, [() => Description, 0], 64 | 0, 64 | 0], 1
|
|
2476
2477
|
];
|
|
2477
2478
|
export var UserPreferenceOverrideConfigurationInput$ = [3, n0, _UPOCI,
|
|
2478
2479
|
0,
|
|
@@ -51,6 +51,9 @@ declare const CreateMemoryCommand_base: {
|
|
|
51
51
|
* namespaces: [ // NamespacesList
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
|
+
* namespaceTemplates: [
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
54
57
|
* },
|
|
55
58
|
* summaryMemoryStrategy: { // SummaryMemoryStrategyInput
|
|
56
59
|
* name: "STRING_VALUE", // required
|
|
@@ -58,6 +61,9 @@ declare const CreateMemoryCommand_base: {
|
|
|
58
61
|
* namespaces: [
|
|
59
62
|
* "STRING_VALUE",
|
|
60
63
|
* ],
|
|
64
|
+
* namespaceTemplates: [
|
|
65
|
+
* "STRING_VALUE",
|
|
66
|
+
* ],
|
|
61
67
|
* },
|
|
62
68
|
* userPreferenceMemoryStrategy: { // UserPreferenceMemoryStrategyInput
|
|
63
69
|
* name: "STRING_VALUE", // required
|
|
@@ -65,13 +71,13 @@ declare const CreateMemoryCommand_base: {
|
|
|
65
71
|
* namespaces: [
|
|
66
72
|
* "STRING_VALUE",
|
|
67
73
|
* ],
|
|
74
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
68
75
|
* },
|
|
69
76
|
* customMemoryStrategy: { // CustomMemoryStrategyInput
|
|
70
77
|
* name: "STRING_VALUE", // required
|
|
71
78
|
* description: "STRING_VALUE",
|
|
72
|
-
* namespaces:
|
|
73
|
-
*
|
|
74
|
-
* ],
|
|
79
|
+
* namespaces: "<NamespacesList>",
|
|
80
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
75
81
|
* configuration: { // CustomConfigurationInput Union: only one key present
|
|
76
82
|
* semanticOverride: { // SemanticOverrideConfigurationInput
|
|
77
83
|
* extraction: { // SemanticOverrideExtractionConfigurationInput
|
|
@@ -111,9 +117,8 @@ declare const CreateMemoryCommand_base: {
|
|
|
111
117
|
* reflection: { // EpisodicOverrideReflectionConfigurationInput
|
|
112
118
|
* appendToPrompt: "STRING_VALUE", // required
|
|
113
119
|
* modelId: "STRING_VALUE", // required
|
|
114
|
-
* namespaces:
|
|
115
|
-
*
|
|
116
|
-
* ],
|
|
120
|
+
* namespaces: "<NamespacesList>",
|
|
121
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
117
122
|
* },
|
|
118
123
|
* },
|
|
119
124
|
* selfManagedConfiguration: { // SelfManagedConfigurationInput
|
|
@@ -142,8 +147,10 @@ declare const CreateMemoryCommand_base: {
|
|
|
142
147
|
* name: "STRING_VALUE", // required
|
|
143
148
|
* description: "STRING_VALUE",
|
|
144
149
|
* namespaces: "<NamespacesList>",
|
|
150
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
145
151
|
* reflectionConfiguration: { // EpisodicReflectionConfigurationInput
|
|
146
|
-
* namespaces: "<NamespacesList>",
|
|
152
|
+
* namespaces: "<NamespacesList>",
|
|
153
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
147
154
|
* },
|
|
148
155
|
* },
|
|
149
156
|
* },
|
|
@@ -233,10 +240,16 @@ declare const CreateMemoryCommand_base: {
|
|
|
233
240
|
* // namespaces: [ // NamespacesList
|
|
234
241
|
* // "STRING_VALUE",
|
|
235
242
|
* // ],
|
|
243
|
+
* // namespaceTemplates: [
|
|
244
|
+
* // "STRING_VALUE",
|
|
245
|
+
* // ],
|
|
236
246
|
* // },
|
|
237
247
|
* // },
|
|
238
248
|
* // episodicReflectionConfiguration: { // EpisodicReflectionConfiguration
|
|
239
|
-
* // namespaces: [
|
|
249
|
+
* // namespaces: [
|
|
250
|
+
* // "STRING_VALUE",
|
|
251
|
+
* // ],
|
|
252
|
+
* // namespaceTemplates: [
|
|
240
253
|
* // "STRING_VALUE",
|
|
241
254
|
* // ],
|
|
242
255
|
* // },
|
|
@@ -264,6 +277,7 @@ declare const CreateMemoryCommand_base: {
|
|
|
264
277
|
* // },
|
|
265
278
|
* // type: "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "CUSTOM" || "EPISODIC", // required
|
|
266
279
|
* // namespaces: "<NamespacesList>", // required
|
|
280
|
+
* // namespaceTemplates: "<NamespacesList>", // required
|
|
267
281
|
* // createdAt: new Date("TIMESTAMP"),
|
|
268
282
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
269
283
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
|
|
@@ -106,10 +106,16 @@ declare const GetMemoryCommand_base: {
|
|
|
106
106
|
* // namespaces: [ // NamespacesList
|
|
107
107
|
* // "STRING_VALUE",
|
|
108
108
|
* // ],
|
|
109
|
+
* // namespaceTemplates: [
|
|
110
|
+
* // "STRING_VALUE",
|
|
111
|
+
* // ],
|
|
109
112
|
* // },
|
|
110
113
|
* // },
|
|
111
114
|
* // episodicReflectionConfiguration: { // EpisodicReflectionConfiguration
|
|
112
|
-
* // namespaces: [
|
|
115
|
+
* // namespaces: [
|
|
116
|
+
* // "STRING_VALUE",
|
|
117
|
+
* // ],
|
|
118
|
+
* // namespaceTemplates: [
|
|
113
119
|
* // "STRING_VALUE",
|
|
114
120
|
* // ],
|
|
115
121
|
* // },
|
|
@@ -137,6 +143,7 @@ declare const GetMemoryCommand_base: {
|
|
|
137
143
|
* // },
|
|
138
144
|
* // type: "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "CUSTOM" || "EPISODIC", // required
|
|
139
145
|
* // namespaces: "<NamespacesList>", // required
|
|
146
|
+
* // namespaceTemplates: "<NamespacesList>", // required
|
|
140
147
|
* // createdAt: new Date("TIMESTAMP"),
|
|
141
148
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
142
149
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
|
|
@@ -51,6 +51,9 @@ declare const UpdateMemoryCommand_base: {
|
|
|
51
51
|
* namespaces: [ // NamespacesList
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
|
+
* namespaceTemplates: [
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
54
57
|
* },
|
|
55
58
|
* summaryMemoryStrategy: { // SummaryMemoryStrategyInput
|
|
56
59
|
* name: "STRING_VALUE", // required
|
|
@@ -58,6 +61,9 @@ declare const UpdateMemoryCommand_base: {
|
|
|
58
61
|
* namespaces: [
|
|
59
62
|
* "STRING_VALUE",
|
|
60
63
|
* ],
|
|
64
|
+
* namespaceTemplates: [
|
|
65
|
+
* "STRING_VALUE",
|
|
66
|
+
* ],
|
|
61
67
|
* },
|
|
62
68
|
* userPreferenceMemoryStrategy: { // UserPreferenceMemoryStrategyInput
|
|
63
69
|
* name: "STRING_VALUE", // required
|
|
@@ -65,13 +71,13 @@ declare const UpdateMemoryCommand_base: {
|
|
|
65
71
|
* namespaces: [
|
|
66
72
|
* "STRING_VALUE",
|
|
67
73
|
* ],
|
|
74
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
68
75
|
* },
|
|
69
76
|
* customMemoryStrategy: { // CustomMemoryStrategyInput
|
|
70
77
|
* name: "STRING_VALUE", // required
|
|
71
78
|
* description: "STRING_VALUE",
|
|
72
|
-
* namespaces:
|
|
73
|
-
*
|
|
74
|
-
* ],
|
|
79
|
+
* namespaces: "<NamespacesList>",
|
|
80
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
75
81
|
* configuration: { // CustomConfigurationInput Union: only one key present
|
|
76
82
|
* semanticOverride: { // SemanticOverrideConfigurationInput
|
|
77
83
|
* extraction: { // SemanticOverrideExtractionConfigurationInput
|
|
@@ -111,9 +117,8 @@ declare const UpdateMemoryCommand_base: {
|
|
|
111
117
|
* reflection: { // EpisodicOverrideReflectionConfigurationInput
|
|
112
118
|
* appendToPrompt: "STRING_VALUE", // required
|
|
113
119
|
* modelId: "STRING_VALUE", // required
|
|
114
|
-
* namespaces:
|
|
115
|
-
*
|
|
116
|
-
* ],
|
|
120
|
+
* namespaces: "<NamespacesList>",
|
|
121
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
117
122
|
* },
|
|
118
123
|
* },
|
|
119
124
|
* selfManagedConfiguration: { // SelfManagedConfigurationInput
|
|
@@ -142,8 +147,10 @@ declare const UpdateMemoryCommand_base: {
|
|
|
142
147
|
* name: "STRING_VALUE", // required
|
|
143
148
|
* description: "STRING_VALUE",
|
|
144
149
|
* namespaces: "<NamespacesList>",
|
|
150
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
145
151
|
* reflectionConfiguration: { // EpisodicReflectionConfigurationInput
|
|
146
|
-
* namespaces: "<NamespacesList>",
|
|
152
|
+
* namespaces: "<NamespacesList>",
|
|
153
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
147
154
|
* },
|
|
148
155
|
* },
|
|
149
156
|
* },
|
|
@@ -153,6 +160,7 @@ declare const UpdateMemoryCommand_base: {
|
|
|
153
160
|
* memoryStrategyId: "STRING_VALUE", // required
|
|
154
161
|
* description: "STRING_VALUE",
|
|
155
162
|
* namespaces: "<NamespacesList>",
|
|
163
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
156
164
|
* configuration: { // ModifyStrategyConfiguration
|
|
157
165
|
* extraction: { // ModifyExtractionConfiguration Union: only one key present
|
|
158
166
|
* customExtractionConfiguration: { // CustomExtractionConfigurationInput Union: only one key present
|
|
@@ -192,13 +200,15 @@ declare const UpdateMemoryCommand_base: {
|
|
|
192
200
|
* },
|
|
193
201
|
* reflection: { // ModifyReflectionConfiguration Union: only one key present
|
|
194
202
|
* episodicReflectionConfiguration: {
|
|
195
|
-
* namespaces: "<NamespacesList>",
|
|
203
|
+
* namespaces: "<NamespacesList>",
|
|
204
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
196
205
|
* },
|
|
197
206
|
* customReflectionConfiguration: { // CustomReflectionConfigurationInput Union: only one key present
|
|
198
207
|
* episodicReflectionOverride: {
|
|
199
208
|
* appendToPrompt: "STRING_VALUE", // required
|
|
200
209
|
* modelId: "STRING_VALUE", // required
|
|
201
210
|
* namespaces: "<NamespacesList>",
|
|
211
|
+
* namespaceTemplates: "<NamespacesList>",
|
|
202
212
|
* },
|
|
203
213
|
* },
|
|
204
214
|
* },
|
|
@@ -313,10 +323,16 @@ declare const UpdateMemoryCommand_base: {
|
|
|
313
323
|
* // namespaces: [ // NamespacesList
|
|
314
324
|
* // "STRING_VALUE",
|
|
315
325
|
* // ],
|
|
326
|
+
* // namespaceTemplates: [
|
|
327
|
+
* // "STRING_VALUE",
|
|
328
|
+
* // ],
|
|
316
329
|
* // },
|
|
317
330
|
* // },
|
|
318
331
|
* // episodicReflectionConfiguration: { // EpisodicReflectionConfiguration
|
|
319
|
-
* // namespaces: [
|
|
332
|
+
* // namespaces: [
|
|
333
|
+
* // "STRING_VALUE",
|
|
334
|
+
* // ],
|
|
335
|
+
* // namespaceTemplates: [
|
|
320
336
|
* // "STRING_VALUE",
|
|
321
337
|
* // ],
|
|
322
338
|
* // },
|
|
@@ -344,6 +360,7 @@ declare const UpdateMemoryCommand_base: {
|
|
|
344
360
|
* // },
|
|
345
361
|
* // type: "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "CUSTOM" || "EPISODIC", // required
|
|
346
362
|
* // namespaces: "<NamespacesList>", // required
|
|
363
|
+
* // namespaceTemplates: "<NamespacesList>", // required
|
|
347
364
|
* // createdAt: new Date("TIMESTAMP"),
|
|
348
365
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
349
366
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
|
|
@@ -4019,9 +4019,16 @@ export interface EpisodicOverrideReflectionConfigurationInput {
|
|
|
4019
4019
|
modelId: string | undefined;
|
|
4020
4020
|
/**
|
|
4021
4021
|
* <p>The namespaces to use for episodic reflection. Can be less nested than the episodic namespaces.</p>
|
|
4022
|
+
*
|
|
4023
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
4022
4024
|
* @public
|
|
4023
4025
|
*/
|
|
4024
4026
|
namespaces?: string[] | undefined;
|
|
4027
|
+
/**
|
|
4028
|
+
* <p>The namespaceTemplates to use for episodic reflection. Can be less nested than the episodic namespaces.</p>
|
|
4029
|
+
* @public
|
|
4030
|
+
*/
|
|
4031
|
+
namespaceTemplates?: string[] | undefined;
|
|
4025
4032
|
}
|
|
4026
4033
|
/**
|
|
4027
4034
|
* <p>Input for the configuration to override the episodic memory strategy.</p>
|
|
@@ -4406,9 +4413,16 @@ export interface CustomMemoryStrategyInput {
|
|
|
4406
4413
|
description?: string | undefined;
|
|
4407
4414
|
/**
|
|
4408
4415
|
* <p>The namespaces associated with the custom memory strategy.</p>
|
|
4416
|
+
*
|
|
4417
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
4409
4418
|
* @public
|
|
4410
4419
|
*/
|
|
4411
4420
|
namespaces?: string[] | undefined;
|
|
4421
|
+
/**
|
|
4422
|
+
* <p>The namespaceTemplates associated with the custom memory strategy.</p>
|
|
4423
|
+
* @public
|
|
4424
|
+
*/
|
|
4425
|
+
namespaceTemplates?: string[] | undefined;
|
|
4412
4426
|
/**
|
|
4413
4427
|
* <p>The configuration for the custom memory strategy.</p>
|
|
4414
4428
|
* @public
|
|
@@ -4422,9 +4436,16 @@ export interface CustomMemoryStrategyInput {
|
|
|
4422
4436
|
export interface EpisodicReflectionConfigurationInput {
|
|
4423
4437
|
/**
|
|
4424
4438
|
* <p>The namespaces over which to create reflections. Can be less nested than episode namespaces.</p>
|
|
4439
|
+
*
|
|
4440
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
4425
4441
|
* @public
|
|
4426
4442
|
*/
|
|
4427
|
-
namespaces
|
|
4443
|
+
namespaces?: string[] | undefined;
|
|
4444
|
+
/**
|
|
4445
|
+
* <p>The namespaceTemplates over which to create reflections. Can be less nested than episode namespaces.</p>
|
|
4446
|
+
* @public
|
|
4447
|
+
*/
|
|
4448
|
+
namespaceTemplates?: string[] | undefined;
|
|
4428
4449
|
}
|
|
4429
4450
|
/**
|
|
4430
4451
|
* <p>Input for creating an episodic memory strategy.</p>
|
|
@@ -4443,9 +4464,16 @@ export interface EpisodicMemoryStrategyInput {
|
|
|
4443
4464
|
description?: string | undefined;
|
|
4444
4465
|
/**
|
|
4445
4466
|
* <p>The namespaces for which to create episodes.</p>
|
|
4467
|
+
*
|
|
4468
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
4446
4469
|
* @public
|
|
4447
4470
|
*/
|
|
4448
4471
|
namespaces?: string[] | undefined;
|
|
4472
|
+
/**
|
|
4473
|
+
* <p>The namespaceTemplates for which to create episodes.</p>
|
|
4474
|
+
* @public
|
|
4475
|
+
*/
|
|
4476
|
+
namespaceTemplates?: string[] | undefined;
|
|
4449
4477
|
/**
|
|
4450
4478
|
* <p>The configuration for the reflections created with the episodic memory strategy.</p>
|
|
4451
4479
|
* @public
|
|
@@ -4469,9 +4497,16 @@ export interface SemanticMemoryStrategyInput {
|
|
|
4469
4497
|
description?: string | undefined;
|
|
4470
4498
|
/**
|
|
4471
4499
|
* <p>The namespaces associated with the semantic memory strategy.</p>
|
|
4500
|
+
*
|
|
4501
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
4472
4502
|
* @public
|
|
4473
4503
|
*/
|
|
4474
4504
|
namespaces?: string[] | undefined;
|
|
4505
|
+
/**
|
|
4506
|
+
* <p>The namespaceTemplates associated with the semantic memory strategy.</p>
|
|
4507
|
+
* @public
|
|
4508
|
+
*/
|
|
4509
|
+
namespaceTemplates?: string[] | undefined;
|
|
4475
4510
|
}
|
|
4476
4511
|
/**
|
|
4477
4512
|
* <p>Input for creating a summary memory strategy.</p>
|
|
@@ -4490,9 +4525,16 @@ export interface SummaryMemoryStrategyInput {
|
|
|
4490
4525
|
description?: string | undefined;
|
|
4491
4526
|
/**
|
|
4492
4527
|
* <p>The namespaces associated with the summary memory strategy.</p>
|
|
4528
|
+
*
|
|
4529
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
4493
4530
|
* @public
|
|
4494
4531
|
*/
|
|
4495
4532
|
namespaces?: string[] | undefined;
|
|
4533
|
+
/**
|
|
4534
|
+
* <p>The namespaceTemplates associated with the summary memory strategy.</p>
|
|
4535
|
+
* @public
|
|
4536
|
+
*/
|
|
4537
|
+
namespaceTemplates?: string[] | undefined;
|
|
4496
4538
|
}
|
|
4497
4539
|
/**
|
|
4498
4540
|
* <p>Input for creating a user preference memory strategy.</p>
|
|
@@ -4511,9 +4553,16 @@ export interface UserPreferenceMemoryStrategyInput {
|
|
|
4511
4553
|
description?: string | undefined;
|
|
4512
4554
|
/**
|
|
4513
4555
|
* <p>The namespaces associated with the user preference memory strategy.</p>
|
|
4556
|
+
*
|
|
4557
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
4514
4558
|
* @public
|
|
4515
4559
|
*/
|
|
4516
4560
|
namespaces?: string[] | undefined;
|
|
4561
|
+
/**
|
|
4562
|
+
* <p>The namespaceTemplates associated with the user preference memory strategy.</p>
|
|
4563
|
+
* @public
|
|
4564
|
+
*/
|
|
4565
|
+
namespaceTemplates?: string[] | undefined;
|
|
4517
4566
|
}
|
|
4518
4567
|
/**
|
|
4519
4568
|
* <p>Contains input information for creating a memory strategy.</p>
|
|
@@ -5063,9 +5112,16 @@ export interface EpisodicReflectionOverride {
|
|
|
5063
5112
|
modelId: string | undefined;
|
|
5064
5113
|
/**
|
|
5065
5114
|
* <p>The namespaces over which reflections were created. Can be less nested than the episodic namespaces.</p>
|
|
5115
|
+
*
|
|
5116
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
5066
5117
|
* @public
|
|
5067
5118
|
*/
|
|
5068
5119
|
namespaces?: string[] | undefined;
|
|
5120
|
+
/**
|
|
5121
|
+
* <p>The namespaceTemplates over which reflections were created. Can be less nested than the episodic namespaces.</p>
|
|
5122
|
+
* @public
|
|
5123
|
+
*/
|
|
5124
|
+
namespaceTemplates?: string[] | undefined;
|
|
5069
5125
|
}
|
|
5070
5126
|
/**
|
|
5071
5127
|
* <p>Contains configurations for a custom reflection strategy.</p>
|
|
@@ -5107,9 +5163,16 @@ export declare namespace CustomReflectionConfiguration {
|
|
|
5107
5163
|
export interface EpisodicReflectionConfiguration {
|
|
5108
5164
|
/**
|
|
5109
5165
|
* <p>The namespaces for which to create reflections. Can be less nested than the episodic namespaces.</p>
|
|
5166
|
+
*
|
|
5167
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
5110
5168
|
* @public
|
|
5111
5169
|
*/
|
|
5112
|
-
namespaces
|
|
5170
|
+
namespaces?: string[] | undefined;
|
|
5171
|
+
/**
|
|
5172
|
+
* <p>The namespaceTemplates for which to create reflections. Can be less nested than the episodic namespaces.</p>
|
|
5173
|
+
* @public
|
|
5174
|
+
*/
|
|
5175
|
+
namespaceTemplates?: string[] | undefined;
|
|
5113
5176
|
}
|
|
5114
5177
|
/**
|
|
5115
5178
|
* <p>Contains reflection configuration information for a memory strategy.</p>
|
|
@@ -5348,9 +5411,16 @@ export interface MemoryStrategy {
|
|
|
5348
5411
|
type: MemoryStrategyType | undefined;
|
|
5349
5412
|
/**
|
|
5350
5413
|
* <p>The namespaces associated with the memory strategy.</p>
|
|
5414
|
+
*
|
|
5415
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
5351
5416
|
* @public
|
|
5352
5417
|
*/
|
|
5353
5418
|
namespaces: string[] | undefined;
|
|
5419
|
+
/**
|
|
5420
|
+
* <p>The namespaceTemplates associated with the memory strategy.</p>
|
|
5421
|
+
* @public
|
|
5422
|
+
*/
|
|
5423
|
+
namespaceTemplates: string[] | undefined;
|
|
5354
5424
|
/**
|
|
5355
5425
|
* <p>The timestamp when the memory strategy was created.</p>
|
|
5356
5426
|
* @public
|
|
@@ -5933,9 +6003,16 @@ export interface ModifyMemoryStrategyInput {
|
|
|
5933
6003
|
description?: string | undefined;
|
|
5934
6004
|
/**
|
|
5935
6005
|
* <p>The updated namespaces for the memory strategy.</p>
|
|
6006
|
+
*
|
|
6007
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
5936
6008
|
* @public
|
|
5937
6009
|
*/
|
|
5938
6010
|
namespaces?: string[] | undefined;
|
|
6011
|
+
/**
|
|
6012
|
+
* <p>The updated namespaceTemplates for the memory strategy.</p>
|
|
6013
|
+
* @public
|
|
6014
|
+
*/
|
|
6015
|
+
namespaceTemplates?: string[] | undefined;
|
|
5939
6016
|
/**
|
|
5940
6017
|
* <p>The updated configuration for the memory strategy.</p>
|
|
5941
6018
|
* @public
|
|
@@ -1132,6 +1132,7 @@ export interface EpisodicOverrideReflectionConfigurationInput {
|
|
|
1132
1132
|
appendToPrompt: string | undefined;
|
|
1133
1133
|
modelId: string | undefined;
|
|
1134
1134
|
namespaces?: string[] | undefined;
|
|
1135
|
+
namespaceTemplates?: string[] | undefined;
|
|
1135
1136
|
}
|
|
1136
1137
|
export interface EpisodicOverrideConfigurationInput {
|
|
1137
1138
|
extraction?: EpisodicOverrideExtractionConfigurationInput | undefined;
|
|
@@ -1297,31 +1298,37 @@ export interface CustomMemoryStrategyInput {
|
|
|
1297
1298
|
name: string | undefined;
|
|
1298
1299
|
description?: string | undefined;
|
|
1299
1300
|
namespaces?: string[] | undefined;
|
|
1301
|
+
namespaceTemplates?: string[] | undefined;
|
|
1300
1302
|
configuration?: CustomConfigurationInput | undefined;
|
|
1301
1303
|
}
|
|
1302
1304
|
export interface EpisodicReflectionConfigurationInput {
|
|
1303
|
-
namespaces
|
|
1305
|
+
namespaces?: string[] | undefined;
|
|
1306
|
+
namespaceTemplates?: string[] | undefined;
|
|
1304
1307
|
}
|
|
1305
1308
|
export interface EpisodicMemoryStrategyInput {
|
|
1306
1309
|
name: string | undefined;
|
|
1307
1310
|
description?: string | undefined;
|
|
1308
1311
|
namespaces?: string[] | undefined;
|
|
1312
|
+
namespaceTemplates?: string[] | undefined;
|
|
1309
1313
|
reflectionConfiguration?: EpisodicReflectionConfigurationInput | undefined;
|
|
1310
1314
|
}
|
|
1311
1315
|
export interface SemanticMemoryStrategyInput {
|
|
1312
1316
|
name: string | undefined;
|
|
1313
1317
|
description?: string | undefined;
|
|
1314
1318
|
namespaces?: string[] | undefined;
|
|
1319
|
+
namespaceTemplates?: string[] | undefined;
|
|
1315
1320
|
}
|
|
1316
1321
|
export interface SummaryMemoryStrategyInput {
|
|
1317
1322
|
name: string | undefined;
|
|
1318
1323
|
description?: string | undefined;
|
|
1319
1324
|
namespaces?: string[] | undefined;
|
|
1325
|
+
namespaceTemplates?: string[] | undefined;
|
|
1320
1326
|
}
|
|
1321
1327
|
export interface UserPreferenceMemoryStrategyInput {
|
|
1322
1328
|
name: string | undefined;
|
|
1323
1329
|
description?: string | undefined;
|
|
1324
1330
|
namespaces?: string[] | undefined;
|
|
1331
|
+
namespaceTemplates?: string[] | undefined;
|
|
1325
1332
|
}
|
|
1326
1333
|
export type MemoryStrategyInput =
|
|
1327
1334
|
| MemoryStrategyInput.CustomMemoryStrategyMember
|
|
@@ -1588,6 +1595,7 @@ export interface EpisodicReflectionOverride {
|
|
|
1588
1595
|
appendToPrompt: string | undefined;
|
|
1589
1596
|
modelId: string | undefined;
|
|
1590
1597
|
namespaces?: string[] | undefined;
|
|
1598
|
+
namespaceTemplates?: string[] | undefined;
|
|
1591
1599
|
}
|
|
1592
1600
|
export type CustomReflectionConfiguration =
|
|
1593
1601
|
| CustomReflectionConfiguration.EpisodicReflectionOverrideMember
|
|
@@ -1607,7 +1615,8 @@ export declare namespace CustomReflectionConfiguration {
|
|
|
1607
1615
|
}
|
|
1608
1616
|
}
|
|
1609
1617
|
export interface EpisodicReflectionConfiguration {
|
|
1610
|
-
namespaces
|
|
1618
|
+
namespaces?: string[] | undefined;
|
|
1619
|
+
namespaceTemplates?: string[] | undefined;
|
|
1611
1620
|
}
|
|
1612
1621
|
export type ReflectionConfiguration =
|
|
1613
1622
|
| ReflectionConfiguration.CustomReflectionConfigurationMember
|
|
@@ -1706,6 +1715,7 @@ export interface MemoryStrategy {
|
|
|
1706
1715
|
configuration?: StrategyConfiguration | undefined;
|
|
1707
1716
|
type: MemoryStrategyType | undefined;
|
|
1708
1717
|
namespaces: string[] | undefined;
|
|
1718
|
+
namespaceTemplates: string[] | undefined;
|
|
1709
1719
|
createdAt?: Date | undefined;
|
|
1710
1720
|
updatedAt?: Date | undefined;
|
|
1711
1721
|
status?: MemoryStrategyStatus | undefined;
|
|
@@ -1968,6 +1978,7 @@ export interface ModifyMemoryStrategyInput {
|
|
|
1968
1978
|
memoryStrategyId: string | undefined;
|
|
1969
1979
|
description?: string | undefined;
|
|
1970
1980
|
namespaces?: string[] | undefined;
|
|
1981
|
+
namespaceTemplates?: string[] | undefined;
|
|
1971
1982
|
configuration?: ModifyStrategyConfiguration | undefined;
|
|
1972
1983
|
}
|
|
1973
1984
|
export interface ModifyMemoryStrategies {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1011.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore-control",
|