@aws-sdk/client-bedrock-agentcore-control 3.954.0 → 3.956.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 +73 -67
- package/dist-es/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +75 -67
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +22 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +11 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -2
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +22 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +21 -25
- package/dist-types/models/models_1.d.ts +56 -1
- package/dist-types/schemas/schemas_0.d.ts +42 -41
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +5 -6
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +42 -40
- package/package.json +34 -34
|
@@ -315,6 +315,7 @@ const _LWIRi = "ListWorkloadIdentitiesResponse";
|
|
|
315
315
|
const _M = "Memory";
|
|
316
316
|
const _MBT = "MessageBasedTrigger";
|
|
317
317
|
const _MBTI = "MessageBasedTriggerInput";
|
|
318
|
+
const _MC = "MetadataConfiguration";
|
|
318
319
|
const _MCC = "ModifyConsolidationConfiguration";
|
|
319
320
|
const _MCPGC = "MCPGatewayConfiguration";
|
|
320
321
|
const _MEC = "ModifyExtractionConfiguration";
|
|
@@ -496,10 +497,13 @@ const _aKSA = "apiKeySecretArn";
|
|
|
496
497
|
const _aMRF = "additionalModelRequestFields";
|
|
497
498
|
const _aMS = "addMemoryStrategies";
|
|
498
499
|
const _aOPC = "atlassianOauth2ProviderConfig";
|
|
500
|
+
const _aQP = "allowedQueryParameters";
|
|
499
501
|
const _aR = "agentRuntimes";
|
|
500
502
|
const _aRA = "agentRuntimeArn";
|
|
501
503
|
const _aRAg = "agentRuntimeArtifact";
|
|
502
504
|
const _aREA = "agentRuntimeEndpointArn";
|
|
505
|
+
const _aRH = "allowedRequestHeaders";
|
|
506
|
+
const _aRHl = "allowedResponseHeaders";
|
|
503
507
|
const _aRI = "agentRuntimeId";
|
|
504
508
|
const _aRN = "agentRuntimeName";
|
|
505
509
|
const _aRORU = "allowedResourceOauth2ReturnUrls";
|
|
@@ -645,8 +649,9 @@ const _la = "lambda";
|
|
|
645
649
|
const _le = "level";
|
|
646
650
|
const _m = "message";
|
|
647
651
|
const _mBT = "messageBasedTrigger";
|
|
648
|
-
const _mC = "
|
|
652
|
+
const _mC = "metadataConfiguration";
|
|
649
653
|
const _mCe = "messageCount";
|
|
654
|
+
const _mCo = "modelConfig";
|
|
650
655
|
const _mERA = "memoryExecutionRoleArn";
|
|
651
656
|
const _mI = "modelId";
|
|
652
657
|
const _mIe = "memoryId";
|
|
@@ -1086,7 +1091,7 @@ export var CreateGatewayTargetRequest$ = [
|
|
|
1086
1091
|
n0,
|
|
1087
1092
|
_CGTR,
|
|
1088
1093
|
0,
|
|
1089
|
-
[_gIa, _n, _d, _cTl, _tC, _cPC],
|
|
1094
|
+
[_gIa, _n, _d, _cTl, _tC, _cPC, _mC],
|
|
1090
1095
|
[
|
|
1091
1096
|
[0, 1],
|
|
1092
1097
|
[() => TargetName, 0],
|
|
@@ -1094,6 +1099,7 @@ export var CreateGatewayTargetRequest$ = [
|
|
|
1094
1099
|
[0, 4],
|
|
1095
1100
|
[() => TargetConfiguration$, 0],
|
|
1096
1101
|
[() => CredentialProviderConfigurations, 0],
|
|
1102
|
+
() => MetadataConfiguration$,
|
|
1097
1103
|
],
|
|
1098
1104
|
];
|
|
1099
1105
|
export var CreateGatewayTargetResponse$ = [
|
|
@@ -1101,7 +1107,7 @@ export var CreateGatewayTargetResponse$ = [
|
|
|
1101
1107
|
n0,
|
|
1102
1108
|
_CGTRr,
|
|
1103
1109
|
0,
|
|
1104
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
1110
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
1105
1111
|
[
|
|
1106
1112
|
0,
|
|
1107
1113
|
0,
|
|
@@ -1114,6 +1120,7 @@ export var CreateGatewayTargetResponse$ = [
|
|
|
1114
1120
|
[() => TargetConfiguration$, 0],
|
|
1115
1121
|
[() => CredentialProviderConfigurations, 0],
|
|
1116
1122
|
5,
|
|
1123
|
+
() => MetadataConfiguration$,
|
|
1117
1124
|
],
|
|
1118
1125
|
];
|
|
1119
1126
|
export var CreateMemoryInput$ = [
|
|
@@ -1264,7 +1271,7 @@ export var DeleteAgentRuntimeEndpointRequest$ = [
|
|
|
1264
1271
|
[
|
|
1265
1272
|
[0, 1],
|
|
1266
1273
|
[() => EndpointName, 1],
|
|
1267
|
-
[0, { [
|
|
1274
|
+
[0, { [_hQ]: _cTl, [_iT]: 1 }],
|
|
1268
1275
|
],
|
|
1269
1276
|
];
|
|
1270
1277
|
export var DeleteAgentRuntimeEndpointResponse$ = [
|
|
@@ -1283,7 +1290,7 @@ export var DeleteAgentRuntimeRequest$ = [
|
|
|
1283
1290
|
[_aRI, _cTl],
|
|
1284
1291
|
[
|
|
1285
1292
|
[0, 1],
|
|
1286
|
-
[0, { [
|
|
1293
|
+
[0, { [_hQ]: _cTl, [_iT]: 1 }],
|
|
1287
1294
|
],
|
|
1288
1295
|
];
|
|
1289
1296
|
export var DeleteAgentRuntimeResponse$ = [3, n0, _DARRe, 0, [_s, _aRI], [0, 0]];
|
|
@@ -1297,7 +1304,7 @@ export var DeleteBrowserRequest$ = [
|
|
|
1297
1304
|
[_bI, _cTl],
|
|
1298
1305
|
[
|
|
1299
1306
|
[0, 1],
|
|
1300
|
-
[0, { [
|
|
1307
|
+
[0, { [_hQ]: _cTl, [_iT]: 1 }],
|
|
1301
1308
|
],
|
|
1302
1309
|
];
|
|
1303
1310
|
export var DeleteBrowserResponse$ = [3, n0, _DBRe, 0, [_bI, _s, _lUA], [0, 0, 5]];
|
|
@@ -1309,7 +1316,7 @@ export var DeleteCodeInterpreterRequest$ = [
|
|
|
1309
1316
|
[_cII, _cTl],
|
|
1310
1317
|
[
|
|
1311
1318
|
[0, 1],
|
|
1312
|
-
[0, { [
|
|
1319
|
+
[0, { [_hQ]: _cTl, [_iT]: 1 }],
|
|
1313
1320
|
],
|
|
1314
1321
|
];
|
|
1315
1322
|
export var DeleteCodeInterpreterResponse$ = [3, n0, _DCIRe, 0, [_cII, _s, _lUA], [0, 0, 5]];
|
|
@@ -1343,7 +1350,7 @@ export var DeleteMemoryInput$ = [
|
|
|
1343
1350
|
0,
|
|
1344
1351
|
[_cTl, _mIe],
|
|
1345
1352
|
[
|
|
1346
|
-
[0, { [
|
|
1353
|
+
[0, { [_hQ]: _cTl, [_iT]: 1 }],
|
|
1347
1354
|
[0, 1],
|
|
1348
1355
|
],
|
|
1349
1356
|
];
|
|
@@ -1497,7 +1504,7 @@ export var GatewayTarget$ = [
|
|
|
1497
1504
|
n0,
|
|
1498
1505
|
_GT,
|
|
1499
1506
|
0,
|
|
1500
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
1507
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
1501
1508
|
[
|
|
1502
1509
|
0,
|
|
1503
1510
|
0,
|
|
@@ -1510,6 +1517,7 @@ export var GatewayTarget$ = [
|
|
|
1510
1517
|
[() => TargetConfiguration$, 0],
|
|
1511
1518
|
[() => CredentialProviderConfigurations, 0],
|
|
1512
1519
|
5,
|
|
1520
|
+
() => MetadataConfiguration$,
|
|
1513
1521
|
],
|
|
1514
1522
|
];
|
|
1515
1523
|
export var GetAgentRuntimeEndpointRequest$ = [
|
|
@@ -1663,7 +1671,7 @@ export var GetGatewayTargetResponse$ = [
|
|
|
1663
1671
|
n0,
|
|
1664
1672
|
_GGTRe,
|
|
1665
1673
|
0,
|
|
1666
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
1674
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
1667
1675
|
[
|
|
1668
1676
|
0,
|
|
1669
1677
|
0,
|
|
@@ -1676,6 +1684,7 @@ export var GetGatewayTargetResponse$ = [
|
|
|
1676
1684
|
[() => TargetConfiguration$, 0],
|
|
1677
1685
|
[() => CredentialProviderConfigurations, 0],
|
|
1678
1686
|
5,
|
|
1687
|
+
() => MetadataConfiguration$,
|
|
1679
1688
|
],
|
|
1680
1689
|
];
|
|
1681
1690
|
export var GetMemoryInput$ = [3, n0, _GMI, 0, [_mIe], [[0, 1]]];
|
|
@@ -2139,7 +2148,7 @@ export var LlmAsAJudgeEvaluatorConfig$ = [
|
|
|
2139
2148
|
n0,
|
|
2140
2149
|
_LAAJEC,
|
|
2141
2150
|
0,
|
|
2142
|
-
[_ins, _rS,
|
|
2151
|
+
[_ins, _rS, _mCo],
|
|
2143
2152
|
[[() => EvaluatorInstructions, 0], () => RatingScale$, () => EvaluatorModelConfig$],
|
|
2144
2153
|
];
|
|
2145
2154
|
export var MCPGatewayConfiguration$ = [3, n0, _MCPGC, 0, [_sV, _ins, _sT], [64 | 0, 0, 0]];
|
|
@@ -2164,6 +2173,14 @@ export var MemoryStrategy$ = [
|
|
|
2164
2173
|
export var MemorySummary$ = [3, n0, _MSe, 0, [_a, _i, _s, _cA, _uA], [0, 0, 0, 4, 4]];
|
|
2165
2174
|
export var MessageBasedTrigger$ = [3, n0, _MBT, 0, [_mCe], [1]];
|
|
2166
2175
|
export var MessageBasedTriggerInput$ = [3, n0, _MBTI, 0, [_mCe], [1]];
|
|
2176
|
+
export var MetadataConfiguration$ = [
|
|
2177
|
+
3,
|
|
2178
|
+
n0,
|
|
2179
|
+
_MC,
|
|
2180
|
+
0,
|
|
2181
|
+
[_aRH, _aQP, _aRHl],
|
|
2182
|
+
[64 | 0, 64 | 0, 64 | 0],
|
|
2183
|
+
];
|
|
2167
2184
|
export var MicrosoftOauth2ProviderConfigInput$ = [
|
|
2168
2185
|
3,
|
|
2169
2186
|
n0,
|
|
@@ -2660,7 +2677,7 @@ export var UpdateGatewayTargetRequest$ = [
|
|
|
2660
2677
|
n0,
|
|
2661
2678
|
_UGTR,
|
|
2662
2679
|
0,
|
|
2663
|
-
[_gIa, _tI, _n, _d, _tC, _cPC],
|
|
2680
|
+
[_gIa, _tI, _n, _d, _tC, _cPC, _mC],
|
|
2664
2681
|
[
|
|
2665
2682
|
[0, 1],
|
|
2666
2683
|
[0, 1],
|
|
@@ -2668,6 +2685,7 @@ export var UpdateGatewayTargetRequest$ = [
|
|
|
2668
2685
|
[() => TargetDescription, 0],
|
|
2669
2686
|
[() => TargetConfiguration$, 0],
|
|
2670
2687
|
[() => CredentialProviderConfigurations, 0],
|
|
2688
|
+
() => MetadataConfiguration$,
|
|
2671
2689
|
],
|
|
2672
2690
|
];
|
|
2673
2691
|
export var UpdateGatewayTargetResponse$ = [
|
|
@@ -2675,7 +2693,7 @@ export var UpdateGatewayTargetResponse$ = [
|
|
|
2675
2693
|
n0,
|
|
2676
2694
|
_UGTRp,
|
|
2677
2695
|
0,
|
|
2678
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
2696
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
2679
2697
|
[
|
|
2680
2698
|
0,
|
|
2681
2699
|
0,
|
|
@@ -2688,6 +2706,7 @@ export var UpdateGatewayTargetResponse$ = [
|
|
|
2688
2706
|
[() => TargetConfiguration$, 0],
|
|
2689
2707
|
[() => CredentialProviderConfigurations, 0],
|
|
2690
2708
|
5,
|
|
2709
|
+
() => MetadataConfiguration$,
|
|
2691
2710
|
],
|
|
2692
2711
|
];
|
|
2693
2712
|
export var UpdateMemoryInput$ = [
|
|
@@ -2861,6 +2880,9 @@ var AgentRuntimeEndpoints = [1, n0, _AREg, 0, [() => AgentRuntimeEndpoint$, 0]];
|
|
|
2861
2880
|
var AgentRuntimes = [1, n0, _ARg, 0, [() => AgentRuntime$, 0]];
|
|
2862
2881
|
var AllowedAudienceList = 64 | 0;
|
|
2863
2882
|
var AllowedClientsList = 64 | 0;
|
|
2883
|
+
var AllowedQueryParameters = 64 | 0;
|
|
2884
|
+
var AllowedRequestHeaders = 64 | 0;
|
|
2885
|
+
var AllowedResponseHeaders = 64 | 0;
|
|
2864
2886
|
var AllowedScopesType = 64 | 0;
|
|
2865
2887
|
var ApiGatewayToolFilters = [1, n0, _AGTFp, 0, () => ApiGatewayToolFilter$];
|
|
2866
2888
|
var ApiGatewayToolOverrides = [1, n0, _AGTOp, 0, () => ApiGatewayToolOverride$];
|
|
@@ -2921,7 +2943,7 @@ var OAuthCustomParameters = [2, n0, _OACPu, 0, [0, 0], [() => OAuthCustomParamet
|
|
|
2921
2943
|
var SchemaProperties = [2, n0, _SP, 0, 0, () => SchemaDefinition$];
|
|
2922
2944
|
var TagsMap = 128 | 0;
|
|
2923
2945
|
export var AgentRuntimeArtifact$ = [
|
|
2924
|
-
|
|
2946
|
+
4,
|
|
2925
2947
|
n0,
|
|
2926
2948
|
_ARA,
|
|
2927
2949
|
0,
|
|
@@ -2929,7 +2951,7 @@ export var AgentRuntimeArtifact$ = [
|
|
|
2929
2951
|
[() => ContainerConfiguration$, () => CodeConfiguration$],
|
|
2930
2952
|
];
|
|
2931
2953
|
export var ApiSchemaConfiguration$ = [
|
|
2932
|
-
|
|
2954
|
+
4,
|
|
2933
2955
|
n0,
|
|
2934
2956
|
_ASC,
|
|
2935
2957
|
0,
|
|
@@ -2937,26 +2959,26 @@ export var ApiSchemaConfiguration$ = [
|
|
|
2937
2959
|
[() => S3Configuration$, [() => InlinePayload, 0]],
|
|
2938
2960
|
];
|
|
2939
2961
|
export var AuthorizerConfiguration$ = [
|
|
2940
|
-
|
|
2962
|
+
4,
|
|
2941
2963
|
n0,
|
|
2942
2964
|
_AC,
|
|
2943
2965
|
0,
|
|
2944
2966
|
[_cJWTA],
|
|
2945
2967
|
[() => CustomJWTAuthorizerConfiguration$],
|
|
2946
2968
|
];
|
|
2947
|
-
export var ClaimMatchValueType$ = [
|
|
2948
|
-
export var Code$ = [
|
|
2969
|
+
export var ClaimMatchValueType$ = [4, n0, _CMVT, 0, [_mVS, _mVSL], [0, 64 | 0]];
|
|
2970
|
+
export var Code$ = [4, n0, _C, 0, [_s_], [() => S3Location$]];
|
|
2949
2971
|
export var ConsolidationConfiguration$ = [
|
|
2950
|
-
|
|
2972
|
+
4,
|
|
2951
2973
|
n0,
|
|
2952
2974
|
_CCon,
|
|
2953
2975
|
0,
|
|
2954
2976
|
[_cCC],
|
|
2955
2977
|
[[() => CustomConsolidationConfiguration$, 0]],
|
|
2956
2978
|
];
|
|
2957
|
-
export var Content$ = [
|
|
2979
|
+
export var Content$ = [4, n0, _Co, 0, [_rTa], [0]];
|
|
2958
2980
|
export var CredentialProvider$ = [
|
|
2959
|
-
|
|
2981
|
+
4,
|
|
2960
2982
|
n0,
|
|
2961
2983
|
_CPr,
|
|
2962
2984
|
0,
|
|
@@ -2964,7 +2986,7 @@ export var CredentialProvider$ = [
|
|
|
2964
2986
|
[[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$],
|
|
2965
2987
|
];
|
|
2966
2988
|
export var CustomConfigurationInput$ = [
|
|
2967
|
-
|
|
2989
|
+
4,
|
|
2968
2990
|
n0,
|
|
2969
2991
|
_CCI,
|
|
2970
2992
|
0,
|
|
@@ -2978,7 +3000,7 @@ export var CustomConfigurationInput$ = [
|
|
|
2978
3000
|
],
|
|
2979
3001
|
];
|
|
2980
3002
|
export var CustomConsolidationConfiguration$ = [
|
|
2981
|
-
|
|
3003
|
+
4,
|
|
2982
3004
|
n0,
|
|
2983
3005
|
_CCC,
|
|
2984
3006
|
0,
|
|
@@ -2991,7 +3013,7 @@ export var CustomConsolidationConfiguration$ = [
|
|
|
2991
3013
|
],
|
|
2992
3014
|
];
|
|
2993
3015
|
export var CustomConsolidationConfigurationInput$ = [
|
|
2994
|
-
|
|
3016
|
+
4,
|
|
2995
3017
|
n0,
|
|
2996
3018
|
_CCCI,
|
|
2997
3019
|
0,
|
|
@@ -3004,7 +3026,7 @@ export var CustomConsolidationConfigurationInput$ = [
|
|
|
3004
3026
|
],
|
|
3005
3027
|
];
|
|
3006
3028
|
export var CustomExtractionConfiguration$ = [
|
|
3007
|
-
|
|
3029
|
+
4,
|
|
3008
3030
|
n0,
|
|
3009
3031
|
_CEC,
|
|
3010
3032
|
0,
|
|
@@ -3016,7 +3038,7 @@ export var CustomExtractionConfiguration$ = [
|
|
|
3016
3038
|
],
|
|
3017
3039
|
];
|
|
3018
3040
|
export var CustomExtractionConfigurationInput$ = [
|
|
3019
|
-
|
|
3041
|
+
4,
|
|
3020
3042
|
n0,
|
|
3021
3043
|
_CECI,
|
|
3022
3044
|
0,
|
|
@@ -3028,7 +3050,7 @@ export var CustomExtractionConfigurationInput$ = [
|
|
|
3028
3050
|
],
|
|
3029
3051
|
];
|
|
3030
3052
|
export var CustomReflectionConfiguration$ = [
|
|
3031
|
-
|
|
3053
|
+
4,
|
|
3032
3054
|
n0,
|
|
3033
3055
|
_CRC,
|
|
3034
3056
|
0,
|
|
@@ -3036,43 +3058,29 @@ export var CustomReflectionConfiguration$ = [
|
|
|
3036
3058
|
[[() => EpisodicReflectionOverride$, 0]],
|
|
3037
3059
|
];
|
|
3038
3060
|
export var CustomReflectionConfigurationInput$ = [
|
|
3039
|
-
|
|
3061
|
+
4,
|
|
3040
3062
|
n0,
|
|
3041
3063
|
_CRCI,
|
|
3042
3064
|
0,
|
|
3043
3065
|
[_eRO],
|
|
3044
3066
|
[[() => EpisodicOverrideReflectionConfigurationInput$, 0]],
|
|
3045
3067
|
];
|
|
3046
|
-
export var DataSourceConfig$ = [
|
|
3047
|
-
export var EvaluatorConfig$ = [
|
|
3048
|
-
export var EvaluatorModelConfig$ = [
|
|
3049
|
-
|
|
3050
|
-
n0,
|
|
3051
|
-
_EMC,
|
|
3052
|
-
0,
|
|
3053
|
-
[_bEMC],
|
|
3054
|
-
[() => BedrockEvaluatorModelConfig$],
|
|
3055
|
-
];
|
|
3056
|
-
export var EvaluatorReference$ = [3, n0, _ER, 0, [_eI], [0]];
|
|
3068
|
+
export var DataSourceConfig$ = [4, n0, _DSC, 0, [_cWL], [() => CloudWatchLogsInputConfig$]];
|
|
3069
|
+
export var EvaluatorConfig$ = [4, n0, _EC, 0, [_lAAJ], [[() => LlmAsAJudgeEvaluatorConfig$, 0]]];
|
|
3070
|
+
export var EvaluatorModelConfig$ = [4, n0, _EMC, 0, [_bEMC], [() => BedrockEvaluatorModelConfig$]];
|
|
3071
|
+
export var EvaluatorReference$ = [4, n0, _ER, 0, [_eI], [0]];
|
|
3057
3072
|
export var ExtractionConfiguration$ = [
|
|
3058
|
-
|
|
3073
|
+
4,
|
|
3059
3074
|
n0,
|
|
3060
3075
|
_ECx,
|
|
3061
3076
|
0,
|
|
3062
3077
|
[_cEC],
|
|
3063
3078
|
[[() => CustomExtractionConfiguration$, 0]],
|
|
3064
3079
|
];
|
|
3065
|
-
export var FilterValue$ = [
|
|
3066
|
-
export var GatewayProtocolConfiguration$ = [
|
|
3067
|
-
3,
|
|
3068
|
-
n0,
|
|
3069
|
-
_GPC,
|
|
3070
|
-
0,
|
|
3071
|
-
[_mc],
|
|
3072
|
-
[() => MCPGatewayConfiguration$],
|
|
3073
|
-
];
|
|
3080
|
+
export var FilterValue$ = [4, n0, _FV, 0, [_sVt, _dV, _bV], [0, 1, 2]];
|
|
3081
|
+
export var GatewayProtocolConfiguration$ = [4, n0, _GPC, 0, [_mc], [() => MCPGatewayConfiguration$]];
|
|
3074
3082
|
export var InterceptorConfiguration$ = [
|
|
3075
|
-
|
|
3083
|
+
4,
|
|
3076
3084
|
n0,
|
|
3077
3085
|
_ICnt,
|
|
3078
3086
|
0,
|
|
@@ -3080,7 +3088,7 @@ export var InterceptorConfiguration$ = [
|
|
|
3080
3088
|
[() => LambdaInterceptorConfiguration$],
|
|
3081
3089
|
];
|
|
3082
3090
|
export var McpTargetConfiguration$ = [
|
|
3083
|
-
|
|
3091
|
+
4,
|
|
3084
3092
|
n0,
|
|
3085
3093
|
_MTC,
|
|
3086
3094
|
0,
|
|
@@ -3094,7 +3102,7 @@ export var McpTargetConfiguration$ = [
|
|
|
3094
3102
|
],
|
|
3095
3103
|
];
|
|
3096
3104
|
export var MemoryStrategyInput$ = [
|
|
3097
|
-
|
|
3105
|
+
4,
|
|
3098
3106
|
n0,
|
|
3099
3107
|
_MSI,
|
|
3100
3108
|
0,
|
|
@@ -3108,7 +3116,7 @@ export var MemoryStrategyInput$ = [
|
|
|
3108
3116
|
],
|
|
3109
3117
|
];
|
|
3110
3118
|
export var ModifyConsolidationConfiguration$ = [
|
|
3111
|
-
|
|
3119
|
+
4,
|
|
3112
3120
|
n0,
|
|
3113
3121
|
_MCC,
|
|
3114
3122
|
0,
|
|
@@ -3116,7 +3124,7 @@ export var ModifyConsolidationConfiguration$ = [
|
|
|
3116
3124
|
[[() => CustomConsolidationConfigurationInput$, 0]],
|
|
3117
3125
|
];
|
|
3118
3126
|
export var ModifyExtractionConfiguration$ = [
|
|
3119
|
-
|
|
3127
|
+
4,
|
|
3120
3128
|
n0,
|
|
3121
3129
|
_MEC,
|
|
3122
3130
|
0,
|
|
@@ -3124,7 +3132,7 @@ export var ModifyExtractionConfiguration$ = [
|
|
|
3124
3132
|
[[() => CustomExtractionConfigurationInput$, 0]],
|
|
3125
3133
|
];
|
|
3126
3134
|
export var ModifyReflectionConfiguration$ = [
|
|
3127
|
-
|
|
3135
|
+
4,
|
|
3128
3136
|
n0,
|
|
3129
3137
|
_MRC,
|
|
3130
3138
|
0,
|
|
@@ -3132,7 +3140,7 @@ export var ModifyReflectionConfiguration$ = [
|
|
|
3132
3140
|
[() => EpisodicReflectionConfigurationInput$, [() => CustomReflectionConfigurationInput$, 0]],
|
|
3133
3141
|
];
|
|
3134
3142
|
export var Oauth2Discovery$ = [
|
|
3135
|
-
|
|
3143
|
+
4,
|
|
3136
3144
|
n0,
|
|
3137
3145
|
_OD,
|
|
3138
3146
|
0,
|
|
@@ -3140,7 +3148,7 @@ export var Oauth2Discovery$ = [
|
|
|
3140
3148
|
[0, () => Oauth2AuthorizationServerMetadata$],
|
|
3141
3149
|
];
|
|
3142
3150
|
export var Oauth2ProviderConfigInput$ = [
|
|
3143
|
-
|
|
3151
|
+
4,
|
|
3144
3152
|
n0,
|
|
3145
3153
|
_OPCI,
|
|
3146
3154
|
0,
|
|
@@ -3158,7 +3166,7 @@ export var Oauth2ProviderConfigInput$ = [
|
|
|
3158
3166
|
],
|
|
3159
3167
|
];
|
|
3160
3168
|
export var Oauth2ProviderConfigOutput$ = [
|
|
3161
|
-
|
|
3169
|
+
4,
|
|
3162
3170
|
n0,
|
|
3163
3171
|
_OPCO,
|
|
3164
3172
|
0,
|
|
@@ -3175,9 +3183,9 @@ export var Oauth2ProviderConfigOutput$ = [
|
|
|
3175
3183
|
() => IncludedOauth2ProviderConfigOutput$,
|
|
3176
3184
|
],
|
|
3177
3185
|
];
|
|
3178
|
-
export var PolicyDefinition$ = [
|
|
3186
|
+
export var PolicyDefinition$ = [4, n0, _PD, 0, [_ce], [() => CedarPolicy$]];
|
|
3179
3187
|
export var RatingScale$ = [
|
|
3180
|
-
|
|
3188
|
+
4,
|
|
3181
3189
|
n0,
|
|
3182
3190
|
_RS,
|
|
3183
3191
|
0,
|
|
@@ -3185,18 +3193,18 @@ export var RatingScale$ = [
|
|
|
3185
3193
|
[() => NumericalScaleDefinitions, () => CategoricalScaleDefinitions],
|
|
3186
3194
|
];
|
|
3187
3195
|
export var ReflectionConfiguration$ = [
|
|
3188
|
-
|
|
3196
|
+
4,
|
|
3189
3197
|
n0,
|
|
3190
3198
|
_RCe,
|
|
3191
3199
|
0,
|
|
3192
3200
|
[_cRC, _eRC],
|
|
3193
3201
|
[[() => CustomReflectionConfiguration$, 0], () => EpisodicReflectionConfiguration$],
|
|
3194
3202
|
];
|
|
3195
|
-
export var RequestHeaderConfiguration$ = [
|
|
3196
|
-
export var Resource$ = [
|
|
3197
|
-
export var TargetConfiguration$ = [
|
|
3203
|
+
export var RequestHeaderConfiguration$ = [4, n0, _RHC, 0, [_rHA], [64 | 0]];
|
|
3204
|
+
export var Resource$ = [4, n0, _Re, 0, [_a], [0]];
|
|
3205
|
+
export var TargetConfiguration$ = [4, n0, _TC, 0, [_mc], [[() => McpTargetConfiguration$, 0]]];
|
|
3198
3206
|
export var ToolSchema$ = [
|
|
3199
|
-
|
|
3207
|
+
4,
|
|
3200
3208
|
n0,
|
|
3201
3209
|
_TSo,
|
|
3202
3210
|
0,
|
|
@@ -3204,7 +3212,7 @@ export var ToolSchema$ = [
|
|
|
3204
3212
|
[() => S3Configuration$, () => ToolDefinitions],
|
|
3205
3213
|
];
|
|
3206
3214
|
export var TriggerCondition$ = [
|
|
3207
|
-
|
|
3215
|
+
4,
|
|
3208
3216
|
n0,
|
|
3209
3217
|
_TCr,
|
|
3210
3218
|
0,
|
|
@@ -3212,7 +3220,7 @@ export var TriggerCondition$ = [
|
|
|
3212
3220
|
[() => MessageBasedTrigger$, () => TokenBasedTrigger$, () => TimeBasedTrigger$],
|
|
3213
3221
|
];
|
|
3214
3222
|
export var TriggerConditionInput$ = [
|
|
3215
|
-
|
|
3223
|
+
4,
|
|
3216
3224
|
n0,
|
|
3217
3225
|
_TCI,
|
|
3218
3226
|
0,
|
|
@@ -145,6 +145,17 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
145
145
|
* },
|
|
146
146
|
* },
|
|
147
147
|
* ],
|
|
148
|
+
* metadataConfiguration: { // MetadataConfiguration
|
|
149
|
+
* allowedRequestHeaders: [ // AllowedRequestHeaders
|
|
150
|
+
* "STRING_VALUE",
|
|
151
|
+
* ],
|
|
152
|
+
* allowedQueryParameters: [ // AllowedQueryParameters
|
|
153
|
+
* "STRING_VALUE",
|
|
154
|
+
* ],
|
|
155
|
+
* allowedResponseHeaders: [ // AllowedResponseHeaders
|
|
156
|
+
* "STRING_VALUE",
|
|
157
|
+
* ],
|
|
158
|
+
* },
|
|
148
159
|
* };
|
|
149
160
|
* const command = new CreateGatewayTargetCommand(input);
|
|
150
161
|
* const response = await client.send(command);
|
|
@@ -264,6 +275,17 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
264
275
|
* // },
|
|
265
276
|
* // ],
|
|
266
277
|
* // lastSynchronizedAt: new Date("TIMESTAMP"),
|
|
278
|
+
* // metadataConfiguration: { // MetadataConfiguration
|
|
279
|
+
* // allowedRequestHeaders: [ // AllowedRequestHeaders
|
|
280
|
+
* // "STRING_VALUE",
|
|
281
|
+
* // ],
|
|
282
|
+
* // allowedQueryParameters: [ // AllowedQueryParameters
|
|
283
|
+
* // "STRING_VALUE",
|
|
284
|
+
* // ],
|
|
285
|
+
* // allowedResponseHeaders: [ // AllowedResponseHeaders
|
|
286
|
+
* // "STRING_VALUE",
|
|
287
|
+
* // ],
|
|
288
|
+
* // },
|
|
267
289
|
* // };
|
|
268
290
|
*
|
|
269
291
|
* ```
|
|
@@ -159,6 +159,17 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
159
159
|
* // },
|
|
160
160
|
* // ],
|
|
161
161
|
* // lastSynchronizedAt: new Date("TIMESTAMP"),
|
|
162
|
+
* // metadataConfiguration: { // MetadataConfiguration
|
|
163
|
+
* // allowedRequestHeaders: [ // AllowedRequestHeaders
|
|
164
|
+
* // "STRING_VALUE",
|
|
165
|
+
* // ],
|
|
166
|
+
* // allowedQueryParameters: [ // AllowedQueryParameters
|
|
167
|
+
* // "STRING_VALUE",
|
|
168
|
+
* // ],
|
|
169
|
+
* // allowedResponseHeaders: [ // AllowedResponseHeaders
|
|
170
|
+
* // "STRING_VALUE",
|
|
171
|
+
* // ],
|
|
172
|
+
* // },
|
|
162
173
|
* // };
|
|
163
174
|
*
|
|
164
175
|
* ```
|
|
@@ -1,8 +1,7 @@
|
|
|
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 { ListPoliciesRequest } from "../models/
|
|
5
|
-
import type { ListPoliciesResponse } from "../models/models_1";
|
|
4
|
+
import type { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -163,6 +163,17 @@ declare const SynchronizeGatewayTargetsCommand_base: {
|
|
|
163
163
|
* // },
|
|
164
164
|
* // ],
|
|
165
165
|
* // lastSynchronizedAt: new Date("TIMESTAMP"),
|
|
166
|
+
* // metadataConfiguration: { // MetadataConfiguration
|
|
167
|
+
* // allowedRequestHeaders: [ // AllowedRequestHeaders
|
|
168
|
+
* // "STRING_VALUE",
|
|
169
|
+
* // ],
|
|
170
|
+
* // allowedQueryParameters: [ // AllowedQueryParameters
|
|
171
|
+
* // "STRING_VALUE",
|
|
172
|
+
* // ],
|
|
173
|
+
* // allowedResponseHeaders: [ // AllowedResponseHeaders
|
|
174
|
+
* // "STRING_VALUE",
|
|
175
|
+
* // ],
|
|
176
|
+
* // },
|
|
166
177
|
* // },
|
|
167
178
|
* // ],
|
|
168
179
|
* // };
|
|
@@ -145,6 +145,17 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
145
145
|
* },
|
|
146
146
|
* },
|
|
147
147
|
* ],
|
|
148
|
+
* metadataConfiguration: { // MetadataConfiguration
|
|
149
|
+
* allowedRequestHeaders: [ // AllowedRequestHeaders
|
|
150
|
+
* "STRING_VALUE",
|
|
151
|
+
* ],
|
|
152
|
+
* allowedQueryParameters: [ // AllowedQueryParameters
|
|
153
|
+
* "STRING_VALUE",
|
|
154
|
+
* ],
|
|
155
|
+
* allowedResponseHeaders: [ // AllowedResponseHeaders
|
|
156
|
+
* "STRING_VALUE",
|
|
157
|
+
* ],
|
|
158
|
+
* },
|
|
148
159
|
* };
|
|
149
160
|
* const command = new UpdateGatewayTargetCommand(input);
|
|
150
161
|
* const response = await client.send(command);
|
|
@@ -264,6 +275,17 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
264
275
|
* // },
|
|
265
276
|
* // ],
|
|
266
277
|
* // lastSynchronizedAt: new Date("TIMESTAMP"),
|
|
278
|
+
* // metadataConfiguration: { // MetadataConfiguration
|
|
279
|
+
* // allowedRequestHeaders: [ // AllowedRequestHeaders
|
|
280
|
+
* // "STRING_VALUE",
|
|
281
|
+
* // ],
|
|
282
|
+
* // allowedQueryParameters: [ // AllowedQueryParameters
|
|
283
|
+
* // "STRING_VALUE",
|
|
284
|
+
* // ],
|
|
285
|
+
* // allowedResponseHeaders: [ // AllowedResponseHeaders
|
|
286
|
+
* // "STRING_VALUE",
|
|
287
|
+
* // ],
|
|
288
|
+
* // },
|
|
267
289
|
* // };
|
|
268
290
|
*
|
|
269
291
|
* ```
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,6 +14,6 @@ export * from "./pagination";
|
|
|
14
14
|
export * from "./waiters";
|
|
15
15
|
export * from "./models/enums";
|
|
16
16
|
export * from "./models/errors";
|
|
17
|
-
export
|
|
18
|
-
export
|
|
17
|
+
export * from "./models/models_0";
|
|
18
|
+
export * from "./models/models_1";
|
|
19
19
|
export { BedrockAgentCoreControlServiceException } from "./models/BedrockAgentCoreControlServiceException";
|
|
@@ -3299,6 +3299,27 @@ export interface CredentialProviderConfiguration {
|
|
|
3299
3299
|
*/
|
|
3300
3300
|
credentialProvider?: CredentialProvider | undefined;
|
|
3301
3301
|
}
|
|
3302
|
+
/**
|
|
3303
|
+
* <p>Configuration for HTTP header and query parameter propagation between the gateway and target servers.</p>
|
|
3304
|
+
* @public
|
|
3305
|
+
*/
|
|
3306
|
+
export interface MetadataConfiguration {
|
|
3307
|
+
/**
|
|
3308
|
+
* <p>A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.</p>
|
|
3309
|
+
* @public
|
|
3310
|
+
*/
|
|
3311
|
+
allowedRequestHeaders?: string[] | undefined;
|
|
3312
|
+
/**
|
|
3313
|
+
* <p>A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.</p>
|
|
3314
|
+
* @public
|
|
3315
|
+
*/
|
|
3316
|
+
allowedQueryParameters?: string[] | undefined;
|
|
3317
|
+
/**
|
|
3318
|
+
* <p>A list of HTTP headers that are allowed to be propagated from the target response back to the client.</p>
|
|
3319
|
+
* @public
|
|
3320
|
+
*/
|
|
3321
|
+
allowedResponseHeaders?: string[] | undefined;
|
|
3322
|
+
}
|
|
3302
3323
|
/**
|
|
3303
3324
|
* <p>Specifies which operations from an API Gateway REST API are exposed as tools. Tool names and descriptions are derived from the operationId and description fields in the API's exported OpenAPI specification.</p>
|
|
3304
3325
|
* @public
|
|
@@ -8201,28 +8222,3 @@ export interface GetPolicyResponse {
|
|
|
8201
8222
|
*/
|
|
8202
8223
|
statusReasons: string[] | undefined;
|
|
8203
8224
|
}
|
|
8204
|
-
/**
|
|
8205
|
-
* @public
|
|
8206
|
-
*/
|
|
8207
|
-
export interface ListPoliciesRequest {
|
|
8208
|
-
/**
|
|
8209
|
-
* <p>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicies.html">ListPolicies</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>
|
|
8210
|
-
* @public
|
|
8211
|
-
*/
|
|
8212
|
-
nextToken?: string | undefined;
|
|
8213
|
-
/**
|
|
8214
|
-
* <p>The maximum number of policies to return in a single response. If not specified, the default is 10 policies per page, with a maximum of 100 per page.</p>
|
|
8215
|
-
* @public
|
|
8216
|
-
*/
|
|
8217
|
-
maxResults?: number | undefined;
|
|
8218
|
-
/**
|
|
8219
|
-
* <p>The identifier of the policy engine whose policies to retrieve.</p>
|
|
8220
|
-
* @public
|
|
8221
|
-
*/
|
|
8222
|
-
policyEngineId: string | undefined;
|
|
8223
|
-
/**
|
|
8224
|
-
* <p>Optional filter to list policies that apply to a specific resource scope or resource type. This helps narrow down policy results to those relevant for particular Amazon Web Services resources, agent tools, or operational contexts within the policy engine ecosystem.</p>
|
|
8225
|
-
* @public
|
|
8226
|
-
*/
|
|
8227
|
-
targetResourceScope?: string | undefined;
|
|
8228
|
-
}
|