@aws-sdk/client-agent-registry-control 3.1120.0 → 3.1122.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 +1 -1
- package/dist-cjs/index.js +223 -43
- package/dist-es/models/enums.js +36 -12
- package/dist-es/schemas/schemas_0.js +163 -30
- package/dist-types/AgentRegistryControl.d.ts +1 -1
- package/dist-types/AgentRegistryControlClient.d.ts +1 -1
- package/dist-types/commands/CreateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/CreateRegistryRecordCommand.d.ts +228 -4
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetRegistryRecordCommand.d.ts +229 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +8 -0
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +10 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +17 -0
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +464 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +101 -29
- package/dist-types/models/models_0.d.ts +773 -362
- package/dist-types/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/models/enums.d.ts +50 -18
- package/dist-types/ts3.4/models/models_0.d.ts +231 -115
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript AgentRegistryControl Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>
|
|
9
|
+
<p>Amazon Web Services Agent Registry is a managed catalog for publishing and discovering resources such as MCP servers, agents, and agent skills. Agent Registry Control is its control-plane API: use it to create and manage registries and the records they contain, configure discovery and authorization, govern record approval and curation workflows, and manage automatic detection of resources. Data-plane search and MCP invocation operations are provided by the companion Agent Registry API.</p>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -65,7 +65,7 @@ const commonParams = {
|
|
|
65
65
|
Region: { type: "builtInParams", name: "region" },
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
-
var version = "3.
|
|
68
|
+
var version = "3.1121.0";
|
|
69
69
|
var packageInfo = {
|
|
70
70
|
version: version};
|
|
71
71
|
|
|
@@ -201,12 +201,18 @@ class ServiceQuotaExceededException extends AgentRegistryControlServiceException
|
|
|
201
201
|
|
|
202
202
|
const _AACD = "A2aAgentCardDescriptor";
|
|
203
203
|
const _AC = "ApprovalConfiguration";
|
|
204
|
+
const _ACGSD = "AgentCoreGatewaySourceDetails";
|
|
204
205
|
const _ACMVT = "AuthorizingClaimMatchValueType";
|
|
206
|
+
const _ACRPC = "AgentCoreRuntimeProtocolConfiguration";
|
|
207
|
+
const _ACRSD = "AgentCoreRuntimeSourceDetails";
|
|
205
208
|
const _ACu = "AuthorizerConfiguration";
|
|
209
|
+
const _AD = "AutoDetection";
|
|
210
|
+
const _ADC = "AutoDetectionConfiguration";
|
|
206
211
|
const _ADE = "AccessDeniedException";
|
|
207
212
|
const _ASAD = "AgentSkillsAdditionalData";
|
|
208
213
|
const _ASDD = "AgentSkillsDefinitionDescriptor";
|
|
209
214
|
const _ASMD = "AgentSkillsMdDescriptor";
|
|
215
|
+
const _AUD = "AgUiDescriptor";
|
|
210
216
|
const _CCVT = "CustomClaimValidationType";
|
|
211
217
|
const _CCVTu = "CustomClaimValidationsType";
|
|
212
218
|
const _CD = "CustomDescriptor";
|
|
@@ -231,12 +237,14 @@ const _DRRel = "DeleteRegistryRecord";
|
|
|
231
237
|
const _DS = "DescriptorSource";
|
|
232
238
|
const _DSFU = "DescriptorSourceFromUrl";
|
|
233
239
|
const _De = "Descriptors";
|
|
240
|
+
const _EC = "EncryptionConfiguration";
|
|
234
241
|
const _GR = "GetRegistry";
|
|
235
242
|
const _GRR = "GetRegistryRequest";
|
|
236
243
|
const _GRRR = "GetRegistryRecordRequest";
|
|
237
244
|
const _GRRRe = "GetRegistryRecordResponse";
|
|
238
245
|
const _GRRe = "GetRegistryResponse";
|
|
239
246
|
const _GRRet = "GetRegistryRecord";
|
|
247
|
+
const _HD = "HttpDescriptor";
|
|
240
248
|
const _ISE = "InternalServerException";
|
|
241
249
|
const _LR = "ListRegistries";
|
|
242
250
|
const _LRR = "ListRegistriesRequest";
|
|
@@ -251,9 +259,13 @@ const _MSAD = "McpServerAdditionalData";
|
|
|
251
259
|
const _MSD = "McpServerDescriptor";
|
|
252
260
|
const _MTD = "McpToolsDescriptor";
|
|
253
261
|
const _MVR = "ManagedVpcResource";
|
|
262
|
+
const _P = "Provenance";
|
|
254
263
|
const _PE = "PrivateEndpoint";
|
|
255
264
|
const _PEO = "PrivateEndpointOverride";
|
|
256
265
|
const _PEOr = "PrivateEndpointOverrides";
|
|
266
|
+
const _PL = "ProvenanceList";
|
|
267
|
+
const _PS = "ProvenanceSummary";
|
|
268
|
+
const _PSL = "ProvenanceSummaryList";
|
|
257
269
|
const _RF = "RegistryFilter";
|
|
258
270
|
const _RFL = "RegistryFilterList";
|
|
259
271
|
const _RNFE = "ResourceNotFoundException";
|
|
@@ -268,6 +280,7 @@ const _RRS = "RegistryRecordSummary";
|
|
|
268
280
|
const _RRSL = "RegistryRecordSummaryList";
|
|
269
281
|
const _RS = "RegistrySummary";
|
|
270
282
|
const _RSL = "RegistrySummaryList";
|
|
283
|
+
const _SD = "SourceDetails";
|
|
271
284
|
const _SMLR = "SelfManagedLatticeResource";
|
|
272
285
|
const _SQEE = "ServiceQuotaExceededException";
|
|
273
286
|
const _SRRFA = "SubmitRegistryRecordForApproval";
|
|
@@ -281,12 +294,15 @@ const _UAACD = "UpdatedA2aAgentCardDescriptor";
|
|
|
281
294
|
const _UAACDF = "UpdatedA2aAgentCardDescriptorFields";
|
|
282
295
|
const _UAC = "UpdatedApprovalConfiguration";
|
|
283
296
|
const _UACp = "UpdatedAuthorizerConfiguration";
|
|
297
|
+
const _UADC = "UpdatedAutoDetectionConfiguration";
|
|
284
298
|
const _UASAD = "UpdatedAgentSkillsAdditionalData";
|
|
285
299
|
const _UASADF = "UpdatedAgentSkillsAdditionalDataFields";
|
|
286
300
|
const _UASDD = "UpdatedAgentSkillsDefinitionDescriptor";
|
|
287
301
|
const _UASDDF = "UpdatedAgentSkillsDefinitionDescriptorFields";
|
|
288
302
|
const _UASMD = "UpdatedAgentSkillsMdDescriptor";
|
|
289
303
|
const _UASMDF = "UpdatedAgentSkillsMdDescriptorFields";
|
|
304
|
+
const _UAUD = "UpdatedAgUiDescriptor";
|
|
305
|
+
const _UAUDF = "UpdatedAgUiDescriptorFields";
|
|
290
306
|
const _UCD = "UpdatedCustomDescriptor";
|
|
291
307
|
const _UCDF = "UpdatedCustomDescriptorFields";
|
|
292
308
|
const _UD = "UpdatedDescription";
|
|
@@ -297,6 +313,8 @@ const _UDN = "UpdatedDisplayName";
|
|
|
297
313
|
const _UDS = "UpdatedDescriptorSource";
|
|
298
314
|
const _UDSV = "UpdatedDataSchemaVersion";
|
|
299
315
|
const _UDp = "UpdatedDescriptors";
|
|
316
|
+
const _UHD = "UpdatedHttpDescriptor";
|
|
317
|
+
const _UHDF = "UpdatedHttpDescriptorFields";
|
|
300
318
|
const _UMSAD = "UpdatedMcpServerAdditionalData";
|
|
301
319
|
const _UMSADF = "UpdatedMcpServerAdditionalDataFields";
|
|
302
320
|
const _UMSD = "UpdatedMcpServerDescriptor";
|
|
@@ -318,19 +336,27 @@ const _URp = "UpdateRegistry";
|
|
|
318
336
|
const _VE = "ValidationException";
|
|
319
337
|
const _VEF = "ValidationExceptionField";
|
|
320
338
|
const _VEFL = "ValidationExceptionFieldList";
|
|
339
|
+
const _WID = "WorkloadIdentityDetails";
|
|
340
|
+
const _a = "agui";
|
|
321
341
|
const _aA = "allowedAudience";
|
|
322
342
|
const _aAC = "a2aAgentCard";
|
|
323
343
|
const _aAR = "autoApprovalRules";
|
|
324
|
-
const _aC = "
|
|
344
|
+
const _aC = "authorizerConfiguration";
|
|
325
345
|
const _aCMV = "authorizingClaimMatchValue";
|
|
326
346
|
const _aCl = "allowedClients";
|
|
327
|
-
const
|
|
347
|
+
const _aCp = "approvalConfiguration";
|
|
328
348
|
const _aD = "additionalData";
|
|
349
|
+
const _aDC = "autoDetectionConfiguration";
|
|
350
|
+
const _aDu = "autoDetection";
|
|
351
|
+
const _aG = "agentcoreGateway";
|
|
352
|
+
const _aR = "agentcoreRuntime";
|
|
329
353
|
const _aS = "allowedScopes";
|
|
330
354
|
const _aSD = "agentSkillsDefinition";
|
|
331
355
|
const _aT = "authorizerType";
|
|
332
356
|
const _c = "client";
|
|
333
357
|
const _cA = "createdAt";
|
|
358
|
+
const _cB = "createdBy";
|
|
359
|
+
const _cBAD = "createdByAutoDetection";
|
|
334
360
|
const _cC = "customClaims";
|
|
335
361
|
const _cJWTA = "customJWTAuthorizer";
|
|
336
362
|
const _cMO = "claimMatchOperator";
|
|
@@ -340,6 +366,7 @@ const _cPC = "credentialProviderConfigurations";
|
|
|
340
366
|
const _cPT = "credentialProviderType";
|
|
341
367
|
const _cPu = "customParameters";
|
|
342
368
|
const _cT = "clientToken";
|
|
369
|
+
const _co = "configuration";
|
|
343
370
|
const _cu = "custom";
|
|
344
371
|
const _d = "data";
|
|
345
372
|
const _dC = "discoveryConfiguration";
|
|
@@ -350,7 +377,9 @@ const _de = "descriptors";
|
|
|
350
377
|
const _des = "description";
|
|
351
378
|
const _do = "domain";
|
|
352
379
|
const _e = "error";
|
|
380
|
+
const _eC = "encryptionConfiguration";
|
|
353
381
|
const _eIAT = "endpointIpAddressType";
|
|
382
|
+
const _en = "enabled";
|
|
354
383
|
const _f = "filters";
|
|
355
384
|
const _fL = "fieldList";
|
|
356
385
|
const _fU = "fromUrl";
|
|
@@ -361,6 +390,7 @@ const _hQ = "httpQuery";
|
|
|
361
390
|
const _iCP = "iamCredentialProvider";
|
|
362
391
|
const _iTCN = "inboundTokenClaimName";
|
|
363
392
|
const _iTCVT = "inboundTokenClaimValueType";
|
|
393
|
+
const _kKA = "kmsKeyArn";
|
|
364
394
|
const _m = "message";
|
|
365
395
|
const _mR = "maxResults";
|
|
366
396
|
const _mS = "mcpServer";
|
|
@@ -371,9 +401,13 @@ const _n = "name";
|
|
|
371
401
|
const _nT = "nextToken";
|
|
372
402
|
const _oCP = "oauthCredentialProvider";
|
|
373
403
|
const _oV = "optionalValue";
|
|
404
|
+
const _p = "provenance";
|
|
374
405
|
const _pA = "providerArn";
|
|
406
|
+
const _pC = "protocolConfiguration";
|
|
375
407
|
const _pE = "privateEndpoint";
|
|
376
408
|
const _pEO = "privateEndpointOverrides";
|
|
409
|
+
const _pSL = "provenanceSummaryList";
|
|
410
|
+
const _pT = "protocolType";
|
|
377
411
|
const _r = "reason";
|
|
378
412
|
const _rA = "recordArn";
|
|
379
413
|
const _rAe = "registryArn";
|
|
@@ -388,13 +422,19 @@ const _rT = "recordType";
|
|
|
388
422
|
const _rV = "recordVersion";
|
|
389
423
|
const _re = "registries";
|
|
390
424
|
const _reg = "region";
|
|
425
|
+
const _rel = "relation";
|
|
391
426
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.agentregistrycontrol";
|
|
427
|
+
const _sD = "sourceDetails";
|
|
392
428
|
const _sGI = "securityGroupIds";
|
|
393
429
|
const _sI = "subnetIds";
|
|
430
|
+
const _sIo = "sourceId";
|
|
394
431
|
const _sM = "skillMd";
|
|
395
432
|
const _sMLR = "selfManagedLatticeResource";
|
|
433
|
+
const _sP = "serverProtocol";
|
|
396
434
|
const _sR = "statusReason";
|
|
397
|
-
const
|
|
435
|
+
const _sT = "sourceType";
|
|
436
|
+
const _sc = "scope";
|
|
437
|
+
const _sco = "scopes";
|
|
398
438
|
const _se = "server";
|
|
399
439
|
const _ser = "service";
|
|
400
440
|
const _so = "source";
|
|
@@ -407,6 +447,8 @@ const _u = "url";
|
|
|
407
447
|
const _uA = "updatedAt";
|
|
408
448
|
const _v = "values";
|
|
409
449
|
const _vI = "vpcIdentifier";
|
|
450
|
+
const _wIA = "workloadIdentityArn";
|
|
451
|
+
const _wID = "workloadIdentityDetails";
|
|
410
452
|
const n0 = "com.amazonaws.agentregistrycontrol";
|
|
411
453
|
const _s_registry = TypeRegistry.for(_s);
|
|
412
454
|
var AgentRegistryControlServiceException$ = [-3, _s, "AgentRegistryControlServiceException", 0, [], []];
|
|
@@ -465,6 +507,21 @@ var A2aAgentCardDescriptor$ = [3, n0, _AACD,
|
|
|
465
507
|
[_d, _dSV, _so],
|
|
466
508
|
[[() => DescriptorData, 0], 0, () => DescriptorSource$]
|
|
467
509
|
];
|
|
510
|
+
var AgentCoreGatewaySourceDetails$ = [3, n0, _ACGSD,
|
|
511
|
+
0,
|
|
512
|
+
[_pT, _aT, _aC, _wID],
|
|
513
|
+
[0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$]
|
|
514
|
+
];
|
|
515
|
+
var AgentCoreRuntimeProtocolConfiguration$ = [3, n0, _ACRPC,
|
|
516
|
+
0,
|
|
517
|
+
[_sP],
|
|
518
|
+
[0]
|
|
519
|
+
];
|
|
520
|
+
var AgentCoreRuntimeSourceDetails$ = [3, n0, _ACRSD,
|
|
521
|
+
0,
|
|
522
|
+
[_pC, _aC, _wID],
|
|
523
|
+
[() => AgentCoreRuntimeProtocolConfiguration$, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$]
|
|
524
|
+
];
|
|
468
525
|
var AgentSkillsAdditionalData$ = [3, n0, _ASAD,
|
|
469
526
|
0,
|
|
470
527
|
[_sM],
|
|
@@ -480,6 +537,11 @@ var AgentSkillsMdDescriptor$ = [3, n0, _ASMD,
|
|
|
480
537
|
[_d, _dSV, _so],
|
|
481
538
|
[[() => DescriptorData, 0], 0, () => DescriptorSource$]
|
|
482
539
|
];
|
|
540
|
+
var AgUiDescriptor$ = [3, n0, _AUD,
|
|
541
|
+
0,
|
|
542
|
+
[_so],
|
|
543
|
+
[() => DescriptorSource$]
|
|
544
|
+
];
|
|
483
545
|
var ApprovalConfiguration$ = [3, n0, _AC,
|
|
484
546
|
0,
|
|
485
547
|
[_aAR],
|
|
@@ -490,10 +552,20 @@ var AuthorizingClaimMatchValueType$ = [3, n0, _ACMVT,
|
|
|
490
552
|
[_cMV, _cMO],
|
|
491
553
|
[() => ClaimMatchValueType$, 0], 2
|
|
492
554
|
];
|
|
555
|
+
var AutoDetection$ = [3, n0, _AD,
|
|
556
|
+
0,
|
|
557
|
+
[_co, _st, _sR],
|
|
558
|
+
[() => AutoDetectionConfiguration$, 0, 0], 2
|
|
559
|
+
];
|
|
560
|
+
var AutoDetectionConfiguration$ = [3, n0, _ADC,
|
|
561
|
+
0,
|
|
562
|
+
[_sc, _en],
|
|
563
|
+
[0, 2], 2
|
|
564
|
+
];
|
|
493
565
|
var CreateRegistryRecordRequest$ = [3, n0, _CRRR,
|
|
494
566
|
0,
|
|
495
|
-
[_rI, _n, _rT, _de, _dN, _des, _rV, _cT, _t],
|
|
496
|
-
[[0, 1], 0, 0, [() => Descriptors$, 0], 0, [() => Description, 0], 0, [0, 4], 128 | 0], 4
|
|
567
|
+
[_rI, _n, _rT, _de, _dN, _des, _rV, _cT, _p, _t],
|
|
568
|
+
[[0, 1], 0, 0, [() => Descriptors$, 0], 0, [() => Description, 0], 0, [0, 4], () => ProvenanceList, 128 | 0], 4
|
|
497
569
|
];
|
|
498
570
|
var CreateRegistryRecordResponse$ = [3, n0, _CRRRr,
|
|
499
571
|
0,
|
|
@@ -502,8 +574,8 @@ var CreateRegistryRecordResponse$ = [3, n0, _CRRRr,
|
|
|
502
574
|
];
|
|
503
575
|
var CreateRegistryRequest$ = [3, n0, _CRR,
|
|
504
576
|
0,
|
|
505
|
-
[_n, _des, _dC, _cT, _t,
|
|
506
|
-
[0, [() => Description, 0], () => DiscoveryConfiguration$, [0, 4], 128 | 0, () => ApprovalConfiguration$], 1
|
|
577
|
+
[_n, _des, _eC, _dC, _cT, _t, _aCp, _aDC],
|
|
578
|
+
[0, [() => Description, 0], () => EncryptionConfiguration$, () => DiscoveryConfiguration$, [0, 4], 128 | 0, () => ApprovalConfiguration$, () => AutoDetectionConfiguration$], 1
|
|
507
579
|
];
|
|
508
580
|
var CreateRegistryResponse$ = [3, n0, _CRRr,
|
|
509
581
|
0,
|
|
@@ -547,8 +619,8 @@ var DeleteRegistryResponse$ = [3, n0, _DRRe,
|
|
|
547
619
|
];
|
|
548
620
|
var Descriptors$ = [3, n0, _De,
|
|
549
621
|
0,
|
|
550
|
-
[_mS, _aAC, _aSD, _cu],
|
|
551
|
-
[[() => McpServerDescriptor$, 0], [() => A2aAgentCardDescriptor$, 0], [() => AgentSkillsDefinitionDescriptor$, 0], [() => CustomDescriptor$, 0]]
|
|
622
|
+
[_mS, _aAC, _aSD, _cu, _h, _a],
|
|
623
|
+
[[() => McpServerDescriptor$, 0], [() => A2aAgentCardDescriptor$, 0], [() => AgentSkillsDefinitionDescriptor$, 0], [() => CustomDescriptor$, 0], () => HttpDescriptor$, () => AgUiDescriptor$]
|
|
552
624
|
];
|
|
553
625
|
var DescriptorSource$ = [3, n0, _DS,
|
|
554
626
|
0,
|
|
@@ -562,9 +634,14 @@ var DescriptorSourceFromUrl$ = [3, n0, _DSFU,
|
|
|
562
634
|
];
|
|
563
635
|
var DiscoveryConfiguration$ = [3, n0, _DC,
|
|
564
636
|
0,
|
|
565
|
-
[
|
|
637
|
+
[_aC, _aT],
|
|
566
638
|
[() => AuthorizerConfiguration$, 0]
|
|
567
639
|
];
|
|
640
|
+
var EncryptionConfiguration$ = [3, n0, _EC,
|
|
641
|
+
0,
|
|
642
|
+
[_kKA],
|
|
643
|
+
[0], 1
|
|
644
|
+
];
|
|
568
645
|
var GetRegistryRecordRequest$ = [3, n0, _GRRR,
|
|
569
646
|
0,
|
|
570
647
|
[_rI, _rIe],
|
|
@@ -572,8 +649,8 @@ var GetRegistryRecordRequest$ = [3, n0, _GRRR,
|
|
|
572
649
|
];
|
|
573
650
|
var GetRegistryRecordResponse$ = [3, n0, _GRRRe,
|
|
574
651
|
0,
|
|
575
|
-
[_rAe, _rA, _rIe, _n, _rT, _st, _cA, _uA, _dN, _des, _de, _rV, _sR],
|
|
576
|
-
[0, 0, 0, 0, 0, 0, 5, 5, 0, [() => Description, 0], [() => Descriptors$, 0], 0, 0], 8
|
|
652
|
+
[_rAe, _rA, _rIe, _n, _rT, _st, _cA, _uA, _dN, _des, _de, _rV, _sR, _p, _cBAD, _cB],
|
|
653
|
+
[0, 0, 0, 0, 0, 0, 5, 5, 0, [() => Description, 0], [() => Descriptors$, 0], 0, 0, () => ProvenanceList, 2, 0], 8
|
|
577
654
|
];
|
|
578
655
|
var GetRegistryRequest$ = [3, n0, _GRR,
|
|
579
656
|
0,
|
|
@@ -582,8 +659,13 @@ var GetRegistryRequest$ = [3, n0, _GRR,
|
|
|
582
659
|
];
|
|
583
660
|
var GetRegistryResponse$ = [3, n0, _GRRe,
|
|
584
661
|
0,
|
|
585
|
-
[_n, _rI, _rAe, _st, _cA, _uA, _des, _dC,
|
|
586
|
-
[0, 0, 0, 0, 5, 5, [() => Description, 0], () => DiscoveryConfiguration$, () => ApprovalConfiguration$, 0], 6
|
|
662
|
+
[_n, _rI, _rAe, _st, _cA, _uA, _des, _dC, _eC, _aCp, _sR, _aDu],
|
|
663
|
+
[0, 0, 0, 0, 5, 5, [() => Description, 0], () => DiscoveryConfiguration$, () => EncryptionConfiguration$, () => ApprovalConfiguration$, 0, () => AutoDetection$], 6
|
|
664
|
+
];
|
|
665
|
+
var HttpDescriptor$ = [3, n0, _HD,
|
|
666
|
+
0,
|
|
667
|
+
[_so],
|
|
668
|
+
[() => DescriptorSource$]
|
|
587
669
|
];
|
|
588
670
|
var ListRegistriesRequest$ = [3, n0, _LRR,
|
|
589
671
|
0,
|
|
@@ -640,6 +722,16 @@ var PrivateEndpointOverride$ = [3, n0, _PEO,
|
|
|
640
722
|
[_do, _pE],
|
|
641
723
|
[0, () => PrivateEndpoint$], 2
|
|
642
724
|
];
|
|
725
|
+
var Provenance$ = [3, n0, _P,
|
|
726
|
+
0,
|
|
727
|
+
[_rel, _sIo, _sT, _sD],
|
|
728
|
+
[0, 0, 0, () => SourceDetails$], 2
|
|
729
|
+
];
|
|
730
|
+
var ProvenanceSummary$ = [3, n0, _PS,
|
|
731
|
+
0,
|
|
732
|
+
[_rel, _sIo, _sT],
|
|
733
|
+
[0, 0, 0], 2
|
|
734
|
+
];
|
|
643
735
|
var RegistryFilter$ = [3, n0, _RF,
|
|
644
736
|
0,
|
|
645
737
|
[_n, _v],
|
|
@@ -662,18 +754,18 @@ var RegistryRecordIamCredentialProvider$ = [3, n0, _RRICP,
|
|
|
662
754
|
];
|
|
663
755
|
var RegistryRecordOAuthCredentialProvider$ = [3, n0, _RROACP,
|
|
664
756
|
0,
|
|
665
|
-
[_pA, _gT,
|
|
757
|
+
[_pA, _gT, _sco, _cPu],
|
|
666
758
|
[0, 0, 64 | 0, 128 | 0], 1
|
|
667
759
|
];
|
|
668
760
|
var RegistryRecordSummary$ = [3, n0, _RRS,
|
|
669
761
|
0,
|
|
670
|
-
[_rAe, _rA, _rIe, _n, _rT, _rV, _st, _cA, _uA, _dN, _des],
|
|
671
|
-
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, [() => Description, 0]], 9
|
|
762
|
+
[_rAe, _rA, _rIe, _n, _rT, _rV, _st, _cA, _uA, _dN, _des, _cBAD, _cB, _pSL],
|
|
763
|
+
[0, 0, 0, 0, 0, 0, 0, 5, 5, 0, [() => Description, 0], 2, 0, () => ProvenanceSummaryList], 9
|
|
672
764
|
];
|
|
673
765
|
var RegistrySummary$ = [3, n0, _RS,
|
|
674
766
|
0,
|
|
675
|
-
[_n, _rI, _rAe, _st, _cA, _uA, _des, _dC, _sR],
|
|
676
|
-
[0, 0, 0, 0, 5, 5, [() => Description, 0], () => DiscoveryConfiguration$, 0], 6
|
|
767
|
+
[_n, _rI, _rAe, _st, _cA, _uA, _des, _dC, _sR, _aDu],
|
|
768
|
+
[0, 0, 0, 0, 5, 5, [() => Description, 0], () => DiscoveryConfiguration$, 0, () => AutoDetection$], 6
|
|
677
769
|
];
|
|
678
770
|
var SubmitRegistryRecordForApprovalRequest$ = [3, n0, _SRRFAR,
|
|
679
771
|
0,
|
|
@@ -745,6 +837,16 @@ var UpdatedAgentSkillsMdDescriptorFields$ = [3, n0, _UASMDF,
|
|
|
745
837
|
[_d, _dSV, _so],
|
|
746
838
|
[[() => UpdatedDescriptorData$, 0], () => UpdatedDataSchemaVersion$, () => UpdatedDescriptorSource$]
|
|
747
839
|
];
|
|
840
|
+
var UpdatedAgUiDescriptor$ = [3, n0, _UAUD,
|
|
841
|
+
0,
|
|
842
|
+
[_oV],
|
|
843
|
+
[() => UpdatedAgUiDescriptorFields$]
|
|
844
|
+
];
|
|
845
|
+
var UpdatedAgUiDescriptorFields$ = [3, n0, _UAUDF,
|
|
846
|
+
0,
|
|
847
|
+
[_so],
|
|
848
|
+
[() => UpdatedDescriptorSource$]
|
|
849
|
+
];
|
|
748
850
|
var UpdatedApprovalConfiguration$ = [3, n0, _UAC,
|
|
749
851
|
0,
|
|
750
852
|
[_oV],
|
|
@@ -755,6 +857,11 @@ var UpdatedAuthorizerConfiguration$ = [3, n0, _UACp,
|
|
|
755
857
|
[_oV],
|
|
756
858
|
[() => AuthorizerConfiguration$]
|
|
757
859
|
];
|
|
860
|
+
var UpdatedAutoDetectionConfiguration$ = [3, n0, _UADC,
|
|
861
|
+
0,
|
|
862
|
+
[_oV],
|
|
863
|
+
[() => AutoDetectionConfiguration$]
|
|
864
|
+
];
|
|
758
865
|
var UpdatedCustomDescriptor$ = [3, n0, _UCD,
|
|
759
866
|
0,
|
|
760
867
|
[_oV],
|
|
@@ -787,8 +894,8 @@ var UpdatedDescriptors$ = [3, n0, _UDp,
|
|
|
787
894
|
];
|
|
788
895
|
var UpdatedDescriptorsFields$ = [3, n0, _UDF,
|
|
789
896
|
0,
|
|
790
|
-
[_mS, _aAC, _aSD, _cu],
|
|
791
|
-
[[() => UpdatedMcpServerDescriptor$, 0], [() => UpdatedA2aAgentCardDescriptor$, 0], [() => UpdatedAgentSkillsDefinitionDescriptor$, 0], [() => UpdatedCustomDescriptor$, 0]]
|
|
897
|
+
[_mS, _aAC, _aSD, _cu, _h, _a],
|
|
898
|
+
[[() => UpdatedMcpServerDescriptor$, 0], [() => UpdatedA2aAgentCardDescriptor$, 0], [() => UpdatedAgentSkillsDefinitionDescriptor$, 0], [() => UpdatedCustomDescriptor$, 0], () => UpdatedHttpDescriptor$, () => UpdatedAgUiDescriptor$]
|
|
792
899
|
];
|
|
793
900
|
var UpdatedDescriptorSource$ = [3, n0, _UDS,
|
|
794
901
|
0,
|
|
@@ -797,7 +904,7 @@ var UpdatedDescriptorSource$ = [3, n0, _UDS,
|
|
|
797
904
|
];
|
|
798
905
|
var UpdatedDiscoveryConfiguration$ = [3, n0, _UDC,
|
|
799
906
|
0,
|
|
800
|
-
[
|
|
907
|
+
[_aC],
|
|
801
908
|
[() => UpdatedAuthorizerConfiguration$]
|
|
802
909
|
];
|
|
803
910
|
var UpdatedDisplayName$ = [3, n0, _UDN,
|
|
@@ -805,6 +912,16 @@ var UpdatedDisplayName$ = [3, n0, _UDN,
|
|
|
805
912
|
[_oV],
|
|
806
913
|
[0]
|
|
807
914
|
];
|
|
915
|
+
var UpdatedHttpDescriptor$ = [3, n0, _UHD,
|
|
916
|
+
0,
|
|
917
|
+
[_oV],
|
|
918
|
+
[() => UpdatedHttpDescriptorFields$]
|
|
919
|
+
];
|
|
920
|
+
var UpdatedHttpDescriptorFields$ = [3, n0, _UHDF,
|
|
921
|
+
0,
|
|
922
|
+
[_so],
|
|
923
|
+
[() => UpdatedDescriptorSource$]
|
|
924
|
+
];
|
|
808
925
|
var UpdatedMcpServerAdditionalData$ = [3, n0, _UMSAD,
|
|
809
926
|
0,
|
|
810
927
|
[_oV],
|
|
@@ -837,13 +954,13 @@ var UpdatedMcpToolsDescriptorFields$ = [3, n0, _UMTDF,
|
|
|
837
954
|
];
|
|
838
955
|
var UpdateRegistryRecordRequest$ = [3, n0, _URRR,
|
|
839
956
|
0,
|
|
840
|
-
[_rI, _rIe, _n, _dN, _des, _rT, _de, _rV, _tS],
|
|
841
|
-
[[0, 1], [0, 1], 0, () => UpdatedDisplayName$, [() => UpdatedDescription$, 0], 0, [() => UpdatedDescriptors$, 0], 0, 2], 2
|
|
957
|
+
[_rI, _rIe, _n, _dN, _des, _rT, _de, _rV, _tS, _p],
|
|
958
|
+
[[0, 1], [0, 1], 0, () => UpdatedDisplayName$, [() => UpdatedDescription$, 0], 0, [() => UpdatedDescriptors$, 0], 0, 2, () => ProvenanceList], 2
|
|
842
959
|
];
|
|
843
960
|
var UpdateRegistryRecordResponse$ = [3, n0, _URRRp,
|
|
844
961
|
0,
|
|
845
|
-
[_rAe, _rA, _rIe, _n, _rT, _st, _cA, _uA, _dN, _des, _de, _rV, _sR],
|
|
846
|
-
[0, 0, 0, 0, 0, 0, 5, 5, 0, [() => Description, 0], [() => Descriptors$, 0], 0, 0], 8
|
|
962
|
+
[_rAe, _rA, _rIe, _n, _rT, _st, _cA, _uA, _dN, _des, _de, _rV, _sR, _p, _cBAD, _cB],
|
|
963
|
+
[0, 0, 0, 0, 0, 0, 5, 5, 0, [() => Description, 0], [() => Descriptors$, 0], 0, 0, () => ProvenanceList, 2, 0], 8
|
|
847
964
|
];
|
|
848
965
|
var UpdateRegistryRecordStatusRequest$ = [3, n0, _URRSR,
|
|
849
966
|
0,
|
|
@@ -857,25 +974,36 @@ var UpdateRegistryRecordStatusResponse$ = [3, n0, _URRSRp,
|
|
|
857
974
|
];
|
|
858
975
|
var UpdateRegistryRequest$ = [3, n0, _URRp,
|
|
859
976
|
0,
|
|
860
|
-
[_rI, _n, _des, _dC,
|
|
861
|
-
[[0, 1], 0, [() => UpdatedDescription$, 0], () => UpdatedDiscoveryConfiguration$, () => UpdatedApprovalConfiguration$], 1
|
|
977
|
+
[_rI, _n, _des, _dC, _aCp, _aDC],
|
|
978
|
+
[[0, 1], 0, [() => UpdatedDescription$, 0], () => UpdatedDiscoveryConfiguration$, () => UpdatedApprovalConfiguration$, () => UpdatedAutoDetectionConfiguration$], 1
|
|
862
979
|
];
|
|
863
980
|
var UpdateRegistryResponse$ = [3, n0, _URRpd,
|
|
864
981
|
0,
|
|
865
|
-
[_n, _rI, _rAe, _st, _cA, _uA, _des, _dC,
|
|
866
|
-
[0, 0, 0, 0, 5, 5, [() => Description, 0], () => DiscoveryConfiguration$, () => ApprovalConfiguration$, 0], 6
|
|
982
|
+
[_n, _rI, _rAe, _st, _cA, _uA, _des, _dC, _eC, _aCp, _sR, _aDu],
|
|
983
|
+
[0, 0, 0, 0, 5, 5, [() => Description, 0], () => DiscoveryConfiguration$, () => EncryptionConfiguration$, () => ApprovalConfiguration$, 0, () => AutoDetection$], 6
|
|
867
984
|
];
|
|
868
985
|
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
869
986
|
0,
|
|
870
987
|
[_n, _m],
|
|
871
988
|
[0, 0], 2
|
|
872
989
|
];
|
|
990
|
+
var WorkloadIdentityDetails$ = [3, n0, _WID,
|
|
991
|
+
0,
|
|
992
|
+
[_wIA],
|
|
993
|
+
[0], 1
|
|
994
|
+
];
|
|
873
995
|
var CustomClaimValidationsType = [1, n0, _CCVTu,
|
|
874
996
|
0, () => CustomClaimValidationType$
|
|
875
997
|
];
|
|
876
998
|
var PrivateEndpointOverrides = [1, n0, _PEOr,
|
|
877
999
|
0, () => PrivateEndpointOverride$
|
|
878
1000
|
];
|
|
1001
|
+
var ProvenanceList = [1, n0, _PL,
|
|
1002
|
+
0, () => Provenance$
|
|
1003
|
+
];
|
|
1004
|
+
var ProvenanceSummaryList = [1, n0, _PSL,
|
|
1005
|
+
0, () => ProvenanceSummary$
|
|
1006
|
+
];
|
|
879
1007
|
var RegistryFilterList = [1, n0, _RFL,
|
|
880
1008
|
0, () => RegistryFilter$
|
|
881
1009
|
];
|
|
@@ -921,6 +1049,11 @@ var SelfManagedLatticeResource$ = [4, n0, _SMLR,
|
|
|
921
1049
|
[_rCI],
|
|
922
1050
|
[0]
|
|
923
1051
|
];
|
|
1052
|
+
var SourceDetails$ = [4, n0, _SD,
|
|
1053
|
+
0,
|
|
1054
|
+
[_aR, _aG],
|
|
1055
|
+
[() => AgentCoreRuntimeSourceDetails$, () => AgentCoreGatewaySourceDetails$]
|
|
1056
|
+
];
|
|
924
1057
|
var CreateRegistry$ = [9, n0, _CR,
|
|
925
1058
|
{ [_h]: ["POST", "/registries", 202] }, () => CreateRegistryRequest$, () => CreateRegistryResponse$
|
|
926
1059
|
];
|
|
@@ -1316,6 +1449,28 @@ const RegistryRecordCredentialProviderType = {
|
|
|
1316
1449
|
IAM: "IAM",
|
|
1317
1450
|
OAUTH: "OAUTH",
|
|
1318
1451
|
};
|
|
1452
|
+
const AgentCoreGatewayProtocolType = {
|
|
1453
|
+
MCP: "MCP",
|
|
1454
|
+
};
|
|
1455
|
+
const ClaimMatchOperatorType = {
|
|
1456
|
+
CONTAINS: "CONTAINS",
|
|
1457
|
+
CONTAINS_ANY: "CONTAINS_ANY",
|
|
1458
|
+
EQUALS: "EQUALS",
|
|
1459
|
+
};
|
|
1460
|
+
const InboundTokenClaimValueType = {
|
|
1461
|
+
STRING: "STRING",
|
|
1462
|
+
STRING_ARRAY: "STRING_ARRAY",
|
|
1463
|
+
};
|
|
1464
|
+
const EndpointIpAddressType = {
|
|
1465
|
+
IPV4: "IPV4",
|
|
1466
|
+
IPV6: "IPV6",
|
|
1467
|
+
};
|
|
1468
|
+
const AgentCoreRuntimeServerProtocol = {
|
|
1469
|
+
A2A: "A2A",
|
|
1470
|
+
AGUI: "AGUI",
|
|
1471
|
+
HTTP: "HTTP",
|
|
1472
|
+
MCP: "MCP",
|
|
1473
|
+
};
|
|
1319
1474
|
const ValidationExceptionReason = {
|
|
1320
1475
|
CANNOT_PARSE: "CannotParse",
|
|
1321
1476
|
FIELD_VALIDATION_FAILED: "FieldValidationFailed",
|
|
@@ -1323,9 +1478,17 @@ const ValidationExceptionReason = {
|
|
|
1323
1478
|
RESOURCE_CONFLICT: "ResourceConflict",
|
|
1324
1479
|
ROOT_EVENT_IN_OTHER_SESSION: "EventInOtherSession",
|
|
1325
1480
|
};
|
|
1481
|
+
const ProvenanceRelation = {
|
|
1482
|
+
DETECTED_FROM: "DETECTED_FROM",
|
|
1483
|
+
};
|
|
1484
|
+
const SourceType = {
|
|
1485
|
+
AWS_BEDROCK_AGENTCORE_GATEWAY: "AWS::BedrockAgentCore::Gateway",
|
|
1486
|
+
AWS_BEDROCK_AGENTCORE_RUNTIME: "AWS::BedrockAgentCore::Runtime",
|
|
1487
|
+
};
|
|
1326
1488
|
const RecordType = {
|
|
1327
1489
|
AGENT: "AGENT",
|
|
1328
1490
|
CUSTOM: "CUSTOM",
|
|
1491
|
+
GATEWAY: "GATEWAY",
|
|
1329
1492
|
MCP: "MCP",
|
|
1330
1493
|
SKILL: "SKILL",
|
|
1331
1494
|
};
|
|
@@ -1348,18 +1511,8 @@ const RegistryRecordFilterName = {
|
|
|
1348
1511
|
const AutoApprovalRule = {
|
|
1349
1512
|
APPROVE_ALL: "APPROVE_ALL",
|
|
1350
1513
|
};
|
|
1351
|
-
const
|
|
1352
|
-
|
|
1353
|
-
CONTAINS_ANY: "CONTAINS_ANY",
|
|
1354
|
-
EQUALS: "EQUALS",
|
|
1355
|
-
};
|
|
1356
|
-
const InboundTokenClaimValueType = {
|
|
1357
|
-
STRING: "STRING",
|
|
1358
|
-
STRING_ARRAY: "STRING_ARRAY",
|
|
1359
|
-
};
|
|
1360
|
-
const EndpointIpAddressType = {
|
|
1361
|
-
IPV4: "IPV4",
|
|
1362
|
-
IPV6: "IPV6",
|
|
1514
|
+
const AutoDetectionScope = {
|
|
1515
|
+
ORGANIZATION: "ORGANIZATION",
|
|
1363
1516
|
};
|
|
1364
1517
|
const RegistryAuthorizerType = {
|
|
1365
1518
|
AWS_IAM: "AWS_IAM",
|
|
@@ -1374,6 +1527,10 @@ const RegistryStatus = {
|
|
|
1374
1527
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1375
1528
|
UPDATING: "UPDATING",
|
|
1376
1529
|
};
|
|
1530
|
+
const AutoDetectionStatus = {
|
|
1531
|
+
ACTIVE: "ACTIVE",
|
|
1532
|
+
INACTIVE: "INACTIVE",
|
|
1533
|
+
};
|
|
1377
1534
|
const RegistryFilterName = {
|
|
1378
1535
|
DISCOVERY_CONFIGURATION_AUTHORIZER_TYPE: "discoveryConfiguration.authorizerType",
|
|
1379
1536
|
STATUS: "status",
|
|
@@ -1382,6 +1539,12 @@ const RegistryFilterName = {
|
|
|
1382
1539
|
exports.A2aAgentCardDescriptor$ = A2aAgentCardDescriptor$;
|
|
1383
1540
|
exports.AccessDeniedException = AccessDeniedException;
|
|
1384
1541
|
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1542
|
+
exports.AgUiDescriptor$ = AgUiDescriptor$;
|
|
1543
|
+
exports.AgentCoreGatewayProtocolType = AgentCoreGatewayProtocolType;
|
|
1544
|
+
exports.AgentCoreGatewaySourceDetails$ = AgentCoreGatewaySourceDetails$;
|
|
1545
|
+
exports.AgentCoreRuntimeProtocolConfiguration$ = AgentCoreRuntimeProtocolConfiguration$;
|
|
1546
|
+
exports.AgentCoreRuntimeServerProtocol = AgentCoreRuntimeServerProtocol;
|
|
1547
|
+
exports.AgentCoreRuntimeSourceDetails$ = AgentCoreRuntimeSourceDetails$;
|
|
1385
1548
|
exports.AgentRegistryControl = AgentRegistryControl;
|
|
1386
1549
|
exports.AgentRegistryControlClient = AgentRegistryControlClient;
|
|
1387
1550
|
exports.AgentRegistryControlServiceException = AgentRegistryControlServiceException;
|
|
@@ -1393,6 +1556,10 @@ exports.ApprovalConfiguration$ = ApprovalConfiguration$;
|
|
|
1393
1556
|
exports.AuthorizerConfiguration$ = AuthorizerConfiguration$;
|
|
1394
1557
|
exports.AuthorizingClaimMatchValueType$ = AuthorizingClaimMatchValueType$;
|
|
1395
1558
|
exports.AutoApprovalRule = AutoApprovalRule;
|
|
1559
|
+
exports.AutoDetection$ = AutoDetection$;
|
|
1560
|
+
exports.AutoDetectionConfiguration$ = AutoDetectionConfiguration$;
|
|
1561
|
+
exports.AutoDetectionScope = AutoDetectionScope;
|
|
1562
|
+
exports.AutoDetectionStatus = AutoDetectionStatus;
|
|
1396
1563
|
exports.ClaimMatchOperatorType = ClaimMatchOperatorType;
|
|
1397
1564
|
exports.ClaimMatchValueType$ = ClaimMatchValueType$;
|
|
1398
1565
|
exports.ConflictException = ConflictException;
|
|
@@ -1420,6 +1587,7 @@ exports.DescriptorSource$ = DescriptorSource$;
|
|
|
1420
1587
|
exports.DescriptorSourceFromUrl$ = DescriptorSourceFromUrl$;
|
|
1421
1588
|
exports.Descriptors$ = Descriptors$;
|
|
1422
1589
|
exports.DiscoveryConfiguration$ = DiscoveryConfiguration$;
|
|
1590
|
+
exports.EncryptionConfiguration$ = EncryptionConfiguration$;
|
|
1423
1591
|
exports.EndpointIpAddressType = EndpointIpAddressType;
|
|
1424
1592
|
exports.GetRegistry$ = GetRegistry$;
|
|
1425
1593
|
exports.GetRegistryCommand = GetRegistryCommand;
|
|
@@ -1429,6 +1597,7 @@ exports.GetRegistryRecordRequest$ = GetRegistryRecordRequest$;
|
|
|
1429
1597
|
exports.GetRegistryRecordResponse$ = GetRegistryRecordResponse$;
|
|
1430
1598
|
exports.GetRegistryRequest$ = GetRegistryRequest$;
|
|
1431
1599
|
exports.GetRegistryResponse$ = GetRegistryResponse$;
|
|
1600
|
+
exports.HttpDescriptor$ = HttpDescriptor$;
|
|
1432
1601
|
exports.InboundTokenClaimValueType = InboundTokenClaimValueType;
|
|
1433
1602
|
exports.InternalServerException = InternalServerException;
|
|
1434
1603
|
exports.InternalServerException$ = InternalServerException$;
|
|
@@ -1450,6 +1619,9 @@ exports.McpServerDescriptor$ = McpServerDescriptor$;
|
|
|
1450
1619
|
exports.McpToolsDescriptor$ = McpToolsDescriptor$;
|
|
1451
1620
|
exports.PrivateEndpoint$ = PrivateEndpoint$;
|
|
1452
1621
|
exports.PrivateEndpointOverride$ = PrivateEndpointOverride$;
|
|
1622
|
+
exports.Provenance$ = Provenance$;
|
|
1623
|
+
exports.ProvenanceRelation = ProvenanceRelation;
|
|
1624
|
+
exports.ProvenanceSummary$ = ProvenanceSummary$;
|
|
1453
1625
|
exports.RecordType = RecordType;
|
|
1454
1626
|
exports.RegistryAuthorizerType = RegistryAuthorizerType;
|
|
1455
1627
|
exports.RegistryFilter$ = RegistryFilter$;
|
|
@@ -1471,6 +1643,8 @@ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
|
1471
1643
|
exports.SelfManagedLatticeResource$ = SelfManagedLatticeResource$;
|
|
1472
1644
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1473
1645
|
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1646
|
+
exports.SourceDetails$ = SourceDetails$;
|
|
1647
|
+
exports.SourceType = SourceType;
|
|
1474
1648
|
exports.SubmitRegistryRecordForApproval$ = SubmitRegistryRecordForApproval$;
|
|
1475
1649
|
exports.SubmitRegistryRecordForApprovalCommand = SubmitRegistryRecordForApprovalCommand;
|
|
1476
1650
|
exports.SubmitRegistryRecordForApprovalRequest$ = SubmitRegistryRecordForApprovalRequest$;
|
|
@@ -1499,6 +1673,8 @@ exports.UpdateRegistryRequest$ = UpdateRegistryRequest$;
|
|
|
1499
1673
|
exports.UpdateRegistryResponse$ = UpdateRegistryResponse$;
|
|
1500
1674
|
exports.UpdatedA2aAgentCardDescriptor$ = UpdatedA2aAgentCardDescriptor$;
|
|
1501
1675
|
exports.UpdatedA2aAgentCardDescriptorFields$ = UpdatedA2aAgentCardDescriptorFields$;
|
|
1676
|
+
exports.UpdatedAgUiDescriptor$ = UpdatedAgUiDescriptor$;
|
|
1677
|
+
exports.UpdatedAgUiDescriptorFields$ = UpdatedAgUiDescriptorFields$;
|
|
1502
1678
|
exports.UpdatedAgentSkillsAdditionalData$ = UpdatedAgentSkillsAdditionalData$;
|
|
1503
1679
|
exports.UpdatedAgentSkillsAdditionalDataFields$ = UpdatedAgentSkillsAdditionalDataFields$;
|
|
1504
1680
|
exports.UpdatedAgentSkillsDefinitionDescriptor$ = UpdatedAgentSkillsDefinitionDescriptor$;
|
|
@@ -1507,6 +1683,7 @@ exports.UpdatedAgentSkillsMdDescriptor$ = UpdatedAgentSkillsMdDescriptor$;
|
|
|
1507
1683
|
exports.UpdatedAgentSkillsMdDescriptorFields$ = UpdatedAgentSkillsMdDescriptorFields$;
|
|
1508
1684
|
exports.UpdatedApprovalConfiguration$ = UpdatedApprovalConfiguration$;
|
|
1509
1685
|
exports.UpdatedAuthorizerConfiguration$ = UpdatedAuthorizerConfiguration$;
|
|
1686
|
+
exports.UpdatedAutoDetectionConfiguration$ = UpdatedAutoDetectionConfiguration$;
|
|
1510
1687
|
exports.UpdatedCustomDescriptor$ = UpdatedCustomDescriptor$;
|
|
1511
1688
|
exports.UpdatedCustomDescriptorFields$ = UpdatedCustomDescriptorFields$;
|
|
1512
1689
|
exports.UpdatedDataSchemaVersion$ = UpdatedDataSchemaVersion$;
|
|
@@ -1517,6 +1694,8 @@ exports.UpdatedDescriptors$ = UpdatedDescriptors$;
|
|
|
1517
1694
|
exports.UpdatedDescriptorsFields$ = UpdatedDescriptorsFields$;
|
|
1518
1695
|
exports.UpdatedDiscoveryConfiguration$ = UpdatedDiscoveryConfiguration$;
|
|
1519
1696
|
exports.UpdatedDisplayName$ = UpdatedDisplayName$;
|
|
1697
|
+
exports.UpdatedHttpDescriptor$ = UpdatedHttpDescriptor$;
|
|
1698
|
+
exports.UpdatedHttpDescriptorFields$ = UpdatedHttpDescriptorFields$;
|
|
1520
1699
|
exports.UpdatedMcpServerAdditionalData$ = UpdatedMcpServerAdditionalData$;
|
|
1521
1700
|
exports.UpdatedMcpServerAdditionalDataFields$ = UpdatedMcpServerAdditionalDataFields$;
|
|
1522
1701
|
exports.UpdatedMcpServerDescriptor$ = UpdatedMcpServerDescriptor$;
|
|
@@ -1527,6 +1706,7 @@ exports.ValidationException = ValidationException;
|
|
|
1527
1706
|
exports.ValidationException$ = ValidationException$;
|
|
1528
1707
|
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1529
1708
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
1709
|
+
exports.WorkloadIdentityDetails$ = WorkloadIdentityDetails$;
|
|
1530
1710
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
1531
1711
|
exports.paginateListRegistries = paginateListRegistries;
|
|
1532
1712
|
exports.paginateListRegistryRecords = paginateListRegistryRecords;
|