@aws-sdk/client-bedrock-agentcore-control 3.1003.0 → 3.1005.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 +9 -0
- package/dist-cjs/schemas/schemas_0.js +83 -46
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +73 -36
- package/dist-types/commands/CreateMemoryCommand.d.ts +30 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +15 -0
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMemoryCommand.d.ts +30 -0
- package/dist-types/models/enums.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +92 -103
- package/dist-types/models/models_1.d.ts +104 -2
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -41
- package/dist-types/ts3.4/models/models_1.d.ts +43 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +11 -11
|
@@ -49,10 +49,12 @@ const _CCI = "CustomConfigurationInput";
|
|
|
49
49
|
const _CCIR = "CreateCodeInterpreterRequest";
|
|
50
50
|
const _CCIRr = "CreateCodeInterpreterResponse";
|
|
51
51
|
const _CCIr = "CreateCodeInterpreter";
|
|
52
|
+
const _CCL = "ContentConfigurationList";
|
|
52
53
|
const _CCVT = "CustomClaimValidationType";
|
|
53
54
|
const _CCVTu = "CustomClaimValidationsType";
|
|
54
55
|
const _CCo = "ContainerConfiguration";
|
|
55
|
-
const _CCon = "
|
|
56
|
+
const _CCon = "ContentConfiguration";
|
|
57
|
+
const _CCons = "ConsolidationConfiguration";
|
|
56
58
|
const _CE = "ConflictException";
|
|
57
59
|
const _CEC = "CustomExtractionConfiguration";
|
|
58
60
|
const _CECI = "CustomExtractionConfigurationInput";
|
|
@@ -264,6 +266,7 @@ const _IOPCO = "IncludedOauth2ProviderConfigOutput";
|
|
|
264
266
|
const _IP = "InlinePayload";
|
|
265
267
|
const _ISE = "InternalServerException";
|
|
266
268
|
const _KC = "KmsConfiguration";
|
|
269
|
+
const _KR = "KinesisResource";
|
|
267
270
|
const _LAAJEC = "LlmAsAJudgeEvaluatorConfig";
|
|
268
271
|
const _LAKCP = "ListApiKeyCredentialProviders";
|
|
269
272
|
const _LAKCPR = "ListApiKeyCredentialProvidersRequest";
|
|
@@ -398,6 +401,9 @@ const _SCa = "SamplingConfig";
|
|
|
398
401
|
const _SCe = "SessionConfig";
|
|
399
402
|
const _SCt = "StrategyConfiguration";
|
|
400
403
|
const _SD = "SchemaDefinition";
|
|
404
|
+
const _SDR = "StreamDeliveryResources";
|
|
405
|
+
const _SDRL = "StreamDeliveryResourcesList";
|
|
406
|
+
const _SDRt = "StreamDeliveryResource";
|
|
401
407
|
const _SE = "ServiceException";
|
|
402
408
|
const _SEO = "SemanticExtractionOverride";
|
|
403
409
|
const _SGT = "SynchronizeGatewayTargets";
|
|
@@ -541,8 +547,9 @@ const _c = "client";
|
|
|
541
547
|
const _cA = "createdAt";
|
|
542
548
|
const _cC = "customClaims";
|
|
543
549
|
const _cCC = "customConsolidationConfiguration";
|
|
544
|
-
const _cCo = "
|
|
550
|
+
const _cCo = "contentConfigurations";
|
|
545
551
|
const _cCod = "codeConfiguration";
|
|
552
|
+
const _cCon = "containerConfiguration";
|
|
546
553
|
const _cEC = "customExtractionConfiguration";
|
|
547
554
|
const _cI = "clientId";
|
|
548
555
|
const _cIA = "codeInterpreterArn";
|
|
@@ -581,6 +588,7 @@ const _cont = "content";
|
|
|
581
588
|
const _d = "description";
|
|
582
589
|
const _dMS = "deleteMemoryStrategies";
|
|
583
590
|
const _dRU = "defaultReturnUrl";
|
|
591
|
+
const _dSA = "dataStreamArn";
|
|
584
592
|
const _dSC = "dataSourceConfig";
|
|
585
593
|
const _dU = "discoveryUrl";
|
|
586
594
|
const _dV = "doubleValue";
|
|
@@ -649,6 +657,7 @@ const _k = "key";
|
|
|
649
657
|
const _kC = "kmsConfiguration";
|
|
650
658
|
const _kKA = "kmsKeyArn";
|
|
651
659
|
const _kT = "keyType";
|
|
660
|
+
const _ki = "kinesis";
|
|
652
661
|
const _l = "label";
|
|
653
662
|
const _lA = "lambdaArn";
|
|
654
663
|
const _lAAJ = "llmAsAJudge";
|
|
@@ -753,6 +762,7 @@ const _re = "recording";
|
|
|
753
762
|
const _ref = "reflection";
|
|
754
763
|
const _req = "required";
|
|
755
764
|
const _res = "resource";
|
|
765
|
+
const _reso = "resources";
|
|
756
766
|
const _ru = "runtime";
|
|
757
767
|
const _rul = "rule";
|
|
758
768
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcorecontrol";
|
|
@@ -761,6 +771,7 @@ const _sC = "samplingConfig";
|
|
|
761
771
|
const _sCO = "semanticConsolidationOverride";
|
|
762
772
|
const _sCOu = "summaryConsolidationOverride";
|
|
763
773
|
const _sCe = "sessionConfig";
|
|
774
|
+
const _sDR = "streamDeliveryResources";
|
|
764
775
|
const _sEO = "semanticExtractionOverride";
|
|
765
776
|
const _sG = "securityGroups";
|
|
766
777
|
const _sI = "strategyId";
|
|
@@ -790,7 +801,7 @@ const _sta = "stage";
|
|
|
790
801
|
const _stat = "statement";
|
|
791
802
|
const _str = "strategies";
|
|
792
803
|
const _su = "subnets";
|
|
793
|
-
const _t = "
|
|
804
|
+
const _t = "type";
|
|
794
805
|
const _tA = "topicArn";
|
|
795
806
|
const _tBT = "tokenBasedTrigger";
|
|
796
807
|
const _tBTi = "timeBasedTrigger";
|
|
@@ -810,9 +821,9 @@ const _tRS = "targetResourceScope";
|
|
|
810
821
|
const _tS = "toolSchema";
|
|
811
822
|
const _tV = "targetVersion";
|
|
812
823
|
const _tVI = "tokenVaultId";
|
|
813
|
-
const _ta = "
|
|
824
|
+
const _ta = "tags";
|
|
825
|
+
const _tar = "targets";
|
|
814
826
|
const _te = "temperature";
|
|
815
|
-
const _ty = "type";
|
|
816
827
|
const _u = "uri";
|
|
817
828
|
const _uA = "updatedAt";
|
|
818
829
|
const _uPCO = "userPreferenceConsolidationOverride";
|
|
@@ -1058,9 +1069,14 @@ export var ContainerConfiguration$ = [3, n0, _CCo,
|
|
|
1058
1069
|
[_cU],
|
|
1059
1070
|
[0], 1
|
|
1060
1071
|
];
|
|
1072
|
+
export var ContentConfiguration$ = [3, n0, _CCon,
|
|
1073
|
+
0,
|
|
1074
|
+
[_t, _le],
|
|
1075
|
+
[0, 0], 1
|
|
1076
|
+
];
|
|
1061
1077
|
export var CreateAgentRuntimeEndpointRequest$ = [3, n0, _CARER,
|
|
1062
1078
|
0,
|
|
1063
|
-
[_aRI, _n, _aRV, _d, _cTl,
|
|
1079
|
+
[_aRI, _n, _aRV, _d, _cTl, _ta],
|
|
1064
1080
|
[[0, 1], [() => EndpointName, 0], 0, 0, [0, 4], 128 | 0], 2
|
|
1065
1081
|
];
|
|
1066
1082
|
export var CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
|
|
@@ -1070,7 +1086,7 @@ export var CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
|
|
|
1070
1086
|
];
|
|
1071
1087
|
export var CreateAgentRuntimeRequest$ = [3, n0, _CARR,
|
|
1072
1088
|
0,
|
|
1073
|
-
[_aRN, _aRAg, _rA, _nC, _cTl, _d, _aC, _rHC, _pC, _lC, _eV,
|
|
1089
|
+
[_aRN, _aRAg, _rA, _nC, _cTl, _d, _aC, _rHC, _pC, _lC, _eV, _ta],
|
|
1074
1090
|
[0, () => AgentRuntimeArtifact$, 0, () => NetworkConfiguration$, [0, 4], [() => Description, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => ProtocolConfiguration$, () => LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], 128 | 0], 4
|
|
1075
1091
|
];
|
|
1076
1092
|
export var CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
@@ -1080,7 +1096,7 @@ export var CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
|
1080
1096
|
];
|
|
1081
1097
|
export var CreateApiKeyCredentialProviderRequest$ = [3, n0, _CAKCPR,
|
|
1082
1098
|
0,
|
|
1083
|
-
[_n, _aK,
|
|
1099
|
+
[_n, _aK, _ta],
|
|
1084
1100
|
[0, [() => ApiKeyType, 0], 128 | 0], 2
|
|
1085
1101
|
];
|
|
1086
1102
|
export var CreateApiKeyCredentialProviderResponse$ = [3, n0, _CAKCPRr,
|
|
@@ -1090,7 +1106,7 @@ export var CreateApiKeyCredentialProviderResponse$ = [3, n0, _CAKCPRr,
|
|
|
1090
1106
|
];
|
|
1091
1107
|
export var CreateBrowserProfileRequest$ = [3, n0, _CBPR,
|
|
1092
1108
|
0,
|
|
1093
|
-
[_n, _d, _cTl,
|
|
1109
|
+
[_n, _d, _cTl, _ta],
|
|
1094
1110
|
[0, [() => Description, 0], [0, 4], 128 | 0], 1
|
|
1095
1111
|
];
|
|
1096
1112
|
export var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
@@ -1100,7 +1116,7 @@ export var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
|
|
|
1100
1116
|
];
|
|
1101
1117
|
export var CreateBrowserRequest$ = [3, n0, _CBR,
|
|
1102
1118
|
0,
|
|
1103
|
-
[_n, _nC, _d, _eRA, _re, _bS, _cTl,
|
|
1119
|
+
[_n, _nC, _d, _eRA, _re, _bS, _cTl, _ta],
|
|
1104
1120
|
[0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, [0, 4], 128 | 0], 2
|
|
1105
1121
|
];
|
|
1106
1122
|
export var CreateBrowserResponse$ = [3, n0, _CBRr,
|
|
@@ -1110,7 +1126,7 @@ export var CreateBrowserResponse$ = [3, n0, _CBRr,
|
|
|
1110
1126
|
];
|
|
1111
1127
|
export var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
|
|
1112
1128
|
0,
|
|
1113
|
-
[_n, _nC, _d, _eRA, _cTl,
|
|
1129
|
+
[_n, _nC, _d, _eRA, _cTl, _ta],
|
|
1114
1130
|
[0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, [0, 4], 128 | 0], 2
|
|
1115
1131
|
];
|
|
1116
1132
|
export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
@@ -1120,7 +1136,7 @@ export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
|
|
|
1120
1136
|
];
|
|
1121
1137
|
export var CreateEvaluatorRequest$ = [3, n0, _CER,
|
|
1122
1138
|
0,
|
|
1123
|
-
[_eNv, _eC, _le, _cTl, _d,
|
|
1139
|
+
[_eNv, _eC, _le, _cTl, _d, _ta],
|
|
1124
1140
|
[0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 128 | 0], 3
|
|
1125
1141
|
];
|
|
1126
1142
|
export var CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
@@ -1130,7 +1146,7 @@ export var CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
|
1130
1146
|
];
|
|
1131
1147
|
export var CreateGatewayRequest$ = [3, n0, _CGR,
|
|
1132
1148
|
0,
|
|
1133
|
-
[_n, _rA, _pT, _aT, _d, _cTl, _pC, _aC, _kKA, _iCn, _pEC, _eL,
|
|
1149
|
+
[_n, _rA, _pT, _aT, _d, _cTl, _pC, _aC, _kKA, _iCn, _pEC, _eL, _ta],
|
|
1134
1150
|
[[() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], [0, 4], () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0, 128 | 0], 4
|
|
1135
1151
|
];
|
|
1136
1152
|
export var CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
@@ -1150,8 +1166,8 @@ export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
|
1150
1166
|
];
|
|
1151
1167
|
export var CreateMemoryInput$ = [3, n0, _CMI,
|
|
1152
1168
|
0,
|
|
1153
|
-
[_n, _eED, _cTl, _d, _eKA, _mERA, _mS,
|
|
1154
|
-
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], 128 | 0], 2
|
|
1169
|
+
[_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _sDR, _ta],
|
|
1170
|
+
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => StreamDeliveryResources$, 128 | 0], 2
|
|
1155
1171
|
];
|
|
1156
1172
|
export var CreateMemoryOutput$ = [3, n0, _CMO,
|
|
1157
1173
|
0,
|
|
@@ -1160,7 +1176,7 @@ export var CreateMemoryOutput$ = [3, n0, _CMO,
|
|
|
1160
1176
|
];
|
|
1161
1177
|
export var CreateOauth2CredentialProviderRequest$ = [3, n0, _COCPR,
|
|
1162
1178
|
0,
|
|
1163
|
-
[_n, _cPV, _oPCI,
|
|
1179
|
+
[_n, _cPV, _oPCI, _ta],
|
|
1164
1180
|
[0, 0, [() => Oauth2ProviderConfigInput$, 0], 128 | 0], 3
|
|
1165
1181
|
];
|
|
1166
1182
|
export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
@@ -1170,7 +1186,7 @@ export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
|
1170
1186
|
];
|
|
1171
1187
|
export var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
|
|
1172
1188
|
0,
|
|
1173
|
-
[_oECN, _rul, _dSC, _ev, _eERA, _eOC, _cTl, _d,
|
|
1189
|
+
[_oECN, _rul, _dSC, _ev, _eERA, _eOC, _cTl, _d, _ta],
|
|
1174
1190
|
[0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], 128 | 0], 6
|
|
1175
1191
|
];
|
|
1176
1192
|
export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
@@ -1180,7 +1196,7 @@ export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
|
1180
1196
|
];
|
|
1181
1197
|
export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
1182
1198
|
0,
|
|
1183
|
-
[_n, _d, _cTl, _eKA,
|
|
1199
|
+
[_n, _d, _cTl, _eKA, _ta],
|
|
1184
1200
|
[0, [() => Description, 0], [0, 4], 0, 128 | 0], 1
|
|
1185
1201
|
];
|
|
1186
1202
|
export var CreatePolicyEngineResponse$ = [3, n0, _CPERr,
|
|
@@ -1200,7 +1216,7 @@ export var CreatePolicyResponse$ = [3, n0, _CPRr,
|
|
|
1200
1216
|
];
|
|
1201
1217
|
export var CreateWorkloadIdentityRequest$ = [3, n0, _CWIR,
|
|
1202
1218
|
0,
|
|
1203
|
-
[_n, _aRORU,
|
|
1219
|
+
[_n, _aRORU, _ta],
|
|
1204
1220
|
[0, 64 | 0, 128 | 0], 1
|
|
1205
1221
|
];
|
|
1206
1222
|
export var CreateWorkloadIdentityResponse$ = [3, n0, _CWIRr,
|
|
@@ -1465,7 +1481,7 @@ export var Filter$ = [3, n0, _F,
|
|
|
1465
1481
|
];
|
|
1466
1482
|
export var Finding$ = [3, n0, _Fi,
|
|
1467
1483
|
0,
|
|
1468
|
-
[
|
|
1484
|
+
[_t, _d],
|
|
1469
1485
|
[0, 0]
|
|
1470
1486
|
];
|
|
1471
1487
|
export var GatewayApiKeyCredentialProvider$ = [3, n0, _GAKCP,
|
|
@@ -1723,6 +1739,11 @@ export var InvocationConfigurationInput$ = [3, n0, _ICI,
|
|
|
1723
1739
|
[_tA, _pDBN],
|
|
1724
1740
|
[0, 0], 2
|
|
1725
1741
|
];
|
|
1742
|
+
export var KinesisResource$ = [3, n0, _KR,
|
|
1743
|
+
0,
|
|
1744
|
+
[_dSA, _cCo],
|
|
1745
|
+
[0, () => ContentConfigurationList], 2
|
|
1746
|
+
];
|
|
1726
1747
|
export var KmsConfiguration$ = [3, n0, _KC,
|
|
1727
1748
|
0,
|
|
1728
1749
|
[_kT, _kKA],
|
|
@@ -1800,8 +1821,8 @@ export var ListBrowserProfilesResponse$ = [3, n0, _LBPRi,
|
|
|
1800
1821
|
];
|
|
1801
1822
|
export var ListBrowsersRequest$ = [3, n0, _LBR,
|
|
1802
1823
|
0,
|
|
1803
|
-
[_mR, _nT,
|
|
1804
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]:
|
|
1824
|
+
[_mR, _nT, _t],
|
|
1825
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _t }]]
|
|
1805
1826
|
];
|
|
1806
1827
|
export var ListBrowsersResponse$ = [3, n0, _LBRi,
|
|
1807
1828
|
0,
|
|
@@ -1810,8 +1831,8 @@ export var ListBrowsersResponse$ = [3, n0, _LBRi,
|
|
|
1810
1831
|
];
|
|
1811
1832
|
export var ListCodeInterpretersRequest$ = [3, n0, _LCIR,
|
|
1812
1833
|
0,
|
|
1813
|
-
[_mR, _nT,
|
|
1814
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]:
|
|
1834
|
+
[_mR, _nT, _t],
|
|
1835
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _t }]]
|
|
1815
1836
|
];
|
|
1816
1837
|
export var ListCodeInterpretersResponse$ = [3, n0, _LCIRi,
|
|
1817
1838
|
0,
|
|
@@ -1925,7 +1946,7 @@ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
|
1925
1946
|
];
|
|
1926
1947
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1927
1948
|
0,
|
|
1928
|
-
[
|
|
1949
|
+
[_ta],
|
|
1929
1950
|
[128 | 0]
|
|
1930
1951
|
];
|
|
1931
1952
|
export var ListWorkloadIdentitiesRequest$ = [3, n0, _LWIR,
|
|
@@ -1960,12 +1981,12 @@ export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
|
1960
1981
|
];
|
|
1961
1982
|
export var Memory$ = [3, n0, _M,
|
|
1962
1983
|
0,
|
|
1963
|
-
[_a, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str],
|
|
1964
|
-
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0]], 7
|
|
1984
|
+
[_a, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _sDR],
|
|
1985
|
+
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => StreamDeliveryResources$], 7
|
|
1965
1986
|
];
|
|
1966
1987
|
export var MemoryStrategy$ = [3, n0, _MS,
|
|
1967
1988
|
0,
|
|
1968
|
-
[_sI, _n,
|
|
1989
|
+
[_sI, _n, _t, _na, _d, _con, _cA, _uA, _st],
|
|
1969
1990
|
[0, 0, 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0], 4
|
|
1970
1991
|
];
|
|
1971
1992
|
export var MemorySummary$ = [3, n0, _MSe,
|
|
@@ -2140,7 +2161,7 @@ export var SamplingConfig$ = [3, n0, _SCa,
|
|
|
2140
2161
|
];
|
|
2141
2162
|
export var SchemaDefinition$ = [3, n0, _SD,
|
|
2142
2163
|
0,
|
|
2143
|
-
[
|
|
2164
|
+
[_t, _pro, _req, _it, _d],
|
|
2144
2165
|
[0, () => SchemaProperties, 64 | 0, () => SchemaDefinition$, 0], 1
|
|
2145
2166
|
];
|
|
2146
2167
|
export var Secret$ = [3, n0, _S,
|
|
@@ -2225,9 +2246,14 @@ export var StartPolicyGenerationResponse$ = [3, n0, _SPGRt,
|
|
|
2225
2246
|
];
|
|
2226
2247
|
export var StrategyConfiguration$ = [3, n0, _SCt,
|
|
2227
2248
|
0,
|
|
2228
|
-
[
|
|
2249
|
+
[_t, _ex, _cons, _ref, _sMC],
|
|
2229
2250
|
[0, [() => ExtractionConfiguration$, 0], [() => ConsolidationConfiguration$, 0], [() => ReflectionConfiguration$, 0], () => SelfManagedConfiguration$]
|
|
2230
2251
|
];
|
|
2252
|
+
export var StreamDeliveryResources$ = [3, n0, _SDR,
|
|
2253
|
+
0,
|
|
2254
|
+
[_reso],
|
|
2255
|
+
[() => StreamDeliveryResourcesList], 1
|
|
2256
|
+
];
|
|
2231
2257
|
export var SummaryConsolidationOverride$ = [3, n0, _SCOu,
|
|
2232
2258
|
0,
|
|
2233
2259
|
[_aTP, _mI],
|
|
@@ -2255,12 +2281,12 @@ export var SynchronizeGatewayTargetsRequest$ = [3, n0, _SGTR,
|
|
|
2255
2281
|
];
|
|
2256
2282
|
export var SynchronizeGatewayTargetsResponse$ = [3, n0, _SGTRy,
|
|
2257
2283
|
0,
|
|
2258
|
-
[
|
|
2284
|
+
[_tar],
|
|
2259
2285
|
[[() => GatewayTargetList, 0]]
|
|
2260
2286
|
];
|
|
2261
2287
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
2262
2288
|
0,
|
|
2263
|
-
[_rAe,
|
|
2289
|
+
[_rAe, _ta],
|
|
2264
2290
|
[[0, 1], 128 | 0], 2
|
|
2265
2291
|
];
|
|
2266
2292
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -2375,8 +2401,8 @@ export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
|
2375
2401
|
];
|
|
2376
2402
|
export var UpdateMemoryInput$ = [3, n0, _UMI,
|
|
2377
2403
|
0,
|
|
2378
|
-
[_mIe, _cTl, _d, _eED, _mERA, _mS],
|
|
2379
|
-
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0]], 1
|
|
2404
|
+
[_mIe, _cTl, _d, _eED, _mERA, _mS, _sDR],
|
|
2405
|
+
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0], () => StreamDeliveryResources$], 1
|
|
2380
2406
|
];
|
|
2381
2407
|
export var UpdateMemoryOutput$ = [3, n0, _UMO,
|
|
2382
2408
|
0,
|
|
@@ -2521,6 +2547,9 @@ var CodeInterpreterSummaries = [1, n0, _CISo,
|
|
|
2521
2547
|
0, [() => CodeInterpreterSummary$,
|
|
2522
2548
|
0]
|
|
2523
2549
|
];
|
|
2550
|
+
var ContentConfigurationList = [1, n0, _CCL,
|
|
2551
|
+
0, () => ContentConfiguration$
|
|
2552
|
+
];
|
|
2524
2553
|
var CredentialProviderConfigurations = [1, n0, _CPCr,
|
|
2525
2554
|
0, [() => CredentialProviderConfiguration$,
|
|
2526
2555
|
0]
|
|
@@ -2611,6 +2640,9 @@ var RestApiMethods = 64 | 0;
|
|
|
2611
2640
|
var SecurityGroups = 64 | 0;
|
|
2612
2641
|
var ServiceNamesList = 64 | 0;
|
|
2613
2642
|
var StatusReasons = 64 | 0;
|
|
2643
|
+
var StreamDeliveryResourcesList = [1, n0, _SDRL,
|
|
2644
|
+
0, () => StreamDeliveryResource$
|
|
2645
|
+
];
|
|
2614
2646
|
var Subnets = 64 | 0;
|
|
2615
2647
|
var TagKeyList = 64 | 0;
|
|
2616
2648
|
var TargetIdList = 64 | 0;
|
|
@@ -2649,7 +2681,7 @@ var SchemaProperties = [2, n0, _SP,
|
|
|
2649
2681
|
var TagsMap = 128 | 0;
|
|
2650
2682
|
export var AgentRuntimeArtifact$ = [4, n0, _ARA,
|
|
2651
2683
|
0,
|
|
2652
|
-
[
|
|
2684
|
+
[_cCon, _cCod],
|
|
2653
2685
|
[() => ContainerConfiguration$, () => CodeConfiguration$]
|
|
2654
2686
|
];
|
|
2655
2687
|
export var ApiSchemaConfiguration$ = [4, n0, _ASC,
|
|
@@ -2672,7 +2704,7 @@ export var Code$ = [4, n0, _C,
|
|
|
2672
2704
|
[_s_],
|
|
2673
2705
|
[() => S3Location$]
|
|
2674
2706
|
];
|
|
2675
|
-
export var ConsolidationConfiguration$ = [4, n0,
|
|
2707
|
+
export var ConsolidationConfiguration$ = [4, n0, _CCons,
|
|
2676
2708
|
0,
|
|
2677
2709
|
[_cCC],
|
|
2678
2710
|
[[() => CustomConsolidationConfiguration$, 0]]
|
|
@@ -2827,6 +2859,11 @@ export var Resource$ = [4, n0, _Re,
|
|
|
2827
2859
|
[_a],
|
|
2828
2860
|
[0]
|
|
2829
2861
|
];
|
|
2862
|
+
export var StreamDeliveryResource$ = [4, n0, _SDRt,
|
|
2863
|
+
0,
|
|
2864
|
+
[_ki],
|
|
2865
|
+
[() => KinesisResource$]
|
|
2866
|
+
];
|
|
2830
2867
|
export var TargetConfiguration$ = [4, n0, _TC,
|
|
2831
2868
|
0,
|
|
2832
2869
|
[_mc],
|
|
@@ -148,6 +148,21 @@ declare const CreateMemoryCommand_base: {
|
|
|
148
148
|
* },
|
|
149
149
|
* },
|
|
150
150
|
* ],
|
|
151
|
+
* streamDeliveryResources: { // StreamDeliveryResources
|
|
152
|
+
* resources: [ // StreamDeliveryResourcesList // required
|
|
153
|
+
* { // StreamDeliveryResource Union: only one key present
|
|
154
|
+
* kinesis: { // KinesisResource
|
|
155
|
+
* dataStreamArn: "STRING_VALUE", // required
|
|
156
|
+
* contentConfigurations: [ // ContentConfigurationList // required
|
|
157
|
+
* { // ContentConfiguration
|
|
158
|
+
* type: "MEMORY_RECORDS", // required
|
|
159
|
+
* level: "METADATA_ONLY" || "FULL_CONTENT",
|
|
160
|
+
* },
|
|
161
|
+
* ],
|
|
162
|
+
* },
|
|
163
|
+
* },
|
|
164
|
+
* ],
|
|
165
|
+
* },
|
|
151
166
|
* tags: { // TagsMap
|
|
152
167
|
* "<keys>": "STRING_VALUE",
|
|
153
168
|
* },
|
|
@@ -254,6 +269,21 @@ declare const CreateMemoryCommand_base: {
|
|
|
254
269
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
|
|
255
270
|
* // },
|
|
256
271
|
* // ],
|
|
272
|
+
* // streamDeliveryResources: { // StreamDeliveryResources
|
|
273
|
+
* // resources: [ // StreamDeliveryResourcesList // required
|
|
274
|
+
* // { // StreamDeliveryResource Union: only one key present
|
|
275
|
+
* // kinesis: { // KinesisResource
|
|
276
|
+
* // dataStreamArn: "STRING_VALUE", // required
|
|
277
|
+
* // contentConfigurations: [ // ContentConfigurationList // required
|
|
278
|
+
* // { // ContentConfiguration
|
|
279
|
+
* // type: "MEMORY_RECORDS", // required
|
|
280
|
+
* // level: "METADATA_ONLY" || "FULL_CONTENT",
|
|
281
|
+
* // },
|
|
282
|
+
* // ],
|
|
283
|
+
* // },
|
|
284
|
+
* // },
|
|
285
|
+
* // ],
|
|
286
|
+
* // },
|
|
257
287
|
* // },
|
|
258
288
|
* // };
|
|
259
289
|
*
|
|
@@ -142,6 +142,21 @@ declare const GetMemoryCommand_base: {
|
|
|
142
142
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
|
|
143
143
|
* // },
|
|
144
144
|
* // ],
|
|
145
|
+
* // streamDeliveryResources: { // StreamDeliveryResources
|
|
146
|
+
* // resources: [ // StreamDeliveryResourcesList // required
|
|
147
|
+
* // { // StreamDeliveryResource Union: only one key present
|
|
148
|
+
* // kinesis: { // KinesisResource
|
|
149
|
+
* // dataStreamArn: "STRING_VALUE", // required
|
|
150
|
+
* // contentConfigurations: [ // ContentConfigurationList // required
|
|
151
|
+
* // { // ContentConfiguration
|
|
152
|
+
* // type: "MEMORY_RECORDS", // required
|
|
153
|
+
* // level: "METADATA_ONLY" || "FULL_CONTENT",
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // ],
|
|
159
|
+
* // },
|
|
145
160
|
* // },
|
|
146
161
|
* // };
|
|
147
162
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
-
import type { ListPolicyGenerationAssetsRequest
|
|
4
|
+
import type { ListPolicyGenerationAssetsRequest } from "../models/models_0";
|
|
5
|
+
import type { ListPolicyGenerationAssetsResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -231,6 +231,21 @@ declare const UpdateMemoryCommand_base: {
|
|
|
231
231
|
* },
|
|
232
232
|
* ],
|
|
233
233
|
* },
|
|
234
|
+
* streamDeliveryResources: { // StreamDeliveryResources
|
|
235
|
+
* resources: [ // StreamDeliveryResourcesList // required
|
|
236
|
+
* { // StreamDeliveryResource Union: only one key present
|
|
237
|
+
* kinesis: { // KinesisResource
|
|
238
|
+
* dataStreamArn: "STRING_VALUE", // required
|
|
239
|
+
* contentConfigurations: [ // ContentConfigurationList // required
|
|
240
|
+
* { // ContentConfiguration
|
|
241
|
+
* type: "MEMORY_RECORDS", // required
|
|
242
|
+
* level: "METADATA_ONLY" || "FULL_CONTENT",
|
|
243
|
+
* },
|
|
244
|
+
* ],
|
|
245
|
+
* },
|
|
246
|
+
* },
|
|
247
|
+
* ],
|
|
248
|
+
* },
|
|
234
249
|
* };
|
|
235
250
|
* const command = new UpdateMemoryCommand(input);
|
|
236
251
|
* const response = await client.send(command);
|
|
@@ -334,6 +349,21 @@ declare const UpdateMemoryCommand_base: {
|
|
|
334
349
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
|
|
335
350
|
* // },
|
|
336
351
|
* // ],
|
|
352
|
+
* // streamDeliveryResources: { // StreamDeliveryResources
|
|
353
|
+
* // resources: [ // StreamDeliveryResourcesList // required
|
|
354
|
+
* // { // StreamDeliveryResource Union: only one key present
|
|
355
|
+
* // kinesis: { // KinesisResource
|
|
356
|
+
* // dataStreamArn: "STRING_VALUE", // required
|
|
357
|
+
* // contentConfigurations: [ // ContentConfigurationList // required
|
|
358
|
+
* // { // ContentConfiguration
|
|
359
|
+
* // type: "MEMORY_RECORDS", // required
|
|
360
|
+
* // level: "METADATA_ONLY" || "FULL_CONTENT",
|
|
361
|
+
* // },
|
|
362
|
+
* // ],
|
|
363
|
+
* // },
|
|
364
|
+
* // },
|
|
365
|
+
* // ],
|
|
366
|
+
* // },
|
|
337
367
|
* // },
|
|
338
368
|
* // };
|
|
339
369
|
*
|
|
@@ -420,6 +420,29 @@ export declare const KeyType: {
|
|
|
420
420
|
* @public
|
|
421
421
|
*/
|
|
422
422
|
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
423
|
+
/**
|
|
424
|
+
* @public
|
|
425
|
+
* @enum
|
|
426
|
+
*/
|
|
427
|
+
export declare const ContentLevel: {
|
|
428
|
+
readonly FULL_CONTENT: "FULL_CONTENT";
|
|
429
|
+
readonly METADATA_ONLY: "METADATA_ONLY";
|
|
430
|
+
};
|
|
431
|
+
/**
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
export type ContentLevel = (typeof ContentLevel)[keyof typeof ContentLevel];
|
|
435
|
+
/**
|
|
436
|
+
* @public
|
|
437
|
+
* @enum
|
|
438
|
+
*/
|
|
439
|
+
export declare const ContentType: {
|
|
440
|
+
readonly MEMORY_RECORDS: "MEMORY_RECORDS";
|
|
441
|
+
};
|
|
442
|
+
/**
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
423
446
|
/**
|
|
424
447
|
* @public
|
|
425
448
|
* @enum
|