@aws-sdk/client-bedrock-agentcore-control 3.953.0 → 3.955.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 +28 -8
- package/dist-es/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +30 -8
- 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 +1 -0
- 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 +1 -0
- package/package.json +10 -10
package/dist-cjs/index.js
CHANGED
|
@@ -610,6 +610,7 @@ const _LWIRi = "ListWorkloadIdentitiesResponse";
|
|
|
610
610
|
const _M = "Memory";
|
|
611
611
|
const _MBT = "MessageBasedTrigger";
|
|
612
612
|
const _MBTI = "MessageBasedTriggerInput";
|
|
613
|
+
const _MC = "MetadataConfiguration";
|
|
613
614
|
const _MCC = "ModifyConsolidationConfiguration";
|
|
614
615
|
const _MCPGC = "MCPGatewayConfiguration";
|
|
615
616
|
const _MEC = "ModifyExtractionConfiguration";
|
|
@@ -791,10 +792,13 @@ const _aKSA = "apiKeySecretArn";
|
|
|
791
792
|
const _aMRF = "additionalModelRequestFields";
|
|
792
793
|
const _aMS = "addMemoryStrategies";
|
|
793
794
|
const _aOPC = "atlassianOauth2ProviderConfig";
|
|
795
|
+
const _aQP = "allowedQueryParameters";
|
|
794
796
|
const _aR = "agentRuntimes";
|
|
795
797
|
const _aRA = "agentRuntimeArn";
|
|
796
798
|
const _aRAg = "agentRuntimeArtifact";
|
|
797
799
|
const _aREA = "agentRuntimeEndpointArn";
|
|
800
|
+
const _aRH = "allowedRequestHeaders";
|
|
801
|
+
const _aRHl = "allowedResponseHeaders";
|
|
798
802
|
const _aRI = "agentRuntimeId";
|
|
799
803
|
const _aRN = "agentRuntimeName";
|
|
800
804
|
const _aRORU = "allowedResourceOauth2ReturnUrls";
|
|
@@ -940,8 +944,9 @@ const _la = "lambda";
|
|
|
940
944
|
const _le = "level";
|
|
941
945
|
const _m = "message";
|
|
942
946
|
const _mBT = "messageBasedTrigger";
|
|
943
|
-
const _mC = "
|
|
947
|
+
const _mC = "metadataConfiguration";
|
|
944
948
|
const _mCe = "messageCount";
|
|
949
|
+
const _mCo = "modelConfig";
|
|
945
950
|
const _mERA = "memoryExecutionRoleArn";
|
|
946
951
|
const _mI = "modelId";
|
|
947
952
|
const _mIe = "memoryId";
|
|
@@ -1378,7 +1383,7 @@ var CreateGatewayTargetRequest$ = [
|
|
|
1378
1383
|
n0,
|
|
1379
1384
|
_CGTR,
|
|
1380
1385
|
0,
|
|
1381
|
-
[_gIa, _n, _d, _cTl, _tC, _cPC],
|
|
1386
|
+
[_gIa, _n, _d, _cTl, _tC, _cPC, _mC],
|
|
1382
1387
|
[
|
|
1383
1388
|
[0, 1],
|
|
1384
1389
|
[() => TargetName, 0],
|
|
@@ -1386,6 +1391,7 @@ var CreateGatewayTargetRequest$ = [
|
|
|
1386
1391
|
[0, 4],
|
|
1387
1392
|
[() => TargetConfiguration$, 0],
|
|
1388
1393
|
[() => CredentialProviderConfigurations, 0],
|
|
1394
|
+
() => MetadataConfiguration$,
|
|
1389
1395
|
],
|
|
1390
1396
|
];
|
|
1391
1397
|
var CreateGatewayTargetResponse$ = [
|
|
@@ -1393,7 +1399,7 @@ var CreateGatewayTargetResponse$ = [
|
|
|
1393
1399
|
n0,
|
|
1394
1400
|
_CGTRr,
|
|
1395
1401
|
0,
|
|
1396
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
1402
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
1397
1403
|
[
|
|
1398
1404
|
0,
|
|
1399
1405
|
0,
|
|
@@ -1406,6 +1412,7 @@ var CreateGatewayTargetResponse$ = [
|
|
|
1406
1412
|
[() => TargetConfiguration$, 0],
|
|
1407
1413
|
[() => CredentialProviderConfigurations, 0],
|
|
1408
1414
|
5,
|
|
1415
|
+
() => MetadataConfiguration$,
|
|
1409
1416
|
],
|
|
1410
1417
|
];
|
|
1411
1418
|
var CreateMemoryInput$ = [
|
|
@@ -1789,7 +1796,7 @@ var GatewayTarget$ = [
|
|
|
1789
1796
|
n0,
|
|
1790
1797
|
_GT,
|
|
1791
1798
|
0,
|
|
1792
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
1799
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
1793
1800
|
[
|
|
1794
1801
|
0,
|
|
1795
1802
|
0,
|
|
@@ -1802,6 +1809,7 @@ var GatewayTarget$ = [
|
|
|
1802
1809
|
[() => TargetConfiguration$, 0],
|
|
1803
1810
|
[() => CredentialProviderConfigurations, 0],
|
|
1804
1811
|
5,
|
|
1812
|
+
() => MetadataConfiguration$,
|
|
1805
1813
|
],
|
|
1806
1814
|
];
|
|
1807
1815
|
var GetAgentRuntimeEndpointRequest$ = [
|
|
@@ -1955,7 +1963,7 @@ var GetGatewayTargetResponse$ = [
|
|
|
1955
1963
|
n0,
|
|
1956
1964
|
_GGTRe,
|
|
1957
1965
|
0,
|
|
1958
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
1966
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
1959
1967
|
[
|
|
1960
1968
|
0,
|
|
1961
1969
|
0,
|
|
@@ -1968,6 +1976,7 @@ var GetGatewayTargetResponse$ = [
|
|
|
1968
1976
|
[() => TargetConfiguration$, 0],
|
|
1969
1977
|
[() => CredentialProviderConfigurations, 0],
|
|
1970
1978
|
5,
|
|
1979
|
+
() => MetadataConfiguration$,
|
|
1971
1980
|
],
|
|
1972
1981
|
];
|
|
1973
1982
|
var GetMemoryInput$ = [3, n0, _GMI, 0, [_mIe], [[0, 1]]];
|
|
@@ -2431,7 +2440,7 @@ var LlmAsAJudgeEvaluatorConfig$ = [
|
|
|
2431
2440
|
n0,
|
|
2432
2441
|
_LAAJEC,
|
|
2433
2442
|
0,
|
|
2434
|
-
[_ins, _rS,
|
|
2443
|
+
[_ins, _rS, _mCo],
|
|
2435
2444
|
[[() => EvaluatorInstructions, 0], () => RatingScale$, () => EvaluatorModelConfig$],
|
|
2436
2445
|
];
|
|
2437
2446
|
var MCPGatewayConfiguration$ = [3, n0, _MCPGC, 0, [_sV, _ins, _sT], [64 | 0, 0, 0]];
|
|
@@ -2456,6 +2465,14 @@ var MemoryStrategy$ = [
|
|
|
2456
2465
|
var MemorySummary$ = [3, n0, _MSe, 0, [_a, _i, _s, _cA, _uA], [0, 0, 0, 4, 4]];
|
|
2457
2466
|
var MessageBasedTrigger$ = [3, n0, _MBT, 0, [_mCe], [1]];
|
|
2458
2467
|
var MessageBasedTriggerInput$ = [3, n0, _MBTI, 0, [_mCe], [1]];
|
|
2468
|
+
var MetadataConfiguration$ = [
|
|
2469
|
+
3,
|
|
2470
|
+
n0,
|
|
2471
|
+
_MC,
|
|
2472
|
+
0,
|
|
2473
|
+
[_aRH, _aQP, _aRHl],
|
|
2474
|
+
[64 | 0, 64 | 0, 64 | 0],
|
|
2475
|
+
];
|
|
2459
2476
|
var MicrosoftOauth2ProviderConfigInput$ = [
|
|
2460
2477
|
3,
|
|
2461
2478
|
n0,
|
|
@@ -2952,7 +2969,7 @@ var UpdateGatewayTargetRequest$ = [
|
|
|
2952
2969
|
n0,
|
|
2953
2970
|
_UGTR,
|
|
2954
2971
|
0,
|
|
2955
|
-
[_gIa, _tI, _n, _d, _tC, _cPC],
|
|
2972
|
+
[_gIa, _tI, _n, _d, _tC, _cPC, _mC],
|
|
2956
2973
|
[
|
|
2957
2974
|
[0, 1],
|
|
2958
2975
|
[0, 1],
|
|
@@ -2960,6 +2977,7 @@ var UpdateGatewayTargetRequest$ = [
|
|
|
2960
2977
|
[() => TargetDescription, 0],
|
|
2961
2978
|
[() => TargetConfiguration$, 0],
|
|
2962
2979
|
[() => CredentialProviderConfigurations, 0],
|
|
2980
|
+
() => MetadataConfiguration$,
|
|
2963
2981
|
],
|
|
2964
2982
|
];
|
|
2965
2983
|
var UpdateGatewayTargetResponse$ = [
|
|
@@ -2967,7 +2985,7 @@ var UpdateGatewayTargetResponse$ = [
|
|
|
2967
2985
|
n0,
|
|
2968
2986
|
_UGTRp,
|
|
2969
2987
|
0,
|
|
2970
|
-
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
|
|
2988
|
+
[_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
|
|
2971
2989
|
[
|
|
2972
2990
|
0,
|
|
2973
2991
|
0,
|
|
@@ -2980,6 +2998,7 @@ var UpdateGatewayTargetResponse$ = [
|
|
|
2980
2998
|
[() => TargetConfiguration$, 0],
|
|
2981
2999
|
[() => CredentialProviderConfigurations, 0],
|
|
2982
3000
|
5,
|
|
3001
|
+
() => MetadataConfiguration$,
|
|
2983
3002
|
],
|
|
2984
3003
|
];
|
|
2985
3004
|
var UpdateMemoryInput$ = [
|
|
@@ -6236,6 +6255,7 @@ exports.MemoryStrategyType = MemoryStrategyType;
|
|
|
6236
6255
|
exports.MemorySummary$ = MemorySummary$;
|
|
6237
6256
|
exports.MessageBasedTrigger$ = MessageBasedTrigger$;
|
|
6238
6257
|
exports.MessageBasedTriggerInput$ = MessageBasedTriggerInput$;
|
|
6258
|
+
exports.MetadataConfiguration$ = MetadataConfiguration$;
|
|
6239
6259
|
exports.MicrosoftOauth2ProviderConfigInput$ = MicrosoftOauth2ProviderConfigInput$;
|
|
6240
6260
|
exports.MicrosoftOauth2ProviderConfigOutput$ = MicrosoftOauth2ProviderConfigOutput$;
|
|
6241
6261
|
exports.ModifyConsolidationConfiguration$ = ModifyConsolidationConfiguration$;
|
package/dist-es/index.js
CHANGED
|
@@ -6,4 +6,6 @@ export * from "./pagination";
|
|
|
6
6
|
export * from "./waiters";
|
|
7
7
|
export * from "./models/enums";
|
|
8
8
|
export * from "./models/errors";
|
|
9
|
+
export * from "./models/models_0";
|
|
10
|
+
export * from "./models/models_1";
|
|
9
11
|
export { BedrockAgentCoreControlServiceException } from "./models/BedrockAgentCoreControlServiceException";
|
|
@@ -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$ = [
|
|
@@ -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$];
|
|
@@ -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
|
-
}
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
import { PolicyStatus, PolicyValidationMode, SchemaType, TargetStatus } from "./enums";
|
|
2
|
-
import { type KmsConfiguration, type PolicyDefinition, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, CredentialProviderConfiguration, McpServerTargetConfiguration, S3Configuration } from "./models_0";
|
|
2
|
+
import { type KmsConfiguration, type MetadataConfiguration, type PolicyDefinition, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, CredentialProviderConfiguration, McpServerTargetConfiguration, S3Configuration } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface ListPoliciesRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <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>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
nextToken?: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <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>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
maxResults?: number | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The identifier of the policy engine whose policies to retrieve.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
policyEngineId: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <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>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
targetResourceScope?: string | undefined;
|
|
27
|
+
}
|
|
3
28
|
/**
|
|
4
29
|
* <p>Represents a complete policy resource within the AgentCore Policy system. Policies are ARN-able resources that contain Cedar policy statements and associated metadata for controlling agent behavior and access decisions. Each policy belongs to a policy engine and defines fine-grained authorization rules that are evaluated in real-time as agents interact with tools through Gateway. Policies use the Cedar policy language to specify who (principals based on OAuth claims like username, role, or scope) can perform what actions (tool calls) on which resources (Gateways), with optional conditions for attribute-based access control. Multiple policies can apply to a single request, with Cedar's forbid-wins semantics ensuring that security restrictions are never accidentally overridden.</p>
|
|
5
30
|
* @public
|
|
@@ -720,6 +745,11 @@ export interface CreateGatewayTargetRequest {
|
|
|
720
745
|
* @public
|
|
721
746
|
*/
|
|
722
747
|
credentialProviderConfigurations?: CredentialProviderConfiguration[] | undefined;
|
|
748
|
+
/**
|
|
749
|
+
* <p>Optional configuration for HTTP header and query parameter propagation to and from the gateway target.</p>
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
723
753
|
}
|
|
724
754
|
/**
|
|
725
755
|
* @public
|
|
@@ -780,6 +810,11 @@ export interface CreateGatewayTargetResponse {
|
|
|
780
810
|
* @public
|
|
781
811
|
*/
|
|
782
812
|
lastSynchronizedAt?: Date | undefined;
|
|
813
|
+
/**
|
|
814
|
+
* <p>The metadata configuration that was applied to the created gateway target.</p>
|
|
815
|
+
* @public
|
|
816
|
+
*/
|
|
817
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
783
818
|
}
|
|
784
819
|
/**
|
|
785
820
|
* <p>The gateway target.</p>
|
|
@@ -841,6 +876,11 @@ export interface GatewayTarget {
|
|
|
841
876
|
* @public
|
|
842
877
|
*/
|
|
843
878
|
lastSynchronizedAt?: Date | undefined;
|
|
879
|
+
/**
|
|
880
|
+
* <p>The metadata configuration for HTTP header and query parameter propagation to and from this gateway target.</p>
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
883
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
844
884
|
}
|
|
845
885
|
/**
|
|
846
886
|
* @public
|
|
@@ -901,6 +941,11 @@ export interface GetGatewayTargetResponse {
|
|
|
901
941
|
* @public
|
|
902
942
|
*/
|
|
903
943
|
lastSynchronizedAt?: Date | undefined;
|
|
944
|
+
/**
|
|
945
|
+
* <p>The metadata configuration for HTTP header and query parameter propagation for the retrieved gateway target.</p>
|
|
946
|
+
* @public
|
|
947
|
+
*/
|
|
948
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
904
949
|
}
|
|
905
950
|
/**
|
|
906
951
|
* @public
|
|
@@ -936,6 +981,11 @@ export interface UpdateGatewayTargetRequest {
|
|
|
936
981
|
* @public
|
|
937
982
|
*/
|
|
938
983
|
credentialProviderConfigurations?: CredentialProviderConfiguration[] | undefined;
|
|
984
|
+
/**
|
|
985
|
+
* <p>Configuration for HTTP header and query parameter propagation to the gateway target.</p>
|
|
986
|
+
* @public
|
|
987
|
+
*/
|
|
988
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
939
989
|
}
|
|
940
990
|
/**
|
|
941
991
|
* @public
|
|
@@ -996,6 +1046,11 @@ export interface UpdateGatewayTargetResponse {
|
|
|
996
1046
|
* @public
|
|
997
1047
|
*/
|
|
998
1048
|
lastSynchronizedAt?: Date | undefined;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The metadata configuration that was applied to the gateway target.</p>
|
|
1051
|
+
* @public
|
|
1052
|
+
*/
|
|
1053
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
999
1054
|
}
|
|
1000
1055
|
/**
|
|
1001
1056
|
* @public
|
|
@@ -205,6 +205,7 @@ export declare var MemoryStrategy$: StaticStructureSchema;
|
|
|
205
205
|
export declare var MemorySummary$: StaticStructureSchema;
|
|
206
206
|
export declare var MessageBasedTrigger$: StaticStructureSchema;
|
|
207
207
|
export declare var MessageBasedTriggerInput$: StaticStructureSchema;
|
|
208
|
+
export declare var MetadataConfiguration$: StaticStructureSchema;
|
|
208
209
|
export declare var MicrosoftOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
209
210
|
export declare var MicrosoftOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
210
211
|
export declare var ModifyInvocationConfigurationInput$: StaticStructureSchema;
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { ListPoliciesRequest } from "../models/
|
|
9
|
-
import { ListPoliciesResponse } from "../models/models_1";
|
|
8
|
+
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1";
|
|
10
9
|
export { __MetadataBearer };
|
|
11
10
|
export { $Command };
|
|
12
11
|
export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
|
|
@@ -939,6 +939,11 @@ export interface CredentialProviderConfiguration {
|
|
|
939
939
|
credentialProviderType: CredentialProviderType | undefined;
|
|
940
940
|
credentialProvider?: CredentialProvider | undefined;
|
|
941
941
|
}
|
|
942
|
+
export interface MetadataConfiguration {
|
|
943
|
+
allowedRequestHeaders?: string[] | undefined;
|
|
944
|
+
allowedQueryParameters?: string[] | undefined;
|
|
945
|
+
allowedResponseHeaders?: string[] | undefined;
|
|
946
|
+
}
|
|
942
947
|
export interface ApiGatewayToolFilter {
|
|
943
948
|
filterPath: string | undefined;
|
|
944
949
|
methods: RestApiMethod[] | undefined;
|
|
@@ -2798,9 +2803,3 @@ export interface GetPolicyResponse {
|
|
|
2798
2803
|
status: PolicyStatus | undefined;
|
|
2799
2804
|
statusReasons: string[] | undefined;
|
|
2800
2805
|
}
|
|
2801
|
-
export interface ListPoliciesRequest {
|
|
2802
|
-
nextToken?: string | undefined;
|
|
2803
|
-
maxResults?: number | undefined;
|
|
2804
|
-
policyEngineId: string | undefined;
|
|
2805
|
-
targetResourceScope?: string | undefined;
|
|
2806
|
-
}
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
} from "./enums";
|
|
7
7
|
import {
|
|
8
8
|
KmsConfiguration,
|
|
9
|
+
MetadataConfiguration,
|
|
9
10
|
PolicyDefinition,
|
|
10
11
|
ApiGatewayTargetConfiguration,
|
|
11
12
|
ApiSchemaConfiguration,
|
|
@@ -13,6 +14,12 @@ import {
|
|
|
13
14
|
McpServerTargetConfiguration,
|
|
14
15
|
S3Configuration,
|
|
15
16
|
} from "./models_0";
|
|
17
|
+
export interface ListPoliciesRequest {
|
|
18
|
+
nextToken?: string | undefined;
|
|
19
|
+
maxResults?: number | undefined;
|
|
20
|
+
policyEngineId: string | undefined;
|
|
21
|
+
targetResourceScope?: string | undefined;
|
|
22
|
+
}
|
|
16
23
|
export interface Policy {
|
|
17
24
|
policyId: string | undefined;
|
|
18
25
|
name: string | undefined;
|
|
@@ -255,6 +262,7 @@ export interface CreateGatewayTargetRequest {
|
|
|
255
262
|
credentialProviderConfigurations?:
|
|
256
263
|
| CredentialProviderConfiguration[]
|
|
257
264
|
| undefined;
|
|
265
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
258
266
|
}
|
|
259
267
|
export interface CreateGatewayTargetResponse {
|
|
260
268
|
gatewayArn: string | undefined;
|
|
@@ -270,6 +278,7 @@ export interface CreateGatewayTargetResponse {
|
|
|
270
278
|
| CredentialProviderConfiguration[]
|
|
271
279
|
| undefined;
|
|
272
280
|
lastSynchronizedAt?: Date | undefined;
|
|
281
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
273
282
|
}
|
|
274
283
|
export interface GatewayTarget {
|
|
275
284
|
gatewayArn: string | undefined;
|
|
@@ -285,6 +294,7 @@ export interface GatewayTarget {
|
|
|
285
294
|
| CredentialProviderConfiguration[]
|
|
286
295
|
| undefined;
|
|
287
296
|
lastSynchronizedAt?: Date | undefined;
|
|
297
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
288
298
|
}
|
|
289
299
|
export interface GetGatewayTargetResponse {
|
|
290
300
|
gatewayArn: string | undefined;
|
|
@@ -300,6 +310,7 @@ export interface GetGatewayTargetResponse {
|
|
|
300
310
|
| CredentialProviderConfiguration[]
|
|
301
311
|
| undefined;
|
|
302
312
|
lastSynchronizedAt?: Date | undefined;
|
|
313
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
303
314
|
}
|
|
304
315
|
export interface UpdateGatewayTargetRequest {
|
|
305
316
|
gatewayIdentifier: string | undefined;
|
|
@@ -310,6 +321,7 @@ export interface UpdateGatewayTargetRequest {
|
|
|
310
321
|
credentialProviderConfigurations?:
|
|
311
322
|
| CredentialProviderConfiguration[]
|
|
312
323
|
| undefined;
|
|
324
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
313
325
|
}
|
|
314
326
|
export interface UpdateGatewayTargetResponse {
|
|
315
327
|
gatewayArn: string | undefined;
|
|
@@ -325,6 +337,7 @@ export interface UpdateGatewayTargetResponse {
|
|
|
325
337
|
| CredentialProviderConfiguration[]
|
|
326
338
|
| undefined;
|
|
327
339
|
lastSynchronizedAt?: Date | undefined;
|
|
340
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
328
341
|
}
|
|
329
342
|
export interface SynchronizeGatewayTargetsResponse {
|
|
330
343
|
targets?: GatewayTarget[] | undefined;
|
|
@@ -209,6 +209,7 @@ export declare var MemoryStrategy$: StaticStructureSchema;
|
|
|
209
209
|
export declare var MemorySummary$: StaticStructureSchema;
|
|
210
210
|
export declare var MessageBasedTrigger$: StaticStructureSchema;
|
|
211
211
|
export declare var MessageBasedTriggerInput$: StaticStructureSchema;
|
|
212
|
+
export declare var MetadataConfiguration$: StaticStructureSchema;
|
|
212
213
|
export declare var MicrosoftOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
213
214
|
export declare var MicrosoftOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
214
215
|
export declare var ModifyInvocationConfigurationInput$: StaticStructureSchema;
|
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.955.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",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.954.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.955.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.954.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
31
|
"@aws-sdk/types": "3.953.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.954.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.4",
|
|
36
36
|
"@smithy/core": "^3.19.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
38
|
"@smithy/hash-node": "^4.2.6",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.0",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.16",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.7",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.6",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.6",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.6",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
48
|
+
"@smithy/smithy-client": "^4.10.1",
|
|
49
49
|
"@smithy/types": "^4.10.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.18",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.6",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.6",
|
|
58
58
|
"@smithy/util-retry": "^4.2.6",
|