@aws-sdk/client-bedrock-agentcore-control 3.1113.0 → 3.1114.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +27 -7
- package/dist-es/schemas/schemas_0.js +25 -6
- package/dist-types/commands/CreateMemoryCommand.d.ts +22 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMemoryCommand.d.ts +22 -0
- package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +46 -54
- package/dist-types/models/models_1.d.ts +51 -75
- package/dist-types/models/models_2.d.ts +66 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +11 -16
- package/dist-types/ts3.4/models/models_2.d.ts +16 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1113.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -1068,6 +1068,9 @@ const _MTC = "McpTargetConfiguration";
|
|
|
1068
1068
|
const _MTSC = "McpToolSchemaConfiguration";
|
|
1069
1069
|
const _MVR = "ManagedVpcResource";
|
|
1070
1070
|
const _NC = "NetworkConfiguration";
|
|
1071
|
+
const _NKE = "NamespaceKeyEntry";
|
|
1072
|
+
const _NKL = "NamespaceKeysList";
|
|
1073
|
+
const _NKV = "NamespaceKeyValidation";
|
|
1071
1074
|
const _NSD = "NumericalScaleDefinition";
|
|
1072
1075
|
const _NSDu = "NumericalScaleDefinitions";
|
|
1073
1076
|
const _NV = "NumberValidation";
|
|
@@ -1773,6 +1776,7 @@ const _mode = "models";
|
|
|
1773
1776
|
const _mon = "monitoring";
|
|
1774
1777
|
const _n = "name";
|
|
1775
1778
|
const _nC = "networkConfiguration";
|
|
1779
|
+
const _nK = "namespaceKeys";
|
|
1776
1780
|
const _nM = "networkMode";
|
|
1777
1781
|
const _nMC = "networkModeConfig";
|
|
1778
1782
|
const _nT = "namespaceTemplates";
|
|
@@ -1881,6 +1885,7 @@ const _rLI = "rateLimitId";
|
|
|
1881
1885
|
const _rM = "remoteMcp";
|
|
1882
1886
|
const _rMMDSV = "requireMMDSV2";
|
|
1883
1887
|
const _rP = "resourcePriority";
|
|
1888
|
+
const _rPe = "regexPattern";
|
|
1884
1889
|
const _rR = "registryRecords";
|
|
1885
1890
|
const _rS = "relevanceScore";
|
|
1886
1891
|
const _rSSE = "requireServiceS3Endpoint";
|
|
@@ -2637,8 +2642,8 @@ var CreateHarnessResponse$ = [3, n0, _CHRr,
|
|
|
2637
2642
|
];
|
|
2638
2643
|
var CreateMemoryInput$ = [3, n0, _CMI,
|
|
2639
2644
|
0,
|
|
2640
|
-
[_n, _eED, _cT, _d, _eKA, _mERA, _mS, _iK, _sDR, _ta],
|
|
2641
|
-
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => IndexedKeysList, () => StreamDeliveryResources$, 128 | 0], 2
|
|
2645
|
+
[_n, _eED, _cT, _d, _eKA, _mERA, _mS, _iK, _nK, _sDR, _ta],
|
|
2646
|
+
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => IndexedKeysList, () => NamespaceKeysList, () => StreamDeliveryResources$, 128 | 0], 2
|
|
2642
2647
|
];
|
|
2643
2648
|
var CreateMemoryOutput$ = [3, n0, _CMO,
|
|
2644
2649
|
0,
|
|
@@ -4342,8 +4347,8 @@ var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
|
4342
4347
|
];
|
|
4343
4348
|
var Memory$ = [3, n0, _M,
|
|
4344
4349
|
0,
|
|
4345
|
-
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _iK, _sDR, _mBRA],
|
|
4346
|
-
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => StreamDeliveryResources$, 0], 7
|
|
4350
|
+
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _iK, _nK, _sDR, _mBRA],
|
|
4351
|
+
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => NamespaceKeysList, () => StreamDeliveryResources$, 0], 7
|
|
4347
4352
|
];
|
|
4348
4353
|
var MemoryRecordSchema$ = [3, n0, _MRS,
|
|
4349
4354
|
0,
|
|
@@ -4425,6 +4430,16 @@ var ModifyStrategyConfiguration$ = [3, n0, _MSC,
|
|
|
4425
4430
|
[_ex, _cons, _ref, _sMC],
|
|
4426
4431
|
[[() => ModifyExtractionConfiguration$, 0], [() => ModifyConsolidationConfiguration$, 0], [() => ModifyReflectionConfiguration$, 0], () => ModifySelfManagedConfiguration$]
|
|
4427
4432
|
];
|
|
4433
|
+
var NamespaceKeyEntry$ = [3, n0, _NKE,
|
|
4434
|
+
0,
|
|
4435
|
+
[_k, _val],
|
|
4436
|
+
[0, () => NamespaceKeyValidation$], 1
|
|
4437
|
+
];
|
|
4438
|
+
var NamespaceKeyValidation$ = [3, n0, _NKV,
|
|
4439
|
+
0,
|
|
4440
|
+
[_aV, _rPe],
|
|
4441
|
+
[64 | 0, 0]
|
|
4442
|
+
];
|
|
4428
4443
|
var NetworkConfiguration$ = [3, n0, _NC,
|
|
4429
4444
|
0,
|
|
4430
4445
|
[_nM, _nMC],
|
|
@@ -5212,8 +5227,8 @@ var UpdateHarnessResponse$ = [3, n0, _UHRp,
|
|
|
5212
5227
|
];
|
|
5213
5228
|
var UpdateMemoryInput$ = [3, n0, _UMI,
|
|
5214
5229
|
0,
|
|
5215
|
-
[_mIe, _cT, _d, _eED, _mERA, _mS, _aIK, _sDR],
|
|
5216
|
-
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0], () => IndexedKeysList, () => StreamDeliveryResources$], 1
|
|
5230
|
+
[_mIe, _cT, _d, _eED, _mERA, _mS, _aIK, _nK, _sDR],
|
|
5231
|
+
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0], () => IndexedKeysList, () => NamespaceKeysList, () => StreamDeliveryResources$], 1
|
|
5217
5232
|
];
|
|
5218
5233
|
var UpdateMemoryOutput$ = [3, n0, _UMO,
|
|
5219
5234
|
0,
|
|
@@ -5612,6 +5627,9 @@ var ModifyMemoryStrategiesList = [1, n0, _MMSL,
|
|
|
5612
5627
|
0, [() => ModifyMemoryStrategyInput$,
|
|
5613
5628
|
0]
|
|
5614
5629
|
];
|
|
5630
|
+
var NamespaceKeysList = [1, n0, _NKL,
|
|
5631
|
+
0, () => NamespaceKeyEntry$
|
|
5632
|
+
];
|
|
5615
5633
|
var NumericalScaleDefinitions = [1, n0, _NSDu,
|
|
5616
5634
|
0, () => NumericalScaleDefinition$
|
|
5617
5635
|
];
|
|
@@ -9338,6 +9356,8 @@ exports.ModifyReflectionConfiguration$ = ModifyReflectionConfiguration$;
|
|
|
9338
9356
|
exports.ModifySelfManagedConfiguration$ = ModifySelfManagedConfiguration$;
|
|
9339
9357
|
exports.ModifyStrategyConfiguration$ = ModifyStrategyConfiguration$;
|
|
9340
9358
|
exports.Monitoring = Monitoring;
|
|
9359
|
+
exports.NamespaceKeyEntry$ = NamespaceKeyEntry$;
|
|
9360
|
+
exports.NamespaceKeyValidation$ = NamespaceKeyValidation$;
|
|
9341
9361
|
exports.NetworkConfiguration$ = NetworkConfiguration$;
|
|
9342
9362
|
exports.NetworkMode = NetworkMode;
|
|
9343
9363
|
exports.NumberValidation$ = NumberValidation$;
|
|
@@ -724,6 +724,9 @@ const _MTC = "McpTargetConfiguration";
|
|
|
724
724
|
const _MTSC = "McpToolSchemaConfiguration";
|
|
725
725
|
const _MVR = "ManagedVpcResource";
|
|
726
726
|
const _NC = "NetworkConfiguration";
|
|
727
|
+
const _NKE = "NamespaceKeyEntry";
|
|
728
|
+
const _NKL = "NamespaceKeysList";
|
|
729
|
+
const _NKV = "NamespaceKeyValidation";
|
|
727
730
|
const _NSD = "NumericalScaleDefinition";
|
|
728
731
|
const _NSDu = "NumericalScaleDefinitions";
|
|
729
732
|
const _NV = "NumberValidation";
|
|
@@ -1429,6 +1432,7 @@ const _mode = "models";
|
|
|
1429
1432
|
const _mon = "monitoring";
|
|
1430
1433
|
const _n = "name";
|
|
1431
1434
|
const _nC = "networkConfiguration";
|
|
1435
|
+
const _nK = "namespaceKeys";
|
|
1432
1436
|
const _nM = "networkMode";
|
|
1433
1437
|
const _nMC = "networkModeConfig";
|
|
1434
1438
|
const _nT = "namespaceTemplates";
|
|
@@ -1537,6 +1541,7 @@ const _rLI = "rateLimitId";
|
|
|
1537
1541
|
const _rM = "remoteMcp";
|
|
1538
1542
|
const _rMMDSV = "requireMMDSV2";
|
|
1539
1543
|
const _rP = "resourcePriority";
|
|
1544
|
+
const _rPe = "regexPattern";
|
|
1540
1545
|
const _rR = "registryRecords";
|
|
1541
1546
|
const _rS = "relevanceScore";
|
|
1542
1547
|
const _rSSE = "requireServiceS3Endpoint";
|
|
@@ -2296,8 +2301,8 @@ export var CreateHarnessResponse$ = [3, n0, _CHRr,
|
|
|
2296
2301
|
];
|
|
2297
2302
|
export var CreateMemoryInput$ = [3, n0, _CMI,
|
|
2298
2303
|
0,
|
|
2299
|
-
[_n, _eED, _cT, _d, _eKA, _mERA, _mS, _iK, _sDR, _ta],
|
|
2300
|
-
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => IndexedKeysList, () => StreamDeliveryResources$, 128 | 0], 2
|
|
2304
|
+
[_n, _eED, _cT, _d, _eKA, _mERA, _mS, _iK, _nK, _sDR, _ta],
|
|
2305
|
+
[0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => IndexedKeysList, () => NamespaceKeysList, () => StreamDeliveryResources$, 128 | 0], 2
|
|
2301
2306
|
];
|
|
2302
2307
|
export var CreateMemoryOutput$ = [3, n0, _CMO,
|
|
2303
2308
|
0,
|
|
@@ -4001,8 +4006,8 @@ export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
|
4001
4006
|
];
|
|
4002
4007
|
export var Memory$ = [3, n0, _M,
|
|
4003
4008
|
0,
|
|
4004
|
-
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _iK, _sDR, _mBRA],
|
|
4005
|
-
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => StreamDeliveryResources$, 0], 7
|
|
4009
|
+
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _iK, _nK, _sDR, _mBRA],
|
|
4010
|
+
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => NamespaceKeysList, () => StreamDeliveryResources$, 0], 7
|
|
4006
4011
|
];
|
|
4007
4012
|
export var MemoryRecordSchema$ = [3, n0, _MRS,
|
|
4008
4013
|
0,
|
|
@@ -4084,6 +4089,16 @@ export var ModifyStrategyConfiguration$ = [3, n0, _MSC,
|
|
|
4084
4089
|
[_ex, _cons, _ref, _sMC],
|
|
4085
4090
|
[[() => ModifyExtractionConfiguration$, 0], [() => ModifyConsolidationConfiguration$, 0], [() => ModifyReflectionConfiguration$, 0], () => ModifySelfManagedConfiguration$]
|
|
4086
4091
|
];
|
|
4092
|
+
export var NamespaceKeyEntry$ = [3, n0, _NKE,
|
|
4093
|
+
0,
|
|
4094
|
+
[_k, _val],
|
|
4095
|
+
[0, () => NamespaceKeyValidation$], 1
|
|
4096
|
+
];
|
|
4097
|
+
export var NamespaceKeyValidation$ = [3, n0, _NKV,
|
|
4098
|
+
0,
|
|
4099
|
+
[_aV, _rPe],
|
|
4100
|
+
[64 | 0, 0]
|
|
4101
|
+
];
|
|
4087
4102
|
export var NetworkConfiguration$ = [3, n0, _NC,
|
|
4088
4103
|
0,
|
|
4089
4104
|
[_nM, _nMC],
|
|
@@ -4871,8 +4886,8 @@ export var UpdateHarnessResponse$ = [3, n0, _UHRp,
|
|
|
4871
4886
|
];
|
|
4872
4887
|
export var UpdateMemoryInput$ = [3, n0, _UMI,
|
|
4873
4888
|
0,
|
|
4874
|
-
[_mIe, _cT, _d, _eED, _mERA, _mS, _aIK, _sDR],
|
|
4875
|
-
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0], () => IndexedKeysList, () => StreamDeliveryResources$], 1
|
|
4889
|
+
[_mIe, _cT, _d, _eED, _mERA, _mS, _aIK, _nK, _sDR],
|
|
4890
|
+
[[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0], () => IndexedKeysList, () => NamespaceKeysList, () => StreamDeliveryResources$], 1
|
|
4876
4891
|
];
|
|
4877
4892
|
export var UpdateMemoryOutput$ = [3, n0, _UMO,
|
|
4878
4893
|
0,
|
|
@@ -5294,6 +5309,10 @@ var ModifyMemoryStrategiesList = [1, n0, _MMSL,
|
|
|
5294
5309
|
0, [() => ModifyMemoryStrategyInput$,
|
|
5295
5310
|
0]
|
|
5296
5311
|
];
|
|
5312
|
+
var NamespaceAllowedValuesList = 64 | 0;
|
|
5313
|
+
var NamespaceKeysList = [1, n0, _NKL,
|
|
5314
|
+
0, () => NamespaceKeyEntry$
|
|
5315
|
+
];
|
|
5297
5316
|
var NamespacesList = 64 | 0;
|
|
5298
5317
|
var NonEmptyStringList = 64 | 0;
|
|
5299
5318
|
var NumericalScaleDefinitions = [1, n0, _NSDu,
|
|
@@ -320,6 +320,17 @@ declare const CreateMemoryCommand_base: {
|
|
|
320
320
|
* type: "STRING" || "STRINGLIST" || "NUMBER", // required
|
|
321
321
|
* },
|
|
322
322
|
* ],
|
|
323
|
+
* namespaceKeys: [ // NamespaceKeysList
|
|
324
|
+
* { // NamespaceKeyEntry
|
|
325
|
+
* key: "STRING_VALUE", // required
|
|
326
|
+
* validation: { // NamespaceKeyValidation
|
|
327
|
+
* allowedValues: [ // NamespaceAllowedValuesList
|
|
328
|
+
* "STRING_VALUE",
|
|
329
|
+
* ],
|
|
330
|
+
* regexPattern: "STRING_VALUE",
|
|
331
|
+
* },
|
|
332
|
+
* },
|
|
333
|
+
* ],
|
|
323
334
|
* streamDeliveryResources: { // StreamDeliveryResources
|
|
324
335
|
* resources: [ // StreamDeliveryResourcesList // required
|
|
325
336
|
* { // StreamDeliveryResource Union: only one key present
|
|
@@ -519,6 +530,17 @@ declare const CreateMemoryCommand_base: {
|
|
|
519
530
|
* // type: "STRING" || "STRINGLIST" || "NUMBER", // required
|
|
520
531
|
* // },
|
|
521
532
|
* // ],
|
|
533
|
+
* // namespaceKeys: [ // NamespaceKeysList
|
|
534
|
+
* // { // NamespaceKeyEntry
|
|
535
|
+
* // key: "STRING_VALUE", // required
|
|
536
|
+
* // validation: { // NamespaceKeyValidation
|
|
537
|
+
* // allowedValues: [ // NamespaceAllowedValuesList
|
|
538
|
+
* // "STRING_VALUE",
|
|
539
|
+
* // ],
|
|
540
|
+
* // regexPattern: "STRING_VALUE",
|
|
541
|
+
* // },
|
|
542
|
+
* // },
|
|
543
|
+
* // ],
|
|
522
544
|
* // streamDeliveryResources: { // StreamDeliveryResources
|
|
523
545
|
* // resources: [ // StreamDeliveryResourcesList // required
|
|
524
546
|
* // { // StreamDeliveryResource Union: only one key present
|
|
@@ -217,6 +217,17 @@ declare const GetMemoryCommand_base: {
|
|
|
217
217
|
* // type: "STRING" || "STRINGLIST" || "NUMBER", // required
|
|
218
218
|
* // },
|
|
219
219
|
* // ],
|
|
220
|
+
* // namespaceKeys: [ // NamespaceKeysList
|
|
221
|
+
* // { // NamespaceKeyEntry
|
|
222
|
+
* // key: "STRING_VALUE", // required
|
|
223
|
+
* // validation: { // NamespaceKeyValidation
|
|
224
|
+
* // allowedValues: [ // NamespaceAllowedValuesList
|
|
225
|
+
* // "STRING_VALUE",
|
|
226
|
+
* // ],
|
|
227
|
+
* // regexPattern: "STRING_VALUE",
|
|
228
|
+
* // },
|
|
229
|
+
* // },
|
|
230
|
+
* // ],
|
|
220
231
|
* // streamDeliveryResources: { // StreamDeliveryResources
|
|
221
232
|
* // resources: [ // StreamDeliveryResourcesList // required
|
|
222
233
|
* // { // StreamDeliveryResource Union: only one key present
|
|
@@ -409,6 +409,17 @@ declare const UpdateMemoryCommand_base: {
|
|
|
409
409
|
* type: "STRING" || "STRINGLIST" || "NUMBER", // required
|
|
410
410
|
* },
|
|
411
411
|
* ],
|
|
412
|
+
* namespaceKeys: [ // NamespaceKeysList
|
|
413
|
+
* { // NamespaceKeyEntry
|
|
414
|
+
* key: "STRING_VALUE", // required
|
|
415
|
+
* validation: { // NamespaceKeyValidation
|
|
416
|
+
* allowedValues: [ // NamespaceAllowedValuesList
|
|
417
|
+
* "STRING_VALUE",
|
|
418
|
+
* ],
|
|
419
|
+
* regexPattern: "STRING_VALUE",
|
|
420
|
+
* },
|
|
421
|
+
* },
|
|
422
|
+
* ],
|
|
412
423
|
* streamDeliveryResources: { // StreamDeliveryResources
|
|
413
424
|
* resources: [ // StreamDeliveryResourcesList // required
|
|
414
425
|
* { // StreamDeliveryResource Union: only one key present
|
|
@@ -605,6 +616,17 @@ declare const UpdateMemoryCommand_base: {
|
|
|
605
616
|
* // type: "STRING" || "STRINGLIST" || "NUMBER", // required
|
|
606
617
|
* // },
|
|
607
618
|
* // ],
|
|
619
|
+
* // namespaceKeys: [ // NamespaceKeysList
|
|
620
|
+
* // { // NamespaceKeyEntry
|
|
621
|
+
* // key: "STRING_VALUE", // required
|
|
622
|
+
* // validation: { // NamespaceKeyValidation
|
|
623
|
+
* // allowedValues: [ // NamespaceAllowedValuesList
|
|
624
|
+
* // "STRING_VALUE",
|
|
625
|
+
* // ],
|
|
626
|
+
* // regexPattern: "STRING_VALUE",
|
|
627
|
+
* // },
|
|
628
|
+
* // },
|
|
629
|
+
* // ],
|
|
608
630
|
* // streamDeliveryResources: { // StreamDeliveryResources
|
|
609
631
|
* // resources: [ // StreamDeliveryResourcesList // required
|
|
610
632
|
* // { // StreamDeliveryResource Union: only one key present
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { UpdatePolicyEngineRequest, UpdatePolicyEngineResponse } from "../models/
|
|
2
|
+
import type { UpdatePolicyEngineRequest, UpdatePolicyEngineResponse } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -5968,7 +5968,7 @@ export interface UpdateEvaluatorResponse {
|
|
|
5968
5968
|
status: EvaluatorStatus | undefined;
|
|
5969
5969
|
}
|
|
5970
5970
|
/**
|
|
5971
|
-
*
|
|
5971
|
+
* <p>Contains the rate configuration for a rate limit metric, specifying the allowed rate and time period.</p>
|
|
5972
5972
|
* @public
|
|
5973
5973
|
*/
|
|
5974
5974
|
export interface RateConfig {
|
|
@@ -5978,61 +5978,59 @@ export interface RateConfig {
|
|
|
5978
5978
|
*/
|
|
5979
5979
|
rate: number | undefined;
|
|
5980
5980
|
/**
|
|
5981
|
-
*
|
|
5981
|
+
* <p>The time period for the rate limit. Valid values:</p> <ul> <li> <p> <code>second</code>—Measures the rate limit over a one-second window.</p> </li> <li> <p> <code>minute</code>—Measures the rate limit over a one-minute window.</p> </li> </ul>
|
|
5982
5982
|
* @public
|
|
5983
5983
|
*/
|
|
5984
5984
|
period: Period | undefined;
|
|
5985
5985
|
}
|
|
5986
5986
|
/**
|
|
5987
|
-
* A single rule entry within a limit
|
|
5987
|
+
* <p>A single rule entry within a rate limit that maps dimension values to rate configurations. Each entry defines the rate limits for a specific combination of dimension values.</p>
|
|
5988
5988
|
* @public
|
|
5989
5989
|
*/
|
|
5990
5990
|
export interface LimitEntry {
|
|
5991
5991
|
/**
|
|
5992
|
-
*
|
|
5993
|
-
* Keys must exactly match the dimensionKeys. Values may be "*" as a wildcard.
|
|
5994
|
-
* "*" may only appear at trailing positions (based on dimensionKeys ordering).
|
|
5992
|
+
* <p>A map of dimension names to dimension values for this rule entry. Keys must match the parent rate limit's dimension keys. Values may use <code>*</code> as a wildcard, but only in trailing positions based on the dimension keys ordering.</p>
|
|
5995
5993
|
* @public
|
|
5996
5994
|
*/
|
|
5997
5995
|
dimensions: Record<string, string> | undefined;
|
|
5998
5996
|
/**
|
|
5999
|
-
*
|
|
5997
|
+
* <p>The request rate limit configuration. Specifies the maximum number of requests allowed per time period.</p>
|
|
6000
5998
|
* @public
|
|
6001
5999
|
*/
|
|
6002
6000
|
requests?: RateConfig[] | undefined;
|
|
6003
6001
|
/**
|
|
6004
|
-
*
|
|
6002
|
+
* <p>The token rate limit configuration. Specifies the maximum number of tokens allowed per time period.</p>
|
|
6005
6003
|
* @public
|
|
6006
6004
|
*/
|
|
6007
6005
|
tokens?: RateConfig[] | undefined;
|
|
6008
6006
|
/**
|
|
6009
|
-
*
|
|
6007
|
+
* <p>The connection rate limit configuration. Specifies the maximum number of concurrent connections allowed.</p>
|
|
6010
6008
|
* @public
|
|
6011
6009
|
*/
|
|
6012
6010
|
connections?: RateConfig[] | undefined;
|
|
6013
6011
|
}
|
|
6014
6012
|
/**
|
|
6015
|
-
* A limit definition within a
|
|
6013
|
+
* <p>A rate limit definition within a batch put request. If you provide a <code>rateLimitId</code>, the service uses it for upsert matching against existing rate limits.</p>
|
|
6016
6014
|
* @public
|
|
6017
6015
|
*/
|
|
6018
6016
|
export interface BatchPutLimitEntry {
|
|
6019
6017
|
/**
|
|
6020
|
-
*
|
|
6018
|
+
* <p>The unique identifier of the rate limit. If provided, the service uses it for upsert matching against existing rate limits.</p>
|
|
6021
6019
|
* @public
|
|
6022
6020
|
*/
|
|
6023
6021
|
rateLimitId?: string | undefined;
|
|
6024
6022
|
/**
|
|
6025
|
-
*
|
|
6023
|
+
* <p>An optional human-readable description for this rate limit. If not provided, the rate limit is created without a description.</p>
|
|
6026
6024
|
* @public
|
|
6027
6025
|
*/
|
|
6028
6026
|
description?: string | undefined;
|
|
6029
6027
|
/**
|
|
6030
|
-
*
|
|
6028
|
+
* <p>The ordered list of dimension key names that define the scope of this rate limit.</p>
|
|
6031
6029
|
* @public
|
|
6032
6030
|
*/
|
|
6033
6031
|
dimensionKeys: string[] | undefined;
|
|
6034
6032
|
/**
|
|
6035
|
-
*
|
|
6033
|
+
* <p>The list of rule entries that map dimension values to rate configurations.</p>
|
|
6036
6034
|
* @public
|
|
6037
6035
|
*/
|
|
6038
6036
|
entries: LimitEntry[] | undefined;
|
|
@@ -6052,19 +6050,18 @@ export interface BatchPutGatewayRateLimitsRequest {
|
|
|
6052
6050
|
*/
|
|
6053
6051
|
clientToken?: string | undefined;
|
|
6054
6052
|
/**
|
|
6055
|
-
*
|
|
6053
|
+
* <p>The complete set of rate limits for this gateway. This operation replaces all existing rate limits in a single request. If the operation fails, no rate limits are changed.</p>
|
|
6056
6054
|
* @public
|
|
6057
6055
|
*/
|
|
6058
6056
|
rateLimits: BatchPutLimitEntry[] | undefined;
|
|
6059
6057
|
}
|
|
6060
6058
|
/**
|
|
6061
|
-
*
|
|
6059
|
+
* <p>Contains detailed information about a gateway rate limit, including its configuration and current status.</p>
|
|
6062
6060
|
* @public
|
|
6063
6061
|
*/
|
|
6064
6062
|
export interface GatewayRateLimitDetail {
|
|
6065
6063
|
/**
|
|
6066
|
-
*
|
|
6067
|
-
* Always present in responses.
|
|
6064
|
+
* <p>The unique identifier of the rate limit.</p>
|
|
6068
6065
|
* @public
|
|
6069
6066
|
*/
|
|
6070
6067
|
rateLimitId: string | undefined;
|
|
@@ -6074,22 +6071,22 @@ export interface GatewayRateLimitDetail {
|
|
|
6074
6071
|
*/
|
|
6075
6072
|
gatewayIdentifier: string | undefined;
|
|
6076
6073
|
/**
|
|
6077
|
-
*
|
|
6074
|
+
* <p>The human-readable description of the rate limit.</p>
|
|
6078
6075
|
* @public
|
|
6079
6076
|
*/
|
|
6080
6077
|
description?: string | undefined;
|
|
6081
6078
|
/**
|
|
6082
|
-
*
|
|
6079
|
+
* <p>The ordered list of dimension key names that define the scope of this rate limit.</p>
|
|
6083
6080
|
* @public
|
|
6084
6081
|
*/
|
|
6085
6082
|
dimensionKeys: string[] | undefined;
|
|
6086
6083
|
/**
|
|
6087
|
-
*
|
|
6084
|
+
* <p>The list of rule entries that map dimension values to rate configurations.</p>
|
|
6088
6085
|
* @public
|
|
6089
6086
|
*/
|
|
6090
6087
|
entries: LimitEntry[] | undefined;
|
|
6091
6088
|
/**
|
|
6092
|
-
*
|
|
6089
|
+
* <p>The current status of the rate limit.</p>
|
|
6093
6090
|
* @public
|
|
6094
6091
|
*/
|
|
6095
6092
|
status: GatewayRateLimitStatus | undefined;
|
|
@@ -6109,7 +6106,7 @@ export interface GatewayRateLimitDetail {
|
|
|
6109
6106
|
*/
|
|
6110
6107
|
export interface BatchPutGatewayRateLimitsResponse {
|
|
6111
6108
|
/**
|
|
6112
|
-
* The resulting set of rate limits after the batch operation
|
|
6109
|
+
* <p>The resulting set of rate limits after the batch operation.</p>
|
|
6113
6110
|
* @public
|
|
6114
6111
|
*/
|
|
6115
6112
|
rateLimits: GatewayRateLimitDetail[] | undefined;
|
|
@@ -6129,35 +6126,33 @@ export interface CreateGatewayRateLimitRequest {
|
|
|
6129
6126
|
*/
|
|
6130
6127
|
clientToken?: string | undefined;
|
|
6131
6128
|
/**
|
|
6132
|
-
*
|
|
6129
|
+
* <p>An optional customer-defined identifier for the rate limit. If not provided, the system generates one.</p>
|
|
6133
6130
|
* @public
|
|
6134
6131
|
*/
|
|
6135
6132
|
rateLimitId?: string | undefined;
|
|
6136
6133
|
/**
|
|
6137
|
-
*
|
|
6134
|
+
* <p>An optional human-readable description for this rate limit. If not provided, the rate limit is created without a description.</p>
|
|
6138
6135
|
* @public
|
|
6139
6136
|
*/
|
|
6140
6137
|
description?: string | undefined;
|
|
6141
6138
|
/**
|
|
6142
|
-
*
|
|
6143
|
-
* Unique per gateway — no two limits can share the same dimensionKeys.
|
|
6139
|
+
* <p>The ordered list of dimension key names that define the scope of this rate limit. Must be unique per gateway—no two rate limits can share the same dimension keys.</p>
|
|
6144
6140
|
* @public
|
|
6145
6141
|
*/
|
|
6146
6142
|
dimensionKeys: string[] | undefined;
|
|
6147
6143
|
/**
|
|
6148
|
-
*
|
|
6144
|
+
* <p>The rule entries that map dimension values to rate configurations.</p>
|
|
6149
6145
|
* @public
|
|
6150
6146
|
*/
|
|
6151
6147
|
entries: LimitEntry[] | undefined;
|
|
6152
6148
|
}
|
|
6153
6149
|
/**
|
|
6154
|
-
* Shared fields for GatewayRateLimit responses
|
|
6150
|
+
* <p>Shared fields for <code>GatewayRateLimit</code> responses.</p>
|
|
6155
6151
|
* @public
|
|
6156
6152
|
*/
|
|
6157
6153
|
export interface CreateGatewayRateLimitResponse {
|
|
6158
6154
|
/**
|
|
6159
|
-
*
|
|
6160
|
-
* Always present in responses.
|
|
6155
|
+
* <p>The unique identifier of the created rate limit.</p>
|
|
6161
6156
|
* @public
|
|
6162
6157
|
*/
|
|
6163
6158
|
rateLimitId: string | undefined;
|
|
@@ -6167,22 +6162,22 @@ export interface CreateGatewayRateLimitResponse {
|
|
|
6167
6162
|
*/
|
|
6168
6163
|
gatewayIdentifier: string | undefined;
|
|
6169
6164
|
/**
|
|
6170
|
-
*
|
|
6165
|
+
* <p>The human-readable description of the rate limit.</p>
|
|
6171
6166
|
* @public
|
|
6172
6167
|
*/
|
|
6173
6168
|
description?: string | undefined;
|
|
6174
6169
|
/**
|
|
6175
|
-
*
|
|
6170
|
+
* <p>The ordered list of dimension key names that define the scope of this rate limit.</p>
|
|
6176
6171
|
* @public
|
|
6177
6172
|
*/
|
|
6178
6173
|
dimensionKeys: string[] | undefined;
|
|
6179
6174
|
/**
|
|
6180
|
-
*
|
|
6175
|
+
* <p>The list of rule entries that map dimension values to rate configurations.</p>
|
|
6181
6176
|
* @public
|
|
6182
6177
|
*/
|
|
6183
6178
|
entries: LimitEntry[] | undefined;
|
|
6184
6179
|
/**
|
|
6185
|
-
*
|
|
6180
|
+
* <p>The current status of the rate limit.</p>
|
|
6186
6181
|
* @public
|
|
6187
6182
|
*/
|
|
6188
6183
|
status: GatewayRateLimitStatus | undefined;
|
|
@@ -6217,13 +6212,12 @@ export interface DeleteGatewayRateLimitRequest {
|
|
|
6217
6212
|
*/
|
|
6218
6213
|
export interface DeleteGatewayRateLimitResponse {
|
|
6219
6214
|
/**
|
|
6220
|
-
*
|
|
6221
|
-
* Always present in responses.
|
|
6215
|
+
* <p>The unique identifier of the deleted rate limit.</p>
|
|
6222
6216
|
* @public
|
|
6223
6217
|
*/
|
|
6224
6218
|
rateLimitId: string | undefined;
|
|
6225
6219
|
/**
|
|
6226
|
-
*
|
|
6220
|
+
* <p>The current status of the rate limit deletion.</p>
|
|
6227
6221
|
* @public
|
|
6228
6222
|
*/
|
|
6229
6223
|
status: GatewayRateLimitStatus | undefined;
|
|
@@ -6244,13 +6238,12 @@ export interface GetGatewayRateLimitRequest {
|
|
|
6244
6238
|
rateLimitId: string | undefined;
|
|
6245
6239
|
}
|
|
6246
6240
|
/**
|
|
6247
|
-
* Shared fields for GatewayRateLimit responses
|
|
6241
|
+
* <p>Shared fields for <code>GatewayRateLimit</code> responses.</p>
|
|
6248
6242
|
* @public
|
|
6249
6243
|
*/
|
|
6250
6244
|
export interface GetGatewayRateLimitResponse {
|
|
6251
6245
|
/**
|
|
6252
|
-
*
|
|
6253
|
-
* Always present in responses.
|
|
6246
|
+
* <p>The unique identifier of the rate limit.</p>
|
|
6254
6247
|
* @public
|
|
6255
6248
|
*/
|
|
6256
6249
|
rateLimitId: string | undefined;
|
|
@@ -6260,22 +6253,22 @@ export interface GetGatewayRateLimitResponse {
|
|
|
6260
6253
|
*/
|
|
6261
6254
|
gatewayIdentifier: string | undefined;
|
|
6262
6255
|
/**
|
|
6263
|
-
*
|
|
6256
|
+
* <p>The human-readable description of the rate limit.</p>
|
|
6264
6257
|
* @public
|
|
6265
6258
|
*/
|
|
6266
6259
|
description?: string | undefined;
|
|
6267
6260
|
/**
|
|
6268
|
-
*
|
|
6261
|
+
* <p>The ordered list of dimension key names that define the scope of this rate limit.</p>
|
|
6269
6262
|
* @public
|
|
6270
6263
|
*/
|
|
6271
6264
|
dimensionKeys: string[] | undefined;
|
|
6272
6265
|
/**
|
|
6273
|
-
*
|
|
6266
|
+
* <p>The list of rule entries that map dimension values to rate configurations.</p>
|
|
6274
6267
|
* @public
|
|
6275
6268
|
*/
|
|
6276
6269
|
entries: LimitEntry[] | undefined;
|
|
6277
6270
|
/**
|
|
6278
|
-
*
|
|
6271
|
+
* <p>The current status of the rate limit.</p>
|
|
6279
6272
|
* @public
|
|
6280
6273
|
*/
|
|
6281
6274
|
status: GatewayRateLimitStatus | undefined;
|
|
@@ -6340,24 +6333,23 @@ export interface UpdateGatewayRateLimitRequest {
|
|
|
6340
6333
|
*/
|
|
6341
6334
|
rateLimitId: string | undefined;
|
|
6342
6335
|
/**
|
|
6343
|
-
*
|
|
6336
|
+
* <p>The updated human-readable description for this rate limit.</p>
|
|
6344
6337
|
* @public
|
|
6345
6338
|
*/
|
|
6346
6339
|
description?: string | undefined;
|
|
6347
6340
|
/**
|
|
6348
|
-
*
|
|
6341
|
+
* <p>The updated rule entries. The dimension keys are immutable after creation and cannot be changed.</p>
|
|
6349
6342
|
* @public
|
|
6350
6343
|
*/
|
|
6351
6344
|
entries: LimitEntry[] | undefined;
|
|
6352
6345
|
}
|
|
6353
6346
|
/**
|
|
6354
|
-
* Shared fields for GatewayRateLimit responses
|
|
6347
|
+
* <p>Shared fields for <code>GatewayRateLimit</code> responses.</p>
|
|
6355
6348
|
* @public
|
|
6356
6349
|
*/
|
|
6357
6350
|
export interface UpdateGatewayRateLimitResponse {
|
|
6358
6351
|
/**
|
|
6359
|
-
*
|
|
6360
|
-
* Always present in responses.
|
|
6352
|
+
* <p>The unique identifier of the rate limit.</p>
|
|
6361
6353
|
* @public
|
|
6362
6354
|
*/
|
|
6363
6355
|
rateLimitId: string | undefined;
|
|
@@ -6367,22 +6359,22 @@ export interface UpdateGatewayRateLimitResponse {
|
|
|
6367
6359
|
*/
|
|
6368
6360
|
gatewayIdentifier: string | undefined;
|
|
6369
6361
|
/**
|
|
6370
|
-
*
|
|
6362
|
+
* <p>The human-readable description of the rate limit.</p>
|
|
6371
6363
|
* @public
|
|
6372
6364
|
*/
|
|
6373
6365
|
description?: string | undefined;
|
|
6374
6366
|
/**
|
|
6375
|
-
*
|
|
6367
|
+
* <p>The ordered list of dimension key names that define the scope of this rate limit.</p>
|
|
6376
6368
|
* @public
|
|
6377
6369
|
*/
|
|
6378
6370
|
dimensionKeys: string[] | undefined;
|
|
6379
6371
|
/**
|
|
6380
|
-
*
|
|
6372
|
+
* <p>The list of rule entries that map dimension values to rate configurations.</p>
|
|
6381
6373
|
* @public
|
|
6382
6374
|
*/
|
|
6383
6375
|
entries: LimitEntry[] | undefined;
|
|
6384
6376
|
/**
|
|
6385
|
-
*
|
|
6377
|
+
* <p>The current status of the rate limit.</p>
|
|
6386
6378
|
* @public
|
|
6387
6379
|
*/
|
|
6388
6380
|
status: GatewayRateLimitStatus | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
2
|
import type { ActorTokenContentType, ClientAuthenticationMethodType, ClusteringFrequency, ContentLevel, ContentType, CredentialProviderVendorType, ExtractionType, FilterOperator, HarnessBedrockApiFormat, HarnessEndpointStatus, HarnessManagedMemoryStrategyType, HarnessOpenAiApiFormat, HarnessStatus, HarnessToolType, HarnessTruncationStrategy, KeyType, ListingMode, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorProvisionMode, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, RestApiMethod, SecretSourceType, SigningAlgorithm, Status, TargetStatus, TargetType } from "./enums";
|
|
3
|
-
import type { AuthorizerConfiguration, ContainerConfiguration, FilesystemConfiguration, InferenceConnectorSource, LifecycleConfiguration, NetworkConfiguration, OAuthCredentialProvider, PrivateEndpoint, PrivateEndpointOverride, S3Configuration, Secret, SecretReference, Unit,
|
|
3
|
+
import type { AuthorizerConfiguration, ContainerConfiguration, FilesystemConfiguration, InferenceConnectorSource, LifecycleConfiguration, NetworkConfiguration, OAuthCredentialProvider, PrivateEndpoint, PrivateEndpointOverride, S3Configuration, Secret, SecretReference, Unit, WorkloadIdentityDetails } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* <p>The configuration for a connector-based inference target. This configuration uses a built-in connector that provides predefined rules for a large language model (LLM) provider.</p>
|
|
6
6
|
* @public
|
|
@@ -3457,6 +3457,38 @@ export declare namespace MemoryStrategyInput {
|
|
|
3457
3457
|
_: (name: string, value: any) => T;
|
|
3458
3458
|
}
|
|
3459
3459
|
}
|
|
3460
|
+
/**
|
|
3461
|
+
* <p>The validation rules for namespace variable values. When you specify multiple rules, the service enforces a logical <code>AND</code> across all provided key-value pairs.</p>
|
|
3462
|
+
* @public
|
|
3463
|
+
*/
|
|
3464
|
+
export interface NamespaceKeyValidation {
|
|
3465
|
+
/**
|
|
3466
|
+
* <p>The allowed values for this namespace variable key.</p>
|
|
3467
|
+
* @public
|
|
3468
|
+
*/
|
|
3469
|
+
allowedValues?: string[] | undefined;
|
|
3470
|
+
/**
|
|
3471
|
+
* <p>A regex pattern that the namespace variable key-value must match.</p>
|
|
3472
|
+
* @public
|
|
3473
|
+
*/
|
|
3474
|
+
regexPattern?: string | undefined;
|
|
3475
|
+
}
|
|
3476
|
+
/**
|
|
3477
|
+
* <p>A namespace variable key definition with optional <code>NamespaceKeyValidation</code> rules.</p>
|
|
3478
|
+
* @public
|
|
3479
|
+
*/
|
|
3480
|
+
export interface NamespaceKeyEntry {
|
|
3481
|
+
/**
|
|
3482
|
+
* <p>The namespace variable key name.</p>
|
|
3483
|
+
* @public
|
|
3484
|
+
*/
|
|
3485
|
+
key: string | undefined;
|
|
3486
|
+
/**
|
|
3487
|
+
* <p>The validation rules that constrain values for this namespace variable at runtime (<code>CreateEvent</code> API).</p>
|
|
3488
|
+
* @public
|
|
3489
|
+
*/
|
|
3490
|
+
validation?: NamespaceKeyValidation | undefined;
|
|
3491
|
+
}
|
|
3460
3492
|
/**
|
|
3461
3493
|
* <p>Defines what content to stream and at what level of detail.</p>
|
|
3462
3494
|
* @public
|
|
@@ -3577,6 +3609,11 @@ export interface CreateMemoryInput {
|
|
|
3577
3609
|
* @public
|
|
3578
3610
|
*/
|
|
3579
3611
|
indexedKeys?: IndexedKey[] | undefined;
|
|
3612
|
+
/**
|
|
3613
|
+
* <p>The namespace variable key definitions with optional validation rules. Use these <code>namespaceKeys</code> in <code>namespaceTemplates</code> to control namespace hierarchy.</p>
|
|
3614
|
+
* @public
|
|
3615
|
+
*/
|
|
3616
|
+
namespaceKeys?: NamespaceKeyEntry[] | undefined;
|
|
3580
3617
|
/**
|
|
3581
3618
|
* <p>Configuration for streaming memory record data to external resources.</p>
|
|
3582
3619
|
* @public
|
|
@@ -4327,6 +4364,11 @@ export interface Memory {
|
|
|
4327
4364
|
* @public
|
|
4328
4365
|
*/
|
|
4329
4366
|
indexedKeys?: IndexedKey[] | undefined;
|
|
4367
|
+
/**
|
|
4368
|
+
* <p>The namespace variable key definitions for this memory. Namespace keys define custom variables used in <code>namespaceTemplates</code> with optional validation rules.</p>
|
|
4369
|
+
* @public
|
|
4370
|
+
*/
|
|
4371
|
+
namespaceKeys?: NamespaceKeyEntry[] | undefined;
|
|
4330
4372
|
/**
|
|
4331
4373
|
* <p>Configuration for streaming memory record data to external resources.</p>
|
|
4332
4374
|
* @public
|
|
@@ -4919,6 +4961,11 @@ export interface UpdateMemoryInput {
|
|
|
4919
4961
|
* @public
|
|
4920
4962
|
*/
|
|
4921
4963
|
addIndexedKeys?: IndexedKey[] | undefined;
|
|
4964
|
+
/**
|
|
4965
|
+
* <p>The namespace variable key definitions with validation rules for this memory. Use this parameter to update existing <code>namespaceKey</code> validation rules or add new keys when namespace templates change.</p>
|
|
4966
|
+
* @public
|
|
4967
|
+
*/
|
|
4968
|
+
namespaceKeys?: NamespaceKeyEntry[] | undefined;
|
|
4922
4969
|
/**
|
|
4923
4970
|
* <p>Configuration for streaming memory record data to external resources.</p>
|
|
4924
4971
|
* @public
|
|
@@ -5114,9 +5161,7 @@ export declare namespace PrivateKeySource {
|
|
|
5114
5161
|
}
|
|
5115
5162
|
}
|
|
5116
5163
|
/**
|
|
5117
|
-
*
|
|
5118
|
-
* On Create: privateKeySource and signingAlgorithm are required (enforced server-side).
|
|
5119
|
-
* On Update: all fields are optional — only provided fields are updated.
|
|
5164
|
+
* <p>The private key configuration for private_key_jwt client authentication.</p>
|
|
5120
5165
|
* @public
|
|
5121
5166
|
*/
|
|
5122
5167
|
export interface PrivateKeyJwtConfig {
|
|
@@ -5182,9 +5227,7 @@ export interface CustomOauth2ProviderConfigInput {
|
|
|
5182
5227
|
*/
|
|
5183
5228
|
clientAuthenticationMethod?: ClientAuthenticationMethodType | undefined;
|
|
5184
5229
|
/**
|
|
5185
|
-
*
|
|
5186
|
-
* On Create: privateKeySource and signingAlgorithm are required (enforced server-side).
|
|
5187
|
-
* On Update: all fields are optional — only provided fields are updated.
|
|
5230
|
+
* <p>The private_key_jwt client authentication configuration for this credential provider. When specified, the credential provider uses JWT client assertions to authenticate with the token endpoint.</p>
|
|
5188
5231
|
* @public
|
|
5189
5232
|
*/
|
|
5190
5233
|
privateKeyJwtConfig?: PrivateKeyJwtConfig | undefined;
|
|
@@ -5663,9 +5706,7 @@ export interface CustomOauth2ProviderConfigOutput {
|
|
|
5663
5706
|
*/
|
|
5664
5707
|
privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
|
|
5665
5708
|
/**
|
|
5666
|
-
*
|
|
5667
|
-
* On Create: privateKeySource and signingAlgorithm are required (enforced server-side).
|
|
5668
|
-
* On Update: all fields are optional — only provided fields are updated.
|
|
5709
|
+
* <p>The configuration for private_key_jwt client authentication used by this OAuth2 credential provider.</p>
|
|
5669
5710
|
* @public
|
|
5670
5711
|
*/
|
|
5671
5712
|
privateKeyJwtConfig?: PrivateKeyJwtConfig | undefined;
|
|
@@ -8573,68 +8614,3 @@ export interface ListPolicyEngineSummariesResponse {
|
|
|
8573
8614
|
*/
|
|
8574
8615
|
nextToken?: string | undefined;
|
|
8575
8616
|
}
|
|
8576
|
-
/**
|
|
8577
|
-
* @public
|
|
8578
|
-
*/
|
|
8579
|
-
export interface UpdatePolicyEngineRequest {
|
|
8580
|
-
/**
|
|
8581
|
-
* <p>The unique identifier of the policy engine to be updated.</p>
|
|
8582
|
-
* @public
|
|
8583
|
-
*/
|
|
8584
|
-
policyEngineId: string | undefined;
|
|
8585
|
-
/**
|
|
8586
|
-
* <p>The new description for the policy engine.</p>
|
|
8587
|
-
* @public
|
|
8588
|
-
*/
|
|
8589
|
-
description?: UpdatedDescription | undefined;
|
|
8590
|
-
}
|
|
8591
|
-
/**
|
|
8592
|
-
* @public
|
|
8593
|
-
*/
|
|
8594
|
-
export interface UpdatePolicyEngineResponse {
|
|
8595
|
-
/**
|
|
8596
|
-
* <p>The unique identifier of the updated policy engine.</p>
|
|
8597
|
-
* @public
|
|
8598
|
-
*/
|
|
8599
|
-
policyEngineId: string | undefined;
|
|
8600
|
-
/**
|
|
8601
|
-
* <p>The name of the updated policy engine.</p>
|
|
8602
|
-
* @public
|
|
8603
|
-
*/
|
|
8604
|
-
name: string | undefined;
|
|
8605
|
-
/**
|
|
8606
|
-
* <p>The original creation timestamp of the policy engine.</p>
|
|
8607
|
-
* @public
|
|
8608
|
-
*/
|
|
8609
|
-
createdAt: Date | undefined;
|
|
8610
|
-
/**
|
|
8611
|
-
* <p>The timestamp when the policy engine was last updated.</p>
|
|
8612
|
-
* @public
|
|
8613
|
-
*/
|
|
8614
|
-
updatedAt: Date | undefined;
|
|
8615
|
-
/**
|
|
8616
|
-
* <p>The ARN of the updated policy engine.</p>
|
|
8617
|
-
* @public
|
|
8618
|
-
*/
|
|
8619
|
-
policyEngineArn: string | undefined;
|
|
8620
|
-
/**
|
|
8621
|
-
* <p>The current status of the updated policy engine.</p>
|
|
8622
|
-
* @public
|
|
8623
|
-
*/
|
|
8624
|
-
status: PolicyEngineStatus | undefined;
|
|
8625
|
-
/**
|
|
8626
|
-
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
8627
|
-
* @public
|
|
8628
|
-
*/
|
|
8629
|
-
encryptionKeyArn?: string | undefined;
|
|
8630
|
-
/**
|
|
8631
|
-
* <p>The updated description of the policy engine.</p>
|
|
8632
|
-
* @public
|
|
8633
|
-
*/
|
|
8634
|
-
description?: string | undefined;
|
|
8635
|
-
/**
|
|
8636
|
-
* <p>Additional information about the update status.</p>
|
|
8637
|
-
* @public
|
|
8638
|
-
*/
|
|
8639
|
-
statusReasons: string[] | undefined;
|
|
8640
|
-
}
|
|
@@ -1,6 +1,71 @@
|
|
|
1
|
-
import type { DescriptorType, EnforcementMode, FindingType, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SchemaType, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
|
|
1
|
+
import type { DescriptorType, EnforcementMode, FindingType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SchemaType, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
|
|
2
2
|
import type { A2aDescriptor, AgentSkillsDescriptor, ApiSchemaConfiguration, AuthorizerConfiguration, CredentialProviderConfiguration, HttpTargetConfiguration, MetadataConfiguration, PrivateEndpoint, S3Configuration, SkillDefinition, SkillMdDefinition, UpdatedDescription } from "./models_0";
|
|
3
3
|
import type { ApiGatewayTargetConfiguration, AuthorizationData, ConnectorTargetConfiguration, InferenceTargetConfiguration, KmsConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, UpdatedAuthorizerConfiguration } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface UpdatePolicyEngineRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The unique identifier of the policy engine to be updated.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
policyEngineId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The new description for the policy engine.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
description?: UpdatedDescription | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdatePolicyEngineResponse {
|
|
23
|
+
/**
|
|
24
|
+
* <p>The unique identifier of the updated policy engine.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
policyEngineId: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The name of the updated policy engine.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
name: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The original creation timestamp of the policy engine.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
createdAt: Date | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The timestamp when the policy engine was last updated.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
updatedAt: Date | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The ARN of the updated policy engine.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
policyEngineArn: string | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The current status of the updated policy engine.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
status: PolicyEngineStatus | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
encryptionKeyArn?: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The updated description of the policy engine.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
description?: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>Additional information about the update status.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
statusReasons: string[] | undefined;
|
|
68
|
+
}
|
|
4
69
|
/**
|
|
5
70
|
* @public
|
|
6
71
|
*/
|
|
@@ -469,6 +469,8 @@ export declare var ModifyMemoryStrategies$: StaticStructureSchema;
|
|
|
469
469
|
export declare var ModifyMemoryStrategyInput$: StaticStructureSchema;
|
|
470
470
|
export declare var ModifySelfManagedConfiguration$: StaticStructureSchema;
|
|
471
471
|
export declare var ModifyStrategyConfiguration$: StaticStructureSchema;
|
|
472
|
+
export declare var NamespaceKeyEntry$: StaticStructureSchema;
|
|
473
|
+
export declare var NamespaceKeyValidation$: StaticStructureSchema;
|
|
472
474
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
473
475
|
export declare var NumberValidation$: StaticStructureSchema;
|
|
474
476
|
export declare var NumericalScaleDefinition$: StaticStructureSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { UpdatePolicyEngineRequest, UpdatePolicyEngineResponse } from "../models/
|
|
2
|
+
import { UpdatePolicyEngineRequest, UpdatePolicyEngineResponse } from "../models/models_2";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdatePolicyEngineCommandInput extends UpdatePolicyEngineRequest {}
|
|
5
5
|
export interface UpdatePolicyEngineCommandOutput
|
|
@@ -54,7 +54,6 @@ import {
|
|
|
54
54
|
Secret,
|
|
55
55
|
SecretReference,
|
|
56
56
|
Unit,
|
|
57
|
-
UpdatedDescription,
|
|
58
57
|
WorkloadIdentityDetails,
|
|
59
58
|
} from "./models_0";
|
|
60
59
|
export interface InferenceConnectorTargetConfiguration {
|
|
@@ -1263,6 +1262,14 @@ export declare namespace MemoryStrategyInput {
|
|
|
1263
1262
|
_: (name: string, value: any) => T;
|
|
1264
1263
|
}
|
|
1265
1264
|
}
|
|
1265
|
+
export interface NamespaceKeyValidation {
|
|
1266
|
+
allowedValues?: string[] | undefined;
|
|
1267
|
+
regexPattern?: string | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
export interface NamespaceKeyEntry {
|
|
1270
|
+
key: string | undefined;
|
|
1271
|
+
validation?: NamespaceKeyValidation | undefined;
|
|
1272
|
+
}
|
|
1266
1273
|
export interface ContentConfiguration {
|
|
1267
1274
|
type: ContentType | undefined;
|
|
1268
1275
|
level?: ContentLevel | undefined;
|
|
@@ -1300,6 +1307,7 @@ export interface CreateMemoryInput {
|
|
|
1300
1307
|
eventExpiryDuration: number | undefined;
|
|
1301
1308
|
memoryStrategies?: MemoryStrategyInput[] | undefined;
|
|
1302
1309
|
indexedKeys?: IndexedKey[] | undefined;
|
|
1310
|
+
namespaceKeys?: NamespaceKeyEntry[] | undefined;
|
|
1303
1311
|
streamDeliveryResources?: StreamDeliveryResources | undefined;
|
|
1304
1312
|
tags?: Record<string, string> | undefined;
|
|
1305
1313
|
}
|
|
@@ -1596,6 +1604,7 @@ export interface Memory {
|
|
|
1596
1604
|
updatedAt: Date | undefined;
|
|
1597
1605
|
strategies?: MemoryStrategy[] | undefined;
|
|
1598
1606
|
indexedKeys?: IndexedKey[] | undefined;
|
|
1607
|
+
namespaceKeys?: NamespaceKeyEntry[] | undefined;
|
|
1599
1608
|
streamDeliveryResources?: StreamDeliveryResources | undefined;
|
|
1600
1609
|
managedByResourceArn?: string | undefined;
|
|
1601
1610
|
}
|
|
@@ -1840,6 +1849,7 @@ export interface UpdateMemoryInput {
|
|
|
1840
1849
|
memoryExecutionRoleArn?: string | undefined;
|
|
1841
1850
|
memoryStrategies?: ModifyMemoryStrategies | undefined;
|
|
1842
1851
|
addIndexedKeys?: IndexedKey[] | undefined;
|
|
1852
|
+
namespaceKeys?: NamespaceKeyEntry[] | undefined;
|
|
1843
1853
|
streamDeliveryResources?: StreamDeliveryResources | undefined;
|
|
1844
1854
|
}
|
|
1845
1855
|
export interface UpdateMemoryOutput {
|
|
@@ -3007,18 +3017,3 @@ export interface ListPolicyEngineSummariesResponse {
|
|
|
3007
3017
|
policyEngines: PolicyEngineSummary[] | undefined;
|
|
3008
3018
|
nextToken?: string | undefined;
|
|
3009
3019
|
}
|
|
3010
|
-
export interface UpdatePolicyEngineRequest {
|
|
3011
|
-
policyEngineId: string | undefined;
|
|
3012
|
-
description?: UpdatedDescription | undefined;
|
|
3013
|
-
}
|
|
3014
|
-
export interface UpdatePolicyEngineResponse {
|
|
3015
|
-
policyEngineId: string | undefined;
|
|
3016
|
-
name: string | undefined;
|
|
3017
|
-
createdAt: Date | undefined;
|
|
3018
|
-
updatedAt: Date | undefined;
|
|
3019
|
-
policyEngineArn: string | undefined;
|
|
3020
|
-
status: PolicyEngineStatus | undefined;
|
|
3021
|
-
encryptionKeyArn?: string | undefined;
|
|
3022
|
-
description?: string | undefined;
|
|
3023
|
-
statusReasons: string[] | undefined;
|
|
3024
|
-
}
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
DescriptorType,
|
|
3
3
|
EnforcementMode,
|
|
4
4
|
FindingType,
|
|
5
|
+
PolicyEngineStatus,
|
|
5
6
|
PolicyGenerationStatus,
|
|
6
7
|
PolicyStatus,
|
|
7
8
|
PolicyValidationMode,
|
|
@@ -39,6 +40,21 @@ import {
|
|
|
39
40
|
McpServerTargetConfiguration,
|
|
40
41
|
UpdatedAuthorizerConfiguration,
|
|
41
42
|
} from "./models_1";
|
|
43
|
+
export interface UpdatePolicyEngineRequest {
|
|
44
|
+
policyEngineId: string | undefined;
|
|
45
|
+
description?: UpdatedDescription | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface UpdatePolicyEngineResponse {
|
|
48
|
+
policyEngineId: string | undefined;
|
|
49
|
+
name: string | undefined;
|
|
50
|
+
createdAt: Date | undefined;
|
|
51
|
+
updatedAt: Date | undefined;
|
|
52
|
+
policyEngineArn: string | undefined;
|
|
53
|
+
status: PolicyEngineStatus | undefined;
|
|
54
|
+
encryptionKeyArn?: string | undefined;
|
|
55
|
+
description?: string | undefined;
|
|
56
|
+
statusReasons: string[] | undefined;
|
|
57
|
+
}
|
|
42
58
|
export interface GetPolicyGenerationRequest {
|
|
43
59
|
policyGenerationId: string | undefined;
|
|
44
60
|
policyEngineId: string | undefined;
|
|
@@ -469,6 +469,8 @@ export declare var ModifyMemoryStrategies$: StaticStructureSchema;
|
|
|
469
469
|
export declare var ModifyMemoryStrategyInput$: StaticStructureSchema;
|
|
470
470
|
export declare var ModifySelfManagedConfiguration$: StaticStructureSchema;
|
|
471
471
|
export declare var ModifyStrategyConfiguration$: StaticStructureSchema;
|
|
472
|
+
export declare var NamespaceKeyEntry$: StaticStructureSchema;
|
|
473
|
+
export declare var NamespaceKeyValidation$: StaticStructureSchema;
|
|
472
474
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
473
475
|
export declare var NumberValidation$: StaticStructureSchema;
|
|
474
476
|
export declare var NumericalScaleDefinition$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore-control",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1114.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-agentcore-control",
|
|
6
6
|
"license": "Apache-2.0",
|