@aws-sdk/client-bedrock-agentcore 3.1027.0 → 3.1028.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/README.md +7 -0
- package/dist-cjs/index.js +29 -0
- package/dist-cjs/schemas/schemas_0.js +122 -13
- package/dist-es/BedrockAgentCore.js +2 -0
- package/dist-es/commands/SearchRegistryRecordsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +13 -0
- package/dist-es/schemas/schemas_0.js +117 -8
- package/dist-types/BedrockAgentCore.d.ts +7 -0
- package/dist-types/BedrockAgentCoreClient.d.ts +3 -2
- package/dist-types/commands/SearchRegistryRecordsCommand.d.ts +140 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +29 -0
- package/dist-types/models/models_0.d.ts +252 -1
- package/dist-types/schemas/schemas_0.d.ts +14 -0
- package/dist-types/ts3.4/BedrockAgentCore.d.ts +17 -0
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +63 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
- package/package.json +1 -1
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
const _A = "Accept";
|
|
2
|
+
const _ACD = "AgentCardDefinition";
|
|
3
|
+
const _AD = "A2aDescriptor";
|
|
2
4
|
const _ADE = "AccessDeniedException";
|
|
3
5
|
const _AKT = "ApiKeyType";
|
|
4
6
|
const _AS = "ActorSummary";
|
|
7
|
+
const _ASD = "AgentSkillsDescriptor";
|
|
5
8
|
const _ASL = "ActorSummaryList";
|
|
6
9
|
const _ASU = "AutomationStreamUpdate";
|
|
7
10
|
const _ASu = "AutomationStream";
|
|
@@ -33,6 +36,7 @@ const _Br = "Branch";
|
|
|
33
36
|
const _C = "Certificate";
|
|
34
37
|
const _CB = "ContentBlock";
|
|
35
38
|
const _CBL = "ContentBlockList";
|
|
39
|
+
const _CD = "CustomDescriptor";
|
|
36
40
|
const _CDE = "ContentDeltaEvent";
|
|
37
41
|
const _CE = "ConflictException";
|
|
38
42
|
const _CEI = "CreateEventInput";
|
|
@@ -55,7 +59,7 @@ const _Ce = "Certificates";
|
|
|
55
59
|
const _Co = "Conversational";
|
|
56
60
|
const _Con = "Content";
|
|
57
61
|
const _Cont = "Context";
|
|
58
|
-
const _D = "
|
|
62
|
+
const _D = "Description";
|
|
59
63
|
const _DE = "DeleteEvent";
|
|
60
64
|
const _DEI = "DeleteEventInput";
|
|
61
65
|
const _DEO = "DeleteEventOutput";
|
|
@@ -63,6 +67,8 @@ const _DIE = "DuplicateIdException";
|
|
|
63
67
|
const _DMR = "DeleteMemoryRecord";
|
|
64
68
|
const _DMRI = "DeleteMemoryRecordInput";
|
|
65
69
|
const _DMRO = "DeleteMemoryRecordOutput";
|
|
70
|
+
const _De = "Descriptors";
|
|
71
|
+
const _Do = "Document";
|
|
66
72
|
const _E = "Event";
|
|
67
73
|
const _EC = "EvaluationContent";
|
|
68
74
|
const _ECL = "EvaluationContentList";
|
|
@@ -167,6 +173,7 @@ const _LVS = "LiveViewStream";
|
|
|
167
173
|
const _MC = "MemoryContent";
|
|
168
174
|
const _MCA = "MouseClickArguments";
|
|
169
175
|
const _MCR = "MouseClickResult";
|
|
176
|
+
const _MD = "McpDescriptor";
|
|
170
177
|
const _MDA = "MouseDragArguments";
|
|
171
178
|
const _MDR = "MouseDragResult";
|
|
172
179
|
const _ML = "MessagesList";
|
|
@@ -209,6 +216,8 @@ const _RMR = "RetrieveMemoryRecords";
|
|
|
209
216
|
const _RMRI = "RetrieveMemoryRecordsInput";
|
|
210
217
|
const _RMRO = "RetrieveMemoryRecordsOutput";
|
|
211
218
|
const _RNFE = "ResourceNotFoundException";
|
|
219
|
+
const _RRS = "RegistryRecordSummary";
|
|
220
|
+
const _RRSL = "RegistryRecordSummaryList";
|
|
212
221
|
const _RS = "ResponseStream";
|
|
213
222
|
const _S = "State";
|
|
214
223
|
const _SA = "ScreenshotArguments";
|
|
@@ -229,15 +238,21 @@ const _SCISRto = "StopCodeInterpreterSessionRequest";
|
|
|
229
238
|
const _SCISRtop = "StopCodeInterpreterSessionResponse";
|
|
230
239
|
const _SCISt = "StopCodeInterpreterSession";
|
|
231
240
|
const _SCp = "SpanContext";
|
|
241
|
+
const _SD = "ServerDefinition";
|
|
242
|
+
const _SDk = "SkillDefinition";
|
|
232
243
|
const _SE = "ServiceException";
|
|
233
244
|
const _SF = "SessionFilter";
|
|
234
245
|
const _SL = "S3Location";
|
|
246
|
+
const _SMD = "SkillMdDefinition";
|
|
235
247
|
const _SMEJ = "StartMemoryExtractionJob";
|
|
236
248
|
const _SMEJI = "StartMemoryExtractionJobInput";
|
|
237
249
|
const _SMEJO = "StartMemoryExtractionJobOutput";
|
|
238
250
|
const _SML = "SecretsManagerLocation";
|
|
239
251
|
const _SQEE = "ServiceQuotaExceededException";
|
|
240
252
|
const _SR = "ScreenshotResult";
|
|
253
|
+
const _SRR = "SearchRegistryRecords";
|
|
254
|
+
const _SRRR = "SearchRegistryRecordsRequest";
|
|
255
|
+
const _SRRRe = "SearchRegistryRecordsResponse";
|
|
241
256
|
const _SRS = "StopRuntimeSession";
|
|
242
257
|
const _SRSR = "StopRuntimeSessionRequest";
|
|
243
258
|
const _SRSRt = "StopRuntimeSessionResponse";
|
|
@@ -247,6 +262,7 @@ const _SSe = "SessionSummary";
|
|
|
247
262
|
const _SU = "StreamUpdate";
|
|
248
263
|
const _Sp = "Spans";
|
|
249
264
|
const _TA = "ToolArguments";
|
|
265
|
+
const _TD = "ToolsDefinition";
|
|
250
266
|
const _TE = "ThrottledException";
|
|
251
267
|
const _TEh = "ThrottlingException";
|
|
252
268
|
const _TRSC = "ToolResultStructuredContent";
|
|
@@ -265,7 +281,7 @@ const _WITT = "WorkloadIdentityTokenType";
|
|
|
265
281
|
const _XABARSI = "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id";
|
|
266
282
|
const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
|
|
267
283
|
const _XATI = "X-Amzn-Trace-Id";
|
|
268
|
-
const _a = "
|
|
284
|
+
const _a = "a2a";
|
|
269
285
|
const _aC = "agentCard";
|
|
270
286
|
const _aDE = "accessDeniedException";
|
|
271
287
|
const _aI = "actorId";
|
|
@@ -275,11 +291,13 @@ const _aRA = "agentRuntimeArn";
|
|
|
275
291
|
const _aS = "automationStream";
|
|
276
292
|
const _aSU = "automationStreamUpdate";
|
|
277
293
|
const _aSc = "actorSummaries";
|
|
294
|
+
const _aSg = "agentSkills";
|
|
278
295
|
const _aT = "accessToken";
|
|
279
296
|
const _aU = "authorizationUrl";
|
|
280
297
|
const _ac = "accept";
|
|
281
298
|
const _act = "action";
|
|
282
299
|
const _ar = "arguments";
|
|
300
|
+
const _as = "assertions";
|
|
283
301
|
const _b = "branch";
|
|
284
302
|
const _bA = "basicAuth";
|
|
285
303
|
const _bI = "browserIdentifier";
|
|
@@ -310,12 +328,15 @@ const _com = "command";
|
|
|
310
328
|
const _con = "context";
|
|
311
329
|
const _conv = "conversational";
|
|
312
330
|
const _cr = "credentials";
|
|
331
|
+
const _cu = "custom";
|
|
313
332
|
const _d = "data";
|
|
314
333
|
const _dP = "domainPatterns";
|
|
315
334
|
const _dPi = "directoryPath";
|
|
335
|
+
const _dT = "descriptorType";
|
|
316
336
|
const _dX = "deltaX";
|
|
317
337
|
const _dY = "deltaY";
|
|
318
338
|
const _de = "description";
|
|
339
|
+
const _des = "descriptors";
|
|
319
340
|
const _e = "error";
|
|
320
341
|
const _eA = "evaluatorArn";
|
|
321
342
|
const _eC = "exitCode";
|
|
@@ -348,6 +369,7 @@ const _fA = "forceAuthentication";
|
|
|
348
369
|
const _fL = "fieldList";
|
|
349
370
|
const _fR = "failedRecords";
|
|
350
371
|
const _fRa = "failureReason";
|
|
372
|
+
const _fi = "filters";
|
|
351
373
|
const _fo = "format";
|
|
352
374
|
const _h = "height";
|
|
353
375
|
const _hE = "httpError";
|
|
@@ -355,6 +377,7 @@ const _hH = "httpHeader";
|
|
|
355
377
|
const _hQ = "httpQuery";
|
|
356
378
|
const _ht = "http";
|
|
357
379
|
const _i = "items";
|
|
380
|
+
const _iC = "inlineContent";
|
|
358
381
|
const _iE = "isError";
|
|
359
382
|
const _iP = "includePayloads";
|
|
360
383
|
const _iPB = "includeParentBranches";
|
|
@@ -395,6 +418,7 @@ const _mSI = "mcpSessionId";
|
|
|
395
418
|
const _mSIe = "memoryStrategyId";
|
|
396
419
|
const _mT = "mimeType";
|
|
397
420
|
const _mV = "metadataValue";
|
|
421
|
+
const _mc = "mcp";
|
|
398
422
|
const _me = "metadata";
|
|
399
423
|
const _mes = "messages";
|
|
400
424
|
const _n = "name";
|
|
@@ -408,6 +432,7 @@ const _p = "payload";
|
|
|
408
432
|
const _pC = "profileConfiguration";
|
|
409
433
|
const _pCr = "proxyConfiguration";
|
|
410
434
|
const _pI = "profileIdentifier";
|
|
435
|
+
const _pV = "protocolVersion";
|
|
411
436
|
const _pa = "path";
|
|
412
437
|
const _pat = "paths";
|
|
413
438
|
const _po = "port";
|
|
@@ -416,12 +441,17 @@ const _pre = "prefix";
|
|
|
416
441
|
const _pro = "proxies";
|
|
417
442
|
const _q = "qualifier";
|
|
418
443
|
const _r = "reason";
|
|
444
|
+
const _rA = "registryArn";
|
|
445
|
+
const _rAe = "recordArn";
|
|
419
446
|
const _rCE = "runtimeClientError";
|
|
420
447
|
const _rCPN = "resourceCredentialProviderName";
|
|
421
448
|
const _rEI = "rootEventId";
|
|
422
449
|
const _rI = "requestIdentifier";
|
|
450
|
+
const _rIe = "recordId";
|
|
451
|
+
const _rIeg = "registryIds";
|
|
423
452
|
const _rNFE = "resourceNotFoundException";
|
|
424
453
|
const _rORU = "resourceOauth2ReturnUrl";
|
|
454
|
+
const _rR = "registryRecords";
|
|
425
455
|
const _rSI = "runtimeSessionId";
|
|
426
456
|
const _rUI = "runtimeUserId";
|
|
427
457
|
const _re = "records";
|
|
@@ -437,12 +467,14 @@ const _sC = "structuredContent";
|
|
|
437
467
|
const _sCe = "searchCriteria";
|
|
438
468
|
const _sCp = "spanContext";
|
|
439
469
|
const _sCt = "statusCode";
|
|
470
|
+
const _sD = "skillDefinition";
|
|
440
471
|
const _sE = "streamEndpoint";
|
|
441
472
|
const _sI = "sessionId";
|
|
442
473
|
const _sIp = "spanId";
|
|
443
474
|
const _sIpa = "spanIds";
|
|
444
475
|
const _sIt = "strategyId";
|
|
445
|
-
const _sM = "
|
|
476
|
+
const _sM = "skillMd";
|
|
477
|
+
const _sMe = "secretsManager";
|
|
446
478
|
const _sQ = "searchQuery";
|
|
447
479
|
const _sQEE = "serviceQuotaExceededException";
|
|
448
480
|
const _sR = "successfulRecords";
|
|
@@ -454,7 +486,8 @@ const _sSess = "sessionSpans";
|
|
|
454
486
|
const _sTS = "sessionTimeoutSeconds";
|
|
455
487
|
const _sU = "sessionUri";
|
|
456
488
|
const _sUt = "streamUpdate";
|
|
457
|
-
const _sV = "
|
|
489
|
+
const _sV = "schemaVersion";
|
|
490
|
+
const _sVt = "stringValue";
|
|
458
491
|
const _sX = "startX";
|
|
459
492
|
const _sY = "startY";
|
|
460
493
|
const _s_ = "s3";
|
|
@@ -485,6 +518,7 @@ const _tU = "tokenUsage";
|
|
|
485
518
|
const _te = "text";
|
|
486
519
|
const _ti = "timeout";
|
|
487
520
|
const _tim = "timestamp";
|
|
521
|
+
const _to = "tools";
|
|
488
522
|
const _tr = "traceparent";
|
|
489
523
|
const _tra = "tracestate";
|
|
490
524
|
const _u = "uri";
|
|
@@ -496,6 +530,7 @@ const _v = "value";
|
|
|
496
530
|
const _vE = "validationException";
|
|
497
531
|
const _vI = "versionId";
|
|
498
532
|
const _vP = "viewPort";
|
|
533
|
+
const _ve = "version";
|
|
499
534
|
const _w = "width";
|
|
500
535
|
const _wAT = "workloadAccessToken";
|
|
501
536
|
const _wIT = "workloadIdentityToken";
|
|
@@ -605,18 +640,34 @@ var ApiKeyType = [0, n0, _AKT, 8, 0];
|
|
|
605
640
|
var AuthorizationUrlType = [0, n0, _AUT, 8, 0];
|
|
606
641
|
var Body = [0, n0, _B, 8, 21];
|
|
607
642
|
var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
|
|
608
|
-
var
|
|
643
|
+
var Description = [0, n0, _D, 8, 0];
|
|
644
|
+
var Document = [0, n0, _Do, 8, 15];
|
|
609
645
|
var EvaluationExplanation = [0, n0, _EE, 8, 0];
|
|
610
646
|
var ResponseStream = [0, n0, _RS, { [_sen]: 1, [_st]: 1 }, 42];
|
|
611
647
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
612
648
|
var State = [0, n0, _S, 8, 0];
|
|
613
649
|
var UserTokenType = [0, n0, _UTT, 8, 0];
|
|
614
650
|
var WorkloadIdentityTokenType = [0, n0, _WITT, 8, 0];
|
|
651
|
+
export var A2aDescriptor$ = [3, n0, _AD,
|
|
652
|
+
0,
|
|
653
|
+
[_aC],
|
|
654
|
+
[() => AgentCardDefinition$], 1
|
|
655
|
+
];
|
|
615
656
|
export var ActorSummary$ = [3, n0, _AS,
|
|
616
657
|
0,
|
|
617
658
|
[_aI],
|
|
618
659
|
[0], 1
|
|
619
660
|
];
|
|
661
|
+
export var AgentCardDefinition$ = [3, n0, _ACD,
|
|
662
|
+
0,
|
|
663
|
+
[_sV, _iC],
|
|
664
|
+
[0, 0]
|
|
665
|
+
];
|
|
666
|
+
export var AgentSkillsDescriptor$ = [3, n0, _ASD,
|
|
667
|
+
0,
|
|
668
|
+
[_sM, _sD],
|
|
669
|
+
[() => SkillMdDefinition$, () => SkillDefinition$], 1
|
|
670
|
+
];
|
|
620
671
|
export var AutomationStream$ = [3, n0, _ASu,
|
|
621
672
|
0,
|
|
622
673
|
[_sE, _sS],
|
|
@@ -757,6 +808,11 @@ export var CreateEventOutput$ = [3, n0, _CEO,
|
|
|
757
808
|
[_ev],
|
|
758
809
|
[[() => Event$, 0]], 1
|
|
759
810
|
];
|
|
811
|
+
export var CustomDescriptor$ = [3, n0, _CD,
|
|
812
|
+
0,
|
|
813
|
+
[_iC],
|
|
814
|
+
[0]
|
|
815
|
+
];
|
|
760
816
|
export var DeleteEventInput$ = [3, n0, _DEI,
|
|
761
817
|
0,
|
|
762
818
|
[_mI, _sI, _eI, _aI],
|
|
@@ -777,6 +833,11 @@ export var DeleteMemoryRecordOutput$ = [3, n0, _DMRO,
|
|
|
777
833
|
[_mRI],
|
|
778
834
|
[0], 1
|
|
779
835
|
];
|
|
836
|
+
export var Descriptors$ = [3, n0, _De,
|
|
837
|
+
0,
|
|
838
|
+
[_mc, _a, _cu, _aSg],
|
|
839
|
+
[() => McpDescriptor$, () => A2aDescriptor$, () => CustomDescriptor$, () => AgentSkillsDescriptor$]
|
|
840
|
+
];
|
|
780
841
|
export var EvaluateRequest$ = [3, n0, _ER,
|
|
781
842
|
0,
|
|
782
843
|
[_eIv, _eIva, _eTv, _eRI],
|
|
@@ -794,7 +855,7 @@ export var EvaluationExpectedTrajectory$ = [3, n0, _EET,
|
|
|
794
855
|
];
|
|
795
856
|
export var EvaluationReferenceInput$ = [3, n0, _ERI,
|
|
796
857
|
0,
|
|
797
|
-
[_con, _eRx,
|
|
858
|
+
[_con, _eRx, _as, _eTx],
|
|
798
859
|
[() => Context$, () => EvaluationContent$, () => EvaluationContentList, () => EvaluationExpectedTrajectory$], 1
|
|
799
860
|
];
|
|
800
861
|
export var EvaluationResultContent$ = [3, n0, _ERC,
|
|
@@ -1092,6 +1153,11 @@ export var LiveViewStream$ = [3, n0, _LVS,
|
|
|
1092
1153
|
[_sE],
|
|
1093
1154
|
[0]
|
|
1094
1155
|
];
|
|
1156
|
+
export var McpDescriptor$ = [3, n0, _MD,
|
|
1157
|
+
0,
|
|
1158
|
+
[_se, _to],
|
|
1159
|
+
[() => ServerDefinition$, () => ToolsDefinition$], 2
|
|
1160
|
+
];
|
|
1095
1161
|
export var MemoryMetadataFilterExpression$ = [3, n0, _MMFE,
|
|
1096
1162
|
0,
|
|
1097
1163
|
[_le, _o, _ri],
|
|
@@ -1182,6 +1248,11 @@ export var ProxyConfiguration$ = [3, n0, _PC,
|
|
|
1182
1248
|
[_pro, _by],
|
|
1183
1249
|
[() => Proxies, () => ProxyBypass$], 1
|
|
1184
1250
|
];
|
|
1251
|
+
export var RegistryRecordSummary$ = [3, n0, _RRS,
|
|
1252
|
+
0,
|
|
1253
|
+
[_rA, _rAe, _rIe, _n, _dT, _des, _ve, _sta, _cA, _uA, _de],
|
|
1254
|
+
[0, 0, 0, 0, 0, () => Descriptors$, 0, 0, 5, 5, [() => Description, 0]], 10
|
|
1255
|
+
];
|
|
1185
1256
|
export var ResourceContent$ = [3, n0, _RC,
|
|
1186
1257
|
0,
|
|
1187
1258
|
[_t, _u, _mT, _te, _bl],
|
|
@@ -1232,11 +1303,26 @@ export var SearchCriteria$ = [3, n0, _SC,
|
|
|
1232
1303
|
[_sQ, _mSIe, _tK, _mF],
|
|
1233
1304
|
[[() => SensitiveString, 0], 0, 1, () => MemoryMetadataFilterList], 1
|
|
1234
1305
|
];
|
|
1306
|
+
export var SearchRegistryRecordsRequest$ = [3, n0, _SRRR,
|
|
1307
|
+
0,
|
|
1308
|
+
[_sQ, _rIeg, _mRa, _fi],
|
|
1309
|
+
[0, 64 | 0, 1, 15], 2
|
|
1310
|
+
];
|
|
1311
|
+
export var SearchRegistryRecordsResponse$ = [3, n0, _SRRRe,
|
|
1312
|
+
0,
|
|
1313
|
+
[_rR],
|
|
1314
|
+
[[() => RegistryRecordSummaryList, 0]], 1
|
|
1315
|
+
];
|
|
1235
1316
|
export var SecretsManagerLocation$ = [3, n0, _SML,
|
|
1236
1317
|
0,
|
|
1237
1318
|
[_sA],
|
|
1238
1319
|
[0], 1
|
|
1239
1320
|
];
|
|
1321
|
+
export var ServerDefinition$ = [3, n0, _SD,
|
|
1322
|
+
0,
|
|
1323
|
+
[_sV, _iC],
|
|
1324
|
+
[0, 0]
|
|
1325
|
+
];
|
|
1240
1326
|
export var SessionFilter$ = [3, n0, _SF,
|
|
1241
1327
|
0,
|
|
1242
1328
|
[_eF],
|
|
@@ -1247,6 +1333,16 @@ export var SessionSummary$ = [3, n0, _SSe,
|
|
|
1247
1333
|
[_sI, _aI, _cA],
|
|
1248
1334
|
[0, 0, 4], 3
|
|
1249
1335
|
];
|
|
1336
|
+
export var SkillDefinition$ = [3, n0, _SDk,
|
|
1337
|
+
0,
|
|
1338
|
+
[_sV, _iC],
|
|
1339
|
+
[0, 0]
|
|
1340
|
+
];
|
|
1341
|
+
export var SkillMdDefinition$ = [3, n0, _SMD,
|
|
1342
|
+
0,
|
|
1343
|
+
[_iC],
|
|
1344
|
+
[0]
|
|
1345
|
+
];
|
|
1250
1346
|
export var SpanContext$ = [3, n0, _SCp,
|
|
1251
1347
|
0,
|
|
1252
1348
|
[_sI, _tI, _sIp],
|
|
@@ -1327,6 +1423,11 @@ export var ToolResultStructuredContent$ = [3, n0, _TRSC,
|
|
|
1327
1423
|
[_tIa, _tSa, _std, _stde, _eC, _eTxe],
|
|
1328
1424
|
[0, 0, 0, 0, 1, 1]
|
|
1329
1425
|
];
|
|
1426
|
+
export var ToolsDefinition$ = [3, n0, _TD,
|
|
1427
|
+
0,
|
|
1428
|
+
[_pV, _iC],
|
|
1429
|
+
[0, 0]
|
|
1430
|
+
];
|
|
1330
1431
|
export var UpdateBrowserStreamRequest$ = [3, n0, _UBSR,
|
|
1331
1432
|
0,
|
|
1332
1433
|
[_bI, _sI, _sUt, _cT],
|
|
@@ -1428,6 +1529,11 @@ var PayloadTypeList = [1, n0, _PTL,
|
|
|
1428
1529
|
var Proxies = [1, n0, _P,
|
|
1429
1530
|
0, () => Proxy$
|
|
1430
1531
|
];
|
|
1532
|
+
var RegistryIdList = 64 | 0;
|
|
1533
|
+
var RegistryRecordSummaryList = [1, n0, _RRSL,
|
|
1534
|
+
0, [() => RegistryRecordSummary$,
|
|
1535
|
+
0]
|
|
1536
|
+
];
|
|
1431
1537
|
var ScopesListType = 64 | 0;
|
|
1432
1538
|
var SessionSummaryList = [1, n0, _SSL,
|
|
1433
1539
|
0, () => SessionSummary$
|
|
@@ -1462,7 +1568,7 @@ export var BrowserActionResult$ = [4, n0, _BAR,
|
|
|
1462
1568
|
];
|
|
1463
1569
|
export var CertificateLocation$ = [4, n0, _CL,
|
|
1464
1570
|
0,
|
|
1465
|
-
[
|
|
1571
|
+
[_sMe],
|
|
1466
1572
|
[() => SecretsManagerLocation$]
|
|
1467
1573
|
];
|
|
1468
1574
|
export var CodeInterpreterStreamOutput$ = [4, n0, _CISO,
|
|
@@ -1517,7 +1623,7 @@ export var MemoryContent$ = [4, n0, _MC,
|
|
|
1517
1623
|
];
|
|
1518
1624
|
export var MetadataValue$ = [4, n0, _MV,
|
|
1519
1625
|
0,
|
|
1520
|
-
[
|
|
1626
|
+
[_sVt],
|
|
1521
1627
|
[0]
|
|
1522
1628
|
];
|
|
1523
1629
|
export var PayloadType$ = [4, n0, _PT,
|
|
@@ -1648,6 +1754,9 @@ export var RetrieveMemoryRecords$ = [9, n0, _RMR,
|
|
|
1648
1754
|
export var SaveBrowserSessionProfile$ = [9, n0, _SBSP,
|
|
1649
1755
|
{ [_ht]: ["PUT", "/browser-profiles/{profileIdentifier}/save", 200] }, () => SaveBrowserSessionProfileRequest$, () => SaveBrowserSessionProfileResponse$
|
|
1650
1756
|
];
|
|
1757
|
+
export var SearchRegistryRecords$ = [9, n0, _SRR,
|
|
1758
|
+
{ [_ht]: ["POST", "/registry-records/search", 200] }, () => SearchRegistryRecordsRequest$, () => SearchRegistryRecordsResponse$
|
|
1759
|
+
];
|
|
1651
1760
|
export var StartBrowserSession$ = [9, n0, _SBS,
|
|
1652
1761
|
{ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200] }, () => StartBrowserSessionRequest$, () => StartBrowserSessionResponse$
|
|
1653
1762
|
];
|
|
@@ -31,6 +31,7 @@ import { type ListMemoryRecordsCommandInput, type ListMemoryRecordsCommandOutput
|
|
|
31
31
|
import { type ListSessionsCommandInput, type ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
32
32
|
import { type RetrieveMemoryRecordsCommandInput, type RetrieveMemoryRecordsCommandOutput } from "./commands/RetrieveMemoryRecordsCommand";
|
|
33
33
|
import { type SaveBrowserSessionProfileCommandInput, type SaveBrowserSessionProfileCommandOutput } from "./commands/SaveBrowserSessionProfileCommand";
|
|
34
|
+
import { type SearchRegistryRecordsCommandInput, type SearchRegistryRecordsCommandOutput } from "./commands/SearchRegistryRecordsCommand";
|
|
34
35
|
import { type StartBrowserSessionCommandInput, type StartBrowserSessionCommandOutput } from "./commands/StartBrowserSessionCommand";
|
|
35
36
|
import { type StartCodeInterpreterSessionCommandInput, type StartCodeInterpreterSessionCommandOutput } from "./commands/StartCodeInterpreterSessionCommand";
|
|
36
37
|
import { type StartMemoryExtractionJobCommandInput, type StartMemoryExtractionJobCommandOutput } from "./commands/StartMemoryExtractionJobCommand";
|
|
@@ -225,6 +226,12 @@ export interface BedrockAgentCore {
|
|
|
225
226
|
saveBrowserSessionProfile(args: SaveBrowserSessionProfileCommandInput, options?: __HttpHandlerOptions): Promise<SaveBrowserSessionProfileCommandOutput>;
|
|
226
227
|
saveBrowserSessionProfile(args: SaveBrowserSessionProfileCommandInput, cb: (err: any, data?: SaveBrowserSessionProfileCommandOutput) => void): void;
|
|
227
228
|
saveBrowserSessionProfile(args: SaveBrowserSessionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SaveBrowserSessionProfileCommandOutput) => void): void;
|
|
229
|
+
/**
|
|
230
|
+
* @see {@link SearchRegistryRecordsCommand}
|
|
231
|
+
*/
|
|
232
|
+
searchRegistryRecords(args: SearchRegistryRecordsCommandInput, options?: __HttpHandlerOptions): Promise<SearchRegistryRecordsCommandOutput>;
|
|
233
|
+
searchRegistryRecords(args: SearchRegistryRecordsCommandInput, cb: (err: any, data?: SearchRegistryRecordsCommandOutput) => void): void;
|
|
234
|
+
searchRegistryRecords(args: SearchRegistryRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchRegistryRecordsCommandOutput) => void): void;
|
|
228
235
|
/**
|
|
229
236
|
* @see {@link StartBrowserSessionCommand}
|
|
230
237
|
*/
|
|
@@ -39,6 +39,7 @@ import type { ListMemoryRecordsCommandInput, ListMemoryRecordsCommandOutput } fr
|
|
|
39
39
|
import type { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
40
40
|
import type { RetrieveMemoryRecordsCommandInput, RetrieveMemoryRecordsCommandOutput } from "./commands/RetrieveMemoryRecordsCommand";
|
|
41
41
|
import type { SaveBrowserSessionProfileCommandInput, SaveBrowserSessionProfileCommandOutput } from "./commands/SaveBrowserSessionProfileCommand";
|
|
42
|
+
import type { SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput } from "./commands/SearchRegistryRecordsCommand";
|
|
42
43
|
import type { StartBrowserSessionCommandInput, StartBrowserSessionCommandOutput } from "./commands/StartBrowserSessionCommand";
|
|
43
44
|
import type { StartCodeInterpreterSessionCommandInput, StartCodeInterpreterSessionCommandOutput } from "./commands/StartCodeInterpreterSessionCommand";
|
|
44
45
|
import type { StartMemoryExtractionJobCommandInput, StartMemoryExtractionJobCommandOutput } from "./commands/StartMemoryExtractionJobCommand";
|
|
@@ -52,11 +53,11 @@ export { __Client };
|
|
|
52
53
|
/**
|
|
53
54
|
* @public
|
|
54
55
|
*/
|
|
55
|
-
export type ServiceInputTypes = BatchCreateMemoryRecordsCommandInput | BatchDeleteMemoryRecordsCommandInput | BatchUpdateMemoryRecordsCommandInput | CompleteResourceTokenAuthCommandInput | CreateEventCommandInput | DeleteEventCommandInput | DeleteMemoryRecordCommandInput | EvaluateCommandInput | GetAgentCardCommandInput | GetBrowserSessionCommandInput | GetCodeInterpreterSessionCommandInput | GetEventCommandInput | GetMemoryRecordCommandInput | GetResourceApiKeyCommandInput | GetResourceOauth2TokenCommandInput | GetWorkloadAccessTokenCommandInput | GetWorkloadAccessTokenForJWTCommandInput | GetWorkloadAccessTokenForUserIdCommandInput | InvokeAgentRuntimeCommandCommandInput | InvokeAgentRuntimeCommandInput | InvokeBrowserCommandInput | InvokeCodeInterpreterCommandInput | ListActorsCommandInput | ListBrowserSessionsCommandInput | ListCodeInterpreterSessionsCommandInput | ListEventsCommandInput | ListMemoryExtractionJobsCommandInput | ListMemoryRecordsCommandInput | ListSessionsCommandInput | RetrieveMemoryRecordsCommandInput | SaveBrowserSessionProfileCommandInput | StartBrowserSessionCommandInput | StartCodeInterpreterSessionCommandInput | StartMemoryExtractionJobCommandInput | StopBrowserSessionCommandInput | StopCodeInterpreterSessionCommandInput | StopRuntimeSessionCommandInput | UpdateBrowserStreamCommandInput;
|
|
56
|
+
export type ServiceInputTypes = BatchCreateMemoryRecordsCommandInput | BatchDeleteMemoryRecordsCommandInput | BatchUpdateMemoryRecordsCommandInput | CompleteResourceTokenAuthCommandInput | CreateEventCommandInput | DeleteEventCommandInput | DeleteMemoryRecordCommandInput | EvaluateCommandInput | GetAgentCardCommandInput | GetBrowserSessionCommandInput | GetCodeInterpreterSessionCommandInput | GetEventCommandInput | GetMemoryRecordCommandInput | GetResourceApiKeyCommandInput | GetResourceOauth2TokenCommandInput | GetWorkloadAccessTokenCommandInput | GetWorkloadAccessTokenForJWTCommandInput | GetWorkloadAccessTokenForUserIdCommandInput | InvokeAgentRuntimeCommandCommandInput | InvokeAgentRuntimeCommandInput | InvokeBrowserCommandInput | InvokeCodeInterpreterCommandInput | ListActorsCommandInput | ListBrowserSessionsCommandInput | ListCodeInterpreterSessionsCommandInput | ListEventsCommandInput | ListMemoryExtractionJobsCommandInput | ListMemoryRecordsCommandInput | ListSessionsCommandInput | RetrieveMemoryRecordsCommandInput | SaveBrowserSessionProfileCommandInput | SearchRegistryRecordsCommandInput | StartBrowserSessionCommandInput | StartCodeInterpreterSessionCommandInput | StartMemoryExtractionJobCommandInput | StopBrowserSessionCommandInput | StopCodeInterpreterSessionCommandInput | StopRuntimeSessionCommandInput | UpdateBrowserStreamCommandInput;
|
|
56
57
|
/**
|
|
57
58
|
* @public
|
|
58
59
|
*/
|
|
59
|
-
export type ServiceOutputTypes = BatchCreateMemoryRecordsCommandOutput | BatchDeleteMemoryRecordsCommandOutput | BatchUpdateMemoryRecordsCommandOutput | CompleteResourceTokenAuthCommandOutput | CreateEventCommandOutput | DeleteEventCommandOutput | DeleteMemoryRecordCommandOutput | EvaluateCommandOutput | GetAgentCardCommandOutput | GetBrowserSessionCommandOutput | GetCodeInterpreterSessionCommandOutput | GetEventCommandOutput | GetMemoryRecordCommandOutput | GetResourceApiKeyCommandOutput | GetResourceOauth2TokenCommandOutput | GetWorkloadAccessTokenCommandOutput | GetWorkloadAccessTokenForJWTCommandOutput | GetWorkloadAccessTokenForUserIdCommandOutput | InvokeAgentRuntimeCommandCommandOutput | InvokeAgentRuntimeCommandOutput | InvokeBrowserCommandOutput | InvokeCodeInterpreterCommandOutput | ListActorsCommandOutput | ListBrowserSessionsCommandOutput | ListCodeInterpreterSessionsCommandOutput | ListEventsCommandOutput | ListMemoryExtractionJobsCommandOutput | ListMemoryRecordsCommandOutput | ListSessionsCommandOutput | RetrieveMemoryRecordsCommandOutput | SaveBrowserSessionProfileCommandOutput | StartBrowserSessionCommandOutput | StartCodeInterpreterSessionCommandOutput | StartMemoryExtractionJobCommandOutput | StopBrowserSessionCommandOutput | StopCodeInterpreterSessionCommandOutput | StopRuntimeSessionCommandOutput | UpdateBrowserStreamCommandOutput;
|
|
60
|
+
export type ServiceOutputTypes = BatchCreateMemoryRecordsCommandOutput | BatchDeleteMemoryRecordsCommandOutput | BatchUpdateMemoryRecordsCommandOutput | CompleteResourceTokenAuthCommandOutput | CreateEventCommandOutput | DeleteEventCommandOutput | DeleteMemoryRecordCommandOutput | EvaluateCommandOutput | GetAgentCardCommandOutput | GetBrowserSessionCommandOutput | GetCodeInterpreterSessionCommandOutput | GetEventCommandOutput | GetMemoryRecordCommandOutput | GetResourceApiKeyCommandOutput | GetResourceOauth2TokenCommandOutput | GetWorkloadAccessTokenCommandOutput | GetWorkloadAccessTokenForJWTCommandOutput | GetWorkloadAccessTokenForUserIdCommandOutput | InvokeAgentRuntimeCommandCommandOutput | InvokeAgentRuntimeCommandOutput | InvokeBrowserCommandOutput | InvokeCodeInterpreterCommandOutput | ListActorsCommandOutput | ListBrowserSessionsCommandOutput | ListCodeInterpreterSessionsCommandOutput | ListEventsCommandOutput | ListMemoryExtractionJobsCommandOutput | ListMemoryRecordsCommandOutput | ListSessionsCommandOutput | RetrieveMemoryRecordsCommandOutput | SaveBrowserSessionProfileCommandOutput | SearchRegistryRecordsCommandOutput | StartBrowserSessionCommandOutput | StartCodeInterpreterSessionCommandOutput | StartMemoryExtractionJobCommandOutput | StopBrowserSessionCommandOutput | StopCodeInterpreterSessionCommandOutput | StopRuntimeSessionCommandOutput | UpdateBrowserStreamCommandOutput;
|
|
60
61
|
/**
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
|
+
import type { SearchRegistryRecordsRequest, SearchRegistryRecordsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SearchRegistryRecordsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SearchRegistryRecordsCommandInput extends SearchRegistryRecordsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SearchRegistryRecordsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SearchRegistryRecordsCommandOutput extends SearchRegistryRecordsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SearchRegistryRecordsCommand_base: {
|
|
25
|
+
new (input: SearchRegistryRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchRegistryRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p> Searches for registry records using semantic, lexical, or hybrid queries. Returns metadata for matching records ordered by relevance within the specified registry.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BedrockAgentCoreClient, SearchRegistryRecordsCommand } from "@aws-sdk/client-bedrock-agentcore"; // ES Modules import
|
|
35
|
+
* // const { BedrockAgentCoreClient, SearchRegistryRecordsCommand } = require("@aws-sdk/client-bedrock-agentcore"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreClientConfig } from "@aws-sdk/client-bedrock-agentcore";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreClientConfig
|
|
38
|
+
* const client = new BedrockAgentCoreClient(config);
|
|
39
|
+
* const input = { // SearchRegistryRecordsRequest
|
|
40
|
+
* searchQuery: "STRING_VALUE", // required
|
|
41
|
+
* registryIds: [ // RegistryIdList // required
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* maxResults: Number("int"),
|
|
45
|
+
* filters: "DOCUMENT_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new SearchRegistryRecordsCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // SearchRegistryRecordsResponse
|
|
50
|
+
* // registryRecords: [ // RegistryRecordSummaryList // required
|
|
51
|
+
* // { // RegistryRecordSummary
|
|
52
|
+
* // registryArn: "STRING_VALUE", // required
|
|
53
|
+
* // recordArn: "STRING_VALUE", // required
|
|
54
|
+
* // recordId: "STRING_VALUE", // required
|
|
55
|
+
* // name: "STRING_VALUE", // required
|
|
56
|
+
* // description: "STRING_VALUE",
|
|
57
|
+
* // descriptorType: "MCP" || "A2A" || "CUSTOM" || "AGENT_SKILLS", // required
|
|
58
|
+
* // descriptors: { // Descriptors
|
|
59
|
+
* // mcp: { // McpDescriptor
|
|
60
|
+
* // server: { // ServerDefinition
|
|
61
|
+
* // schemaVersion: "STRING_VALUE",
|
|
62
|
+
* // inlineContent: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // tools: { // ToolsDefinition
|
|
65
|
+
* // protocolVersion: "STRING_VALUE",
|
|
66
|
+
* // inlineContent: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // a2a: { // A2aDescriptor
|
|
70
|
+
* // agentCard: { // AgentCardDefinition
|
|
71
|
+
* // schemaVersion: "STRING_VALUE",
|
|
72
|
+
* // inlineContent: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // custom: { // CustomDescriptor
|
|
76
|
+
* // inlineContent: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // agentSkills: { // AgentSkillsDescriptor
|
|
79
|
+
* // skillMd: { // SkillMdDefinition
|
|
80
|
+
* // inlineContent: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // skillDefinition: { // SkillDefinition
|
|
83
|
+
* // schemaVersion: "STRING_VALUE",
|
|
84
|
+
* // inlineContent: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // },
|
|
87
|
+
* // },
|
|
88
|
+
* // version: "STRING_VALUE", // required
|
|
89
|
+
* // status: "DRAFT" || "PENDING_APPROVAL" || "APPROVED" || "REJECTED" || "DEPRECATED", // required
|
|
90
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
91
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // };
|
|
95
|
+
*
|
|
96
|
+
* ```
|
|
97
|
+
*
|
|
98
|
+
* @param SearchRegistryRecordsCommandInput - {@link SearchRegistryRecordsCommandInput}
|
|
99
|
+
* @returns {@link SearchRegistryRecordsCommandOutput}
|
|
100
|
+
* @see {@link SearchRegistryRecordsCommandInput} for command's `input` shape.
|
|
101
|
+
* @see {@link SearchRegistryRecordsCommandOutput} for command's `response` shape.
|
|
102
|
+
* @see {@link BedrockAgentCoreClientResolvedConfig | config} for BedrockAgentCoreClient's `config` shape.
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
105
|
+
* <p>The exception that occurs when you do not have sufficient permissions to perform an action. Verify that your IAM policy includes the necessary permissions for the operation you are trying to perform.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link InternalServerException} (server fault)
|
|
108
|
+
* <p>The exception that occurs when the service encounters an unexpected internal error. This is a temporary condition that will resolve itself with retries. We recommend implementing exponential backoff retry logic in your application.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
111
|
+
* <p>The exception that occurs when the specified resource does not exist. This can happen when using an invalid identifier or when trying to access a resource that has been deleted.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
114
|
+
* <p>The exception that occurs when the request was denied due to request throttling. This happens when you exceed the allowed request rate for an operation. Reduce the frequency of requests or implement exponential backoff retry logic in your application.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
117
|
+
* <p>This exception is thrown when the JWT bearer token is invalid or not found for OAuth bearer token based access</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ValidationException} (client fault)
|
|
120
|
+
* <p>The exception that occurs when the input fails to satisfy the constraints specified by the service. Check the error message for details about which input parameter is invalid and correct your request.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link BedrockAgentCoreServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCore service.</p>
|
|
124
|
+
*
|
|
125
|
+
*
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
export declare class SearchRegistryRecordsCommand extends SearchRegistryRecordsCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: SearchRegistryRecordsRequest;
|
|
133
|
+
output: SearchRegistryRecordsResponse;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: SearchRegistryRecordsCommandInput;
|
|
137
|
+
output: SearchRegistryRecordsCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
}
|
|
@@ -29,6 +29,7 @@ export * from "./ListMemoryRecordsCommand";
|
|
|
29
29
|
export * from "./ListSessionsCommand";
|
|
30
30
|
export * from "./RetrieveMemoryRecordsCommand";
|
|
31
31
|
export * from "./SaveBrowserSessionProfileCommand";
|
|
32
|
+
export * from "./SearchRegistryRecordsCommand";
|
|
32
33
|
export * from "./StartBrowserSessionCommand";
|
|
33
34
|
export * from "./StartCodeInterpreterSessionCommand";
|
|
34
35
|
export * from "./StartMemoryExtractionJobCommand";
|
|
@@ -280,3 +280,32 @@ export declare const EventFilterCondition: {
|
|
|
280
280
|
* @public
|
|
281
281
|
*/
|
|
282
282
|
export type EventFilterCondition = (typeof EventFilterCondition)[keyof typeof EventFilterCondition];
|
|
283
|
+
/**
|
|
284
|
+
* @public
|
|
285
|
+
* @enum
|
|
286
|
+
*/
|
|
287
|
+
export declare const DescriptorType: {
|
|
288
|
+
readonly A2A: "A2A";
|
|
289
|
+
readonly AGENT_SKILLS: "AGENT_SKILLS";
|
|
290
|
+
readonly CUSTOM: "CUSTOM";
|
|
291
|
+
readonly MCP: "MCP";
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export type DescriptorType = (typeof DescriptorType)[keyof typeof DescriptorType];
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* @enum
|
|
300
|
+
*/
|
|
301
|
+
export declare const RegistryRecordStatus: {
|
|
302
|
+
readonly APPROVED: "APPROVED";
|
|
303
|
+
readonly DEPRECATED: "DEPRECATED";
|
|
304
|
+
readonly DRAFT: "DRAFT";
|
|
305
|
+
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
306
|
+
readonly REJECTED: "REJECTED";
|
|
307
|
+
};
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
export type RegistryRecordStatus = (typeof RegistryRecordStatus)[keyof typeof RegistryRecordStatus];
|